mirror of
https://github.com/godotengine/godot-docs-l10n.git
synced 2026-01-05 14:10:19 +03:00
Merge Sphinx translations with Weblate translations, add classref for es fr it ru uk zh_TW
This commit is contained in:
43
classes/es/class_editorexportplatformpc.rst
Normal file
43
classes/es/class_editorexportplatformpc.rst
Normal file
@@ -0,0 +1,43 @@
|
||||
:github_url: hide
|
||||
|
||||
.. DO NOT EDIT THIS FILE!!!
|
||||
.. Generated automatically from Godot engine sources.
|
||||
.. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
|
||||
.. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/EditorExportPlatformPC.xml.
|
||||
|
||||
.. _class_EditorExportPlatformPC:
|
||||
|
||||
EditorExportPlatformPC
|
||||
======================
|
||||
|
||||
**Hereda:** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
|
||||
|
||||
**Heredado por:** :ref:`EditorExportPlatformLinuxBSD<class_EditorExportPlatformLinuxBSD>`, :ref:`EditorExportPlatformWindows<class_EditorExportPlatformWindows>`
|
||||
|
||||
Base class for the desktop platform exporter (Windows and Linux/BSD).
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Descripción
|
||||
----------------------
|
||||
|
||||
The base class for the desktop platform exporters. These include Windows and Linux/BSD, but not macOS. See the classes inheriting from this one for more details.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Tutoriales
|
||||
--------------------
|
||||
|
||||
- :doc:`Exporting for Windows <../tutorials/export/exporting_for_windows>`
|
||||
|
||||
- :doc:`Exportando a Linux <../tutorials/export/exporting_for_linux>`
|
||||
|
||||
.. |virtual| replace:: :abbr:`virtual (Normalmente, este método debería ser sobreescrito por el usuario para que tenga algún efecto.)`
|
||||
.. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
|
||||
.. |const| replace:: :abbr:`const (Este método no tiene efectos secundarios. No modifica ninguna de las variables miembro de la instancia.)`
|
||||
.. |vararg| replace:: :abbr:`vararg (Este método permite agregar cualquier número de argumentos después de los descritos aquí.)`
|
||||
.. |constructor| replace:: :abbr:`constructor (Este método se utiliza para construir un tipo.)`
|
||||
.. |static| replace:: :abbr:`static (Este método no necesita una instancia para ser llamado, por lo que puede llamarse directamente utilizando el nombre de la clase.)`
|
||||
.. |operator| replace:: :abbr:`operator (Este método describe un operador válido para usar con este tipo como operando izquierdo.)`
|
||||
.. |bitfield| replace:: :abbr:`BitField (Este valor es un entero compuesto como una máscara de bits de las siguientes banderas.)`
|
||||
.. |void| replace:: :abbr:`void (Sin valor de retorno.)`
|
||||
Reference in New Issue
Block a user