Skip to content

Commit 3f19b2a

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 8141b31 commit 3f19b2a

1 file changed

Lines changed: 81 additions & 5 deletions

File tree

intl/msg_hash_ast.h

Lines changed: 81 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,10 @@ MSG_HASH(
654654
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT,
655655
"Compatibilidá con OpenGL ES"
656656
)
657+
MSG_HASH(
658+
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT,
659+
"Compatibilidá cola función multifilu"
660+
)
657661
MSG_HASH(
658662
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT,
659663
"Compatibilidá con KMS/EGL"
@@ -911,6 +915,10 @@ MSG_HASH(
911915

912916
/* Main Menu > Configuration File */
913917

918+
MSG_HASH(
919+
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS,
920+
"Cargar una configuración"
921+
)
914922
MSG_HASH(
915923
MENU_ENUM_SUBLABEL_CONFIGURATIONS,
916924
"Carga una configuración esistente ya sustitúi los valores actuales."
@@ -1084,13 +1092,21 @@ MSG_HASH(
10841092
MENU_ENUM_LABEL_HELP_FILE_BROWSER_PLAIN_FILE,
10851093
"Ficheru ensin formatu."
10861094
)
1095+
MSG_HASH(
1096+
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_SETTINGS,
1097+
"Regulación de fotogrames"
1098+
)
1099+
MSG_HASH(
1100+
MENU_ENUM_SUBLABEL_FRAME_THROTTLE_SETTINGS,
1101+
"Camuda la configuración del rebobináu, l'avance rápidu ya la cámara lenta."
1102+
)
10871103
MSG_HASH(
10881104
MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS,
10891105
"Grabación"
10901106
)
10911107
MSG_HASH(
10921108
MENU_ENUM_SUBLABEL_RECORDING_SETTINGS,
1093-
"Camuda los axustes de grabación."
1109+
"Camuda la configuración de grabación."
10941110
)
10951111
MSG_HASH(
10961112
MENU_ENUM_LABEL_VALUE_USER_INTERFACE_SETTINGS,
@@ -1152,6 +1168,10 @@ MSG_HASH(
11521168
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS,
11531169
"Direutorios"
11541170
)
1171+
MSG_HASH(
1172+
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
1173+
"Camuda los direutorios predeterminaos onde se llocalicen los ficheros."
1174+
)
11551175

11561176
/* Core option category placeholders for icons */
11571177
MSG_HASH(
@@ -1234,6 +1254,14 @@ MSG_HASH(
12341254

12351255
/* Settings > Video */
12361256

1257+
MSG_HASH(
1258+
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
1259+
"SwitchRes pa pantalles CTR"
1260+
)
1261+
MSG_HASH(
1262+
MENU_ENUM_SUBLABEL_CRT_SWITCHRES_SETTINGS,
1263+
"Xenera señales natives a resolución baxa pa les pantalles CRT."
1264+
)
12371265
MSG_HASH(
12381266
MENU_ENUM_LABEL_VALUE_VIDEO_OUTPUT_SETTINGS,
12391267
"Salida"
@@ -1298,6 +1326,10 @@ MSG_HASH(
12981326
)
12991327
#endif
13001328
#endif
1329+
MSG_HASH(
1330+
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DELAY,
1331+
"Retrasu del asolombrador automáticu"
1332+
)
13011333
MSG_HASH(
13021334
MENU_ENUM_LABEL_VALUE_VIDEO_FILTER,
13031335
"Filtru de videu"
@@ -1309,6 +1341,10 @@ MSG_HASH(
13091341

13101342
/* Settings > Video > CRT SwitchRes */
13111343

1344+
MSG_HASH(
1345+
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION,
1346+
"SwitchRes pa pantalles CTR"
1347+
)
13121348

13131349
/* Settings > Video > Output */
13141350

@@ -1323,6 +1359,10 @@ MSG_HASH(
13231359

13241360
/* Settings > Video > Fullscreen Mode */
13251361

1362+
MSG_HASH(
1363+
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN,
1364+
"Mou de ventana a pantalla completa"
1365+
)
13261366
MSG_HASH(
13271367
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN_X,
13281368
"Llargor de la pantalla completa"
@@ -1338,6 +1378,10 @@ MSG_HASH(
13381378
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OPACITY,
13391379
"Opacidá de la ventana"
13401380
)
1381+
MSG_HASH(
1382+
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SHOW_DECORATIONS,
1383+
"Amosar les decoraciones de ventana"
1384+
)
13411385
MSG_HASH(
13421386
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
13431387
"Recordar la posición ya'l tamañu de la ventana"
@@ -1354,10 +1398,26 @@ MSG_HASH(
13541398
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_WIDTH,
13551399
"Llargor de la ventana"
13561400
)
1401+
MSG_HASH(
1402+
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
1403+
"Configura'l llargor predetermináu p'amosar la ventana."
1404+
)
13571405
MSG_HASH(
13581406
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_HEIGHT,
13591407
"Altor de la ventana"
13601408
)
1409+
MSG_HASH(
1410+
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_HEIGHT,
1411+
"Configura l'altor predetermináu p'amosar la ventana."
1412+
)
1413+
MSG_HASH(
1414+
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_AUTO_WIDTH_MAX,
1415+
"Llargor máximu de la ventana"
1416+
)
1417+
MSG_HASH(
1418+
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_AUTO_HEIGHT_MAX,
1419+
"Altor máximu de la ventana"
1420+
)
13611421

13621422
/* Settings > Video > Scaling */
13631423

@@ -1367,7 +1427,7 @@ MSG_HASH(
13671427
)
13681428
MSG_HASH(
13691429
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX,
1370-
"Proporción d'aspeutu"
1430+
"Proporción del aspeutu"
13711431
)
13721432
MSG_HASH(
13731433
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_CONFIG,
@@ -1550,6 +1610,10 @@ MSG_HASH(
15501610
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE_MENU,
15511611
"Mecedor"
15521612
)
1613+
MSG_HASH(
1614+
MENU_ENUM_SUBLABEL_AUDIO_ENABLE_MENU,
1615+
"Reproduz fluxos d'audiu simultáneos, tamién nel menú."
1616+
)
15531617
MSG_HASH(
15541618
MENU_ENUM_LABEL_VALUE_MENU_SOUND_OK,
15551619
"Activar el soníu «OK»"
@@ -1575,13 +1639,25 @@ MSG_HASH(
15751639
)
15761640
MSG_HASH(
15771641
MENU_ENUM_SUBLABEL_INPUT_MAX_USERS,
1578-
"El númberu máximu d'usuarios sofitaos por RetroArch."
1642+
"El númberu máximu d'usuarios compatibles con RetroArch."
1643+
)
1644+
MSG_HASH(
1645+
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE,
1646+
"Remapiar los controles esti nucleu"
15791647
)
15801648
MSG_HASH(
15811649
MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE,
15821650
"Configuración automática"
15831651
)
1652+
MSG_HASH(
1653+
MENU_ENUM_SUBLABEL_INPUT_AUTODETECT_ENABLE,
1654+
"Configura automáticamente los mandos que tienen un perfil, al estilu Plug-and-Play."
1655+
)
15841656
#if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
1657+
MSG_HASH(
1658+
MENU_ENUM_SUBLABEL_INPUT_NOWINKEY_ENABLE,
1659+
"Caltién les combinaciones de la tecla «Windows» dientro de l'aplicación."
1660+
)
15851661
#endif
15861662
#ifdef ANDROID
15871663
#endif
@@ -3365,7 +3441,7 @@ MSG_HASH(
33653441

33663442
MSG_HASH(
33673443
MENU_ENUM_LABEL_VALUE_MENU_RGUI_ASPECT_RATIO,
3368-
"Proporción d'aspeutu"
3444+
"Proporción del aspeutu"
33693445
)
33703446
MSG_HASH(
33713447
MENU_ENUM_LABEL_VALUE_MENU_RGUI_PARTICLE_EFFECT,
@@ -4344,7 +4420,7 @@ MSG_HASH(
43444420
)
43454421
MSG_HASH(
43464422
MSG_SLOW_MOTION,
4347-
"Movimientu lentu."
4423+
"Cámara lenta."
43484424
)
43494425
MSG_HASH(
43504426
MSG_FAST_FORWARD,

0 commit comments

Comments
 (0)