Skip to content

Commit 65fceb9

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 48205d5 commit 65fceb9

3 files changed

Lines changed: 137 additions & 93 deletions

File tree

intl/msg_hash_es.h

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,26 @@ MSG_HASH(
197197
MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH,
198198
"Reiniciar"
199199
)
200+
MSG_HASH(
201+
MENU_ENUM_SUBLABEL_RESTART_RETROARCH,
202+
"Reinicia la aplicación RetroArch."
203+
)
200204
MSG_HASH(
201205
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
202206
"Cerrar RetroArch"
203207
)
208+
MSG_HASH(
209+
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
210+
"Abandona la aplicación RetroArch. La opción «Guardar configuración al salir» está activada."
211+
)
212+
MSG_HASH(
213+
MENU_ENUM_SUBLABEL_QUIT_RETROARCH_NOSAVE,
214+
"Abandona la aplicación RetroArch. La opción «Guardar configuración al salir» está desactivada."
215+
)
216+
MSG_HASH(
217+
MENU_ENUM_LABEL_HELP_QUIT_RETROARCH,
218+
"Abandona RetroArch. Si cierras RetroArch de cualquier forma brusca (SIGKILL, etc.) no se guardará la configuración bajo ninguna circunstancia. En sistemas Unix, SIGINT/SIGTERM permite un cierre limpio, lo que guardará la configuración si la opción «Guardar configuración al salir» está activada."
219+
)
204220

205221
/* Main Menu > Load Core */
206222

@@ -1747,6 +1763,10 @@ MSG_HASH(
17471763
MENU_ENUM_LABEL_VALUE_MENU_DRIVER,
17481764
"Menú"
17491765
)
1766+
MSG_HASH(
1767+
MENU_ENUM_SUBLABEL_MENU_DRIVER,
1768+
"Selecciona el controlador de menú que se utilizará. Es necesario reiniciar."
1769+
)
17501770
MSG_HASH(
17511771
MENU_ENUM_LABEL_HELP_MENU_DRIVER_XMB,
17521772
"XMB es una interfaz para RetroArch similar al menú de una consola de la séptima generación. Es compatible con las mismas características que Ozone."
@@ -3448,6 +3468,14 @@ MSG_HASH(
34483468
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_BLOCK_DELAY,
34493469
"Añade un retraso en fotogramas antes de bloquear las entradas normales una vez se empiece a pulsar la tecla Activar teclas rápidas. Permite capturar la entrada normal de la tecla Activar teclas rápidas si está asignada a otra acción (p. ej.: RetroPad Select)."
34503470
)
3471+
MSG_HASH(
3472+
MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_DEVICE_MERGE,
3473+
"Fusionar tipos de dispositivo para las teclas rápidas"
3474+
)
3475+
MSG_HASH(
3476+
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_DEVICE_MERGE,
3477+
"Bloquea todas las teclas rápidas de los teclados y mandos si cualquiera de los dos tipos de dispositivo tiene un botón o tecla asignados para activar las teclas rápidas."
3478+
)
34513479
MSG_HASH(
34523480
MENU_ENUM_LABEL_VALUE_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO,
34533481
"Mostrar menú (combinación de mando)"
@@ -7688,6 +7716,18 @@ MSG_HASH( /* FIXME Not RGUI specific */
76887716
MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY,
76897717
"Explorador de archivos"
76907718
)
7719+
MSG_HASH( /* FIXME Not RGUI specific */
7720+
MENU_ENUM_SUBLABEL_RGUI_BROWSER_DIRECTORY,
7721+
"Establece el directorio inicial del explorador de archivos."
7722+
)
7723+
MSG_HASH( /* FIXME Not RGUI specific */
7724+
MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY,
7725+
"Archivos de configuración"
7726+
)
7727+
MSG_HASH( /* FIXME Not RGUI specific */
7728+
MENU_ENUM_SUBLABEL_RGUI_CONFIG_DIRECTORY,
7729+
"En este directorio se guardará el archivo de configuración predeterminado."
7730+
)
76917731
MSG_HASH(
76927732
MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH,
76937733
"Núcleos"

0 commit comments

Comments
 (0)