diff options
Diffstat (limited to 'doc/translations/de.po')
-rw-r--r-- | doc/translations/de.po | 722 |
1 files changed, 594 insertions, 128 deletions
diff --git a/doc/translations/de.po b/doc/translations/de.po index 10d5d2f52c..d6a5bab648 100644 --- a/doc/translations/de.po +++ b/doc/translations/de.po @@ -9438,7 +9438,7 @@ msgid "" msgstr "" #: doc/classes/ArrayMesh.xml -msgid "Default value used for index_array_len when no indices are present." +msgid "Value used internally when no indices are present." msgstr "" #: doc/classes/ArrayMesh.xml @@ -15733,7 +15733,6 @@ msgstr "" #: doc/classes/CollisionObject.xml doc/classes/CollisionObject2D.xml #: doc/classes/Navigation.xml doc/classes/Navigation2D.xml -#: doc/classes/NavigationAgent.xml doc/classes/NavigationAgent2D.xml msgid "Returns the object's [RID]." msgstr "" @@ -18939,14 +18938,14 @@ msgstr "" #: doc/classes/Control.xml msgid "" -"Show the system's wait mouse cursor, often an hourglass, when the user " -"hovers the node." +"Show the system's wait mouse cursor when the user hovers the node. Often an " +"hourglass." msgstr "" #: doc/classes/Control.xml msgid "" "Show the system's busy mouse cursor when the user hovers the node. Often an " -"hourglass." +"arrow with a small hourglass." msgstr "" #: doc/classes/Control.xml @@ -20100,8 +20099,7 @@ msgid "" "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." +"StreamPeerSSL.accept_stream] along with the appropriate certificate." msgstr "" #: doc/classes/CryptoKey.xml @@ -21505,7 +21503,7 @@ msgid "" "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" +"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" @@ -22637,8 +22635,9 @@ msgid "Returns the scan progress for 0 to 1 if the FS is being scanned." msgstr "" #: doc/classes/EditorFileSystem.xml -msgid "Returns [code]true[/code] of the filesystem is being scanned." -msgstr "" +#, fuzzy +msgid "Returns [code]true[/code] if the filesystem is being scanned." +msgstr "Gibt [code]true[/code] zurück falls das Array leer ist." #: doc/classes/EditorFileSystem.xml msgid "Scan the filesystem for changes." @@ -26747,12 +26746,49 @@ msgstr "" #: doc/classes/Font.xml msgid "" +"Returns outline contours of the glyph as a [code]Dictionary[/code] with the " +"following contents:\n" +"[code]points[/code] - [PoolVector3Array], containing outline points. " +"[code]x[/code] and [code]y[/code] are point coordinates. [code]z[/code] is " +"the type of the point, using the [enum ContourPointTag] values.\n" +"[code]contours[/code] - [PoolIntArray], containing indices the end " +"points of each contour.\n" +"[code]orientation[/code] - [bool], contour orientation. If [code]true[/" +"code], clockwise contours must be filled." +msgstr "" + +#: doc/classes/Font.xml +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 +#, fuzzy +msgid "Returns resource id of the cache texture containing the char." +msgstr "Gibt den Rest einer Division zweier Vektoren zurück." + +#: doc/classes/Font.xml +#, fuzzy +msgid "Returns size of the cache texture containing the char." +msgstr "Gibt den Namen der nächsten Animation in der Warteschlange zurück." + +#: doc/classes/Font.xml +#, fuzzy +msgid "Returns char offset from the baseline." +msgstr "Gibt den Kosinus des Parameters zurück." + +#: doc/classes/Font.xml +#, fuzzy +msgid "Returns size of the char." +msgstr "Gibt den Sinus des Parameters zurück." + +#: doc/classes/Font.xml +msgid "Returns rectangle in the cache texture containing the char." +msgstr "" + +#: doc/classes/Font.xml msgid "Returns the font descent (number of pixels below the baseline)." msgstr "" @@ -26783,6 +26819,22 @@ msgid "" "function to propagate changes to controls that might use it." msgstr "" +#: doc/classes/Font.xml +msgid "Contour point is on the curve." +msgstr "" + +#: doc/classes/Font.xml +msgid "" +"Contour point isn't on the curve, but serves as a control point for a conic " +"(quadratic) Bézier arc." +msgstr "" + +#: doc/classes/Font.xml +msgid "" +"Contour point isn't on the curve, but serves as a control point for a cubic " +"Bézier arc." +msgstr "" + #: doc/classes/FuncRef.xml msgid "Reference to a function in an object." msgstr "" @@ -27548,7 +27600,7 @@ 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" +"[code]null[/code].\n" "[b]Note:[/b] The lines are specified using direction vectors, not end points." msgstr "" @@ -27659,8 +27711,8 @@ msgstr "" 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]." +"of intersection as [Vector2]. If no intersection takes place, returns " +"[code]null[/code]." msgstr "" #: doc/classes/Geometry.xml @@ -28655,7 +28707,10 @@ msgid "Emitted when the user presses [code]Ctrl + C[/code]." msgstr "Gesendet wenn das Rechteck Element geändert wurde." #: doc/classes/GraphEdit.xml -msgid "Emitted when a GraphNode is attempted to be removed from the GraphEdit." +msgid "" +"Emitted when a GraphNode is attempted to be removed from the GraphEdit. " +"Provides a list of node names to be removed (all selected nodes, excluding " +"nodes without closing button)." msgstr "" #: doc/classes/GraphEdit.xml @@ -29330,8 +29385,7 @@ msgid "" " 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." +"[/codeblock]" msgstr "" #: doc/classes/HashingContext.xml @@ -29418,7 +29472,8 @@ msgid "" "[Generic6DOFJoint]." msgstr "" -#: doc/classes/HingeJoint.xml doc/classes/SpriteBase3D.xml +#: doc/classes/HingeJoint.xml doc/classes/Label3D.xml +#: doc/classes/SpriteBase3D.xml msgid "Returns the value of the specified flag." msgstr "" @@ -30589,9 +30644,12 @@ msgid "" msgstr "" #: doc/classes/HTTPRequest.xml -#, fuzzy -msgid "Maximum allowed size for response bodies." -msgstr "Maximaler Wert für das Modus-Enum." +msgid "" +"Maximum allowed size for response bodies ([code]-1[/code] means no limit). " +"When only small files are expected, this can be used to prevent disallow " +"receiving files that are too large, preventing potential denial of service " +"attacks." +msgstr "" #: doc/classes/HTTPRequest.xml msgid "" @@ -30602,11 +30660,32 @@ msgid "" msgstr "" #: doc/classes/HTTPRequest.xml -msgid "The file to download into. Will output any received file into it." +msgid "" +"The file to download into. If set to a non-empty string, the request output " +"will be written to the file located at the path. If a file already exists at " +"the specified location, it will be overwritten as soon as body data begins " +"to be received.\n" +"[b]Note:[/b] Folders are not automatically created when the file is created. " +"If [member download_file] points to a subfolder, it's recommended to create " +"the necessary folders beforehand using [method Directory.make_dir_recursive] " +"to ensure the file can be written." msgstr "" #: doc/classes/HTTPRequest.xml -msgid "Maximum number of allowed redirects." +msgid "" +"Maximum number of allowed redirects. This is used to prevent endless " +"redirect loops." +msgstr "" + +#: doc/classes/HTTPRequest.xml +msgid "" +"If set to a value greater than [code]0.0[/code], the HTTP request will time " +"out after [code]timeout[/code] seconds have passed and the request is not " +"[i]completed[/i] yet. For small HTTP requests such as REST API usage, set " +"[member timeout] to a value greater than [code]0.0[/code] to prevent the " +"application from getting stuck if the request fails to get a response in a " +"timely manner. For file downloads, leave this to [code]0.0[/code] to prevent " +"the download from failing if it takes too much time." msgstr "" #: doc/classes/HTTPRequest.xml @@ -32086,15 +32165,15 @@ msgstr "" #: doc/classes/Input.xml 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." +"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 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)." +"This cursor shape denotes that the application is still usable during the " +"operation." msgstr "" #: doc/classes/Input.xml @@ -34469,11 +34548,11 @@ msgid "" "screen. Useful to animate the text in a dialog box." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "The text to display on screen." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml doc/classes/TextMesh.xml msgid "If [code]true[/code], all the text displays as UPPERCASE." msgstr "" @@ -34487,35 +34566,35 @@ msgstr "" msgid "Restricts the number of characters to display. Set to -1 to disable." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml doc/classes/TextMesh.xml msgid "Align rows to the left (default)." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml doc/classes/TextMesh.xml msgid "Align rows centered." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml doc/classes/TextMesh.xml msgid "Align rows to the right." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "Expand row whitespaces to fit the width." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "Align the whole text to the top." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "Align the whole text to the center." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "Align the whole text to the bottom." msgstr "" -#: doc/classes/Label.xml +#: doc/classes/Label.xml doc/classes/Label3D.xml msgid "Align the whole text by spreading the rows." msgstr "" @@ -34557,6 +34636,209 @@ msgstr "" msgid "Background [StyleBox] for the [Label]." msgstr "" +#: doc/classes/Label3D.xml +msgid "Displays plain text in a 3D world." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"Label3D displays plain text in a 3D world. It gives you control over the " +"horizontal and vertical alignment." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"Returns a [TriangleMesh] with the label's vertices following its current " +"configuration (such as its [member pixel_size])." +msgstr "" + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "" +"If [code]true[/code], the specified flag will be enabled. See [enum Label3D." +"DrawFlags] for a list of flags." +msgstr "" +"Gibt [code]true[/code] zurück, wenn die spezifizerte Flagge aktiviert ist. " +"Siehe die [enum Flags] Aufzählung für Optionen." + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "" +"The alpha cutting mode to use for the sprite. See [enum AlphaCutMode] for " +"possible values." +msgstr "Der operator, der benutzt wird. Siehe [enum Operator] für Optionen." + +#: doc/classes/Label3D.xml doc/classes/SpatialMaterial.xml +msgid "Threshold at which the alpha scissor will discard values." +msgstr "" + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "If [code]true[/code], wraps the text to the [member width]." +msgstr "" +"Wenn der Wert [code]true[/code] ist, dann ist Tranzparenz für den Körper " +"aktiviert. Siehe auch [member blend_mode]." + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "" +"The billboard mode to use for the label. See [enum SpatialMaterial." +"BillboardMode] for possible values." +msgstr "Der operator, der benutzt wird. Siehe [enum Operator] für Optionen." + +#: doc/classes/Label3D.xml +msgid "" +"If [code]true[/code], text can be seen from the back as well, if " +"[code]false[/code], it is invisible when looking at it from behind." +msgstr "" + +#: doc/classes/Label3D.xml doc/classes/SpriteBase3D.xml +#, fuzzy +msgid "" +"If [code]true[/code], the label is rendered at the same size regardless of " +"distance." +msgstr "Wenn [code]true[/code], wird die Textur zentriert." + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "[Font] used for the [Label3D]'s text." +msgstr "Kein Hinweis auf die bearbeitete Eigenschaft." + +#: doc/classes/Label3D.xml +msgid "" +"Controls the text's horizontal alignment. Supports left, center, right. Set " +"it to one of the [enum Align] constants." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "Vertical space between lines in multiline [Label3D]." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "Text [Color] of the [Label3D]." +msgstr "" + +#: doc/classes/Label3D.xml doc/classes/SpatialMaterial.xml +#: doc/classes/SpriteBase3D.xml +msgid "" +"If [code]true[/code], depth testing is disabled and the object will be drawn " +"in render order." +msgstr "" + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "The text drawing offset (in pixels)." +msgstr "Der Zeichen-Offset der Textur." + +#: doc/classes/Label3D.xml +msgid "The tint of [Font]'s outline." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"Sets the render priority for the text outline. Higher priority objects will " +"be sorted in front of lower priority objects.\n" +"[b]Node:[/b] This only applies if [member alpha_cut] is set to [constant " +"ALPHA_CUT_DISABLED] (default value).\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/Label3D.xml +msgid "The size of one pixel's width on the label to scale it in 3D." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"Sets the render priority for the text. Higher priority objects will be " +"sorted in front of lower priority objects.\n" +"[b]Node:[/b] This only applies if [member alpha_cut] is set to [constant " +"ALPHA_CUT_DISABLED] (default value).\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/Label3D.xml +#, fuzzy +msgid "" +"If [code]true[/code], the [Light] in the [Environment] has effects on the " +"label." +msgstr "" +"Wenn [code]true[/code], können andere Überwachungsbereiche diesen Bereich " +"erkennen." + +#: doc/classes/Label3D.xml +msgid "" +"Controls the text's vertical alignment. Supports top, center, bottom. Set it " +"to one of the [enum VAlign] constants." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "Text width (in pixels), used for autowrap and fill alignment." +msgstr "" + +#: doc/classes/Label3D.xml +#, fuzzy +msgid "If set, lights in the environment affect the label." +msgstr "" +"Wenn [code]true[/code], können andere Überwachungsbereiche diesen Bereich " +"erkennen." + +#: doc/classes/Label3D.xml +msgid "" +"If set, text can be seen from the back as well. If not, the texture is " +"invisible when looking at it from behind." +msgstr "" + +#: doc/classes/Label3D.xml doc/classes/SpatialMaterial.xml +#: doc/classes/SpriteBase3D.xml +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/Label3D.xml +msgid "" +"Label is scaled by depth so that it always appears the same size on screen." +msgstr "" + +#: doc/classes/Label3D.xml doc/classes/SpriteBase3D.xml +msgid "Represents the size of the [enum DrawFlags] enum." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"This mode performs standard alpha blending. It can display translucent " +"areas, but transparency sorting issues may be visible when multiple " +"transparent materials are overlapping." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"This mode only allows fully transparent or fully opaque pixels. This mode is " +"also known as [i]alpha testing[/i] or [i]1-bit transparency[/i].\n" +"[b]Note:[/b] This mode might have issues with anti-aliased fonts and " +"outlines, try adjusting [member alpha_scissor_threshold] or using SDF font.\n" +"[b]Note:[/b] When using text with overlapping glyphs (e.g., cursive " +"scripts), this mode might have transparency sorting issues between the main " +"text and the outline." +msgstr "" + +#: doc/classes/Label3D.xml +msgid "" +"This mode draws fully opaque pixels in the depth prepass. This is slower " +"than [constant ALPHA_CUT_DISABLED] or [constant ALPHA_CUT_DISCARD], but it " +"allows displaying translucent areas and smooth edges while using proper " +"sorting.\n" +"[b]Note:[/b] When using text with overlapping glyphs (e.g., cursive " +"scripts), this mode might have transparency sorting issues between the main " +"text and the outline." +msgstr "" + #: doc/classes/LargeTexture.xml msgid "" "[i]Deprecated.[/i] A [Texture] capable of storing many smaller textures with " @@ -37873,6 +38155,11 @@ msgid "" "navigation path, it will return the origin of the agent's parent." msgstr "" +#: doc/classes/NavigationAgent.xml +#, fuzzy +msgid "Returns the [RID] of this agent on the [NavigationServer]." +msgstr "Gibt die Anzahl der Spuren in der Animation zurück." + #: doc/classes/NavigationAgent.xml doc/classes/NavigationAgent2D.xml msgid "" "Returns the user-defined target location (set with [method " @@ -37928,6 +38215,16 @@ msgstr "" #: doc/classes/NavigationAgent.xml msgid "" +"If [code]true[/code] the agent is registered for an RVO avoidance callback " +"on the [NavigationServer]. When [method set_velocity] is used and the " +"processing is completed a [code]safe_velocity[/code] Vector3 is received " +"with a signal connection to [signal velocity_computed]. Avoidance processing " +"with many registered agents has a significant performance cost and should " +"only be enabled on agents that currently require it." +msgstr "" + +#: doc/classes/NavigationAgent.xml +msgid "" "Ignores collisions on the Y axis. Must be [code]true[/code] to move on a " "horizontal plane." msgstr "" @@ -38031,11 +38328,26 @@ msgid "" msgstr "" #: doc/classes/NavigationAgent2D.xml +#, fuzzy +msgid "Returns the [RID] of this agent on the [Navigation2DServer]." +msgstr "Gibt die Anzahl der Spuren in der Animation zurück." + +#: doc/classes/NavigationAgent2D.xml msgid "" "Sets the [Navigation2D] node used by the agent. Useful when you don't want " "to make the agent a child of a [Navigation2D] node." msgstr "" +#: doc/classes/NavigationAgent2D.xml +msgid "" +"If [code]true[/code] the agent is registered for an RVO avoidance callback " +"on the [Navigation2DServer]. When [method set_velocity] is used and the " +"processing is completed a [code]safe_velocity[/code] Vector2 is received " +"with a signal connection to [signal velocity_computed]. Avoidance processing " +"with many registered agents has a significant performance cost and should " +"only be enabled on agents that currently require it." +msgstr "" + #: doc/classes/NavigationMesh.xml msgid "A mesh to approximate the walkable areas and obstacles." msgstr "" @@ -38832,7 +39144,7 @@ msgstr "" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml msgid "" -"Enable or disable certificate verification when [member use_dtls] " +"Enable or disable certificate verification when [member use_dtls] is " "[code]true[/code]." msgstr "" @@ -39662,7 +39974,7 @@ msgstr "" msgid "" "Returns [code]true[/code] if the physics interpolated flag is set for this " "Node (see [member physics_interpolation_mode]).\n" -"[b]Note:[/b] Interpolation will only be active is both the flag is set " +"[b]Note:[/b] Interpolation will only be active if both the flag is set " "[b]and[/b] physics interpolation is enabled within the [SceneTree]. This can " "be tested using [method is_physics_interpolated_and_enabled]." msgstr "" @@ -39870,8 +40182,8 @@ msgid "" "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" +"See also [method rset] and [method rset_config] for properties. Returns " +"[code]null[/code].\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 " @@ -39893,21 +40205,20 @@ msgstr "" #: doc/classes/Node.xml 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]." +"(see [method NetworkedMultiplayerPeer.set_target_peer]). Returns [code]null[/" +"code]." msgstr "" #: doc/classes/Node.xml msgid "" -"Sends a [method rpc] using an unreliable protocol. Returns an empty " -"[Variant]." +"Sends a [method rpc] using an unreliable protocol. Returns [code]null[/code]." msgstr "" #: doc/classes/Node.xml 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]." +"set_target_peer]). Returns [code]null[/code]." msgstr "" #: doc/classes/Node.xml @@ -46870,16 +47181,28 @@ msgid "A pooled array of bytes." msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." #: doc/classes/PoolByteArray.xml -#, fuzzy 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." +"[b]Note:[/b] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolByteArray] or " +"mutating a [PoolByteArray] within an [Array] or [Dictionary], changes will " +"be lost:\n" +"[codeblock]\n" +"var array = [PoolByteArray()]\n" +"array[0].push_back(123)\n" +"print(array) # [[]] (empty PoolByteArray within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolByteArray] property must be [i]reassigned[/i] with " +"[code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolByteArray()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(123)\n" +"array[0] = pool_array\n" +"print(array) # [[123]] (PoolByteArray with 1 element inside an Array)\n" +"[/codeblock]" msgstr "" -"Ein [Array] das nur für den Zweck [Vector2]-Elemente zu beinhalten entworfen " -"wurde. Die Daten werden eng gepackt, so dass es zu Speichervorteilen für " -"größere Arrays kommt.\n" -"[b]Hinweis:[/b] Dieser Typ wird als Wert anstatt als Referenz übergeben." #: doc/classes/PoolByteArray.xml #, fuzzy @@ -47021,20 +47344,33 @@ msgstr "" #: doc/classes/PoolColorArray.xml #, fuzzy -msgid "A pooled array of [Color]." +msgid "A pooled array of [Color]s." msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." #: doc/classes/PoolColorArray.xml -#, fuzzy 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." +"[b]Note:[/b] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolColorArray] or " +"mutating a [PoolColorArray] within an [Array] or [Dictionary], changes will " +"be lost:\n" +"[codeblock]\n" +"var array = [PoolColorArray()]\n" +"array[0].push_back(Color(0.1, 0.2, 0.3, 0.4))\n" +"print(array) # [[]] (empty PoolColorArray within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolColorArray] property must be [i]reassigned[/i] with " +"[code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolColorArray()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(Color(0.1, 0.2, 0.3, 0.4))\n" +"array[0] = pool_array\n" +"print(array) # [[(0.1, 0.2, 0.3, 0.4)]] (PoolColorArray with 1 element " +"inside an Array)\n" +"[/codeblock]" msgstr "" -"Ein [Array] das nur für den Zweck [Vector2]-Elemente zu beinhalten entworfen " -"wurde. Die Daten werden eng gepackt, so dass es zu Speichervorteilen für " -"größere Arrays kommt.\n" -"[b]Hinweis:[/b] Dieser Typ wird als Wert anstatt als Referenz übergeben." #: doc/classes/PoolColorArray.xml #, fuzzy @@ -47078,7 +47414,24 @@ msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." 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 passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolIntArray] or " +"mutating a [PoolIntArray] within an [Array] or [Dictionary], changes will be " +"lost:\n" +"[codeblock]\n" +"var array = [PoolIntArray()]\n" +"array[0].push_back(1234)\n" +"print(array) # [[]] (empty PoolIntArray within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolIntArray] property must be [i]reassigned[/i] with " +"[code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolIntArray()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(1234)\n" +"array[0] = pool_array\n" +"print(array) # [[1234]] (PoolIntArray with 1 element inside an Array)\n" +"[/codeblock]\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 " @@ -47116,14 +47469,31 @@ msgstr "Ändert den [Vector2] am übergeben Index." #: doc/classes/PoolRealArray.xml #, fuzzy -msgid "A pooled array of reals ([float])." +msgid "A pooled array of real numbers ([float])." msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." #: doc/classes/PoolRealArray.xml 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] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolRealArray] or " +"mutating a [PoolRealArray] within an [Array] or [Dictionary], changes will " +"be lost:\n" +"[codeblock]\n" +"var array = [PoolRealArray()]\n" +"array[0].push_back(12.34)\n" +"print(array) # [[]] (empty PoolRealArray within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolRealArray] property must be [i]reassigned[/i] with " +"[code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolRealArray()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(12.34)\n" +"array[0] = pool_array\n" +"print(array) # [[12.34]] (PoolRealArray with 1 element inside an Array)\n" +"[/codeblock]\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 " @@ -47153,20 +47523,32 @@ msgstr "" #: doc/classes/PoolStringArray.xml #, fuzzy -msgid "A pooled array of [String]." +msgid "A pooled array of [String]s." msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." #: doc/classes/PoolStringArray.xml -#, fuzzy 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." +"[b]Note:[/b] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolStringArray] or " +"mutating a [PoolStringArray] within an [Array] or [Dictionary], changes will " +"be lost:\n" +"[codeblock]\n" +"var array = [PoolStringArray()]\n" +"array[0].push_back(\"hello\")\n" +"print(array) # [[]] (empty PoolStringArray within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolStringArray] property must be [i]reassigned[/i] " +"with [code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolStringArray()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(\"hello\")\n" +"array[0] = pool_array\n" +"print(array) # [[hello]] (PoolStringArray with 1 element inside an Array)\n" +"[/codeblock]" msgstr "" -"Ein [Array] das nur für den Zweck [Vector2]-Elemente zu beinhalten entworfen " -"wurde. Die Daten werden eng gepackt, so dass es zu Speichervorteilen für " -"größere Arrays kommt.\n" -"[b]Hinweis:[/b] Dieser Typ wird als Wert anstatt als Referenz übergeben." #: doc/classes/PoolStringArray.xml #, fuzzy @@ -47201,20 +47583,33 @@ msgstr "" #: doc/classes/PoolVector2Array.xml #, fuzzy -msgid "A pooled array of [Vector2]." +msgid "A pooled array of [Vector2]s." msgstr "Ein gepacktes [Array] aus [Vector2]-Elementen." #: doc/classes/PoolVector2Array.xml -#, fuzzy 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." +"[b]Note:[/b] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolVector2Array] or " +"mutating a [PoolVector2Array] within an [Array] or [Dictionary], changes " +"will be lost:\n" +"[codeblock]\n" +"var array = [PoolVector2Array()]\n" +"array[0].push_back(Vector2(12, 34))\n" +"print(array) # [[]] (empty PoolVector2Array within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolVector2Array] property must be [i]reassigned[/i] " +"with [code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolVector2Array()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(Vector2(12, 34))\n" +"array[0] = pool_array\n" +"print(array) # [[(12, 34)]] (PoolVector2Array with 1 element inside an " +"Array)\n" +"[/codeblock]" msgstr "" -"Ein [Array] das nur für den Zweck [Vector2]-Elemente zu beinhalten entworfen " -"wurde. Die Daten werden eng gepackt, so dass es zu Speichervorteilen für " -"größere Arrays kommt.\n" -"[b]Hinweis:[/b] Dieser Typ wird als Wert anstatt als Referenz übergeben." #: doc/classes/PoolVector2Array.xml doc/classes/TileMap.xml #: doc/classes/TileSet.xml @@ -47249,16 +47644,29 @@ msgid "A pooled array of [Vector3]." msgstr "Ein gepacktes [Array] aus [Vector3]-Elementen." #: doc/classes/PoolVector3Array.xml -#, fuzzy 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." +"[b]Note:[/b] This type is passed by value and not by reference. This means " +"that when [i]mutating[/i] a class property of type [PoolVector3Array] or " +"mutating a [PoolVector3Array] within an [Array] or [Dictionary], changes " +"will be lost:\n" +"[codeblock]\n" +"var array = [PoolVector3Array()]\n" +"array[0].push_back(Vector3(12, 34, 56))\n" +"print(array) # [[]] (empty PoolVector3Array within an empty Array)\n" +"[/codeblock]\n" +"Instead, the entire [PoolVector3Array] property must be [i]reassigned[/i] " +"with [code]=[/code] for it to be changed:\n" +"[codeblock]\n" +"var array = [PoolVector3Array()]\n" +"var pool_array = array[0]\n" +"pool_array.push_back(Vector3(12, 34, 56))\n" +"array[0] = pool_array\n" +"print(array) # [[(12, 34, 56)]] (PoolVector3Array with 1 element inside an " +"Array)\n" +"[/codeblock]" msgstr "" -"Ein [Array] das nur für den Zweck [Vector3]-Elemente zu beinhalten entworfen " -"wurde. Die Daten werden eng gepackt, so dass es zu Speichervorteilen für " -"größere Arrays kommt.\n" -"[b]Hinweis:[/b] Dieser Typ wird als Wert anstatt als Referenz übergeben." #: doc/classes/PoolVector3Array.xml #, fuzzy @@ -47587,10 +47995,10 @@ msgid "" msgstr "" #: doc/classes/PopupMenu.xml +#, fuzzy msgid "" -"Returns the tooltip associated with the specified index index [code]idx[/" -"code]." -msgstr "" +"Returns the tooltip associated with the specified index [code]idx[/code]." +msgstr "Liefert die Position des Punktes bei Index [code]Punkt[/code]." #: doc/classes/PopupMenu.xml #, fuzzy @@ -53625,7 +54033,7 @@ msgid "The default text font." msgstr "" #: doc/classes/RichTextLabel.xml -msgid "The background The background used when the [RichTextLabel] is focused." +msgid "The background used when the [RichTextLabel] is focused." msgstr "" #: doc/classes/RichTextLabel.xml @@ -53757,11 +54165,16 @@ msgid "Locks the specified linear or rotational axis." msgstr "" #: doc/classes/RigidBody.xml +#, fuzzy msgid "" -"Damps RigidBody's rotational forces.\n" +"Damps RigidBody's rotational forces. If this value is different from -1.0 it " +"will be added to any linear damp derived from the world or areas.\n" "See [member ProjectSettings.physics/3d/default_angular_damp] for more " "details about damping." msgstr "" +"Die Rate, mit der Objekte in diesem Bereich aufhören, sich zu drehen. Stellt " +"den Winkelgeschwindigkeitsverlust pro Sekunde dar. Die Werte reichen von " +"[code]0[/code] (keine Dämpfung) bis [code]1[/code] (volle Dämpfung)." #: doc/classes/RigidBody.xml msgid "Lock the body's rotation in the X axis." @@ -53858,13 +54271,17 @@ msgid "" msgstr "" #: doc/classes/RigidBody.xml +#, fuzzy 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" +"from -1.0 it will be added to any linear damp derived from the world or " +"areas.\n" "See [member ProjectSettings.physics/3d/default_linear_damp] for more details " "about damping." msgstr "" +"Die Rate, mit der sich Objekte in diesem Bereich nicht mehr bewegen. Stellt " +"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/RigidBody.xml msgid "" @@ -54075,7 +54492,8 @@ msgstr "" 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" +"Settings > Physics > 2d[/b]. If greater than [code]-1[/code] it will be " +"added to the default project value.\n" "See [member ProjectSettings.physics/2d/default_angular_damp] for more " "details about damping." msgstr "" @@ -54157,7 +54575,8 @@ msgstr "" 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" +"Physics > 2d[/b]. If greater than [code]-1[/code] it will be added to the " +"default project value.\n" "See [member ProjectSettings.physics/2d/default_linear_damp] for more details " "about damping." msgstr "" @@ -55005,13 +55424,6 @@ msgstr "" #: doc/classes/SceneTree.xml 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 -msgid "" "Sets the given [code]property[/code] to [code]value[/code] on all members of " "the given group." msgstr "" @@ -55028,16 +55440,14 @@ msgstr "" #: doc/classes/SceneTree.xml 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]." +"Configures screen stretching to the given [enum StretchMode], [enum " +"StretchAspect], minimum size and [code]scale[/code]." msgstr "" #: doc/classes/SceneTree.xml msgid "" -"Configures screen stretching to the given [enum StretchMode], [enum " -"StretchAspect], minimum size and [code]scale[/code]." +"If [code]true[/code], the application automatically accepts quitting.\n" +"For mobile platforms, see [member quit_on_go_back]." msgstr "" #: doc/classes/SceneTree.xml @@ -55105,6 +55515,14 @@ msgstr "" #: doc/classes/SceneTree.xml msgid "" +"If [code]true[/code], the application quits automatically on going back (e." +"g. on Android).\n" +"To handle 'Go Back' button when this option is disabled, use [constant " +"MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST]." +msgstr "" + +#: doc/classes/SceneTree.xml +msgid "" "If [code]true[/code], the [SceneTree]'s [member network_peer] refuses new " "incoming connections." msgstr "" @@ -57427,6 +57845,10 @@ msgid "" msgstr "" #: doc/classes/SpatialMaterial.xml +msgid "Enables signed distance field rendering shader." +msgstr "" + +#: doc/classes/SpatialMaterial.xml msgid "If [code]true[/code], the object receives no ambient light." msgstr "" @@ -57450,12 +57872,6 @@ msgid "" msgstr "" #: doc/classes/SpatialMaterial.xml -msgid "" -"If [code]true[/code], depth testing is disabled and the object will be drawn " -"in render order." -msgstr "" - -#: doc/classes/SpatialMaterial.xml #, fuzzy msgid "" "If [code]true[/code], transparency is enabled on the body. See also [member " @@ -57577,10 +57993,6 @@ msgid "" msgstr "" #: doc/classes/SpatialMaterial.xml -msgid "Threshold at which the alpha scissor will discard values." -msgstr "" - -#: doc/classes/SpatialMaterial.xml 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 " @@ -58047,12 +58459,6 @@ msgid "" msgstr "" #: doc/classes/SpatialMaterial.xml -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 msgid "Set [code]ALBEDO[/code] to the per-vertex color specified in the mesh." msgstr "" @@ -58702,6 +59108,18 @@ msgid "The size of one pixel's width on the sprite to scale it in 3D." msgstr "" #: doc/classes/SpriteBase3D.xml +msgid "" +"Sets the render priority for the sprite. Higher priority objects will be " +"sorted in front of lower priority objects.\n" +"[b]Node:[/b] This only applies if [member alpha_cut] is set to [constant " +"ALPHA_CUT_DISABLED] (default value).\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/SpriteBase3D.xml #, fuzzy msgid "" "If [code]true[/code], the [Light] in the [Environment] has effects on the " @@ -58733,7 +59151,8 @@ msgid "" msgstr "" #: doc/classes/SpriteBase3D.xml -msgid "Represents the size of the [enum DrawFlags] enum." +msgid "" +"Sprite is scaled by depth so that it always appears the same size on screen." msgstr "" #: doc/classes/SpriteFrames.xml @@ -61923,6 +62342,51 @@ msgid "" "Sets the [StyleBox] of this [TextEdit] when [member readonly] is enabled." msgstr "" +#: doc/classes/TextMesh.xml +msgid "Generate an [PrimitiveMesh] from the text." +msgstr "" + +#: doc/classes/TextMesh.xml +msgid "" +"Generate an [PrimitiveMesh] from the text.\n" +"TextMesh can be generated only when using dynamic fonts with vector glyph " +"contours. Bitmap fonts (including bitmap data in the TrueType/OpenType " +"containers, like color emoji fonts) are not supported.\n" +"The UV layout is arranged in 4 horizontal strips, top to bottom: 40% of the " +"height for the front face, 40% for the back face, 10% for the outer edges " +"and 10% for the inner edges." +msgstr "" + +#: doc/classes/TextMesh.xml +msgid "Step (in pixels) used to approximate Bézier curves." +msgstr "" + +#: doc/classes/TextMesh.xml +msgid "" +"Depths of the mesh, if set to [code]0.0[/code] only front surface, is " +"generated, and UV layout is changed to use full texture for the front face " +"only." +msgstr "" + +#: doc/classes/TextMesh.xml +#, fuzzy +msgid "[Font] used for the [TextMesh]'s text." +msgstr "Kein Hinweis auf die bearbeitete Eigenschaft." + +#: doc/classes/TextMesh.xml +msgid "" +"Controls the text's horizontal alignment. Supports left, center and right. " +"Set it to one of the [enum Align] constants." +msgstr "" + +#: doc/classes/TextMesh.xml +msgid "The size of one pixel's width on the text to scale it in 3D." +msgstr "" + +#: doc/classes/TextMesh.xml +msgid "The text to generate mesh from." +msgstr "" + #: doc/classes/Texture.xml msgid "Texture for 2D and 3D." msgstr "" @@ -65685,7 +66149,7 @@ msgstr "Beendet die Animation und entfernt alle Tweens." 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." +"are reset, unless [code]key[/code] is specified." msgstr "" #: doc/classes/Tween.xml @@ -67518,12 +67982,12 @@ msgid "" msgstr "" #: modules/gdnative/doc_classes/VideoStreamGDNative.xml -msgid "[VideoStream] resource for for video formats implemented via GDNative." +msgid "[VideoStream] resource for video formats implemented via GDNative." msgstr "" #: modules/gdnative/doc_classes/VideoStreamGDNative.xml msgid "" -"[VideoStream] resource for for video formats implemented via GDNative.\n" +"[VideoStream] resource 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." @@ -71484,10 +71948,13 @@ msgid "Returns the value of a certain material's parameter." msgstr "" #: doc/classes/VisualServer.xml +#, fuzzy msgid "" -"Returns the default value for the param if available. Otherwise returns an " -"empty [Variant]." +"Returns the default value for the param if available. Returns [code]null[/" +"code] otherwise." msgstr "" +"Gibt [code]true[/code] zurück wenn dieser Bereich vollendet ist, ansonsten " +"[code]false[/code]." #: doc/classes/VisualServer.xml msgid "" @@ -76324,7 +76791,7 @@ msgid "Emitted when [member visibility_state] has changed." msgstr "Wird ausgegeben, wenn [member frame] geändert wurde." #: modules/webxr/doc_classes/WebXRInterface.xml -msgid "We don't know the the target ray mode." +msgid "We don't know the target ray mode." msgstr "" #: modules/webxr/doc_classes/WebXRInterface.xml @@ -76529,8 +76996,7 @@ msgid "" "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." +"[method StreamPeerSSL.connect_to_stream]." msgstr "" #: doc/classes/X509Certificate.xml |