i18n: Sync translations with Weblate

(cherry picked from commit 90b4ca2e50)
This commit is contained in:
Rémi Verschelde
2023-04-20 13:26:36 +02:00
parent 5e7b6cd75a
commit db13026370
32 changed files with 20967 additions and 733 deletions

View File

@ -48,12 +48,13 @@
# Adrian Migueles <adrianmigueles14@gmail.com>, 2023.
# Joinner Medina <devjoi2018@gmail.com>, 2023.
# Denis Anfruns <daanfruns@gmail.com>, 2023.
# Luis Ortiz <luisortiz66@hotmail.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: Godot Engine class reference\n"
"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n"
"PO-Revision-Date: 2023-03-26 03:46+0000\n"
"Last-Translator: Denis Anfruns <daanfruns@gmail.com>\n"
"PO-Revision-Date: 2023-04-12 08:56+0000\n"
"Last-Translator: Luis Ortiz <luisortiz66@hotmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/godot-engine/"
"godot-class-reference/es/>\n"
"Language: es\n"
@ -424,6 +425,27 @@ msgstr ""
"0.1\n"
"[/codeblock]"
msgid ""
"Mark the following property as exported (editable in the Inspector dock and "
"saved to disk). To control the type of the exported property, use the type "
"hint notation.\n"
"[codeblock]\n"
"@export var string = \"\"\n"
"@export var int_number = 5\n"
"@export var float_number: float = 5\n"
"@export var image: Image\n"
"[/codeblock]"
msgstr ""
"Marca la siguiente propiedad como exportada (editable en el panel Inspector "
"y guardado al disco). Para controlar el tipo de la propiedad exportada, use "
"la notación de sugerencia de tipo.\n"
"[codeblock]\n"
"@export var string = \"\"\n"
"@export var int_number = 5\n"
"@export var float_number: float = 5\n"
"@export var image: Image\n"
"[/codeblock]"
msgid "Converts from decibels to linear energy (audio)."
msgstr "Convierte de decibeles a energía lineal (audio)."

File diff suppressed because it is too large Load Diff