diff options
Diffstat (limited to 'dist/languages/es.ts')
| -rw-r--r-- | dist/languages/es.ts | 766 |
1 files changed, 456 insertions, 310 deletions
diff --git a/dist/languages/es.ts b/dist/languages/es.ts index 5d4d0aa5f..1d4ad232b 100644 --- a/dist/languages/es.ts +++ b/dist/languages/es.ts | |||
| @@ -1226,8 +1226,8 @@ p, li { white-space: pre-wrap; } | |||
| 1226 | </message> | 1226 | </message> |
| 1227 | <message> | 1227 | <message> |
| 1228 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="432"/> | 1228 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="432"/> |
| 1229 | <source>AMD FidelityFX™️ Super Resolution [Vulkan Only]</source> | 1229 | <source>AMD FidelityFX™️ Super Resolution (Vulkan Only)</source> |
| 1230 | <translation>AMD FidelityFX™️ Super Resolution [Sólo Vulkan]</translation> | 1230 | <translation type="unfinished"/> |
| 1231 | </message> | 1231 | </message> |
| 1232 | <message> | 1232 | <message> |
| 1233 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="458"/> | 1233 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="458"/> |
| @@ -1382,43 +1382,150 @@ p, li { white-space: pre-wrap; } | |||
| 1382 | <translation>Restaurar valores predeterminados</translation> | 1382 | <translation>Restaurar valores predeterminados</translation> |
| 1383 | </message> | 1383 | </message> |
| 1384 | <message> | 1384 | <message> |
| 1385 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="74"/> | 1385 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="94"/> |
| 1386 | <source>Action</source> | 1386 | <source>Action</source> |
| 1387 | <translation>Acción</translation> | 1387 | <translation>Acción</translation> |
| 1388 | </message> | 1388 | </message> |
| 1389 | <message> | 1389 | <message> |
| 1390 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="74"/> | 1390 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="94"/> |
| 1391 | <source>Hotkey</source> | 1391 | <source>Hotkey</source> |
| 1392 | <translation>Tecla de acceso rápido</translation> | 1392 | <translation>Tecla de acceso rápido</translation> |
| 1393 | </message> | 1393 | </message> |
| 1394 | <message> | 1394 | <message> |
| 1395 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="74"/> | 1395 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="94"/> |
| 1396 | <source>Context</source> | 1396 | <source>Controller Hotkey</source> |
| 1397 | <translation>Contexto</translation> | 1397 | <translation type="unfinished"/> |
| 1398 | </message> | 1398 | </message> |
| 1399 | <message> | 1399 | <message> |
| 1400 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="96"/> | 1400 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="124"/> |
| 1401 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="183"/> | 1401 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="150"/> |
| 1402 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="365"/> | ||
| 1402 | <source>Conflicting Key Sequence</source> | 1403 | <source>Conflicting Key Sequence</source> |
| 1403 | <translation>Combinación de teclas en conflicto</translation> | 1404 | <translation>Combinación de teclas en conflicto</translation> |
| 1404 | </message> | 1405 | </message> |
| 1405 | <message> | 1406 | <message> |
| 1406 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="97"/> | 1407 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="125"/> |
| 1408 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="151"/> | ||
| 1407 | <source>The entered key sequence is already assigned to: %1</source> | 1409 | <source>The entered key sequence is already assigned to: %1</source> |
| 1408 | <translation>La combinación de teclas introducida ya ha sido asignada a: %1</translation> | 1410 | <translation>La combinación de teclas introducida ya ha sido asignada a: %1</translation> |
| 1409 | </message> | 1411 | </message> |
| 1410 | <message> | 1412 | <message> |
| 1411 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="171"/> | 1413 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="144"/> |
| 1414 | <source>Home+%1</source> | ||
| 1415 | <translation type="unfinished"/> | ||
| 1416 | </message> | ||
| 1417 | <message> | ||
| 1418 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="158"/> | ||
| 1419 | <source>[waiting]</source> | ||
| 1420 | <translation>[esperando]</translation> | ||
| 1421 | </message> | ||
| 1422 | <message> | ||
| 1423 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="181"/> | ||
| 1424 | <source>A</source> | ||
| 1425 | <translation>A</translation> | ||
| 1426 | </message> | ||
| 1427 | <message> | ||
| 1428 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="184"/> | ||
| 1429 | <source>B</source> | ||
| 1430 | <translation>B</translation> | ||
| 1431 | </message> | ||
| 1432 | <message> | ||
| 1433 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="187"/> | ||
| 1434 | <source>X</source> | ||
| 1435 | <translation>X</translation> | ||
| 1436 | </message> | ||
| 1437 | <message> | ||
| 1438 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="190"/> | ||
| 1439 | <source>Y</source> | ||
| 1440 | <translation>Y</translation> | ||
| 1441 | </message> | ||
| 1442 | <message> | ||
| 1443 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="193"/> | ||
| 1444 | <source>L</source> | ||
| 1445 | <translation>L</translation> | ||
| 1446 | </message> | ||
| 1447 | <message> | ||
| 1448 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="196"/> | ||
| 1449 | <source>R</source> | ||
| 1450 | <translation>R</translation> | ||
| 1451 | </message> | ||
| 1452 | <message> | ||
| 1453 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="199"/> | ||
| 1454 | <source>ZL</source> | ||
| 1455 | <translation>ZL</translation> | ||
| 1456 | </message> | ||
| 1457 | <message> | ||
| 1458 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="202"/> | ||
| 1459 | <source>ZR</source> | ||
| 1460 | <translation>ZR</translation> | ||
| 1461 | </message> | ||
| 1462 | <message> | ||
| 1463 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="205"/> | ||
| 1464 | <source>Dpad_Left</source> | ||
| 1465 | <translation type="unfinished"/> | ||
| 1466 | </message> | ||
| 1467 | <message> | ||
| 1468 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="208"/> | ||
| 1469 | <source>Dpad_Right</source> | ||
| 1470 | <translation type="unfinished"/> | ||
| 1471 | </message> | ||
| 1472 | <message> | ||
| 1473 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="211"/> | ||
| 1474 | <source>Dpad_Up</source> | ||
| 1475 | <translation type="unfinished"/> | ||
| 1476 | </message> | ||
| 1477 | <message> | ||
| 1478 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="214"/> | ||
| 1479 | <source>Dpad_Down</source> | ||
| 1480 | <translation type="unfinished"/> | ||
| 1481 | </message> | ||
| 1482 | <message> | ||
| 1483 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="217"/> | ||
| 1484 | <source>Left_Stick</source> | ||
| 1485 | <translation type="unfinished"/> | ||
| 1486 | </message> | ||
| 1487 | <message> | ||
| 1488 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="220"/> | ||
| 1489 | <source>Right_Stick</source> | ||
| 1490 | <translation type="unfinished"/> | ||
| 1491 | </message> | ||
| 1492 | <message> | ||
| 1493 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="223"/> | ||
| 1494 | <source>Minus</source> | ||
| 1495 | <translation>Menos</translation> | ||
| 1496 | </message> | ||
| 1497 | <message> | ||
| 1498 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="226"/> | ||
| 1499 | <source>Plus</source> | ||
| 1500 | <translation>Más</translation> | ||
| 1501 | </message> | ||
| 1502 | <message> | ||
| 1503 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="228"/> | ||
| 1504 | <source>Invalid</source> | ||
| 1505 | <translation type="unfinished"/> | ||
| 1506 | </message> | ||
| 1507 | <message> | ||
| 1508 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="329"/> | ||
| 1412 | <source>Restore Default</source> | 1509 | <source>Restore Default</source> |
| 1413 | <translation>Restaurar valor predeterminado</translation> | 1510 | <translation>Restaurar valor predeterminado</translation> |
| 1414 | </message> | 1511 | </message> |
| 1415 | <message> | 1512 | <message> |
| 1416 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="172"/> | 1513 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="330"/> |
| 1417 | <source>Clear</source> | 1514 | <source>Clear</source> |
| 1418 | <translation>Eliminar</translation> | 1515 | <translation>Eliminar</translation> |
| 1419 | </message> | 1516 | </message> |
| 1420 | <message> | 1517 | <message> |
| 1421 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="184"/> | 1518 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="351"/> |
| 1519 | <source>Conflicting Button Sequence</source> | ||
| 1520 | <translation type="unfinished"/> | ||
| 1521 | </message> | ||
| 1522 | <message> | ||
| 1523 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="352"/> | ||
| 1524 | <source>The default button sequence is already assigned to: %1</source> | ||
| 1525 | <translation type="unfinished"/> | ||
| 1526 | </message> | ||
| 1527 | <message> | ||
| 1528 | <location filename="../../src/yuzu/configuration/configure_hotkeys.cpp" line="366"/> | ||
| 1422 | <source>The default key sequence is already assigned to: %1</source> | 1529 | <source>The default key sequence is already assigned to: %1</source> |
| 1423 | <translation>La combinación de teclas predeterminada ya ha sido asignada a: %1</translation> | 1530 | <translation>La combinación de teclas predeterminada ya ha sido asignada a: %1</translation> |
| 1424 | </message> | 1531 | </message> |
| @@ -1708,7 +1815,7 @@ p, li { white-space: pre-wrap; } | |||
| 1708 | </message> | 1815 | </message> |
| 1709 | <message> | 1816 | <message> |
| 1710 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2602"/> | 1817 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2602"/> |
| 1711 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2702"/> | 1818 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2715"/> |
| 1712 | <source>Configure</source> | 1819 | <source>Configure</source> |
| 1713 | <translation>Configurar</translation> | 1820 | <translation>Configurar</translation> |
| 1714 | </message> | 1821 | </message> |
| @@ -1739,21 +1846,26 @@ p, li { white-space: pre-wrap; } | |||
| 1739 | </message> | 1846 | </message> |
| 1740 | <message> | 1847 | <message> |
| 1741 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2666"/> | 1848 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2666"/> |
| 1849 | <source>Controller navigation</source> | ||
| 1850 | <translation type="unfinished"/> | ||
| 1851 | </message> | ||
| 1852 | <message> | ||
| 1853 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2679"/> | ||
| 1742 | <source>Enable mouse panning</source> | 1854 | <source>Enable mouse panning</source> |
| 1743 | <translation>Activar desplazamiento del ratón</translation> | 1855 | <translation>Activar desplazamiento del ratón</translation> |
| 1744 | </message> | 1856 | </message> |
| 1745 | <message> | 1857 | <message> |
| 1746 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2673"/> | 1858 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2686"/> |
| 1747 | <source>Mouse sensitivity</source> | 1859 | <source>Mouse sensitivity</source> |
| 1748 | <translation>Sensibilidad del ratón</translation> | 1860 | <translation>Sensibilidad del ratón</translation> |
| 1749 | </message> | 1861 | </message> |
| 1750 | <message> | 1862 | <message> |
| 1751 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2679"/> | 1863 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2692"/> |
| 1752 | <source>%</source> | 1864 | <source>%</source> |
| 1753 | <translation>%</translation> | 1865 | <translation>%</translation> |
| 1754 | </message> | 1866 | </message> |
| 1755 | <message> | 1867 | <message> |
| 1756 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2695"/> | 1868 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2708"/> |
| 1757 | <source>Motion / Touch</source> | 1869 | <source>Motion / Touch</source> |
| 1758 | <translation>Movimiento / táctil</translation> | 1870 | <translation>Movimiento / táctil</translation> |
| 1759 | </message> | 1871 | </message> |
| @@ -1797,7 +1909,7 @@ p, li { white-space: pre-wrap; } | |||
| 1797 | </message> | 1909 | </message> |
| 1798 | <message> | 1910 | <message> |
| 1799 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="291"/> | 1911 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="291"/> |
| 1800 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1166"/> | 1912 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1198"/> |
| 1801 | <source>Left Stick</source> | 1913 | <source>Left Stick</source> |
| 1802 | <translation>Palanca izquierda</translation> | 1914 | <translation>Palanca izquierda</translation> |
| 1803 | </message> | 1915 | </message> |
| @@ -1891,14 +2003,14 @@ p, li { white-space: pre-wrap; } | |||
| 1891 | <message> | 2003 | <message> |
| 1892 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1251"/> | 2004 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1251"/> |
| 1893 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1290"/> | 2005 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1290"/> |
| 1894 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1171"/> | 2006 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1203"/> |
| 1895 | <source>L</source> | 2007 | <source>L</source> |
| 1896 | <translation>L</translation> | 2008 | <translation>L</translation> |
| 1897 | </message> | 2009 | </message> |
| 1898 | <message> | 2010 | <message> |
| 1899 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1306"/> | 2011 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1306"/> |
| 1900 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1345"/> | 2012 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1345"/> |
| 1901 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1163"/> | 2013 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1195"/> |
| 1902 | <source>ZL</source> | 2014 | <source>ZL</source> |
| 1903 | <translation>ZL</translation> | 2015 | <translation>ZL</translation> |
| 1904 | </message> | 2016 | </message> |
| @@ -1917,7 +2029,7 @@ p, li { white-space: pre-wrap; } | |||
| 1917 | <message> | 2029 | <message> |
| 1918 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1545"/> | 2030 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1545"/> |
| 1919 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1584"/> | 2031 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1584"/> |
| 1920 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1162"/> | 2032 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1194"/> |
| 1921 | <source>Plus</source> | 2033 | <source>Plus</source> |
| 1922 | <translation>Más</translation> | 2034 | <translation>Más</translation> |
| 1923 | </message> | 2035 | </message> |
| @@ -1930,15 +2042,15 @@ p, li { white-space: pre-wrap; } | |||
| 1930 | <message> | 2042 | <message> |
| 1931 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1698"/> | 2043 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1698"/> |
| 1932 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1737"/> | 2044 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1737"/> |
| 1933 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1165"/> | 2045 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1197"/> |
| 1934 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1172"/> | 2046 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1204"/> |
| 1935 | <source>R</source> | 2047 | <source>R</source> |
| 1936 | <translation>R</translation> | 2048 | <translation>R</translation> |
| 1937 | </message> | 2049 | </message> |
| 1938 | <message> | 2050 | <message> |
| 1939 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1753"/> | 2051 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1753"/> |
| 1940 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1792"/> | 2052 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="1792"/> |
| 1941 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1164"/> | 2053 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1196"/> |
| 1942 | <source>ZR</source> | 2054 | <source>ZR</source> |
| 1943 | <translation>ZR</translation> | 2055 | <translation>ZR</translation> |
| 1944 | </message> | 2056 | </message> |
| @@ -1995,217 +2107,225 @@ p, li { white-space: pre-wrap; } | |||
| 1995 | </message> | 2107 | </message> |
| 1996 | <message> | 2108 | <message> |
| 1997 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="2516"/> | 2109 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="2516"/> |
| 1998 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1167"/> | 2110 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1199"/> |
| 1999 | <source>Right Stick</source> | 2111 | <source>Right Stick</source> |
| 2000 | <translation>Palanca derecha</translation> | 2112 | <translation>Palanca derecha</translation> |
| 2001 | </message> | 2113 | </message> |
| 2002 | <message> | 2114 | <message> |
| 2003 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="330"/> | 2115 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="340"/> |
| 2004 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="396"/> | 2116 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="407"/> |
| 2005 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="461"/> | 2117 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="483"/> |
| 2006 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="507"/> | 2118 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="530"/> |
| 2007 | <source>Clear</source> | 2119 | <source>Clear</source> |
| 2008 | <translation>Borrar</translation> | 2120 | <translation>Borrar</translation> |
| 2009 | </message> | 2121 | </message> |
| 2010 | <message> | 2122 | <message> |
| 2011 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="332"/> | 2123 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="342"/> |
| 2012 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="398"/> | 2124 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="409"/> |
| 2013 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="463"/> | 2125 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="485"/> |
| 2014 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="509"/> | 2126 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="532"/> |
| 2015 | <source>[not set]</source> | 2127 | <source>[not set]</source> |
| 2016 | <translation>[no definido]</translation> | 2128 | <translation>[no definido]</translation> |
| 2017 | </message> | 2129 | </message> |
| 2018 | <message> | 2130 | <message> |
| 2019 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="335"/> | 2131 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="345"/> |
| 2020 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="512"/> | 2132 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="535"/> |
| 2021 | <source>Toggle button</source> | 2133 | <source>Toggle button</source> |
| 2022 | <translation>Alternar botón</translation> | 2134 | <translation>Alternar botón</translation> |
| 2023 | </message> | 2135 | </message> |
| 2024 | <message> | 2136 | <message> |
| 2025 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="341"/> | 2137 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="351"/> |
| 2138 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="544"/> | ||
| 2026 | <source>Invert button</source> | 2139 | <source>Invert button</source> |
| 2027 | <translation>Invertir botón</translation> | 2140 | <translation>Invertir botón</translation> |
| 2028 | </message> | 2141 | </message> |
| 2029 | <message> | 2142 | <message> |
| 2030 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="349"/> | 2143 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="359"/> |
| 2031 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="465"/> | 2144 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="487"/> |
| 2032 | <source>Invert axis</source> | 2145 | <source>Invert axis</source> |
| 2033 | <translation>Invertir ejes</translation> | 2146 | <translation>Invertir ejes</translation> |
| 2034 | </message> | 2147 | </message> |
| 2035 | <message> | 2148 | <message> |
| 2036 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="355"/> | 2149 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="365"/> |
| 2037 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="359"/> | 2150 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="369"/> |
| 2151 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="416"/> | ||
| 2038 | <source>Set threshold</source> | 2152 | <source>Set threshold</source> |
| 2039 | <translation>Configurar umbral</translation> | 2153 | <translation>Configurar umbral</translation> |
| 2040 | </message> | 2154 | </message> |
| 2041 | <message> | 2155 | <message> |
| 2042 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="359"/> | 2156 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="369"/> |
| 2157 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="416"/> | ||
| 2043 | <source>Choose a value between 0% and 100%</source> | 2158 | <source>Choose a value between 0% and 100%</source> |
| 2044 | <translation>Seleccione un valor entre 0% y 100%.</translation> | 2159 | <translation>Seleccione un valor entre 0% y 100%.</translation> |
| 2045 | </message> | 2160 | </message> |
| 2046 | <message> | 2161 | <message> |
| 2047 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="436"/> | 2162 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="412"/> |
| 2163 | <source>Set gyro threshold</source> | ||
| 2164 | <translation type="unfinished"/> | ||
| 2165 | </message> | ||
| 2166 | <message> | ||
| 2167 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="458"/> | ||
| 2048 | <source>Map Analog Stick</source> | 2168 | <source>Map Analog Stick</source> |
| 2049 | <translation>Configuración de palanca analógico</translation> | 2169 | <translation>Configuración de palanca analógico</translation> |
| 2050 | </message> | 2170 | </message> |
| 2051 | <message> | 2171 | <message> |
| 2052 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="437"/> | 2172 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="459"/> |
| 2053 | <source>After pressing OK, first move your joystick horizontally, and then vertically. | 2173 | <source>After pressing OK, first move your joystick horizontally, and then vertically. |
| 2054 | To invert the axes, first move your joystick vertically, and then horizontally.</source> | 2174 | To invert the axes, first move your joystick vertically, and then horizontally.</source> |
| 2055 | <translation>Después de pulsar OK, mueve primero el joystick de manera horizontal, y luego verticalmente. | 2175 | <translation>Después de pulsar OK, mueve primero el joystick de manera horizontal, y luego verticalmente. |
| 2056 | Para invertir los ejes, mueve primero el joystick de manera vertical, y luego horizontalmente.</translation> | 2176 | Para invertir los ejes, mueve primero el joystick de manera vertical, y luego horizontalmente.</translation> |
| 2057 | </message> | 2177 | </message> |
| 2058 | <message> | 2178 | <message> |
| 2059 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="537"/> | 2179 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="568"/> |
| 2060 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="891"/> | 2180 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="923"/> |
| 2061 | <source>Deadzone: %1%</source> | 2181 | <source>Deadzone: %1%</source> |
| 2062 | <translation>Punto muerto: %1%</translation> | 2182 | <translation>Punto muerto: %1%</translation> |
| 2063 | </message> | 2183 | </message> |
| 2064 | <message> | 2184 | <message> |
| 2065 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="546"/> | 2185 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="577"/> |
| 2066 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="896"/> | 2186 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="928"/> |
| 2067 | <source>Modifier Range: %1%</source> | 2187 | <source>Modifier Range: %1%</source> |
| 2068 | <translation>Rango del modificador: %1%</translation> | 2188 | <translation>Rango del modificador: %1%</translation> |
| 2069 | </message> | 2189 | </message> |
| 2070 | <message> | 2190 | <message> |
| 2071 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="572"/> | 2191 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="603"/> |
| 2072 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="921"/> | 2192 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="953"/> |
| 2073 | <source>Pro Controller</source> | 2193 | <source>Pro Controller</source> |
| 2074 | <translation>Controlador Pro</translation> | 2194 | <translation>Controlador Pro</translation> |
| 2075 | </message> | 2195 | </message> |
| 2076 | <message> | 2196 | <message> |
| 2077 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="925"/> | 2197 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="957"/> |
| 2078 | <source>Dual Joycons</source> | 2198 | <source>Dual Joycons</source> |
| 2079 | <translation>Joycons duales</translation> | 2199 | <translation>Joycons duales</translation> |
| 2080 | </message> | 2200 | </message> |
| 2081 | <message> | 2201 | <message> |
| 2082 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="929"/> | 2202 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="961"/> |
| 2083 | <source>Left Joycon</source> | 2203 | <source>Left Joycon</source> |
| 2084 | <translation>Joycon izquierdo</translation> | 2204 | <translation>Joycon izquierdo</translation> |
| 2085 | </message> | 2205 | </message> |
| 2086 | <message> | 2206 | <message> |
| 2087 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="933"/> | 2207 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="965"/> |
| 2088 | <source>Right Joycon</source> | 2208 | <source>Right Joycon</source> |
| 2089 | <translation>Joycon derecho</translation> | 2209 | <translation>Joycon derecho</translation> |
| 2090 | </message> | 2210 | </message> |
| 2091 | <message> | 2211 | <message> |
| 2092 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="937"/> | 2212 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="969"/> |
| 2093 | <source>Handheld</source> | 2213 | <source>Handheld</source> |
| 2094 | <translation>Portátil</translation> | 2214 | <translation>Portátil</translation> |
| 2095 | </message> | 2215 | </message> |
| 2096 | <message> | 2216 | <message> |
| 2097 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="941"/> | 2217 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="973"/> |
| 2098 | <source>GameCube Controller</source> | 2218 | <source>GameCube Controller</source> |
| 2099 | <translation>Controlador de GameCube</translation> | 2219 | <translation>Controlador de GameCube</translation> |
| 2100 | </message> | 2220 | </message> |
| 2101 | <message> | 2221 | <message> |
| 2102 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="950"/> | 2222 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="982"/> |
| 2103 | <source>Poke Ball Plus</source> | 2223 | <source>Poke Ball Plus</source> |
| 2104 | <translation>Poke Ball Plus</translation> | 2224 | <translation>Poke Ball Plus</translation> |
| 2105 | </message> | 2225 | </message> |
| 2106 | <message> | 2226 | <message> |
| 2107 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="954"/> | 2227 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="986"/> |
| 2108 | <source>NES Controller</source> | 2228 | <source>NES Controller</source> |
| 2109 | <translation>Controlador NES</translation> | 2229 | <translation>Controlador NES</translation> |
| 2110 | </message> | 2230 | </message> |
| 2111 | <message> | 2231 | <message> |
| 2112 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="958"/> | 2232 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="990"/> |
| 2113 | <source>SNES Controller</source> | 2233 | <source>SNES Controller</source> |
| 2114 | <translation>Controlador SNES</translation> | 2234 | <translation>Controlador SNES</translation> |
| 2115 | </message> | 2235 | </message> |
| 2116 | <message> | 2236 | <message> |
| 2117 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="962"/> | 2237 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="994"/> |
| 2118 | <source>N64 Controller</source> | 2238 | <source>N64 Controller</source> |
| 2119 | <translation>Controlador N64</translation> | 2239 | <translation>Controlador N64</translation> |
| 2120 | </message> | 2240 | </message> |
| 2121 | <message> | 2241 | <message> |
| 2122 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="966"/> | 2242 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="998"/> |
| 2123 | <source>Sega Genesis</source> | 2243 | <source>Sega Genesis</source> |
| 2124 | <translation>Sega Genesis</translation> | 2244 | <translation>Sega Genesis</translation> |
| 2125 | </message> | 2245 | </message> |
| 2126 | <message> | 2246 | <message> |
| 2127 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1170"/> | 2247 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1202"/> |
| 2128 | <source>Start / Pause</source> | 2248 | <source>Start / Pause</source> |
| 2129 | <translation>Inicio / Pausa</translation> | 2249 | <translation>Inicio / Pausa</translation> |
| 2130 | </message> | 2250 | </message> |
| 2131 | <message> | 2251 | <message> |
| 2132 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1173"/> | 2252 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1205"/> |
| 2133 | <source>Z</source> | 2253 | <source>Z</source> |
| 2134 | <translation>Z</translation> | 2254 | <translation>Z</translation> |
| 2135 | </message> | 2255 | </message> |
| 2136 | <message> | 2256 | <message> |
| 2137 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1174"/> | 2257 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1206"/> |
| 2138 | <source>Control Stick</source> | 2258 | <source>Control Stick</source> |
| 2139 | <translation>Palanca de control</translation> | 2259 | <translation>Palanca de control</translation> |
| 2140 | </message> | 2260 | </message> |
| 2141 | <message> | 2261 | <message> |
| 2142 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1175"/> | 2262 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1207"/> |
| 2143 | <source>C-Stick</source> | 2263 | <source>C-Stick</source> |
| 2144 | <translation>C-Stick</translation> | 2264 | <translation>C-Stick</translation> |
| 2145 | </message> | 2265 | </message> |
| 2146 | <message> | 2266 | <message> |
| 2147 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1273"/> | 2267 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1305"/> |
| 2148 | <source>Shake!</source> | 2268 | <source>Shake!</source> |
| 2149 | <translation>¡Agita!</translation> | 2269 | <translation>¡Agita!</translation> |
| 2150 | </message> | 2270 | </message> |
| 2151 | <message> | 2271 | <message> |
| 2152 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1275"/> | 2272 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1307"/> |
| 2153 | <source>[waiting]</source> | 2273 | <source>[waiting]</source> |
| 2154 | <translation>[esperando]</translation> | 2274 | <translation>[esperando]</translation> |
| 2155 | </message> | 2275 | </message> |
| 2156 | <message> | 2276 | <message> |
| 2157 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1357"/> | 2277 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1389"/> |
| 2158 | <source>New Profile</source> | 2278 | <source>New Profile</source> |
| 2159 | <translation>Nuevo perfil</translation> | 2279 | <translation>Nuevo perfil</translation> |
| 2160 | </message> | 2280 | </message> |
| 2161 | <message> | 2281 | <message> |
| 2162 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1357"/> | 2282 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1389"/> |
| 2163 | <source>Enter a profile name:</source> | 2283 | <source>Enter a profile name:</source> |
| 2164 | <translation>Introduce un nombre de perfil:</translation> | 2284 | <translation>Introduce un nombre de perfil:</translation> |
| 2165 | </message> | 2285 | </message> |
| 2166 | <message> | 2286 | <message> |
| 2167 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1365"/> | 2287 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1397"/> |
| 2168 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1373"/> | 2288 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1405"/> |
| 2169 | <source>Create Input Profile</source> | 2289 | <source>Create Input Profile</source> |
| 2170 | <translation>Crear perfil de entrada</translation> | 2290 | <translation>Crear perfil de entrada</translation> |
| 2171 | </message> | 2291 | </message> |
| 2172 | <message> | 2292 | <message> |
| 2173 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1366"/> | 2293 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1398"/> |
| 2174 | <source>The given profile name is not valid!</source> | 2294 | <source>The given profile name is not valid!</source> |
| 2175 | <translation>¡El nombre de perfil introducido no es válido!</translation> | 2295 | <translation>¡El nombre de perfil introducido no es válido!</translation> |
| 2176 | </message> | 2296 | </message> |
| 2177 | <message> | 2297 | <message> |
| 2178 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1374"/> | 2298 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1406"/> |
| 2179 | <source>Failed to create the input profile "%1"</source> | 2299 | <source>Failed to create the input profile "%1"</source> |
| 2180 | <translation>Error al crear el perfil de entrada "%1"</translation> | 2300 | <translation>Error al crear el perfil de entrada "%1"</translation> |
| 2181 | </message> | 2301 | </message> |
| 2182 | <message> | 2302 | <message> |
| 2183 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1394"/> | 2303 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1426"/> |
| 2184 | <source>Delete Input Profile</source> | 2304 | <source>Delete Input Profile</source> |
| 2185 | <translation>Eliminar perfil de entrada</translation> | 2305 | <translation>Eliminar perfil de entrada</translation> |
| 2186 | </message> | 2306 | </message> |
| 2187 | <message> | 2307 | <message> |
| 2188 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1395"/> | 2308 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1427"/> |
| 2189 | <source>Failed to delete the input profile "%1"</source> | 2309 | <source>Failed to delete the input profile "%1"</source> |
| 2190 | <translation>Error al eliminar el perfil de entrada "%1"</translation> | 2310 | <translation>Error al eliminar el perfil de entrada "%1"</translation> |
| 2191 | </message> | 2311 | </message> |
| 2192 | <message> | 2312 | <message> |
| 2193 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1417"/> | 2313 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1449"/> |
| 2194 | <source>Load Input Profile</source> | 2314 | <source>Load Input Profile</source> |
| 2195 | <translation>Cargar perfil de entrada</translation> | 2315 | <translation>Cargar perfil de entrada</translation> |
| 2196 | </message> | 2316 | </message> |
| 2197 | <message> | 2317 | <message> |
| 2198 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1418"/> | 2318 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1450"/> |
| 2199 | <source>Failed to load the input profile "%1"</source> | 2319 | <source>Failed to load the input profile "%1"</source> |
| 2200 | <translation>Error al cargar el perfil de entrada "%1"</translation> | 2320 | <translation>Error al cargar el perfil de entrada "%1"</translation> |
| 2201 | </message> | 2321 | </message> |
| 2202 | <message> | 2322 | <message> |
| 2203 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1437"/> | 2323 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1469"/> |
| 2204 | <source>Save Input Profile</source> | 2324 | <source>Save Input Profile</source> |
| 2205 | <translation>Guardar perfil de entrada</translation> | 2325 | <translation>Guardar perfil de entrada</translation> |
| 2206 | </message> | 2326 | </message> |
| 2207 | <message> | 2327 | <message> |
| 2208 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1438"/> | 2328 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1470"/> |
| 2209 | <source>Failed to save the input profile "%1"</source> | 2329 | <source>Failed to save the input profile "%1"</source> |
| 2210 | <translation>Error al guardar el perfil de entrada "%1"</translation> | 2330 | <translation>Error al guardar el perfil de entrada "%1"</translation> |
| 2211 | </message> | 2331 | </message> |
| @@ -2460,42 +2580,42 @@ Para invertir los ejes, mueve primero el joystick de manera vertical, y luego ho | |||
| 2460 | <translation>Desarrollador</translation> | 2580 | <translation>Desarrollador</translation> |
| 2461 | </message> | 2581 | </message> |
| 2462 | <message> | 2582 | <message> |
| 2463 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="64"/> | 2583 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="65"/> |
| 2464 | <source>Add-Ons</source> | 2584 | <source>Add-Ons</source> |
| 2465 | <translation>Extras / Add-Ons</translation> | 2585 | <translation>Extras / Add-Ons</translation> |
| 2466 | </message> | 2586 | </message> |
| 2467 | <message> | 2587 | <message> |
| 2468 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="65"/> | 2588 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="66"/> |
| 2469 | <source>General</source> | 2589 | <source>General</source> |
| 2470 | <translation>General</translation> | 2590 | <translation>General</translation> |
| 2471 | </message> | 2591 | </message> |
| 2472 | <message> | 2592 | <message> |
| 2473 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="66"/> | 2593 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="67"/> |
| 2474 | <source>System</source> | 2594 | <source>System</source> |
| 2475 | <translation>Sistema</translation> | 2595 | <translation>Sistema</translation> |
| 2476 | </message> | 2596 | </message> |
| 2477 | <message> | 2597 | <message> |
| 2478 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="67"/> | 2598 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="68"/> |
| 2479 | <source>CPU</source> | 2599 | <source>CPU</source> |
| 2480 | <translation>CPU</translation> | 2600 | <translation>CPU</translation> |
| 2481 | </message> | 2601 | </message> |
| 2482 | <message> | 2602 | <message> |
| 2483 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="68"/> | 2603 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="69"/> |
| 2484 | <source>Graphics</source> | 2604 | <source>Graphics</source> |
| 2485 | <translation>Gráficos</translation> | 2605 | <translation>Gráficos</translation> |
| 2486 | </message> | 2606 | </message> |
| 2487 | <message> | 2607 | <message> |
| 2488 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="69"/> | 2608 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="70"/> |
| 2489 | <source>Adv. Graphics</source> | 2609 | <source>Adv. Graphics</source> |
| 2490 | <translation>Gráficos avanz.</translation> | 2610 | <translation>Gráficos avanz.</translation> |
| 2491 | </message> | 2611 | </message> |
| 2492 | <message> | 2612 | <message> |
| 2493 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="70"/> | 2613 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="71"/> |
| 2494 | <source>Audio</source> | 2614 | <source>Audio</source> |
| 2495 | <translation>Audio</translation> | 2615 | <translation>Audio</translation> |
| 2496 | </message> | 2616 | </message> |
| 2497 | <message> | 2617 | <message> |
| 2498 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="73"/> | 2618 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="74"/> |
| 2499 | <source>Properties</source> | 2619 | <source>Properties</source> |
| 2500 | <translation>Propiedades</translation> | 2620 | <translation>Propiedades</translation> |
| 2501 | </message> | 2621 | </message> |
| @@ -3724,491 +3844,491 @@ Arrastra los puntos para cambiar de posición, o haz doble clic en las celdas de | |||
| 3724 | <context> | 3844 | <context> |
| 3725 | <name>GMainWindow</name> | 3845 | <name>GMainWindow</name> |
| 3726 | <message> | 3846 | <message> |
| 3727 | <location filename="../../src/yuzu/main.cpp" line="179"/> | 3847 | <location filename="../../src/yuzu/main.cpp" line="180"/> |
| 3728 | <source><a href='https://yuzu-emu.org/help/feature/telemetry/'>Anonymous data is collected</a> to help improve yuzu. <br/><br/>Would you like to share your usage data with us?</source> | 3848 | <source><a href='https://yuzu-emu.org/help/feature/telemetry/'>Anonymous data is collected</a> to help improve yuzu. <br/><br/>Would you like to share your usage data with us?</source> |
| 3729 | <translation><a href='https://yuzu-emu.org/help/feature/telemetry/'>Los datos de uso anónimos se recogen</a> para ayudar a mejorar yuzu. <br/><br/>¿Deseas compartir tus datos de uso con nosotros?</translation> | 3849 | <translation><a href='https://yuzu-emu.org/help/feature/telemetry/'>Los datos de uso anónimos se recogen</a> para ayudar a mejorar yuzu. <br/><br/>¿Deseas compartir tus datos de uso con nosotros?</translation> |
| 3730 | </message> | 3850 | </message> |
| 3731 | <message> | 3851 | <message> |
| 3732 | <location filename="../../src/yuzu/main.cpp" line="182"/> | 3852 | <location filename="../../src/yuzu/main.cpp" line="183"/> |
| 3733 | <source>Telemetry</source> | 3853 | <source>Telemetry</source> |
| 3734 | <translation>Telemetría </translation> | 3854 | <translation>Telemetría </translation> |
| 3735 | </message> | 3855 | </message> |
| 3736 | <message> | 3856 | <message> |
| 3737 | <location filename="../../src/yuzu/main.cpp" line="602"/> | 3857 | <location filename="../../src/yuzu/main.cpp" line="603"/> |
| 3738 | <source>Loading Web Applet...</source> | 3858 | <source>Loading Web Applet...</source> |
| 3739 | <translation>Cargando Web applet...</translation> | 3859 | <translation>Cargando Web applet...</translation> |
| 3740 | </message> | 3860 | </message> |
| 3741 | <message> | 3861 | <message> |
| 3742 | <location filename="../../src/yuzu/main.cpp" line="649"/> | 3862 | <location filename="../../src/yuzu/main.cpp" line="650"/> |
| 3743 | <location filename="../../src/yuzu/main.cpp" line="652"/> | 3863 | <location filename="../../src/yuzu/main.cpp" line="653"/> |
| 3744 | <source>Disable Web Applet</source> | 3864 | <source>Disable Web Applet</source> |
| 3745 | <translation>Desactivar Web applet</translation> | 3865 | <translation>Desactivar Web applet</translation> |
| 3746 | </message> | 3866 | </message> |
| 3747 | <message> | 3867 | <message> |
| 3748 | <location filename="../../src/yuzu/main.cpp" line="653"/> | 3868 | <location filename="../../src/yuzu/main.cpp" line="654"/> |
| 3749 | <source>Disabling the web applet will cause it to not be shown again for the rest of the emulated session. This can lead to undefined behavior and should only be used with Super Mario 3D All-Stars. Are you sure you want to disable the web applet?</source> | 3869 | <source>Disabling the web applet will cause it to not be shown again for the rest of the emulated session. This can lead to undefined behavior and should only be used with Super Mario 3D All-Stars. Are you sure you want to disable the web applet?</source> |
| 3750 | <translation>Desactivar la web applet causará que ésta no se muestre más durante el resto de la sesión. Puede causar comportamientos imprevistos y sólo debe ser usado con Super Mario 3D All-Stars. ¿De verdad quieres desactivar la web applet?</translation> | 3870 | <translation>Desactivar la web applet causará que ésta no se muestre más durante el resto de la sesión. Puede causar comportamientos imprevistos y sólo debe ser usado con Super Mario 3D All-Stars. ¿De verdad quieres desactivar la web applet?</translation> |
| 3751 | </message> | 3871 | </message> |
| 3752 | <message> | 3872 | <message> |
| 3753 | <location filename="../../src/yuzu/main.cpp" line="756"/> | 3873 | <location filename="../../src/yuzu/main.cpp" line="757"/> |
| 3754 | <source>The amount of shaders currently being built</source> | 3874 | <source>The amount of shaders currently being built</source> |
| 3755 | <translation>La cantidad de shaders que se están construyendo actualmente</translation> | 3875 | <translation>La cantidad de shaders que se están construyendo actualmente</translation> |
| 3756 | </message> | 3876 | </message> |
| 3757 | <message> | 3877 | <message> |
| 3758 | <location filename="../../src/yuzu/main.cpp" line="758"/> | 3878 | <location filename="../../src/yuzu/main.cpp" line="759"/> |
| 3759 | <source>The current selected resolution scaling multiplier.</source> | 3879 | <source>The current selected resolution scaling multiplier.</source> |
| 3760 | <translation>El multiplicador de escala de resolución seleccionado actualmente.</translation> | 3880 | <translation>El multiplicador de escala de resolución seleccionado actualmente.</translation> |
| 3761 | </message> | 3881 | </message> |
| 3762 | <message> | 3882 | <message> |
| 3763 | <location filename="../../src/yuzu/main.cpp" line="761"/> | 3883 | <location filename="../../src/yuzu/main.cpp" line="762"/> |
| 3764 | <source>Current emulation speed. Values higher or lower than 100% indicate emulation is running faster or slower than a Switch.</source> | 3884 | <source>Current emulation speed. Values higher or lower than 100% indicate emulation is running faster or slower than a Switch.</source> |
| 3765 | <translation>La velocidad de emulación actual. Los valores superiores o inferiores al 100% indican que la emulación se está ejecutando más rápido o más lento que en una Switch.</translation> | 3885 | <translation>La velocidad de emulación actual. Los valores superiores o inferiores al 100% indican que la emulación se está ejecutando más rápido o más lento que en una Switch.</translation> |
| 3766 | </message> | 3886 | </message> |
| 3767 | <message> | 3887 | <message> |
| 3768 | <location filename="../../src/yuzu/main.cpp" line="764"/> | 3888 | <location filename="../../src/yuzu/main.cpp" line="765"/> |
| 3769 | <source>How many frames per second the game is currently displaying. This will vary from game to game and scene to scene.</source> | 3889 | <source>How many frames per second the game is currently displaying. This will vary from game to game and scene to scene.</source> |
| 3770 | <translation>La cantidad de fotogramas por segundo que se está mostrando el juego actualmente. Esto variará de un juego a otro y de una escena a otra.</translation> | 3890 | <translation>La cantidad de fotogramas por segundo que se está mostrando el juego actualmente. Esto variará de un juego a otro y de una escena a otra.</translation> |
| 3771 | </message> | 3891 | </message> |
| 3772 | <message> | 3892 | <message> |
| 3773 | <location filename="../../src/yuzu/main.cpp" line="768"/> | 3893 | <location filename="../../src/yuzu/main.cpp" line="769"/> |
| 3774 | <source>Time taken to emulate a Switch frame, not counting framelimiting or v-sync. For full-speed emulation this should be at most 16.67 ms.</source> | 3894 | <source>Time taken to emulate a Switch frame, not counting framelimiting or v-sync. For full-speed emulation this should be at most 16.67 ms.</source> |
| 3775 | <translation>Tiempo que lleva emular un fotograma de la Switch, sin tener en cuenta la limitación de fotogramas o sincronización vertical. Para una emulación óptima, este valor debería ser como máximo de 16.67 ms.</translation> | 3895 | <translation>Tiempo que lleva emular un fotograma de la Switch, sin tener en cuenta la limitación de fotogramas o sincronización vertical. Para una emulación óptima, este valor debería ser como máximo de 16.67 ms.</translation> |
| 3776 | </message> | 3896 | </message> |
| 3777 | <message> | 3897 | <message> |
| 3778 | <location filename="../../src/yuzu/main.cpp" line="843"/> | 3898 | <location filename="../../src/yuzu/main.cpp" line="844"/> |
| 3779 | <source>Invalid config detected</source> | 3899 | <source>Invalid config detected</source> |
| 3780 | <translation>Configuración no válida detectada</translation> | 3900 | <translation>Configuración no válida detectada</translation> |
| 3781 | </message> | 3901 | </message> |
| 3782 | <message> | 3902 | <message> |
| 3783 | <location filename="../../src/yuzu/main.cpp" line="844"/> | 3903 | <location filename="../../src/yuzu/main.cpp" line="845"/> |
| 3784 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 3904 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 3785 | <translation>El controlador del modo portátil no puede ser usado en el modo sobremesa. Se seleccionará el controlador Pro en su lugar.</translation> | 3905 | <translation>El controlador del modo portátil no puede ser usado en el modo sobremesa. Se seleccionará el controlador Pro en su lugar.</translation> |
| 3786 | </message> | 3906 | </message> |
| 3787 | <message> | 3907 | <message> |
| 3788 | <location filename="../../src/yuzu/main.cpp" line="856"/> | 3908 | <location filename="../../src/yuzu/main.cpp" line="857"/> |
| 3789 | <source>DOCK</source> | 3909 | <source>DOCK</source> |
| 3790 | <translation>DOCK</translation> | 3910 | <translation>DOCK</translation> |
| 3791 | </message> | 3911 | </message> |
| 3792 | <message> | 3912 | <message> |
| 3793 | <location filename="../../src/yuzu/main.cpp" line="890"/> | 3913 | <location filename="../../src/yuzu/main.cpp" line="891"/> |
| 3794 | <source>VULKAN</source> | 3914 | <source>VULKAN</source> |
| 3795 | <translation>VULKAN</translation> | 3915 | <translation>VULKAN</translation> |
| 3796 | </message> | 3916 | </message> |
| 3797 | <message> | 3917 | <message> |
| 3798 | <location filename="../../src/yuzu/main.cpp" line="890"/> | 3918 | <location filename="../../src/yuzu/main.cpp" line="891"/> |
| 3799 | <source>OPENGL</source> | 3919 | <source>OPENGL</source> |
| 3800 | <translation>OPENGL</translation> | 3920 | <translation>OPENGL</translation> |
| 3801 | </message> | 3921 | </message> |
| 3802 | <message> | 3922 | <message> |
| 3803 | <location filename="../../src/yuzu/main.cpp" line="953"/> | 3923 | <location filename="../../src/yuzu/main.cpp" line="954"/> |
| 3804 | <source>&Clear Recent Files</source> | 3924 | <source>&Clear Recent Files</source> |
| 3805 | <translation>&Eliminar archivos recientes</translation> | 3925 | <translation>&Eliminar archivos recientes</translation> |
| 3806 | </message> | 3926 | </message> |
| 3807 | <message> | 3927 | <message> |
| 3808 | <location filename="../../src/yuzu/main.cpp" line="1213"/> | 3928 | <location filename="../../src/yuzu/main.cpp" line="1214"/> |
| 3809 | <source>&Continue</source> | 3929 | <source>&Continue</source> |
| 3810 | <translation>&Continuar</translation> | 3930 | <translation>&Continuar</translation> |
| 3811 | </message> | 3931 | </message> |
| 3812 | <message> | 3932 | <message> |
| 3813 | <location filename="../../src/yuzu/main.cpp" line="1215"/> | 3933 | <location filename="../../src/yuzu/main.cpp" line="1216"/> |
| 3814 | <source>&Pause</source> | 3934 | <source>&Pause</source> |
| 3815 | <translation>&Pausar</translation> | 3935 | <translation>&Pausar</translation> |
| 3816 | </message> | 3936 | </message> |
| 3817 | <message> | 3937 | <message> |
| 3818 | <location filename="../../src/yuzu/main.cpp" line="1256"/> | 3938 | <location filename="../../src/yuzu/main.cpp" line="1257"/> |
| 3819 | <source>yuzu is running a game</source> | 3939 | <source>yuzu is running a game</source> |
| 3820 | <extracomment>TRANSLATORS: This string is shown to the user to explain why yuzu needs to prevent the computer from sleeping</extracomment> | 3940 | <extracomment>TRANSLATORS: This string is shown to the user to explain why yuzu needs to prevent the computer from sleeping</extracomment> |
| 3821 | <translation>yuzu está ejecutando un juego</translation> | 3941 | <translation>yuzu está ejecutando un juego</translation> |
| 3822 | </message> | 3942 | </message> |
| 3823 | <message> | 3943 | <message> |
| 3824 | <location filename="../../src/yuzu/main.cpp" line="1340"/> | 3944 | <location filename="../../src/yuzu/main.cpp" line="1341"/> |
| 3825 | <source>Warning Outdated Game Format</source> | 3945 | <source>Warning Outdated Game Format</source> |
| 3826 | <translation>Advertencia: formato del juego obsoleto</translation> | 3946 | <translation>Advertencia: formato del juego obsoleto</translation> |
| 3827 | </message> | 3947 | </message> |
| 3828 | <message> | 3948 | <message> |
| 3829 | <location filename="../../src/yuzu/main.cpp" line="1341"/> | 3949 | <location filename="../../src/yuzu/main.cpp" line="1342"/> |
| 3830 | <source>You are using the deconstructed ROM directory format for this game, which is an outdated format that has been superseded by others such as NCA, NAX, XCI, or NSP. Deconstructed ROM directories lack icons, metadata, and update support.<br><br>For an explanation of the various Switch formats yuzu supports, <a href='https://yuzu-emu.org/wiki/overview-of-switch-game-formats'>check out our wiki</a>. This message will not be shown again.</source> | 3950 | <source>You are using the deconstructed ROM directory format for this game, which is an outdated format that has been superseded by others such as NCA, NAX, XCI, or NSP. Deconstructed ROM directories lack icons, metadata, and update support.<br><br>For an explanation of the various Switch formats yuzu supports, <a href='https://yuzu-emu.org/wiki/overview-of-switch-game-formats'>check out our wiki</a>. This message will not be shown again.</source> |
| 3831 | <translation>Está utilizando el formato de directorio de ROM deconstruido para este juego, que es un formato desactualizado que ha sido reemplazado por otros, como los NCA, NAX, XCI o NSP. Los directorios de ROM deconstruidos carecen de íconos, metadatos y soporte de actualizaciones.<br><br>Para ver una explicación de los diversos formatos de Switch que soporta yuzu,<a href='https://yuzu-emu.org/wiki/overview-of-switch-game-formats'>echa un vistazo a nuestra wiki</a>. Este mensaje no se volverá a mostrar.</translation> | 3951 | <translation>Está utilizando el formato de directorio de ROM deconstruido para este juego, que es un formato desactualizado que ha sido reemplazado por otros, como los NCA, NAX, XCI o NSP. Los directorios de ROM deconstruidos carecen de íconos, metadatos y soporte de actualizaciones.<br><br>Para ver una explicación de los diversos formatos de Switch que soporta yuzu,<a href='https://yuzu-emu.org/wiki/overview-of-switch-game-formats'>echa un vistazo a nuestra wiki</a>. Este mensaje no se volverá a mostrar.</translation> |
| 3832 | </message> | 3952 | </message> |
| 3833 | <message> | 3953 | <message> |
| 3834 | <location filename="../../src/yuzu/main.cpp" line="1353"/> | 3954 | <location filename="../../src/yuzu/main.cpp" line="1354"/> |
| 3835 | <location filename="../../src/yuzu/main.cpp" line="1387"/> | 3955 | <location filename="../../src/yuzu/main.cpp" line="1388"/> |
| 3836 | <source>Error while loading ROM!</source> | 3956 | <source>Error while loading ROM!</source> |
| 3837 | <translation>¡Error al cargar la ROM!</translation> | 3957 | <translation>¡Error al cargar la ROM!</translation> |
| 3838 | </message> | 3958 | </message> |
| 3839 | <message> | 3959 | <message> |
| 3840 | <location filename="../../src/yuzu/main.cpp" line="1354"/> | 3960 | <location filename="../../src/yuzu/main.cpp" line="1355"/> |
| 3841 | <source>The ROM format is not supported.</source> | 3961 | <source>The ROM format is not supported.</source> |
| 3842 | <translation>El formato de la ROM no es compatible.</translation> | 3962 | <translation>El formato de la ROM no es compatible.</translation> |
| 3843 | </message> | 3963 | </message> |
| 3844 | <message> | 3964 | <message> |
| 3845 | <location filename="../../src/yuzu/main.cpp" line="1358"/> | 3965 | <location filename="../../src/yuzu/main.cpp" line="1359"/> |
| 3846 | <source>An error occurred initializing the video core.</source> | 3966 | <source>An error occurred initializing the video core.</source> |
| 3847 | <translation>Se ha producido un error al inicializar el núcleo de video.</translation> | 3967 | <translation>Se ha producido un error al inicializar el núcleo de video.</translation> |
| 3848 | </message> | 3968 | </message> |
| 3849 | <message> | 3969 | <message> |
| 3850 | <location filename="../../src/yuzu/main.cpp" line="1359"/> | 3970 | <location filename="../../src/yuzu/main.cpp" line="1360"/> |
| 3851 | <source>yuzu has encountered an error while running the video core. This is usually caused by outdated GPU drivers, including integrated ones. Please see the log for more details. For more information on accessing the log, please see the following page: <a href='https://yuzu-emu.org/help/reference/log-files/'>How to Upload the Log File</a>. </source> | 3971 | <source>yuzu has encountered an error while running the video core. This is usually caused by outdated GPU drivers, including integrated ones. Please see the log for more details. For more information on accessing the log, please see the following page: <a href='https://yuzu-emu.org/help/reference/log-files/'>How to Upload the Log File</a>. </source> |
| 3852 | <translation>yuzu ha encontrado un error al ejecutar el núcleo de video. Esto suele ocurrir al no tener los controladores de la GPU actualizados, incluyendo los integrados. Por favor, revisa el registro para más detalles. Para más información sobre cómo acceder al registro, por favor, consulta la siguiente página: <a href='https://yuzu-emu.org/help/reference/log-files/'>Como cargar el archivo de registro</a>. </translation> | 3972 | <translation>yuzu ha encontrado un error al ejecutar el núcleo de video. Esto suele ocurrir al no tener los controladores de la GPU actualizados, incluyendo los integrados. Por favor, revisa el registro para más detalles. Para más información sobre cómo acceder al registro, por favor, consulta la siguiente página: <a href='https://yuzu-emu.org/help/reference/log-files/'>Como cargar el archivo de registro</a>. </translation> |
| 3853 | </message> | 3973 | </message> |
| 3854 | <message> | 3974 | <message> |
| 3855 | <location filename="../../src/yuzu/main.cpp" line="1374"/> | 3975 | <location filename="../../src/yuzu/main.cpp" line="1375"/> |
| 3856 | <source>Error while loading ROM! %1</source> | 3976 | <source>Error while loading ROM! %1</source> |
| 3857 | <comment>%1 signifies a numeric error code.</comment> | 3977 | <comment>%1 signifies a numeric error code.</comment> |
| 3858 | <translation>¡Error al cargar la ROM! %1</translation> | 3978 | <translation>¡Error al cargar la ROM! %1</translation> |
| 3859 | </message> | 3979 | </message> |
| 3860 | <message> | 3980 | <message> |
| 3861 | <location filename="../../src/yuzu/main.cpp" line="1377"/> | 3981 | <location filename="../../src/yuzu/main.cpp" line="1378"/> |
| 3862 | <source>%1<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu quickstart guide</a> to redump your files.<br>You can refer to the yuzu wiki</a> or the yuzu Discord</a> for help.</source> | 3982 | <source>%1<br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu quickstart guide</a> to redump your files.<br>You can refer to the yuzu wiki</a> or the yuzu Discord</a> for help.</source> |
| 3863 | <comment>%1 signifies an error string.</comment> | 3983 | <comment>%1 signifies an error string.</comment> |
| 3864 | <translation>%1<br>Por favor, sigue <a href='https://yuzu-emu.org/help/quickstart/'>la guía de inicio rápido de yuzu</a> para revolcar los archivos.<br>Puedes consultar la wiki de yuzu</a> o el Discord de yuzu</a> para obtener ayuda.</translation> | 3984 | <translation>%1<br>Por favor, sigue <a href='https://yuzu-emu.org/help/quickstart/'>la guía de inicio rápido de yuzu</a> para revolcar los archivos.<br>Puedes consultar la wiki de yuzu</a> o el Discord de yuzu</a> para obtener ayuda.</translation> |
| 3865 | </message> | 3985 | </message> |
| 3866 | <message> | 3986 | <message> |
| 3867 | <location filename="../../src/yuzu/main.cpp" line="1388"/> | 3987 | <location filename="../../src/yuzu/main.cpp" line="1389"/> |
| 3868 | <source>An unknown error occurred. Please see the log for more details.</source> | 3988 | <source>An unknown error occurred. Please see the log for more details.</source> |
| 3869 | <translation>Error desconocido. Por favor, consulte el archivo de registro para ver más detalles.</translation> | 3989 | <translation>Error desconocido. Por favor, consulte el archivo de registro para ver más detalles.</translation> |
| 3870 | </message> | 3990 | </message> |
| 3871 | <message> | 3991 | <message> |
| 3872 | <location filename="../../src/yuzu/main.cpp" line="1512"/> | 3992 | <location filename="../../src/yuzu/main.cpp" line="1513"/> |
| 3873 | <source>(64-bit)</source> | 3993 | <source>(64-bit)</source> |
| 3874 | <translation>(64-bit)</translation> | 3994 | <translation>(64-bit)</translation> |
| 3875 | </message> | 3995 | </message> |
| 3876 | <message> | 3996 | <message> |
| 3877 | <location filename="../../src/yuzu/main.cpp" line="1512"/> | 3997 | <location filename="../../src/yuzu/main.cpp" line="1513"/> |
| 3878 | <source>(32-bit)</source> | 3998 | <source>(32-bit)</source> |
| 3879 | <translation>(32-bit)</translation> | 3999 | <translation>(32-bit)</translation> |
| 3880 | </message> | 4000 | </message> |
| 3881 | <message> | 4001 | <message> |
| 3882 | <location filename="../../src/yuzu/main.cpp" line="1513"/> | 4002 | <location filename="../../src/yuzu/main.cpp" line="1514"/> |
| 3883 | <source>%1 %2</source> | 4003 | <source>%1 %2</source> |
| 3884 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4004 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 3885 | <translation>%1 %2</translation> | 4005 | <translation>%1 %2</translation> |
| 3886 | </message> | 4006 | </message> |
| 3887 | <message> | 4007 | <message> |
| 3888 | <location filename="../../src/yuzu/main.cpp" line="1660"/> | 4008 | <location filename="../../src/yuzu/main.cpp" line="1661"/> |
| 3889 | <source>Save Data</source> | 4009 | <source>Save Data</source> |
| 3890 | <translation>Datos de guardado</translation> | 4010 | <translation>Datos de guardado</translation> |
| 3891 | </message> | 4011 | </message> |
| 3892 | <message> | 4012 | <message> |
| 3893 | <location filename="../../src/yuzu/main.cpp" line="1708"/> | 4013 | <location filename="../../src/yuzu/main.cpp" line="1709"/> |
| 3894 | <source>Mod Data</source> | 4014 | <source>Mod Data</source> |
| 3895 | <translation>Datos de mods</translation> | 4015 | <translation>Datos de mods</translation> |
| 3896 | </message> | 4016 | </message> |
| 3897 | <message> | 4017 | <message> |
| 3898 | <location filename="../../src/yuzu/main.cpp" line="1720"/> | 4018 | <location filename="../../src/yuzu/main.cpp" line="1721"/> |
| 3899 | <source>Error Opening %1 Folder</source> | 4019 | <source>Error Opening %1 Folder</source> |
| 3900 | <translation>Error al abrir la carpeta %1</translation> | 4020 | <translation>Error al abrir la carpeta %1</translation> |
| 3901 | </message> | 4021 | </message> |
| 3902 | <message> | 4022 | <message> |
| 3903 | <location filename="../../src/yuzu/main.cpp" line="1721"/> | 4023 | <location filename="../../src/yuzu/main.cpp" line="1722"/> |
| 3904 | <location filename="../../src/yuzu/main.cpp" line="2127"/> | 4024 | <location filename="../../src/yuzu/main.cpp" line="2128"/> |
| 3905 | <source>Folder does not exist!</source> | 4025 | <source>Folder does not exist!</source> |
| 3906 | <translation>¡La carpeta no existe!</translation> | 4026 | <translation>¡La carpeta no existe!</translation> |
| 3907 | </message> | 4027 | </message> |
| 3908 | <message> | 4028 | <message> |
| 3909 | <location filename="../../src/yuzu/main.cpp" line="1733"/> | 4029 | <location filename="../../src/yuzu/main.cpp" line="1734"/> |
| 3910 | <source>Error Opening Transferable Shader Cache</source> | 4030 | <source>Error Opening Transferable Shader Cache</source> |
| 3911 | <translation>Error al abrir el caché transferible de shaders</translation> | 4031 | <translation>Error al abrir el caché transferible de shaders</translation> |
| 3912 | </message> | 4032 | </message> |
| 3913 | <message> | 4033 | <message> |
| 3914 | <location filename="../../src/yuzu/main.cpp" line="1734"/> | 4034 | <location filename="../../src/yuzu/main.cpp" line="1735"/> |
| 3915 | <source>Failed to create the shader cache directory for this title.</source> | 4035 | <source>Failed to create the shader cache directory for this title.</source> |
| 3916 | <translation>No se pudo crear el directorio de la caché de los shaders para este título.</translation> | 4036 | <translation>No se pudo crear el directorio de la caché de los shaders para este título.</translation> |
| 3917 | </message> | 4037 | </message> |
| 3918 | <message> | 4038 | <message> |
| 3919 | <location filename="../../src/yuzu/main.cpp" line="1786"/> | 4039 | <location filename="../../src/yuzu/main.cpp" line="1787"/> |
| 3920 | <source>Contents</source> | 4040 | <source>Contents</source> |
| 3921 | <translation>Contenidos</translation> | 4041 | <translation>Contenidos</translation> |
| 3922 | </message> | 4042 | </message> |
| 3923 | <message> | 4043 | <message> |
| 3924 | <location filename="../../src/yuzu/main.cpp" line="1788"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="1789"/> |
| 3925 | <source>Update</source> | 4045 | <source>Update</source> |
| 3926 | <translation>Actualización</translation> | 4046 | <translation>Actualización</translation> |
| 3927 | </message> | 4047 | </message> |
| 3928 | <message> | 4048 | <message> |
| 3929 | <location filename="../../src/yuzu/main.cpp" line="1790"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1791"/> |
| 3930 | <source>DLC</source> | 4050 | <source>DLC</source> |
| 3931 | <translation>DLC</translation> | 4051 | <translation>DLC</translation> |
| 3932 | </message> | 4052 | </message> |
| 3933 | <message> | 4053 | <message> |
| 3934 | <location filename="../../src/yuzu/main.cpp" line="1797"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1798"/> |
| 3935 | <source>Remove Entry</source> | 4055 | <source>Remove Entry</source> |
| 3936 | <translation>Eliminar entrada</translation> | 4056 | <translation>Eliminar entrada</translation> |
| 3937 | </message> | 4057 | </message> |
| 3938 | <message> | 4058 | <message> |
| 3939 | <location filename="../../src/yuzu/main.cpp" line="1797"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="1798"/> |
| 3940 | <source>Remove Installed Game %1?</source> | 4060 | <source>Remove Installed Game %1?</source> |
| 3941 | <translation>¿Eliminar el juego instalado %1?</translation> | 4061 | <translation>¿Eliminar el juego instalado %1?</translation> |
| 3942 | </message> | 4062 | </message> |
| 3943 | <message> | 4063 | <message> |
| 3944 | <location filename="../../src/yuzu/main.cpp" line="1827"/> | 4064 | <location filename="../../src/yuzu/main.cpp" line="1828"/> |
| 3945 | <location filename="../../src/yuzu/main.cpp" line="1843"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1844"/> |
| 3946 | <location filename="../../src/yuzu/main.cpp" line="1874"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1875"/> |
| 3947 | <location filename="../../src/yuzu/main.cpp" line="1935"/> | 4067 | <location filename="../../src/yuzu/main.cpp" line="1936"/> |
| 3948 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 3949 | <location filename="../../src/yuzu/main.cpp" line="1976"/> | 4069 | <location filename="../../src/yuzu/main.cpp" line="1977"/> |
| 3950 | <source>Successfully Removed</source> | 4070 | <source>Successfully Removed</source> |
| 3951 | <translation>Se ha eliminado con éxito</translation> | 4071 | <translation>Se ha eliminado con éxito</translation> |
| 3952 | </message> | 4072 | </message> |
| 3953 | <message> | 4073 | <message> |
| 3954 | <location filename="../../src/yuzu/main.cpp" line="1828"/> | 4074 | <location filename="../../src/yuzu/main.cpp" line="1829"/> |
| 3955 | <source>Successfully removed the installed base game.</source> | 4075 | <source>Successfully removed the installed base game.</source> |
| 3956 | <translation>Se ha eliminado con éxito el juego base instalado.</translation> | 4076 | <translation>Se ha eliminado con éxito el juego base instalado.</translation> |
| 3957 | </message> | 4077 | </message> |
| 3958 | <message> | 4078 | <message> |
| 3959 | <location filename="../../src/yuzu/main.cpp" line="1831"/> | 4079 | <location filename="../../src/yuzu/main.cpp" line="1832"/> |
| 3960 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4080 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 3961 | <location filename="../../src/yuzu/main.cpp" line="1869"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1870"/> |
| 3962 | <source>Error Removing %1</source> | 4082 | <source>Error Removing %1</source> |
| 3963 | <translation>Error al eliminar %1</translation> | 4083 | <translation>Error al eliminar %1</translation> |
| 3964 | </message> | 4084 | </message> |
| 3965 | <message> | 4085 | <message> |
| 3966 | <location filename="../../src/yuzu/main.cpp" line="1832"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1833"/> |
| 3967 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4087 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 3968 | <translation>El juego base no está instalado en el NAND y no se puede eliminar.</translation> | 4088 | <translation>El juego base no está instalado en el NAND y no se puede eliminar.</translation> |
| 3969 | </message> | 4089 | </message> |
| 3970 | <message> | 4090 | <message> |
| 3971 | <location filename="../../src/yuzu/main.cpp" line="1844"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1845"/> |
| 3972 | <source>Successfully removed the installed update.</source> | 4092 | <source>Successfully removed the installed update.</source> |
| 3973 | <translation>Se ha eliminado con éxito la actualización instalada.</translation> | 4093 | <translation>Se ha eliminado con éxito la actualización instalada.</translation> |
| 3974 | </message> | 4094 | </message> |
| 3975 | <message> | 4095 | <message> |
| 3976 | <location filename="../../src/yuzu/main.cpp" line="1847"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 3977 | <source>There is no update installed for this title.</source> | 4097 | <source>There is no update installed for this title.</source> |
| 3978 | <translation>No hay ninguna actualización instalada para este título.</translation> | 4098 | <translation>No hay ninguna actualización instalada para este título.</translation> |
| 3979 | </message> | 4099 | </message> |
| 3980 | <message> | 4100 | <message> |
| 3981 | <location filename="../../src/yuzu/main.cpp" line="1870"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1871"/> |
| 3982 | <source>There are no DLC installed for this title.</source> | 4102 | <source>There are no DLC installed for this title.</source> |
| 3983 | <translation>No hay ningún DLC instalado para este título.</translation> | 4103 | <translation>No hay ningún DLC instalado para este título.</translation> |
| 3984 | </message> | 4104 | </message> |
| 3985 | <message> | 4105 | <message> |
| 3986 | <location filename="../../src/yuzu/main.cpp" line="1875"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1876"/> |
| 3987 | <source>Successfully removed %1 installed DLC.</source> | 4107 | <source>Successfully removed %1 installed DLC.</source> |
| 3988 | <translation>Se ha eliminado con éxito %1 DLC instalado(s).</translation> | 4108 | <translation>Se ha eliminado con éxito %1 DLC instalado(s).</translation> |
| 3989 | </message> | 4109 | </message> |
| 3990 | <message> | 4110 | <message> |
| 3991 | <location filename="../../src/yuzu/main.cpp" line="1883"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1884"/> |
| 3992 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4112 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 3993 | <translation>¿Deseas eliminar el caché transferible de shaders de OpenGL?</translation> | 4113 | <translation>¿Deseas eliminar el caché transferible de shaders de OpenGL?</translation> |
| 3994 | </message> | 4114 | </message> |
| 3995 | <message> | 4115 | <message> |
| 3996 | <location filename="../../src/yuzu/main.cpp" line="1885"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1886"/> |
| 3997 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4117 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 3998 | <translation>¿Deseas eliminar el caché transferible de shaders de Vulkan?</translation> | 4118 | <translation>¿Deseas eliminar el caché transferible de shaders de Vulkan?</translation> |
| 3999 | </message> | 4119 | </message> |
| 4000 | <message> | 4120 | <message> |
| 4001 | <location filename="../../src/yuzu/main.cpp" line="1887"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1888"/> |
| 4002 | <source>Delete All Transferable Shader Caches?</source> | 4122 | <source>Delete All Transferable Shader Caches?</source> |
| 4003 | <translation>¿Deseas eliminar todo el caché transferible de shaders?</translation> | 4123 | <translation>¿Deseas eliminar todo el caché transferible de shaders?</translation> |
| 4004 | </message> | 4124 | </message> |
| 4005 | <message> | 4125 | <message> |
| 4006 | <location filename="../../src/yuzu/main.cpp" line="1889"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1890"/> |
| 4007 | <source>Remove Custom Game Configuration?</source> | 4127 | <source>Remove Custom Game Configuration?</source> |
| 4008 | <translation>¿Deseas eliminar la configuración personalizada del juego?</translation> | 4128 | <translation>¿Deseas eliminar la configuración personalizada del juego?</translation> |
| 4009 | </message> | 4129 | </message> |
| 4010 | <message> | 4130 | <message> |
| 4011 | <location filename="../../src/yuzu/main.cpp" line="1895"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1896"/> |
| 4012 | <source>Remove File</source> | 4132 | <source>Remove File</source> |
| 4013 | <translation>Eliminar archivo</translation> | 4133 | <translation>Eliminar archivo</translation> |
| 4014 | </message> | 4134 | </message> |
| 4015 | <message> | 4135 | <message> |
| 4016 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4017 | <location filename="../../src/yuzu/main.cpp" line="1938"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1939"/> |
| 4018 | <source>Error Removing Transferable Shader Cache</source> | 4138 | <source>Error Removing Transferable Shader Cache</source> |
| 4019 | <translation>Error al eliminar la caché de shaders transferibles</translation> | 4139 | <translation>Error al eliminar la caché de shaders transferibles</translation> |
| 4020 | </message> | 4140 | </message> |
| 4021 | <message> | 4141 | <message> |
| 4022 | <location filename="../../src/yuzu/main.cpp" line="1931"/> | 4142 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4023 | <location filename="../../src/yuzu/main.cpp" line="1949"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1950"/> |
| 4024 | <source>A shader cache for this title does not exist.</source> | 4144 | <source>A shader cache for this title does not exist.</source> |
| 4025 | <translation>No existe caché de shaders para este título.</translation> | 4145 | <translation>No existe caché de shaders para este título.</translation> |
| 4026 | </message> | 4146 | </message> |
| 4027 | <message> | 4147 | <message> |
| 4028 | <location filename="../../src/yuzu/main.cpp" line="1936"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1937"/> |
| 4029 | <source>Successfully removed the transferable shader cache.</source> | 4149 | <source>Successfully removed the transferable shader cache.</source> |
| 4030 | <translation>El caché de shaders transferibles se ha eliminado con éxito.</translation> | 4150 | <translation>El caché de shaders transferibles se ha eliminado con éxito.</translation> |
| 4031 | </message> | 4151 | </message> |
| 4032 | <message> | 4152 | <message> |
| 4033 | <location filename="../../src/yuzu/main.cpp" line="1939"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1940"/> |
| 4034 | <source>Failed to remove the transferable shader cache.</source> | 4154 | <source>Failed to remove the transferable shader cache.</source> |
| 4035 | <translation>No se ha podido eliminar la caché de shaders transferibles.</translation> | 4155 | <translation>No se ha podido eliminar la caché de shaders transferibles.</translation> |
| 4036 | </message> | 4156 | </message> |
| 4037 | <message> | 4157 | <message> |
| 4038 | <location filename="../../src/yuzu/main.cpp" line="1948"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4040 | <source>Error Removing Transferable Shader Caches</source> | 4160 | <source>Error Removing Transferable Shader Caches</source> |
| 4041 | <translation>Error al eliminar las cachés de shaders transferibles</translation> | 4161 | <translation>Error al eliminar las cachés de shaders transferibles</translation> |
| 4042 | </message> | 4162 | </message> |
| 4043 | <message> | 4163 | <message> |
| 4044 | <location filename="../../src/yuzu/main.cpp" line="1954"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4045 | <source>Successfully removed the transferable shader caches.</source> | 4165 | <source>Successfully removed the transferable shader caches.</source> |
| 4046 | <translation>Cachés de shaders transferibles eliminadas con éxito.</translation> | 4166 | <translation>Cachés de shaders transferibles eliminadas con éxito.</translation> |
| 4047 | </message> | 4167 | </message> |
| 4048 | <message> | 4168 | <message> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="1957"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4050 | <source>Failed to remove the transferable shader cache directory.</source> | 4170 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4051 | <translation>No se ha podido eliminar el directorio de cachés de shaders transferibles.</translation> | 4171 | <translation>No se ha podido eliminar el directorio de cachés de shaders transferibles.</translation> |
| 4052 | </message> | 4172 | </message> |
| 4053 | <message> | 4173 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1970"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1971"/> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1979"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1980"/> |
| 4056 | <source>Error Removing Custom Configuration</source> | 4176 | <source>Error Removing Custom Configuration</source> |
| 4057 | <translation>Error al eliminar la configuración personalizada del juego</translation> | 4177 | <translation>Error al eliminar la configuración personalizada del juego</translation> |
| 4058 | </message> | 4178 | </message> |
| 4059 | <message> | 4179 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1971"/> | 4180 | <location filename="../../src/yuzu/main.cpp" line="1972"/> |
| 4061 | <source>A custom configuration for this title does not exist.</source> | 4181 | <source>A custom configuration for this title does not exist.</source> |
| 4062 | <translation>No existe una configuración personalizada para este título.</translation> | 4182 | <translation>No existe una configuración personalizada para este título.</translation> |
| 4063 | </message> | 4183 | </message> |
| 4064 | <message> | 4184 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1977"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1978"/> |
| 4066 | <source>Successfully removed the custom game configuration.</source> | 4186 | <source>Successfully removed the custom game configuration.</source> |
| 4067 | <translation>Se eliminó con éxito la configuración personalizada del juego.</translation> | 4187 | <translation>Se eliminó con éxito la configuración personalizada del juego.</translation> |
| 4068 | </message> | 4188 | </message> |
| 4069 | <message> | 4189 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1980"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1981"/> |
| 4071 | <source>Failed to remove the custom game configuration.</source> | 4191 | <source>Failed to remove the custom game configuration.</source> |
| 4072 | <translation>No se ha podido eliminar la configuración personalizada del juego.</translation> | 4192 | <translation>No se ha podido eliminar la configuración personalizada del juego.</translation> |
| 4073 | </message> | 4193 | </message> |
| 4074 | <message> | 4194 | <message> |
| 4075 | <location filename="../../src/yuzu/main.cpp" line="1987"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1988"/> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="2066"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="2067"/> |
| 4077 | <source>RomFS Extraction Failed!</source> | 4197 | <source>RomFS Extraction Failed!</source> |
| 4078 | <translation>¡La extracción de RomFS ha fallado!</translation> | 4198 | <translation>¡La extracción de RomFS ha fallado!</translation> |
| 4079 | </message> | 4199 | </message> |
| 4080 | <message> | 4200 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1988"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1989"/> |
| 4082 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4202 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4083 | <translation>Se ha producido un error al copiar los archivos RomFS o el usuario ha cancelado la operación.</translation> | 4203 | <translation>Se ha producido un error al copiar los archivos RomFS o el usuario ha cancelado la operación.</translation> |
| 4084 | </message> | 4204 | </message> |
| 4085 | <message> | 4205 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="2046"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="2047"/> |
| 4087 | <source>Full</source> | 4207 | <source>Full</source> |
| 4088 | <translation>Completo</translation> | 4208 | <translation>Completo</translation> |
| 4089 | </message> | 4209 | </message> |
| 4090 | <message> | 4210 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="2046"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="2047"/> |
| 4092 | <source>Skeleton</source> | 4212 | <source>Skeleton</source> |
| 4093 | <translation>Esquema</translation> | 4213 | <translation>Esquema</translation> |
| 4094 | </message> | 4214 | </message> |
| 4095 | <message> | 4215 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="2048"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="2049"/> |
| 4097 | <source>Select RomFS Dump Mode</source> | 4217 | <source>Select RomFS Dump Mode</source> |
| 4098 | <translation>Elegir método de volcado de RomFS</translation> | 4218 | <translation>Elegir método de volcado de RomFS</translation> |
| 4099 | </message> | 4219 | </message> |
| 4100 | <message> | 4220 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="2049"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="2050"/> |
| 4102 | <source>Please select the how you would like the RomFS dumped.<br>Full will copy all of the files into the new directory while <br>skeleton will only create the directory structure.</source> | 4222 | <source>Please select the how you would like the RomFS dumped.<br>Full will copy all of the files into the new directory while <br>skeleton will only create the directory structure.</source> |
| 4103 | <translation>Seleccione la forma en que quieras volcar el RomFS. <br>Copiará todos los archivos en el nuevo directorio <br> mientras que el esqueleto solo creará la estructura del directorio.</translation> | 4223 | <translation>Seleccione la forma en que quieras volcar el RomFS. <br>Copiará todos los archivos en el nuevo directorio <br> mientras que el esqueleto solo creará la estructura del directorio.</translation> |
| 4104 | </message> | 4224 | </message> |
| 4105 | <message> | 4225 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="2067"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="2068"/> |
| 4107 | <source>There is not enough free space at %1 to extract the RomFS. Please free up space or select a different dump directory at Emulation > Configure > System > Filesystem > Dump Root</source> | 4227 | <source>There is not enough free space at %1 to extract the RomFS. Please free up space or select a different dump directory at Emulation > Configure > System > Filesystem > Dump Root</source> |
| 4108 | <translation>No hay suficiente espacio en %1 para extraer el RomFS. Por favor, libera espacio o elige otro directorio de volcado en Emulación > Configuración > Sistema > Sistema de archivos > Raíz de volcado</translation> | 4228 | <translation>No hay suficiente espacio en %1 para extraer el RomFS. Por favor, libera espacio o elige otro directorio de volcado en Emulación > Configuración > Sistema > Sistema de archivos > Raíz de volcado</translation> |
| 4109 | </message> | 4229 | </message> |
| 4110 | <message> | 4230 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="2074"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="2075"/> |
| 4112 | <source>Extracting RomFS...</source> | 4232 | <source>Extracting RomFS...</source> |
| 4113 | <translation>Extrayendo RomFS...</translation> | 4233 | <translation>Extrayendo RomFS...</translation> |
| 4114 | </message> | 4234 | </message> |
| 4115 | <message> | 4235 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="2074"/> | 4236 | <location filename="../../src/yuzu/main.cpp" line="2075"/> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="2254"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="2261"/> |
| 4118 | <source>Cancel</source> | 4238 | <source>Cancel</source> |
| 4119 | <translation>Cancelar</translation> | 4239 | <translation>Cancelar</translation> |
| 4120 | </message> | 4240 | </message> |
| 4121 | <message> | 4241 | <message> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="2081"/> | 4242 | <location filename="../../src/yuzu/main.cpp" line="2082"/> |
| 4123 | <source>RomFS Extraction Succeeded!</source> | 4243 | <source>RomFS Extraction Succeeded!</source> |
| 4124 | <translation>¡La extracción RomFS ha tenido éxito!</translation> | 4244 | <translation>¡La extracción RomFS ha tenido éxito!</translation> |
| 4125 | </message> | 4245 | </message> |
| 4126 | <message> | 4246 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="2082"/> | 4247 | <location filename="../../src/yuzu/main.cpp" line="2083"/> |
| 4128 | <source>The operation completed successfully.</source> | 4248 | <source>The operation completed successfully.</source> |
| 4129 | <translation>La operación se completó con éxito.</translation> | 4249 | <translation>La operación se completó con éxito.</translation> |
| 4130 | </message> | 4250 | </message> |
| 4131 | <message> | 4251 | <message> |
| 4132 | <location filename="../../src/yuzu/main.cpp" line="2126"/> | 4252 | <location filename="../../src/yuzu/main.cpp" line="2127"/> |
| 4133 | <source>Error Opening %1</source> | 4253 | <source>Error Opening %1</source> |
| 4134 | <translation>Error al intentar abrir %1</translation> | 4254 | <translation>Error al intentar abrir %1</translation> |
| 4135 | </message> | 4255 | </message> |
| 4136 | <message> | 4256 | <message> |
| 4137 | <location filename="../../src/yuzu/main.cpp" line="2135"/> | 4257 | <location filename="../../src/yuzu/main.cpp" line="2136"/> |
| 4138 | <source>Select Directory</source> | 4258 | <source>Select Directory</source> |
| 4139 | <translation>Seleccionar directorio</translation> | 4259 | <translation>Seleccionar directorio</translation> |
| 4140 | </message> | 4260 | </message> |
| 4141 | <message> | 4261 | <message> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="2162"/> | 4262 | <location filename="../../src/yuzu/main.cpp" line="2163"/> |
| 4143 | <source>Properties</source> | 4263 | <source>Properties</source> |
| 4144 | <translation>Propiedades</translation> | 4264 | <translation>Propiedades</translation> |
| 4145 | </message> | 4265 | </message> |
| 4146 | <message> | 4266 | <message> |
| 4147 | <location filename="../../src/yuzu/main.cpp" line="2163"/> | 4267 | <location filename="../../src/yuzu/main.cpp" line="2164"/> |
| 4148 | <source>The game properties could not be loaded.</source> | 4268 | <source>The game properties could not be loaded.</source> |
| 4149 | <translation>No se pueden cargar las propiedades del juego.</translation> | 4269 | <translation>No se pueden cargar las propiedades del juego.</translation> |
| 4150 | </message> | 4270 | </message> |
| 4151 | <message> | 4271 | <message> |
| 4152 | <location filename="../../src/yuzu/main.cpp" line="2175"/> | 4272 | <location filename="../../src/yuzu/main.cpp" line="2181"/> |
| 4153 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4273 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4154 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4274 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4155 | <translation>Ejecutable de Switch (%1);;Todos los archivos (*.*)</translation> | 4275 | <translation>Ejecutable de Switch (%1);;Todos los archivos (*.*)</translation> |
| 4156 | </message> | 4276 | </message> |
| 4157 | <message> | 4277 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="2179"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2185"/> |
| 4159 | <source>Load File</source> | 4279 | <source>Load File</source> |
| 4160 | <translation>Cargar archivo</translation> | 4280 | <translation>Cargar archivo</translation> |
| 4161 | </message> | 4281 | </message> |
| 4162 | <message> | 4282 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="2191"/> | 4283 | <location filename="../../src/yuzu/main.cpp" line="2198"/> |
| 4164 | <source>Open Extracted ROM Directory</source> | 4284 | <source>Open Extracted ROM Directory</source> |
| 4165 | <translation>Abrir el directorio de la ROM extraída</translation> | 4285 | <translation>Abrir el directorio de la ROM extraída</translation> |
| 4166 | </message> | 4286 | </message> |
| 4167 | <message> | 4287 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="2202"/> | 4288 | <location filename="../../src/yuzu/main.cpp" line="2209"/> |
| 4169 | <source>Invalid Directory Selected</source> | 4289 | <source>Invalid Directory Selected</source> |
| 4170 | <translation>Directorio seleccionado no válido</translation> | 4290 | <translation>Directorio seleccionado no válido</translation> |
| 4171 | </message> | 4291 | </message> |
| 4172 | <message> | 4292 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="2203"/> | 4293 | <location filename="../../src/yuzu/main.cpp" line="2210"/> |
| 4174 | <source>The directory you have selected does not contain a 'main' file.</source> | 4294 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4175 | <translation>El directorio que ha seleccionado no contiene ningún archivo 'main'.</translation> | 4295 | <translation>El directorio que ha seleccionado no contiene ningún archivo 'main'.</translation> |
| 4176 | </message> | 4296 | </message> |
| 4177 | <message> | 4297 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="2213"/> | 4298 | <location filename="../../src/yuzu/main.cpp" line="2220"/> |
| 4179 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4299 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4180 | <translation>Archivo de Switch Instalable (*.nca *.nsp *.xci);;Archivo de contenidos de Nintendo (*.nca);;Paquete de envío de Nintendo (*.nsp);;Imagen de cartucho NX (*.xci)</translation> | 4300 | <translation>Archivo de Switch Instalable (*.nca *.nsp *.xci);;Archivo de contenidos de Nintendo (*.nca);;Paquete de envío de Nintendo (*.nsp);;Imagen de cartucho NX (*.xci)</translation> |
| 4181 | </message> | 4301 | </message> |
| 4182 | <message> | 4302 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="2218"/> | 4303 | <location filename="../../src/yuzu/main.cpp" line="2225"/> |
| 4184 | <source>Install Files</source> | 4304 | <source>Install Files</source> |
| 4185 | <translation>Instalar archivos</translation> | 4305 | <translation>Instalar archivos</translation> |
| 4186 | </message> | 4306 | </message> |
| 4187 | <message numerus="yes"> | 4307 | <message numerus="yes"> |
| 4188 | <location filename="../../src/yuzu/main.cpp" line="2262"/> | 4308 | <location filename="../../src/yuzu/main.cpp" line="2269"/> |
| 4189 | <source>%n file(s) remaining</source> | 4309 | <source>%n file(s) remaining</source> |
| 4190 | <translation><numerusform>%n archivo(s) restantes</numerusform><numerusform>%n archivo(s) restantes</numerusform></translation> | 4310 | <translation><numerusform>%n archivo(s) restantes</numerusform><numerusform>%n archivo(s) restantes</numerusform></translation> |
| 4191 | </message> | 4311 | </message> |
| 4192 | <message> | 4312 | <message> |
| 4193 | <location filename="../../src/yuzu/main.cpp" line="2264"/> | 4313 | <location filename="../../src/yuzu/main.cpp" line="2271"/> |
| 4194 | <source>Installing file "%1"...</source> | 4314 | <source>Installing file "%1"...</source> |
| 4195 | <translation>Instalando el archivo "%1"...</translation> | 4315 | <translation>Instalando el archivo "%1"...</translation> |
| 4196 | </message> | 4316 | </message> |
| 4197 | <message> | 4317 | <message> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="2310"/> | 4318 | <location filename="../../src/yuzu/main.cpp" line="2317"/> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="2324"/> | 4319 | <location filename="../../src/yuzu/main.cpp" line="2331"/> |
| 4200 | <source>Install Results</source> | 4320 | <source>Install Results</source> |
| 4201 | <translation>Instalar resultados</translation> | 4321 | <translation>Instalar resultados</translation> |
| 4202 | </message> | 4322 | </message> |
| 4203 | <message> | 4323 | <message> |
| 4204 | <location filename="../../src/yuzu/main.cpp" line="2311"/> | 4324 | <location filename="../../src/yuzu/main.cpp" line="2318"/> |
| 4205 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4325 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4206 | Please, only use this feature to install updates and DLC.</source> | 4326 | Please, only use this feature to install updates and DLC.</source> |
| 4207 | <translation>Para evitar posibles conflictos, no recomendamos a los usuarios que instalen juegos base en el NAND. | 4327 | <translation>Para evitar posibles conflictos, no recomendamos a los usuarios que instalen juegos base en el NAND. |
| 4208 | Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</translation> | 4328 | Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</translation> |
| 4209 | </message> | 4329 | </message> |
| 4210 | <message numerus="yes"> | 4330 | <message numerus="yes"> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="2317"/> | 4331 | <location filename="../../src/yuzu/main.cpp" line="2324"/> |
| 4212 | <source>%n file(s) were newly installed | 4332 | <source>%n file(s) were newly installed |
| 4213 | </source> | 4333 | </source> |
| 4214 | <translation><numerusform>%n archivo(s) recién instalado/s | 4334 | <translation><numerusform>%n archivo(s) recién instalado/s |
| @@ -4216,7 +4336,7 @@ Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</tr | |||
| 4216 | </numerusform></translation> | 4336 | </numerusform></translation> |
| 4217 | </message> | 4337 | </message> |
| 4218 | <message numerus="yes"> | 4338 | <message numerus="yes"> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="2320"/> | 4339 | <location filename="../../src/yuzu/main.cpp" line="2327"/> |
| 4220 | <source>%n file(s) were overwritten | 4340 | <source>%n file(s) were overwritten |
| 4221 | </source> | 4341 | </source> |
| 4222 | <translation><numerusform>%n archivo(s) recién sobreescrito/s | 4342 | <translation><numerusform>%n archivo(s) recién sobreescrito/s |
| @@ -4224,7 +4344,7 @@ Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</tr | |||
| 4224 | </numerusform></translation> | 4344 | </numerusform></translation> |
| 4225 | </message> | 4345 | </message> |
| 4226 | <message numerus="yes"> | 4346 | <message numerus="yes"> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="2322"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2329"/> |
| 4228 | <source>%n file(s) failed to install | 4348 | <source>%n file(s) failed to install |
| 4229 | </source> | 4349 | </source> |
| 4230 | <translation><numerusform>%n archivo(s) no se instaló/instalaron | 4350 | <translation><numerusform>%n archivo(s) no se instaló/instalaron |
| @@ -4232,367 +4352,367 @@ Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</tr | |||
| 4232 | </numerusform></translation> | 4352 | </numerusform></translation> |
| 4233 | </message> | 4353 | </message> |
| 4234 | <message> | 4354 | <message> |
| 4235 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2430"/> |
| 4236 | <source>System Application</source> | 4356 | <source>System Application</source> |
| 4237 | <translation>Aplicación del sistema</translation> | 4357 | <translation>Aplicación del sistema</translation> |
| 4238 | </message> | 4358 | </message> |
| 4239 | <message> | 4359 | <message> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2431"/> |
| 4241 | <source>System Archive</source> | 4361 | <source>System Archive</source> |
| 4242 | <translation>Archivo del sistema</translation> | 4362 | <translation>Archivo del sistema</translation> |
| 4243 | </message> | 4363 | </message> |
| 4244 | <message> | 4364 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="2425"/> | 4365 | <location filename="../../src/yuzu/main.cpp" line="2432"/> |
| 4246 | <source>System Application Update</source> | 4366 | <source>System Application Update</source> |
| 4247 | <translation>Actualización de la aplicación del sistema</translation> | 4367 | <translation>Actualización de la aplicación del sistema</translation> |
| 4248 | </message> | 4368 | </message> |
| 4249 | <message> | 4369 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="2426"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2433"/> |
| 4251 | <source>Firmware Package (Type A)</source> | 4371 | <source>Firmware Package (Type A)</source> |
| 4252 | <translation>Paquete de firmware (Tipo A)</translation> | 4372 | <translation>Paquete de firmware (Tipo A)</translation> |
| 4253 | </message> | 4373 | </message> |
| 4254 | <message> | 4374 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="2427"/> | 4375 | <location filename="../../src/yuzu/main.cpp" line="2434"/> |
| 4256 | <source>Firmware Package (Type B)</source> | 4376 | <source>Firmware Package (Type B)</source> |
| 4257 | <translation>Paquete de firmware (Tipo B)</translation> | 4377 | <translation>Paquete de firmware (Tipo B)</translation> |
| 4258 | </message> | 4378 | </message> |
| 4259 | <message> | 4379 | <message> |
| 4260 | <location filename="../../src/yuzu/main.cpp" line="2428"/> | 4380 | <location filename="../../src/yuzu/main.cpp" line="2435"/> |
| 4261 | <source>Game</source> | 4381 | <source>Game</source> |
| 4262 | <translation>Juego</translation> | 4382 | <translation>Juego</translation> |
| 4263 | </message> | 4383 | </message> |
| 4264 | <message> | 4384 | <message> |
| 4265 | <location filename="../../src/yuzu/main.cpp" line="2429"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2436"/> |
| 4266 | <source>Game Update</source> | 4386 | <source>Game Update</source> |
| 4267 | <translation>Actualización de juego</translation> | 4387 | <translation>Actualización de juego</translation> |
| 4268 | </message> | 4388 | </message> |
| 4269 | <message> | 4389 | <message> |
| 4270 | <location filename="../../src/yuzu/main.cpp" line="2430"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2437"/> |
| 4271 | <source>Game DLC</source> | 4391 | <source>Game DLC</source> |
| 4272 | <translation>DLC del juego</translation> | 4392 | <translation>DLC del juego</translation> |
| 4273 | </message> | 4393 | </message> |
| 4274 | <message> | 4394 | <message> |
| 4275 | <location filename="../../src/yuzu/main.cpp" line="2431"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2438"/> |
| 4276 | <source>Delta Title</source> | 4396 | <source>Delta Title</source> |
| 4277 | <translation>Titulo delta</translation> | 4397 | <translation>Titulo delta</translation> |
| 4278 | </message> | 4398 | </message> |
| 4279 | <message> | 4399 | <message> |
| 4280 | <location filename="../../src/yuzu/main.cpp" line="2434"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2441"/> |
| 4281 | <source>Select NCA Install Type...</source> | 4401 | <source>Select NCA Install Type...</source> |
| 4282 | <translation>Seleccione el tipo de instalación NCA...</translation> | 4402 | <translation>Seleccione el tipo de instalación NCA...</translation> |
| 4283 | </message> | 4403 | </message> |
| 4284 | <message> | 4404 | <message> |
| 4285 | <location filename="../../src/yuzu/main.cpp" line="2435"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2442"/> |
| 4286 | <source>Please select the type of title you would like to install this NCA as: | 4406 | <source>Please select the type of title you would like to install this NCA as: |
| 4287 | (In most instances, the default 'Game' is fine.)</source> | 4407 | (In most instances, the default 'Game' is fine.)</source> |
| 4288 | <translation>Seleccione el tipo de título en el que deseas instalar este NCA como: | 4408 | <translation>Seleccione el tipo de título en el que deseas instalar este NCA como: |
| 4289 | (En la mayoría de los casos, el 'Juego' predeterminado está bien).</translation> | 4409 | (En la mayoría de los casos, el 'Juego' predeterminado está bien).</translation> |
| 4290 | </message> | 4410 | </message> |
| 4291 | <message> | 4411 | <message> |
| 4292 | <location filename="../../src/yuzu/main.cpp" line="2441"/> | 4412 | <location filename="../../src/yuzu/main.cpp" line="2448"/> |
| 4293 | <source>Failed to Install</source> | 4413 | <source>Failed to Install</source> |
| 4294 | <translation>Fallo en la instalación</translation> | 4414 | <translation>Fallo en la instalación</translation> |
| 4295 | </message> | 4415 | </message> |
| 4296 | <message> | 4416 | <message> |
| 4297 | <location filename="../../src/yuzu/main.cpp" line="2442"/> | 4417 | <location filename="../../src/yuzu/main.cpp" line="2449"/> |
| 4298 | <source>The title type you selected for the NCA is invalid.</source> | 4418 | <source>The title type you selected for the NCA is invalid.</source> |
| 4299 | <translation>El tipo de título que seleccionó para el NCA no es válido.</translation> | 4419 | <translation>El tipo de título que seleccionó para el NCA no es válido.</translation> |
| 4300 | </message> | 4420 | </message> |
| 4301 | <message> | 4421 | <message> |
| 4302 | <location filename="../../src/yuzu/main.cpp" line="2477"/> | 4422 | <location filename="../../src/yuzu/main.cpp" line="2484"/> |
| 4303 | <source>File not found</source> | 4423 | <source>File not found</source> |
| 4304 | <translation>Archivo no encontrado</translation> | 4424 | <translation>Archivo no encontrado</translation> |
| 4305 | </message> | 4425 | </message> |
| 4306 | <message> | 4426 | <message> |
| 4307 | <location filename="../../src/yuzu/main.cpp" line="2478"/> | 4427 | <location filename="../../src/yuzu/main.cpp" line="2485"/> |
| 4308 | <source>File "%1" not found</source> | 4428 | <source>File "%1" not found</source> |
| 4309 | <translation>Archivo "%1" no encontrado</translation> | 4429 | <translation>Archivo "%1" no encontrado</translation> |
| 4310 | </message> | 4430 | </message> |
| 4311 | <message> | 4431 | <message> |
| 4312 | <location filename="../../src/yuzu/main.cpp" line="2547"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2554"/> |
| 4313 | <source>OK</source> | 4433 | <source>OK</source> |
| 4314 | <translation>Aceptar</translation> | 4434 | <translation>Aceptar</translation> |
| 4315 | </message> | 4435 | </message> |
| 4316 | <message> | 4436 | <message> |
| 4317 | <location filename="../../src/yuzu/main.cpp" line="2561"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2568"/> |
| 4318 | <source>Missing yuzu Account</source> | 4438 | <source>Missing yuzu Account</source> |
| 4319 | <translation>Falta la cuenta de Yuzu</translation> | 4439 | <translation>Falta la cuenta de Yuzu</translation> |
| 4320 | </message> | 4440 | </message> |
| 4321 | <message> | 4441 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2562"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2569"/> |
| 4323 | <source>In order to submit a game compatibility test case, you must link your yuzu account.<br><br/>To link your yuzu account, go to Emulation &gt; Configuration &gt; Web.</source> | 4443 | <source>In order to submit a game compatibility test case, you must link your yuzu account.<br><br/>To link your yuzu account, go to Emulation &gt; Configuration &gt; Web.</source> |
| 4324 | <translation>Para enviar un caso de prueba de compatibilidad de juegos, debes vincular tu cuenta de yuzu.<br><br/> Para vincular tu cuenta de yuzu, ve a Emulación &gt; Configuración &gt; Web.</translation> | 4444 | <translation>Para enviar un caso de prueba de compatibilidad de juegos, debes vincular tu cuenta de yuzu.<br><br/> Para vincular tu cuenta de yuzu, ve a Emulación &gt; Configuración &gt; Web.</translation> |
| 4325 | </message> | 4445 | </message> |
| 4326 | <message> | 4446 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2572"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2579"/> |
| 4328 | <source>Error opening URL</source> | 4448 | <source>Error opening URL</source> |
| 4329 | <translation>Error al abrir la URL</translation> | 4449 | <translation>Error al abrir la URL</translation> |
| 4330 | </message> | 4450 | </message> |
| 4331 | <message> | 4451 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2573"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2580"/> |
| 4333 | <source>Unable to open the URL "%1".</source> | 4453 | <source>Unable to open the URL "%1".</source> |
| 4334 | <translation>No se puede abrir la URL "%1".</translation> | 4454 | <translation>No se puede abrir la URL "%1".</translation> |
| 4335 | </message> | 4455 | </message> |
| 4336 | <message> | 4456 | <message> |
| 4337 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2847"/> |
| 4338 | <source>TAS Recording</source> | 4458 | <source>TAS Recording</source> |
| 4339 | <translation>Grabación TAS</translation> | 4459 | <translation>Grabación TAS</translation> |
| 4340 | </message> | 4460 | </message> |
| 4341 | <message> | 4461 | <message> |
| 4342 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4462 | <location filename="../../src/yuzu/main.cpp" line="2848"/> |
| 4343 | <source>Overwrite file of player 1?</source> | 4463 | <source>Overwrite file of player 1?</source> |
| 4344 | <translation>¿Sobrescribir archivo del jugador 1?</translation> | 4464 | <translation>¿Sobrescribir archivo del jugador 1?</translation> |
| 4345 | </message> | 4465 | </message> |
| 4346 | <message> | 4466 | <message> |
| 4347 | <location filename="../../src/yuzu/main.cpp" line="2876"/> | 4467 | <location filename="../../src/yuzu/main.cpp" line="2914"/> |
| 4348 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4468 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4349 | <translation>Archivo amiibo (%1);; Todos los archivos (*.*)</translation> | 4469 | <translation>Archivo amiibo (%1);; Todos los archivos (*.*)</translation> |
| 4350 | </message> | 4470 | </message> |
| 4351 | <message> | 4471 | <message> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2877"/> | 4472 | <location filename="../../src/yuzu/main.cpp" line="2915"/> |
| 4353 | <source>Load Amiibo</source> | 4473 | <source>Load Amiibo</source> |
| 4354 | <translation>Cargar amiibo</translation> | 4474 | <translation>Cargar amiibo</translation> |
| 4355 | </message> | 4475 | </message> |
| 4356 | <message> | 4476 | <message> |
| 4357 | <location filename="../../src/yuzu/main.cpp" line="2895"/> | 4477 | <location filename="../../src/yuzu/main.cpp" line="2934"/> |
| 4358 | <source>Error opening Amiibo data file</source> | 4478 | <source>Error opening Amiibo data file</source> |
| 4359 | <translation>Error al abrir el archivo de datos amiibo</translation> | 4479 | <translation>Error al abrir el archivo de datos amiibo</translation> |
| 4360 | </message> | 4480 | </message> |
| 4361 | <message> | 4481 | <message> |
| 4362 | <location filename="../../src/yuzu/main.cpp" line="2896"/> | 4482 | <location filename="../../src/yuzu/main.cpp" line="2935"/> |
| 4363 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4483 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4364 | <translation>No se puede abrir el archivo amiibo "%1" para leer.</translation> | 4484 | <translation>No se puede abrir el archivo amiibo "%1" para leer.</translation> |
| 4365 | </message> | 4485 | </message> |
| 4366 | <message> | 4486 | <message> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2904"/> | 4487 | <location filename="../../src/yuzu/main.cpp" line="2943"/> |
| 4368 | <source>Error reading Amiibo data file</source> | 4488 | <source>Error reading Amiibo data file</source> |
| 4369 | <translation>Error al leer el archivo de datos amiibo</translation> | 4489 | <translation>Error al leer el archivo de datos amiibo</translation> |
| 4370 | </message> | 4490 | </message> |
| 4371 | <message> | 4491 | <message> |
| 4372 | <location filename="../../src/yuzu/main.cpp" line="2905"/> | 4492 | <location filename="../../src/yuzu/main.cpp" line="2944"/> |
| 4373 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4493 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4374 | <translation>No se puede leer completamente los datos Amiibo. Se esperaban leer %1 bytes, pero solo se puede leer %2 bytes.</translation> | 4494 | <translation>No se puede leer completamente los datos Amiibo. Se esperaban leer %1 bytes, pero solo se puede leer %2 bytes.</translation> |
| 4375 | </message> | 4495 | </message> |
| 4376 | <message> | 4496 | <message> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2913"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4378 | <source>Error loading Amiibo data</source> | 4498 | <source>Error loading Amiibo data</source> |
| 4379 | <translation>Error al cargar los datos Amiibo</translation> | 4499 | <translation>Error al cargar los datos Amiibo</translation> |
| 4380 | </message> | 4500 | </message> |
| 4381 | <message> | 4501 | <message> |
| 4382 | <location filename="../../src/yuzu/main.cpp" line="2914"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2953"/> |
| 4383 | <source>Unable to load Amiibo data.</source> | 4503 | <source>Unable to load Amiibo data.</source> |
| 4384 | <translation>No se pueden cargar los datos Amiibo.</translation> | 4504 | <translation>No se pueden cargar los datos Amiibo.</translation> |
| 4385 | </message> | 4505 | </message> |
| 4386 | <message> | 4506 | <message> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2959"/> | 4507 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4388 | <source>Capture Screenshot</source> | 4508 | <source>Capture Screenshot</source> |
| 4389 | <translation>Captura de pantalla</translation> | 4509 | <translation>Captura de pantalla</translation> |
| 4390 | </message> | 4510 | </message> |
| 4391 | <message> | 4511 | <message> |
| 4392 | <location filename="../../src/yuzu/main.cpp" line="2960"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="3003"/> |
| 4393 | <source>PNG Image (*.png)</source> | 4513 | <source>PNG Image (*.png)</source> |
| 4394 | <translation>Imagen PNG (*.png)</translation> | 4514 | <translation>Imagen PNG (*.png)</translation> |
| 4395 | </message> | 4515 | </message> |
| 4396 | <message> | 4516 | <message> |
| 4397 | <location filename="../../src/yuzu/main.cpp" line="3025"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="3068"/> |
| 4398 | <source>TAS state: Running %1/%2</source> | 4518 | <source>TAS state: Running %1/%2</source> |
| 4399 | <translation>Estado TAS: ejecutando %1/%2</translation> | 4519 | <translation>Estado TAS: ejecutando %1/%2</translation> |
| 4400 | </message> | 4520 | </message> |
| 4401 | <message> | 4521 | <message> |
| 4402 | <location filename="../../src/yuzu/main.cpp" line="3027"/> | 4522 | <location filename="../../src/yuzu/main.cpp" line="3070"/> |
| 4403 | <source>TAS state: Recording %1</source> | 4523 | <source>TAS state: Recording %1</source> |
| 4404 | <translation>Estado TAS: grabando %1</translation> | 4524 | <translation>Estado TAS: grabando %1</translation> |
| 4405 | </message> | 4525 | </message> |
| 4406 | <message> | 4526 | <message> |
| 4407 | <location filename="../../src/yuzu/main.cpp" line="3029"/> | 4527 | <location filename="../../src/yuzu/main.cpp" line="3072"/> |
| 4408 | <source>TAS state: Idle %1/%2</source> | 4528 | <source>TAS state: Idle %1/%2</source> |
| 4409 | <translation>Estado TAS: inactivo %1/%2</translation> | 4529 | <translation>Estado TAS: inactivo %1/%2</translation> |
| 4410 | </message> | 4530 | </message> |
| 4411 | <message> | 4531 | <message> |
| 4412 | <location filename="../../src/yuzu/main.cpp" line="3031"/> | 4532 | <location filename="../../src/yuzu/main.cpp" line="3074"/> |
| 4413 | <source>TAS State: Invalid</source> | 4533 | <source>TAS State: Invalid</source> |
| 4414 | <translation>Estado TAS: nulo</translation> | 4534 | <translation>Estado TAS: nulo</translation> |
| 4415 | </message> | 4535 | </message> |
| 4416 | <message> | 4536 | <message> |
| 4417 | <location filename="../../src/yuzu/main.cpp" line="3045"/> | 4537 | <location filename="../../src/yuzu/main.cpp" line="3088"/> |
| 4418 | <source>&Stop Running</source> | 4538 | <source>&Stop Running</source> |
| 4419 | <translation>&Parar de ejecutar</translation> | 4539 | <translation>&Parar de ejecutar</translation> |
| 4420 | </message> | 4540 | </message> |
| 4421 | <message> | 4541 | <message> |
| 4422 | <location filename="../../src/yuzu/main.cpp" line="3045"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="3088"/> |
| 4423 | <source>&Start</source> | 4543 | <source>&Start</source> |
| 4424 | <translation>&Iniciar</translation> | 4544 | <translation>&Iniciar</translation> |
| 4425 | </message> | 4545 | </message> |
| 4426 | <message> | 4546 | <message> |
| 4427 | <location filename="../../src/yuzu/main.cpp" line="3046"/> | 4547 | <location filename="../../src/yuzu/main.cpp" line="3089"/> |
| 4428 | <source>Stop R&ecording</source> | 4548 | <source>Stop R&ecording</source> |
| 4429 | <translation>Pausar g&rabación</translation> | 4549 | <translation>Pausar g&rabación</translation> |
| 4430 | </message> | 4550 | </message> |
| 4431 | <message> | 4551 | <message> |
| 4432 | <location filename="../../src/yuzu/main.cpp" line="3046"/> | 4552 | <location filename="../../src/yuzu/main.cpp" line="3089"/> |
| 4433 | <source>R&ecord</source> | 4553 | <source>R&ecord</source> |
| 4434 | <translation>G&rabar</translation> | 4554 | <translation>G&rabar</translation> |
| 4435 | </message> | 4555 | </message> |
| 4436 | <message numerus="yes"> | 4556 | <message numerus="yes"> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="3070"/> | 4557 | <location filename="../../src/yuzu/main.cpp" line="3113"/> |
| 4438 | <source>Building: %n shader(s)</source> | 4558 | <source>Building: %n shader(s)</source> |
| 4439 | <translation><numerusform>Creando: %n shader(s)</numerusform><numerusform>Construyendo: %n shader(s)</numerusform></translation> | 4559 | <translation><numerusform>Creando: %n shader(s)</numerusform><numerusform>Construyendo: %n shader(s)</numerusform></translation> |
| 4440 | </message> | 4560 | </message> |
| 4441 | <message> | 4561 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="3079"/> | 4562 | <location filename="../../src/yuzu/main.cpp" line="3122"/> |
| 4443 | <source>Scale: %1x</source> | 4563 | <source>Scale: %1x</source> |
| 4444 | <comment>%1 is the resolution scaling factor</comment> | 4564 | <comment>%1 is the resolution scaling factor</comment> |
| 4445 | <translation>Escalado: %1x</translation> | 4565 | <translation>Escalado: %1x</translation> |
| 4446 | </message> | 4566 | </message> |
| 4447 | <message> | 4567 | <message> |
| 4448 | <location filename="../../src/yuzu/main.cpp" line="3082"/> | 4568 | <location filename="../../src/yuzu/main.cpp" line="3125"/> |
| 4449 | <source>Speed: %1% / %2%</source> | 4569 | <source>Speed: %1% / %2%</source> |
| 4450 | <translation>Velocidad: %1% / %2%</translation> | 4570 | <translation>Velocidad: %1% / %2%</translation> |
| 4451 | </message> | 4571 | </message> |
| 4452 | <message> | 4572 | <message> |
| 4453 | <location filename="../../src/yuzu/main.cpp" line="3086"/> | 4573 | <location filename="../../src/yuzu/main.cpp" line="3129"/> |
| 4454 | <source>Speed: %1%</source> | 4574 | <source>Speed: %1%</source> |
| 4455 | <translation>Velocidad: %1%</translation> | 4575 | <translation>Velocidad: %1%</translation> |
| 4456 | </message> | 4576 | </message> |
| 4457 | <message> | 4577 | <message> |
| 4458 | <location filename="../../src/yuzu/main.cpp" line="3090"/> | 4578 | <location filename="../../src/yuzu/main.cpp" line="3133"/> |
| 4459 | <source>Game: %1 FPS (Unlocked)</source> | 4579 | <source>Game: %1 FPS (Unlocked)</source> |
| 4460 | <translation>Juego: %1 FPS (desbloqueado)</translation> | 4580 | <translation>Juego: %1 FPS (desbloqueado)</translation> |
| 4461 | </message> | 4581 | </message> |
| 4462 | <message> | 4582 | <message> |
| 4463 | <location filename="../../src/yuzu/main.cpp" line="3092"/> | 4583 | <location filename="../../src/yuzu/main.cpp" line="3135"/> |
| 4464 | <source>Game: %1 FPS</source> | 4584 | <source>Game: %1 FPS</source> |
| 4465 | <translation>Juego: %1 FPS</translation> | 4585 | <translation>Juego: %1 FPS</translation> |
| 4466 | </message> | 4586 | </message> |
| 4467 | <message> | 4587 | <message> |
| 4468 | <location filename="../../src/yuzu/main.cpp" line="3094"/> | 4588 | <location filename="../../src/yuzu/main.cpp" line="3137"/> |
| 4469 | <source>Frame: %1 ms</source> | 4589 | <source>Frame: %1 ms</source> |
| 4470 | <translation>Fotogramas: %1 ms</translation> | 4590 | <translation>Fotogramas: %1 ms</translation> |
| 4471 | </message> | 4591 | </message> |
| 4472 | <message> | 4592 | <message> |
| 4473 | <location filename="../../src/yuzu/main.cpp" line="3105"/> | 4593 | <location filename="../../src/yuzu/main.cpp" line="3148"/> |
| 4474 | <source>GPU NORMAL</source> | 4594 | <source>GPU NORMAL</source> |
| 4475 | <translation>GPU NORMAL</translation> | 4595 | <translation>GPU NORMAL</translation> |
| 4476 | </message> | 4596 | </message> |
| 4477 | <message> | 4597 | <message> |
| 4478 | <location filename="../../src/yuzu/main.cpp" line="3110"/> | 4598 | <location filename="../../src/yuzu/main.cpp" line="3153"/> |
| 4479 | <source>GPU HIGH</source> | 4599 | <source>GPU HIGH</source> |
| 4480 | <translation>GPU ALTA</translation> | 4600 | <translation>GPU ALTA</translation> |
| 4481 | </message> | 4601 | </message> |
| 4482 | <message> | 4602 | <message> |
| 4483 | <location filename="../../src/yuzu/main.cpp" line="3115"/> | 4603 | <location filename="../../src/yuzu/main.cpp" line="3158"/> |
| 4484 | <source>GPU EXTREME</source> | 4604 | <source>GPU EXTREME</source> |
| 4485 | <translation>GPU EXTREMA</translation> | 4605 | <translation>GPU EXTREMA</translation> |
| 4486 | </message> | 4606 | </message> |
| 4487 | <message> | 4607 | <message> |
| 4488 | <location filename="../../src/yuzu/main.cpp" line="3120"/> | 4608 | <location filename="../../src/yuzu/main.cpp" line="3163"/> |
| 4489 | <source>GPU ERROR</source> | 4609 | <source>GPU ERROR</source> |
| 4490 | <translation>GPU ERROR</translation> | 4610 | <translation>GPU ERROR</translation> |
| 4491 | </message> | 4611 | </message> |
| 4492 | <message> | 4612 | <message> |
| 4493 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4613 | <location filename="../../src/yuzu/main.cpp" line="3173"/> |
| 4494 | <source>NEAREST</source> | 4614 | <source>NEAREST</source> |
| 4495 | <translation>PROXIMAL</translation> | 4615 | <translation>PROXIMAL</translation> |
| 4496 | </message> | 4616 | </message> |
| 4497 | <message> | 4617 | <message> |
| 4498 | <location filename="../../src/yuzu/main.cpp" line="3133"/> | 4618 | <location filename="../../src/yuzu/main.cpp" line="3176"/> |
| 4499 | <location filename="../../src/yuzu/main.cpp" line="3148"/> | 4619 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4500 | <source>BILINEAR</source> | 4620 | <source>BILINEAR</source> |
| 4501 | <translation>BILINEAL</translation> | 4621 | <translation>BILINEAL</translation> |
| 4502 | </message> | 4622 | </message> |
| 4503 | <message> | 4623 | <message> |
| 4504 | <location filename="../../src/yuzu/main.cpp" line="3136"/> | 4624 | <location filename="../../src/yuzu/main.cpp" line="3179"/> |
| 4505 | <source>BICUBIC</source> | 4625 | <source>BICUBIC</source> |
| 4506 | <translation>BICÚBICO</translation> | 4626 | <translation>BICÚBICO</translation> |
| 4507 | </message> | 4627 | </message> |
| 4508 | <message> | 4628 | <message> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="3139"/> | 4629 | <location filename="../../src/yuzu/main.cpp" line="3182"/> |
| 4510 | <source>GAUSSIAN</source> | 4630 | <source>GAUSSIAN</source> |
| 4511 | <translation>GAUSSIANO</translation> | 4631 | <translation>GAUSSIANO</translation> |
| 4512 | </message> | 4632 | </message> |
| 4513 | <message> | 4633 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="3142"/> | 4634 | <location filename="../../src/yuzu/main.cpp" line="3185"/> |
| 4515 | <source>SCALEFORCE</source> | 4635 | <source>SCALEFORCE</source> |
| 4516 | <translation>SCALEFORCE</translation> | 4636 | <translation>SCALEFORCE</translation> |
| 4517 | </message> | 4637 | </message> |
| 4518 | <message> | 4638 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4639 | <location filename="../../src/yuzu/main.cpp" line="3188"/> |
| 4520 | <source>FSR</source> | 4640 | <source>FSR</source> |
| 4521 | <translation>FSR</translation> | 4641 | <translation>FSR</translation> |
| 4522 | </message> | 4642 | </message> |
| 4523 | <message> | 4643 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="3157"/> | 4644 | <location filename="../../src/yuzu/main.cpp" line="3200"/> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="3163"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4526 | <source>NO AA</source> | 4646 | <source>NO AA</source> |
| 4527 | <translation>NO AA</translation> | 4647 | <translation>NO AA</translation> |
| 4528 | </message> | 4648 | </message> |
| 4529 | <message> | 4649 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="3160"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3203"/> |
| 4531 | <source>FXAA</source> | 4651 | <source>FXAA</source> |
| 4532 | <translation>FXAA</translation> | 4652 | <translation>FXAA</translation> |
| 4533 | </message> | 4653 | </message> |
| 4534 | <message> | 4654 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="3221"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4536 | <source>The game you are trying to load requires additional files from your Switch to be dumped before playing.<br/><br/>For more information on dumping these files, please see the following wiki page: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumping System Archives and the Shared Fonts from a Switch Console</a>.<br/><br/>Would you like to quit back to the game list? Continuing emulation may result in crashes, corrupted save data, or other bugs.</source> | 4656 | <source>The game you are trying to load requires additional files from your Switch to be dumped before playing.<br/><br/>For more information on dumping these files, please see the following wiki page: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumping System Archives and the Shared Fonts from a Switch Console</a>.<br/><br/>Would you like to quit back to the game list? Continuing emulation may result in crashes, corrupted save data, or other bugs.</source> |
| 4537 | <translation>El juego que estás intentando cargar requiere archivos adicionales de tu Switch antes de poder jugar. <br/><br/>Para obtener más información sobre cómo obtener estos archivos, ve a la siguiente página de la wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Volcar archivos del sistema y las fuentes compartidas desde una Consola Switch. </a>.<br/><br/>¿Quieres volver a la lista de juegos? Continuar con la emulación puede provocar fallos, datos de guardado corrompidos u otros errores.</translation> | 4657 | <translation>El juego que estás intentando cargar requiere archivos adicionales de tu Switch antes de poder jugar. <br/><br/>Para obtener más información sobre cómo obtener estos archivos, ve a la siguiente página de la wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Volcar archivos del sistema y las fuentes compartidas desde una Consola Switch. </a>.<br/><br/>¿Quieres volver a la lista de juegos? Continuar con la emulación puede provocar fallos, datos de guardado corrompidos u otros errores.</translation> |
| 4538 | </message> | 4658 | </message> |
| 4539 | <message> | 4659 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="3236"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3279"/> |
| 4541 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4661 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4542 | <translation>yuzu no pudo localizar el archivo de sistema de la Switch. %1</translation> | 4662 | <translation>yuzu no pudo localizar el archivo de sistema de la Switch. %1</translation> |
| 4543 | </message> | 4663 | </message> |
| 4544 | <message> | 4664 | <message> |
| 4545 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3281"/> |
| 4546 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4666 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4547 | <translation>yuzu no pudo localizar un archivo de sistema de la Switch: %1. %2</translation> | 4667 | <translation>yuzu no pudo localizar un archivo de sistema de la Switch: %1. %2</translation> |
| 4548 | </message> | 4668 | </message> |
| 4549 | <message> | 4669 | <message> |
| 4550 | <location filename="../../src/yuzu/main.cpp" line="3242"/> | 4670 | <location filename="../../src/yuzu/main.cpp" line="3285"/> |
| 4551 | <source>System Archive Not Found</source> | 4671 | <source>System Archive Not Found</source> |
| 4552 | <translation>Archivo del sistema no encontrado</translation> | 4672 | <translation>Archivo del sistema no encontrado</translation> |
| 4553 | </message> | 4673 | </message> |
| 4554 | <message> | 4674 | <message> |
| 4555 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4675 | <location filename="../../src/yuzu/main.cpp" line="3287"/> |
| 4556 | <source>System Archive Missing</source> | 4676 | <source>System Archive Missing</source> |
| 4557 | <translation>Faltan archivos del sistema</translation> | 4677 | <translation>Faltan archivos del sistema</translation> |
| 4558 | </message> | 4678 | </message> |
| 4559 | <message> | 4679 | <message> |
| 4560 | <location filename="../../src/yuzu/main.cpp" line="3250"/> | 4680 | <location filename="../../src/yuzu/main.cpp" line="3293"/> |
| 4561 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4681 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4562 | <translation>yuzu no pudo encontrar las fuentes compartidas de la Switch. %1</translation> | 4682 | <translation>yuzu no pudo encontrar las fuentes compartidas de la Switch. %1</translation> |
| 4563 | </message> | 4683 | </message> |
| 4564 | <message> | 4684 | <message> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="3251"/> | 4685 | <location filename="../../src/yuzu/main.cpp" line="3294"/> |
| 4566 | <source>Shared Fonts Not Found</source> | 4686 | <source>Shared Fonts Not Found</source> |
| 4567 | <translation>Fuentes compartidas no encontradas</translation> | 4687 | <translation>Fuentes compartidas no encontradas</translation> |
| 4568 | </message> | 4688 | </message> |
| 4569 | <message> | 4689 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="3253"/> | 4690 | <location filename="../../src/yuzu/main.cpp" line="3296"/> |
| 4571 | <source>Shared Font Missing</source> | 4691 | <source>Shared Font Missing</source> |
| 4572 | <translation>Faltan fuentes compartidas</translation> | 4692 | <translation>Faltan fuentes compartidas</translation> |
| 4573 | </message> | 4693 | </message> |
| 4574 | <message> | 4694 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4695 | <location filename="../../src/yuzu/main.cpp" line="3302"/> |
| 4576 | <source>Fatal Error</source> | 4696 | <source>Fatal Error</source> |
| 4577 | <translation>Error fatal</translation> | 4697 | <translation>Error fatal</translation> |
| 4578 | </message> | 4698 | </message> |
| 4579 | <message> | 4699 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="3260"/> | 4700 | <location filename="../../src/yuzu/main.cpp" line="3303"/> |
| 4581 | <source>yuzu has encountered a fatal error, please see the log for more details. For more information on accessing the log, please see the following page: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>.<br/><br/>Would you like to quit back to the game list? Continuing emulation may result in crashes, corrupted save data, or other bugs.</source> | 4701 | <source>yuzu has encountered a fatal error, please see the log for more details. For more information on accessing the log, please see the following page: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>.<br/><br/>Would you like to quit back to the game list? Continuing emulation may result in crashes, corrupted save data, or other bugs.</source> |
| 4582 | <translation>yuzu ha encontrado un error fatal, consulta el registro para obtener más detalles. Para obtener más información sobre cómo acceder al registro, consulta la siguiente página: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>¿Cómo cargar el archivo de registro?</a>.<br/><br/> Continuar con la emulación puede provocar fallos, datos de guardado corruptos u otros errores.</translation> | 4702 | <translation>yuzu ha encontrado un error fatal, consulta el registro para obtener más detalles. Para obtener más información sobre cómo acceder al registro, consulta la siguiente página: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>¿Cómo cargar el archivo de registro?</a>.<br/><br/> Continuar con la emulación puede provocar fallos, datos de guardado corruptos u otros errores.</translation> |
| 4583 | </message> | 4703 | </message> |
| 4584 | <message> | 4704 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="3269"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3312"/> |
| 4586 | <source>Fatal Error encountered</source> | 4706 | <source>Fatal Error encountered</source> |
| 4587 | <translation>Error fatal encontrado</translation> | 4707 | <translation>Error fatal encontrado</translation> |
| 4588 | </message> | 4708 | </message> |
| 4589 | <message> | 4709 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="3292"/> | 4710 | <location filename="../../src/yuzu/main.cpp" line="3335"/> |
| 4591 | <source>Confirm Key Rederivation</source> | 4711 | <source>Confirm Key Rederivation</source> |
| 4592 | <translation>Confirmar la clave de rederivación</translation> | 4712 | <translation>Confirmar la clave de rederivación</translation> |
| 4593 | </message> | 4713 | </message> |
| 4594 | <message> | 4714 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3293"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3336"/> |
| 4596 | <source>You are about to force rederive all of your keys. | 4716 | <source>You are about to force rederive all of your keys. |
| 4597 | If you do not know what this means or what you are doing, | 4717 | If you do not know what this means or what you are doing, |
| 4598 | this is a potentially destructive action. | 4718 | this is a potentially destructive action. |
| @@ -4609,37 +4729,37 @@ es lo que quieres hacer si es necesario. | |||
| 4609 | Esto eliminará los archivos de las claves generadas automáticamente y volverá a ejecutar el módulo de derivación de claves.</translation> | 4729 | Esto eliminará los archivos de las claves generadas automáticamente y volverá a ejecutar el módulo de derivación de claves.</translation> |
| 4610 | </message> | 4730 | </message> |
| 4611 | <message> | 4731 | <message> |
| 4612 | <location filename="../../src/yuzu/main.cpp" line="3325"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4613 | <source>Missing fuses</source> | 4733 | <source>Missing fuses</source> |
| 4614 | <translation>Faltan fuses</translation> | 4734 | <translation>Faltan fuses</translation> |
| 4615 | </message> | 4735 | </message> |
| 4616 | <message> | 4736 | <message> |
| 4617 | <location filename="../../src/yuzu/main.cpp" line="3328"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3371"/> |
| 4618 | <source> - Missing BOOT0</source> | 4738 | <source> - Missing BOOT0</source> |
| 4619 | <translation>- Falta BOOT0</translation> | 4739 | <translation>- Falta BOOT0</translation> |
| 4620 | </message> | 4740 | </message> |
| 4621 | <message> | 4741 | <message> |
| 4622 | <location filename="../../src/yuzu/main.cpp" line="3331"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3374"/> |
| 4623 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4743 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4624 | <translation> - Falta BCPKG2-1-Normal-Main</translation> | 4744 | <translation> - Falta BCPKG2-1-Normal-Main</translation> |
| 4625 | </message> | 4745 | </message> |
| 4626 | <message> | 4746 | <message> |
| 4627 | <location filename="../../src/yuzu/main.cpp" line="3334"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4628 | <source> - Missing PRODINFO</source> | 4748 | <source> - Missing PRODINFO</source> |
| 4629 | <translation> - Falta PRODINFO</translation> | 4749 | <translation> - Falta PRODINFO</translation> |
| 4630 | </message> | 4750 | </message> |
| 4631 | <message> | 4751 | <message> |
| 4632 | <location filename="../../src/yuzu/main.cpp" line="3338"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3381"/> |
| 4633 | <source>Derivation Components Missing</source> | 4753 | <source>Derivation Components Missing</source> |
| 4634 | <translation>Faltan componentes de derivación</translation> | 4754 | <translation>Faltan componentes de derivación</translation> |
| 4635 | </message> | 4755 | </message> |
| 4636 | <message> | 4756 | <message> |
| 4637 | <location filename="../../src/yuzu/main.cpp" line="3339"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3382"/> |
| 4638 | <source>Encryption keys are missing. <br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu quickstart guide</a> to get all your keys, firmware and games.<br><br><small>(%1)</small></source> | 4758 | <source>Encryption keys are missing. <br>Please follow <a href='https://yuzu-emu.org/help/quickstart/'>the yuzu quickstart guide</a> to get all your keys, firmware and games.<br><br><small>(%1)</small></source> |
| 4639 | <translation>Faltan las claves de encriptación. <br>Por favor, sigue <a href='https://yuzu-emu.org/help/quickstart/'>la guía rápida de yuzu</a> para obtener todas tus claves, firmware y juegos.<br><br><small>(%1)</small></translation> | 4759 | <translation>Faltan las claves de encriptación. <br>Por favor, sigue <a href='https://yuzu-emu.org/help/quickstart/'>la guía rápida de yuzu</a> para obtener todas tus claves, firmware y juegos.<br><br><small>(%1)</small></translation> |
| 4640 | </message> | 4760 | </message> |
| 4641 | <message> | 4761 | <message> |
| 4642 | <location filename="../../src/yuzu/main.cpp" line="3348"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3391"/> |
| 4643 | <source>Deriving keys... | 4763 | <source>Deriving keys... |
| 4644 | This may take up to a minute depending | 4764 | This may take up to a minute depending |
| 4645 | on your system's performance.</source> | 4765 | on your system's performance.</source> |
| @@ -4648,39 +4768,39 @@ Esto puede llevar unos minutos dependiendo | |||
| 4648 | del rendimiento de su sistema.</translation> | 4768 | del rendimiento de su sistema.</translation> |
| 4649 | </message> | 4769 | </message> |
| 4650 | <message> | 4770 | <message> |
| 4651 | <location filename="../../src/yuzu/main.cpp" line="3350"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3393"/> |
| 4652 | <source>Deriving Keys</source> | 4772 | <source>Deriving Keys</source> |
| 4653 | <translation>Obtención de claves</translation> | 4773 | <translation>Obtención de claves</translation> |
| 4654 | </message> | 4774 | </message> |
| 4655 | <message> | 4775 | <message> |
| 4656 | <location filename="../../src/yuzu/main.cpp" line="3395"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3438"/> |
| 4657 | <source>Select RomFS Dump Target</source> | 4777 | <source>Select RomFS Dump Target</source> |
| 4658 | <translation>Selecciona el destinatario para volcar el RomFS</translation> | 4778 | <translation>Selecciona el destinatario para volcar el RomFS</translation> |
| 4659 | </message> | 4779 | </message> |
| 4660 | <message> | 4780 | <message> |
| 4661 | <location filename="../../src/yuzu/main.cpp" line="3396"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3439"/> |
| 4662 | <source>Please select which RomFS you would like to dump.</source> | 4782 | <source>Please select which RomFS you would like to dump.</source> |
| 4663 | <translation>Por favor, seleccione los RomFS que deseas volcar.</translation> | 4783 | <translation>Por favor, seleccione los RomFS que deseas volcar.</translation> |
| 4664 | </message> | 4784 | </message> |
| 4665 | <message> | 4785 | <message> |
| 4666 | <location filename="../../src/yuzu/main.cpp" line="3411"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3454"/> |
| 4667 | <source>Are you sure you want to close yuzu?</source> | 4787 | <source>Are you sure you want to close yuzu?</source> |
| 4668 | <translation>¿Estás seguro de que quieres cerrar yuzu?</translation> | 4788 | <translation>¿Estás seguro de que quieres cerrar yuzu?</translation> |
| 4669 | </message> | 4789 | </message> |
| 4670 | <message> | 4790 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3412"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4672 | <location filename="../../src/yuzu/main.cpp" line="3492"/> | 4792 | <location filename="../../src/yuzu/main.cpp" line="3535"/> |
| 4673 | <location filename="../../src/yuzu/main.cpp" line="3505"/> | 4793 | <location filename="../../src/yuzu/main.cpp" line="3548"/> |
| 4674 | <source>yuzu</source> | 4794 | <source>yuzu</source> |
| 4675 | <translation>yuzu</translation> | 4795 | <translation>yuzu</translation> |
| 4676 | </message> | 4796 | </message> |
| 4677 | <message> | 4797 | <message> |
| 4678 | <location filename="../../src/yuzu/main.cpp" line="3493"/> | 4798 | <location filename="../../src/yuzu/main.cpp" line="3536"/> |
| 4679 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4799 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4680 | <translation>¿Estás seguro de que quieres detener la emulación? Cualquier progreso no guardado se perderá.</translation> | 4800 | <translation>¿Estás seguro de que quieres detener la emulación? Cualquier progreso no guardado se perderá.</translation> |
| 4681 | </message> | 4801 | </message> |
| 4682 | <message> | 4802 | <message> |
| 4683 | <location filename="../../src/yuzu/main.cpp" line="3502"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3545"/> |
| 4684 | <source>The currently running application has requested yuzu to not exit. | 4804 | <source>The currently running application has requested yuzu to not exit. |
| 4685 | 4805 | ||
| 4686 | Would you like to bypass this and exit anyway?</source> | 4806 | Would you like to bypass this and exit anyway?</source> |
| @@ -5386,8 +5506,8 @@ p, li { white-space: pre-wrap; } | |||
| 5386 | </message> | 5506 | </message> |
| 5387 | <message> | 5507 | <message> |
| 5388 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="37"/> | 5508 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="37"/> |
| 5389 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="130"/> | 5509 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="140"/> |
| 5390 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="196"/> | 5510 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="206"/> |
| 5391 | <source>[not set]</source> | 5511 | <source>[not set]</source> |
| 5392 | <translation>[no definido]</translation> | 5512 | <translation>[no definido]</translation> |
| 5393 | </message> | 5513 | </message> |
| @@ -5398,10 +5518,10 @@ p, li { white-space: pre-wrap; } | |||
| 5398 | </message> | 5518 | </message> |
| 5399 | <message> | 5519 | <message> |
| 5400 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="56"/> | 5520 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="56"/> |
| 5401 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="219"/> | 5521 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="229"/> |
| 5402 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="223"/> | 5522 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="233"/> |
| 5403 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="227"/> | 5523 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="237"/> |
| 5404 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="231"/> | 5524 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="241"/> |
| 5405 | <source>Axis %1%2</source> | 5525 | <source>Axis %1%2</source> |
| 5406 | <translation>Eje %1%2</translation> | 5526 | <translation>Eje %1%2</translation> |
| 5407 | </message> | 5527 | </message> |
| @@ -5412,9 +5532,9 @@ p, li { white-space: pre-wrap; } | |||
| 5412 | </message> | 5532 | </message> |
| 5413 | <message> | 5533 | <message> |
| 5414 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="68"/> | 5534 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="68"/> |
| 5415 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="190"/> | 5535 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="200"/> |
| 5416 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="204"/> | 5536 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="214"/> |
| 5417 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="234"/> | 5537 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="244"/> |
| 5418 | <source>[unknown]</source> | 5538 | <source>[unknown]</source> |
| 5419 | <translation>[desconocido]</translation> | 5539 | <translation>[desconocido]</translation> |
| 5420 | </message> | 5540 | </message> |
| @@ -5540,50 +5660,76 @@ p, li { white-space: pre-wrap; } | |||
| 5540 | </message> | 5660 | </message> |
| 5541 | <message> | 5661 | <message> |
| 5542 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="106"/> | 5662 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="106"/> |
| 5663 | <source>Wheel</source> | ||
| 5664 | <comment>Indicates the mouse wheel</comment> | ||
| 5665 | <translation type="unfinished"/> | ||
| 5666 | </message> | ||
| 5667 | <message> | ||
| 5668 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="108"/> | ||
| 5669 | <source>Backward</source> | ||
| 5670 | <translation type="unfinished"/> | ||
| 5671 | </message> | ||
| 5672 | <message> | ||
| 5673 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="110"/> | ||
| 5674 | <source>Forward</source> | ||
| 5675 | <translation type="unfinished"/> | ||
| 5676 | </message> | ||
| 5677 | <message> | ||
| 5678 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="112"/> | ||
| 5679 | <source>Task</source> | ||
| 5680 | <translation type="unfinished"/> | ||
| 5681 | </message> | ||
| 5682 | <message> | ||
| 5683 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="114"/> | ||
| 5684 | <source>Extra</source> | ||
| 5685 | <translation type="unfinished"/> | ||
| 5686 | </message> | ||
| 5687 | <message> | ||
| 5688 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="116"/> | ||
| 5543 | <source>[undefined]</source> | 5689 | <source>[undefined]</source> |
| 5544 | <translation>[sin definir]</translation> | 5690 | <translation>[sin definir]</translation> |
| 5545 | </message> | 5691 | </message> |
| 5546 | <message> | 5692 | <message> |
| 5547 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="140"/> | 5693 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="150"/> |
| 5548 | <source>%1%2</source> | 5694 | <source>%1%2%3</source> |
| 5549 | <translation>%1%2</translation> | 5695 | <translation type="unfinished"/> |
| 5550 | </message> | 5696 | </message> |
| 5551 | <message> | 5697 | <message> |
| 5552 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="144"/> | 5698 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="154"/> |
| 5553 | <source>[invalid]</source> | 5699 | <source>[invalid]</source> |
| 5554 | <translation>[inválido]</translation> | 5700 | <translation>[inválido]</translation> |
| 5555 | </message> | 5701 | </message> |
| 5556 | <message> | 5702 | <message> |
| 5557 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="154"/> | 5703 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="164"/> |
| 5558 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="178"/> | 5704 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="188"/> |
| 5559 | <source>%1%2Hat %3</source> | 5705 | <source>%1%2Hat %3</source> |
| 5560 | <translation>%1%2Rotación %3</translation> | 5706 | <translation>%1%2Rotación %3</translation> |
| 5561 | </message> | 5707 | </message> |
| 5562 | <message> | 5708 | <message> |
| 5563 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="158"/> | 5709 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="168"/> |
| 5564 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="181"/> | 5710 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="191"/> |
| 5565 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="184"/> | 5711 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="194"/> |
| 5566 | <source>%1%2Axis %3</source> | 5712 | <source>%1%2Axis %3</source> |
| 5567 | <translation>%1%2Eje %3</translation> | 5713 | <translation>%1%2Eje %3</translation> |
| 5568 | </message> | 5714 | </message> |
| 5569 | <message> | 5715 | <message> |
| 5570 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="164"/> | 5716 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="174"/> |
| 5571 | <source>%1%2Axis %3,%4,%5</source> | 5717 | <source>%1%2Axis %3,%4,%5</source> |
| 5572 | <translation>%1%2Eje %3,%4,%5</translation> | 5718 | <translation>%1%2Eje %3,%4,%5</translation> |
| 5573 | </message> | 5719 | </message> |
| 5574 | <message> | 5720 | <message> |
| 5575 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="168"/> | 5721 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="178"/> |
| 5576 | <source>%1%2Motion %3</source> | 5722 | <source>%1%2Motion %3</source> |
| 5577 | <translation>%1%2Movimiento %3</translation> | 5723 | <translation>%1%2Movimiento %3</translation> |
| 5578 | </message> | 5724 | </message> |
| 5579 | <message> | 5725 | <message> |
| 5580 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="172"/> | 5726 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="182"/> |
| 5581 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="187"/> | 5727 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="197"/> |
| 5582 | <source>%1%2Button %3</source> | 5728 | <source>%1%2Button %3</source> |
| 5583 | <translation>%1%2Botón %3</translation> | 5729 | <translation>%1%2Botón %3</translation> |
| 5584 | </message> | 5730 | </message> |
| 5585 | <message> | 5731 | <message> |
| 5586 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="214"/> | 5732 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="224"/> |
| 5587 | <source>[unused]</source> | 5733 | <source>[unused]</source> |
| 5588 | <translation>[no usado]</translation> | 5734 | <translation>[no usado]</translation> |
| 5589 | </message> | 5735 | </message> |