mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Update spanish and fix some indentation mishaps in us
This commit is contained in:
parent
50398c2a35
commit
f24715ac1e
@ -3294,6 +3294,10 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_DOTART,
|
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_DOTART,
|
||||||
"Dot-Art"
|
"Dot-Art"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_AUTOMATIC,
|
||||||
|
"Automatic"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME,
|
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME,
|
||||||
"Color del menú"
|
"Color del menú"
|
||||||
@ -6655,19 +6659,19 @@ MSG_HASH(
|
|||||||
"En-Menú"
|
"En-Menú"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME,
|
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME,
|
||||||
"En-Juego"
|
"En-Juego"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME_PAUSED,
|
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME_PAUSED,
|
||||||
"En-Juego (Pausado)"
|
"En-Juego (Pausado)"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PLAYING,
|
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PLAYING,
|
||||||
"Jugando"
|
"Jugando"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED,
|
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED,
|
||||||
"Pausado"
|
"Pausado"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
@ -7262,6 +7266,18 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_DATABASE,
|
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_DATABASE,
|
||||||
"Base de datos:"
|
"Base de datos:"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_EXTENSIONS,
|
||||||
|
"Extensiones:"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_EXTENSIONS_PLACEHOLDER,
|
||||||
|
"(separar con espacios; incluye a todas por defecto)"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_FILTER_INSIDE_ARCHIVES,
|
||||||
|
"Filtrar archivos internos"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QT_FOR_THUMBNAILS,
|
MENU_ENUM_LABEL_VALUE_QT_FOR_THUMBNAILS,
|
||||||
"(usado pata buscar miniaturas)"
|
"(usado pata buscar miniaturas)"
|
||||||
@ -7422,11 +7438,15 @@ MSG_HASH(
|
|||||||
MSG_FAILED_TO_SET_DISK,
|
MSG_FAILED_TO_SET_DISK,
|
||||||
"Fallo al establecer disco"
|
"Fallo al establecer disco"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_QT_CORE_OPTIONS,
|
||||||
|
"Opciones de núcleo"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_VIDEO_ADAPTIVE_VSYNC,
|
MENU_ENUM_LABEL_VALUE_VIDEO_ADAPTIVE_VSYNC,
|
||||||
"Adaptive Vsync"
|
"Vsync Adaptativo"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
||||||
"V-Sync is enabled until performance falls below the target refresh rate. Can minimize stuttering when performance falls below realtime, and can be more energy efficient."
|
"V-Sync está activado hasta que el rendimiento sea inferior al necesario para mantener el refresco de pantalla. Puede minimizar los tirones cuando hay caidas de fps y es més eficiente energeticamente."
|
||||||
)
|
)
|
||||||
|
@ -6675,9 +6675,9 @@ MSG_HASH(
|
|||||||
"Paused"
|
"Paused"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISCORD_ALLOW,
|
MENU_ENUM_LABEL_VALUE_DISCORD_ALLOW,
|
||||||
"Enable Discord"
|
"Enable Discord"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_DISCORD_ALLOW,
|
MENU_ENUM_SUBLABEL_DISCORD_ALLOW,
|
||||||
"Enable or disable Discord support. Will not work with the browser version, only native desktop client."
|
"Enable or disable Discord support. Will not work with the browser version, only native desktop client."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user