Skip to content

Commit fad2e6d

Browse files
committed
i18n: Sync translations with Weblate
1 parent c8d6fdd commit fad2e6d

File tree

42 files changed

+12977
-876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+12977
-876
lines changed

doc/translations/de.po

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,21 @@
102102
# tct123 <[email protected]>, 2024.
103103
# Daniel Schmid <[email protected]>, 2025.
104104
# Michael Domanek <[email protected]>, 2025.
105+
# Keschler <[email protected]>, 2025.
105106
msgid ""
106107
msgstr ""
107108
"Project-Id-Version: Godot Engine class reference\n"
108109
"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"
111112
"Language-Team: German <https://hosted.weblate.org/projects/godot-engine/godot-"
112113
"class-reference/de/>\n"
113114
"Language: de\n"
114115
"MIME-Version: 1.0\n"
115116
"Content-Type: text/plain; charset=UTF-8\n"
116117
"Content-Transfer-Encoding: 8-bit\n"
117118
"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"
119120

120121
msgid "All classes"
121122
msgstr "Alle Klassen"
@@ -370,9 +371,23 @@ msgstr ""
370371
msgid "Built-in GDScript constants, functions, and annotations."
371372
msgstr "Built-in-GDScript-Konstanten, -Funktionen und -Annotationen."
372373

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+
373385
msgid "GDScript exports"
374386
msgstr "GDScript-Exporte"
375387

388+
msgid "Use [method Color.from_rgba8] instead."
389+
msgstr "Verwende stattdessen [method @GlobalScope.type_convert]."
390+
376391
msgid ""
377392
"Returns a [Color] constructed from red ([param r8]), green ([param g8]), blue "
378393
"([param b8]), and optionally alpha ([param a8]) integer channels, each "
@@ -488,6 +503,13 @@ msgstr ""
488503
"print(b is Array) # Gibt false aus\n"
489504
"[/codeblock]"
490505

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+
491513
msgid ""
492514
"Converts a [param dictionary] (created with [method inst_to_dict]) back to an "
493515
"Object instance. Can be useful for deserializing."
@@ -546,6 +568,13 @@ msgstr ""
546568
"[b]Hinweis:[/b] Der Aufruf dieser Funktion aus einem [Thread] wird nicht "
547569
"unterstützt. In diesem Fall wird ein leeres Array zurückgegeben."
548570

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+
549578
msgid ""
550579
"Returns a [Resource] from the filesystem located at the absolute [param "
551580
"path]. Unless it's already referenced elsewhere (such as in another script or "

doc/translations/es.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ msgid ""
9999
msgstr ""
100100
"Project-Id-Version: Godot Engine class reference\n"
101101
"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n"
102-
"PO-Revision-Date: 2025-02-10 00:45+0000\n"
102+
"PO-Revision-Date: 2025-03-02 21:09+0000\n"
103103
"Last-Translator: LuisGFlorez <[email protected]>\n"
104104
"Language-Team: Spanish <https://hosted.weblate.org/projects/godot-engine/"
105105
"godot-class-reference/es/>\n"
@@ -108,7 +108,7 @@ msgstr ""
108108
"Content-Type: text/plain; charset=UTF-8\n"
109109
"Content-Transfer-Encoding: 8-bit\n"
110110
"Plural-Forms: nplurals=2; plural=n != 1;\n"
111-
"X-Generator: Weblate 5.10-dev\n"
111+
"X-Generator: Weblate 5.10.3-dev\n"
112112

113113
msgid "All classes"
114114
msgstr "Todas las clases"
@@ -18498,7 +18498,7 @@ msgstr ""
1849818498
"utiliza junto con un constructor.\n"
1849918499
"\n"
1850018500
"// Godot también provee un tipo de variante que funciona como una unión para "
18501-
"todos los tipos de datos que son compatibles con [Variant].\n"
18501+
"todos los tipos de datos que son compatibles con Variant.\n"
1850218502
"Variant mivariable = 2; // mivariable es dinámicamente un entero (almacenado "
1850318503
"como un `long` dentro de la variante).\n"
1850418504
"mivariable = \"¡Ahora mivariable es una string!\";\n"

