i18n: Sync translations with Weblate
(cherry picked from commit 90b4ca2e50)
This commit is contained in:
@ -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
Reference in New Issue
Block a user