|
102 | 102 | # tct123 < [email protected]>, 2024. |
103 | 103 | # Daniel Schmid < [email protected]>, 2025. |
104 | 104 | # Michael Domanek < [email protected]>, 2025. |
| 105 | +# Keschler < [email protected]>, 2025. |
105 | 106 | msgid "" |
106 | 107 | msgstr "" |
107 | 108 | "Project-Id-Version: Godot Engine class reference\n" |
108 | 109 | "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" |
109 | | -"PO-Revision-Date: 2025-01-25 20:47+0000\n" |
110 | | -"Last-Translator: Michael Domanek <michael.domanek2@gmail.com>\n" |
| 110 | +"PO-Revision-Date: 2025-02-26 15:06+0000\n" |
| 111 | +"Last-Translator: Keschler <keschler0@protonmail.com>\n" |
111 | 112 | "Language-Team: German <https://hosted.weblate.org/projects/godot-engine/godot-" |
112 | 113 | "class-reference/de/>\n" |
113 | 114 | "Language: de\n" |
114 | 115 | "MIME-Version: 1.0\n" |
115 | 116 | "Content-Type: text/plain; charset=UTF-8\n" |
116 | 117 | "Content-Transfer-Encoding: 8-bit\n" |
117 | 118 | "Plural-Forms: nplurals=2; plural=n != 1;\n" |
118 | | -"X-Generator: Weblate 5.10-dev\n" |
| 119 | +"X-Generator: Weblate 5.10.2-dev\n" |
119 | 120 |
|
120 | 121 | msgid "All classes" |
121 | 122 | msgstr "Alle Klassen" |
@@ -370,9 +371,23 @@ msgstr "" |
370 | 371 | msgid "Built-in GDScript constants, functions, and annotations." |
371 | 372 | msgstr "Built-in-GDScript-Konstanten, -Funktionen und -Annotationen." |
372 | 373 |
|
| 374 | +msgid "" |
| 375 | +"A list of utility functions and annotations accessible from any script " |
| 376 | +"written in GDScript.\n" |
| 377 | +"For the list of global functions and constants that can be accessed in any " |
| 378 | +"scripting language, see [@GlobalScope]." |
| 379 | +msgstr "" |
| 380 | +"Eine Liste von Hilfsfunktionen und Anmerkungen, die von jedem in GDScript " |
| 381 | +"geschriebenen Skript aus zugänglich sind.\n" |
| 382 | +"Für die Liste der globalen Funktionen und Konstanten, auf die in jeder " |
| 383 | +"Skriptsprache zugegriffen werden kann, siehe [@GlobalScope]." |
| 384 | + |
373 | 385 | msgid "GDScript exports" |
374 | 386 | msgstr "GDScript-Exporte" |
375 | 387 |
|
| 388 | +msgid "Use [method Color.from_rgba8] instead." |
| 389 | +msgstr "Verwende stattdessen [method @GlobalScope.type_convert]." |
| 390 | + |
376 | 391 | msgid "" |
377 | 392 | "Returns a [Color] constructed from red ([param r8]), green ([param g8]), blue " |
378 | 393 | "([param b8]), and optionally alpha ([param a8]) integer channels, each " |
@@ -488,6 +503,13 @@ msgstr "" |
488 | 503 | "print(b is Array) # Gibt false aus\n" |
489 | 504 | "[/codeblock]" |
490 | 505 |
|
| 506 | +msgid "" |
| 507 | +"Consider using [method JSON.to_native] or [method Object.get_property_list] " |
| 508 | +"instead." |
| 509 | +msgstr "" |
| 510 | +"Verwende stattdessen [Methode JSON.to_native] oder [Methode Object." |
| 511 | +"get_property_list]." |
| 512 | + |
491 | 513 | msgid "" |
492 | 514 | "Converts a [param dictionary] (created with [method inst_to_dict]) back to an " |
493 | 515 | "Object instance. Can be useful for deserializing." |
@@ -546,6 +568,13 @@ msgstr "" |
546 | 568 | "[b]Hinweis:[/b] Der Aufruf dieser Funktion aus einem [Thread] wird nicht " |
547 | 569 | "unterstützt. In diesem Fall wird ein leeres Array zurückgegeben." |
548 | 570 |
|
| 571 | +msgid "" |
| 572 | +"Consider using [method JSON.from_native] or [method Object.get_property_list] " |
| 573 | +"instead." |
| 574 | +msgstr "" |
| 575 | +"Verwende stattdessen [Methode JSON.from_native] oder [Methode Object." |
| 576 | +"get_property_list]." |
| 577 | + |
549 | 578 | msgid "" |
550 | 579 | "Returns a [Resource] from the filesystem located at the absolute [param " |
551 | 580 | "path]. Unless it's already referenced elsewhere (such as in another script or " |
|
0 commit comments