doc/translations/fr.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13300,7 +13300,12 @@ msgid ""
1330013300
"var interface = XRServer.find_interface(\"Native mobile\")\n"
1330113301
"if interface and interface.initialize():\n"
1330213302
" get_viewport().use_xr = true\n"
13303-
"[/codeblock]"
13303+
"[/codeblock]\n"
13304+
"[b]Note:[/b] For Android, [member ProjectSettings.input_devices/sensors/"
13305+
"enable_accelerometer], [member ProjectSettings.input_devices/sensors/"
13306+
"enable_gravity], [member ProjectSettings.input_devices/sensors/"
13307+
"enable_gyroscope] and [member ProjectSettings.input_devices/sensors/"
13308+
"enable_magnetometer] must be enabled."
1330413309
msgstr ""
1330513310
"Il s'agit d'une implémentation VR mobile générique où vous devez fournir des "
1330613311
"détails sur le téléphone et le casque utilisés. Il ne repose sur aucune "
@@ -13315,7 +13320,12 @@ msgstr ""
1331513320
"var interface = XRServer.find_interface(\"Native mobile\")\n"
1331613321
"if interface and interface.initialize():\n"
1331713322
" get_viewport().use_xr = true\n"
13318-
"[/codeblock]"
13323+
"[/codeblock]\n"
13324+
"[b]Note :[/b] Pour Android, [member ProjectSettings.input_devices/sensors/"
13325+
"enable_accelerometer], [member ProjectSettings.input_devices/sensors/"
13326+
"enable_gravity], [member ProjectSettings.input_devices/sensors/"
13327+
"enable_gyroscope] et [member ProjectSettings.input_devices/sensors/"
13328+
"enable_magnetometer] doivent être activés."
1331913329

1332013330
msgid ""
1332113331
"The distance between the display and the lenses inside of the device in "

doc/translations/ga.po

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -72926,36 +72926,6 @@ msgstr ""
7292672926
msgid "Generic mobile VR implementation."
7292772927
msgstr "Cur i bhfeidhm cineálach VR soghluaiste."
7292872928

72929-
msgid ""
72930-
"This is a generic mobile VR implementation where you need to provide details "
72931-
"about the phone and HMD used. It does not rely on any existing framework. "
72932-
"This is the most basic interface we have. For the best effect, you need a "
72933-
"mobile phone with a gyroscope and accelerometer.\n"
72934-
"Note that even though there is no positional tracking, the camera will assume "
72935-
"the headset is at a height of 1.85 meters. You can change this by setting "
72936-
"[member eye_height].\n"
72937-
"You can initialize this interface as follows:\n"
72938-
"[codeblock]\n"
72939-
"var interface = XRServer.find_interface(\"Native mobile\")\n"
72940-
"if interface and interface.initialize():\n"
72941-
" get_viewport().use_xr = true\n"
72942-
"[/codeblock]"
72943-
msgstr ""
72944-
"Is cur i bhfeidhm cineálach VR soghluaiste é seo nuair is gá duit sonraí a "
72945-
"sholáthar faoin bhfón agus faoin HMD a úsáidtear. Níl sé ag brath ar aon "
72946-
"chreat atá ann cheana féin. Is é seo an comhéadan is bunúsaí atá againn. Chun "
72947-
"an éifeacht is fearr a fháil, is gá duit fón póca le gyroscope agus méadair "
72948-
"luasghéaraithe.\n"
72949-
"Tabhair faoi deara, cé nach bhfuil aon rianú suímh ann, glacfaidh an ceamara "
72950-
"leis go bhfuil an headset ag airde 1.85 méadar. Is féidir leat é seo a athrú "
72951-
"trí [member eye_height] a shocrú.\n"
72952-
"Is féidir leat an comhéadan seo a thúsú mar seo a leanas:\n"
72953-
"[codeblock]\n"
72954-
"var interface = XRServer.find_interface(\"fón póca dúchais\")\n"
72955-
"má tá comhéadan agus interface.initialize():\n"
72956-
" get_viewport().use_xr = fíor\n"
72957-
"[/codeblock]"
72958-
7295972929
msgid ""
7296072930
"The distance between the display and the lenses inside of the device in "
7296172931
"centimeters."

doc/translations/it.po

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -67243,36 +67243,6 @@ msgstr ""
6724367243
msgid "Generic mobile VR implementation."
6724467244
msgstr "Implementazione generica di realtà virtuale (VR) mobile."
6724567245

67246-
msgid ""
67247-
"This is a generic mobile VR implementation where you need to provide details "
67248-
"about the phone and HMD used. It does not rely on any existing framework. "
67249-
"This is the most basic interface we have. For the best effect, you need a "
67250-
"mobile phone with a gyroscope and accelerometer.\n"
67251-
"Note that even though there is no positional tracking, the camera will assume "
67252-
"the headset is at a height of 1.85 meters. You can change this by setting "
67253-
"[member eye_height].\n"
67254-
"You can initialize this interface as follows:\n"
67255-
"[codeblock]\n"
67256-
"var interface = XRServer.find_interface(\"Native mobile\")\n"
67257-
"if interface and interface.initialize():\n"
67258-
" get_viewport().use_xr = true\n"
67259-
"[/codeblock]"
67260-
msgstr ""
67261-
"Questa è un'implementazione generica di VR mobile in cui devi fornire "
67262-
"dettagli sul telefono e sull'HMD utilizzati. Non si basa su alcun framework "
67263-
"esistente. Questa è l'interfaccia più basilare disponibile. Per ottenere "
67264-
"l'effetto migliore, hai bisogno di un telefono cellulare con giroscopio e "
67265-
"accelerometro.\n"
67266-
"Nota che anche se non c'è tracciamento posizionale, la telecamera presumerà "
67267-
"che il visore si trovi a un'altezza di 1,85 metri. È possibile modificare "
67268-
"questo valore impostando [member eye_height].\n"
67269-
"Puoi inizializzare questa interfaccia come segue:\n"
67270-
"[codeblock]\n"
67271-
"var interface = XRServer.find_interface(\"Native mobile\")\n"
67272-
"if interface and interface.initialize():\n"
67273-
" get_viewport().use_xr = true\n"
67274-
"[/codeblock]"
67275-
6727667246
msgid ""
6727767247
"The distance between the display and the lenses inside of the device in "
6727867248
"centimeters."

doc/translations/ta.po

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -68762,34 +68762,6 @@ msgstr "[குறியீடு] உண்மை [/குறியீடு]
6876268762
msgid "Generic mobile VR implementation."
6876368763
msgstr "பொதுவான மொபைல் வி.ஆர் செயல்படுத்தல்."
6876468764

68765-
msgid ""
68766-
"This is a generic mobile VR implementation where you need to provide details "
68767-
"about the phone and HMD used. It does not rely on any existing framework. "
68768-
"This is the most basic interface we have. For the best effect, you need a "
68769-
"mobile phone with a gyroscope and accelerometer.\n"
68770-
"Note that even though there is no positional tracking, the camera will assume "
68771-
"the headset is at a height of 1.85 meters. You can change this by setting "
68772-
"[member eye_height].\n"
68773-
"You can initialize this interface as follows:\n"
68774-
"[codeblock]\n"
68775-
"var interface = XRServer.find_interface(\"Native mobile\")\n"
68776-
"if interface and interface.initialize():\n"
68777-
" get_viewport().use_xr = true\n"
68778-
"[/codeblock]"
68779-
msgstr ""
68780-
"இது ஒரு பொதுவான மொபைல் விஆர் செயல்படுத்தல் ஆகும், அங்கு நீங்கள் தொலைபேசி மற்றும் எச்எம்டி "
68781-
"பற்றிய விவரங்களை வழங்க வேண்டும். இது தற்போதுள்ள எந்த கட்டமைப்பையும் நம்பவில்லை. இது நம்மிடம் "
68782-
"உள்ள மிக அடிப்படை இடைமுகம். சிறந்த விளைவுக்கு, உங்களுக்கு கைரோச்கோப் மற்றும் முடுக்கமானி "
68783-
"கொண்ட மொபைல் போன் தேவை.\n"
68784-
" நிலை கண்காணிப்பு இல்லை என்றாலும், கேமரா எட்செட் 1.85 மீட்டர் உயரத்தில் இருப்பதாக "
68785-
"கருதுகிறது என்பதை நினைவில் கொள்க. [உறுப்பினர் கண்_ஐட்] அமைப்பதன் மூலம் இதை மாற்றலாம்.\n"
68786-
" இந்த இடைமுகத்தை நீங்கள் பின்வருமாறு துவக்கலாம்:\n"
68787-
" [கோட் பிளாக்]\n"
68788-
" var இடைமுகம் = xrserver.find_interface (\"சொந்த மொபைல்\")\n"
68789-
" இடைமுகம் மற்றும் இடைமுகம் என்றால். initialize ():\n"
68790-
" get_viewport (). use_xr = உண்மை\n"
68791-
" [/codeBlock]"
68792-
6879368765
msgid ""
6879468766
"The distance between the display and the lenses inside of the device in "
6879568767
"centimeters."

0 commit comments

Comments
 (0)