diff options
105 files changed, 8451 insertions, 5749 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe12f3d23..be70c04ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -218,8 +218,13 @@ if (Boost_FOUND) | |||
| 218 | list(APPEND Boost_LIBRARIES Boost::context) | 218 | list(APPEND Boost_LIBRARIES Boost::context) |
| 219 | endif() | 219 | endif() |
| 220 | else() | 220 | else() |
| 221 | message(STATUS "Boost 1.73.0 or newer not found, falling back to Conan") | 221 | message(STATUS "Boost 1.79.0 or newer not found, falling back to Conan") |
| 222 | list(APPEND CONAN_REQUIRED_LIBS "boost/1.78.0") | 222 | list(APPEND CONAN_REQUIRED_LIBS "boost/1.79.0") |
| 223 | endif() | ||
| 224 | |||
| 225 | # boost:asio has functions that require AcceptEx et al | ||
| 226 | if (MINGW) | ||
| 227 | find_library(MSWSOCK_LIBRARY mswsock REQUIRED) | ||
| 223 | endif() | 228 | endif() |
| 224 | 229 | ||
| 225 | # Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS | 230 | # Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS |
diff --git a/dist/languages/ca.ts b/dist/languages/ca.ts index c647cfec9..d7f132aee 100644 --- a/dist/languages/ca.ts +++ b/dist/languages/ca.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Sobre yuzu</translation> | 7 | <translation>Sobre yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><img src=":/icons/yuzu.png"/><p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Lloc Web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Codi Font</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Col·laboradors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Llicència</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Lloc Web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Codi Font</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Col·laboradors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Llicència</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; és una marca registrada de Nintendo. yuzu no està afiliat a Nintendo de cap manera.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; és una marca registrada de Nintendo. yuzu no està afiliat a Nintendo de cap manera.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4046,346 +4041,346 @@ Arrossegui els punts per a canviar la posició, o faci doble clic a les cel·les | |||
| 4046 | <translation>S'ha produït un error desconegut. Si us plau, consulti el registre per a més detalls.</translation> | 4041 | <translation>S'ha produït un error desconegut. Si us plau, consulti el registre per a més detalls.</translation> |
| 4047 | </message> | 4042 | </message> |
| 4048 | <message> | 4043 | <message> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4050 | <source>(64-bit)</source> | 4045 | <source>(64-bit)</source> |
| 4051 | <translation>(64-bit)</translation> | 4046 | <translation>(64-bit)</translation> |
| 4052 | </message> | 4047 | </message> |
| 4053 | <message> | 4048 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4055 | <source>(32-bit)</source> | 4050 | <source>(32-bit)</source> |
| 4056 | <translation>(32-bit)</translation> | 4051 | <translation>(32-bit)</translation> |
| 4057 | </message> | 4052 | </message> |
| 4058 | <message> | 4053 | <message> |
| 4059 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4060 | <source>%1 %2</source> | 4055 | <source>%1 %2</source> |
| 4061 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4056 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4062 | <translation>%1 %2</translation> | 4057 | <translation>%1 %2</translation> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4066 | <source>Save Data</source> | 4061 | <source>Save Data</source> |
| 4067 | <translation>Dades de partides guardades</translation> | 4062 | <translation>Dades de partides guardades</translation> |
| 4068 | </message> | 4063 | </message> |
| 4069 | <message> | 4064 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4071 | <source>Mod Data</source> | 4066 | <source>Mod Data</source> |
| 4072 | <translation>Dades de mods</translation> | 4067 | <translation>Dades de mods</translation> |
| 4073 | </message> | 4068 | </message> |
| 4074 | <message> | 4069 | <message> |
| 4075 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4070 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4076 | <source>Error Opening %1 Folder</source> | 4071 | <source>Error Opening %1 Folder</source> |
| 4077 | <translation>Error obrint la carpeta %1</translation> | 4072 | <translation>Error obrint la carpeta %1</translation> |
| 4078 | </message> | 4073 | </message> |
| 4079 | <message> | 4074 | <message> |
| 4080 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4075 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4082 | <source>Folder does not exist!</source> | 4077 | <source>Folder does not exist!</source> |
| 4083 | <translation>La carpeta no existeix!</translation> | 4078 | <translation>La carpeta no existeix!</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4087 | <source>Error Opening Transferable Shader Cache</source> | 4082 | <source>Error Opening Transferable Shader Cache</source> |
| 4088 | <translation>Error obrint la cache transferible de shaders</translation> | 4083 | <translation>Error obrint la cache transferible de shaders</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4092 | <source>Failed to create the shader cache directory for this title.</source> | 4087 | <source>Failed to create the shader cache directory for this title.</source> |
| 4093 | <translation>No s'ha pogut crear el directori de la cache dels shaders per aquest tÃtol.</translation> | 4088 | <translation>No s'ha pogut crear el directori de la cache dels shaders per aquest tÃtol.</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4097 | <source>Contents</source> | 4092 | <source>Contents</source> |
| 4098 | <translation>Continguts</translation> | 4093 | <translation>Continguts</translation> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4102 | <source>Update</source> | 4097 | <source>Update</source> |
| 4103 | <translation>Actualització</translation> | 4098 | <translation>Actualització</translation> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4107 | <source>DLC</source> | 4102 | <source>DLC</source> |
| 4108 | <translation>DLC</translation> | 4103 | <translation>DLC</translation> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4112 | <source>Remove Entry</source> | 4107 | <source>Remove Entry</source> |
| 4113 | <translation>Eliminar entrada</translation> | 4108 | <translation>Eliminar entrada</translation> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4117 | <source>Remove Installed Game %1?</source> | 4112 | <source>Remove Installed Game %1?</source> |
| 4118 | <translation>Eliminar el joc instal·lat %1?</translation> | 4113 | <translation>Eliminar el joc instal·lat %1?</translation> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4124 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4119 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4127 | <source>Successfully Removed</source> | 4122 | <source>Successfully Removed</source> |
| 4128 | <translation>S'ha eliminat correctament</translation> | 4123 | <translation>S'ha eliminat correctament</translation> |
| 4129 | </message> | 4124 | </message> |
| 4130 | <message> | 4125 | <message> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4132 | <source>Successfully removed the installed base game.</source> | 4127 | <source>Successfully removed the installed base game.</source> |
| 4133 | <translation>S'ha eliminat correctament el joc base instal·lat.</translation> | 4128 | <translation>S'ha eliminat correctament el joc base instal·lat.</translation> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4137 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4132 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4139 | <source>Error Removing %1</source> | 4134 | <source>Error Removing %1</source> |
| 4140 | <translation>Error eliminant %1</translation> | 4135 | <translation>Error eliminant %1</translation> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4144 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4139 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4145 | <translation>El joc base no està instal·lat a la NAND i no pot ser eliminat.</translation> | 4140 | <translation>El joc base no està instal·lat a la NAND i no pot ser eliminat.</translation> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4149 | <source>Successfully removed the installed update.</source> | 4144 | <source>Successfully removed the installed update.</source> |
| 4150 | <translation>S'ha eliminat correctament l'actualització instal·lada.</translation> | 4145 | <translation>S'ha eliminat correctament l'actualització instal·lada.</translation> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4154 | <source>There is no update installed for this title.</source> | 4149 | <source>There is no update installed for this title.</source> |
| 4155 | <translation>No hi ha cap actualització instal·lada per aquest tÃtol.</translation> | 4150 | <translation>No hi ha cap actualització instal·lada per aquest tÃtol.</translation> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4159 | <source>There are no DLC installed for this title.</source> | 4154 | <source>There are no DLC installed for this title.</source> |
| 4160 | <translation>No hi ha cap DLC instal·lat per aquest tÃtol.</translation> | 4155 | <translation>No hi ha cap DLC instal·lat per aquest tÃtol.</translation> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4164 | <source>Successfully removed %1 installed DLC.</source> | 4159 | <source>Successfully removed %1 installed DLC.</source> |
| 4165 | <translation>S'ha eliminat correctament %1 DLC instal·lat/s.</translation> | 4160 | <translation>S'ha eliminat correctament %1 DLC instal·lat/s.</translation> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4169 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4164 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4170 | <translation>Desitja eliminar la cache transferible de shaders d'OpenGL?</translation> | 4165 | <translation>Desitja eliminar la cache transferible de shaders d'OpenGL?</translation> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4174 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4169 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4175 | <translation>Desitja eliminar la cache transferible de shaders de Vulkan?</translation> | 4170 | <translation>Desitja eliminar la cache transferible de shaders de Vulkan?</translation> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4179 | <source>Delete All Transferable Shader Caches?</source> | 4174 | <source>Delete All Transferable Shader Caches?</source> |
| 4180 | <translation>Desitja eliminar totes les caches transferibles de shaders?</translation> | 4175 | <translation>Desitja eliminar totes les caches transferibles de shaders?</translation> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4184 | <source>Remove Custom Game Configuration?</source> | 4179 | <source>Remove Custom Game Configuration?</source> |
| 4185 | <translation>Desitja eliminar la configuració personalitzada del joc?</translation> | 4180 | <translation>Desitja eliminar la configuració personalitzada del joc?</translation> |
| 4186 | </message> | 4181 | </message> |
| 4187 | <message> | 4182 | <message> |
| 4188 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4183 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4189 | <source>Remove File</source> | 4184 | <source>Remove File</source> |
| 4190 | <translation>Eliminar arxiu</translation> | 4185 | <translation>Eliminar arxiu</translation> |
| 4191 | </message> | 4186 | </message> |
| 4192 | <message> | 4187 | <message> |
| 4193 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4188 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4195 | <source>Error Removing Transferable Shader Cache</source> | 4190 | <source>Error Removing Transferable Shader Cache</source> |
| 4196 | <translation>Error eliminant la cache transferible de shaders</translation> | 4191 | <translation>Error eliminant la cache transferible de shaders</translation> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4201 | <source>A shader cache for this title does not exist.</source> | 4196 | <source>A shader cache for this title does not exist.</source> |
| 4202 | <translation>No existeix una cache de shaders per aquest tÃtol.</translation> | 4197 | <translation>No existeix una cache de shaders per aquest tÃtol.</translation> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4206 | <source>Successfully removed the transferable shader cache.</source> | 4201 | <source>Successfully removed the transferable shader cache.</source> |
| 4207 | <translation>S'ha eliminat correctament la cache transferible de shaders.</translation> | 4202 | <translation>S'ha eliminat correctament la cache transferible de shaders.</translation> |
| 4208 | </message> | 4203 | </message> |
| 4209 | <message> | 4204 | <message> |
| 4210 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4205 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4211 | <source>Failed to remove the transferable shader cache.</source> | 4206 | <source>Failed to remove the transferable shader cache.</source> |
| 4212 | <translation>No s'ha pogut eliminar la cache transferible de shaders.</translation> | 4207 | <translation>No s'ha pogut eliminar la cache transferible de shaders.</translation> |
| 4213 | </message> | 4208 | </message> |
| 4214 | <message> | 4209 | <message> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4217 | <source>Error Removing Transferable Shader Caches</source> | 4212 | <source>Error Removing Transferable Shader Caches</source> |
| 4218 | <translation>Error al eliminar les caches de shaders transferibles</translation> | 4213 | <translation>Error al eliminar les caches de shaders transferibles</translation> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4222 | <source>Successfully removed the transferable shader caches.</source> | 4217 | <source>Successfully removed the transferable shader caches.</source> |
| 4223 | <translation>Caches de shaders transferibles eliminades correctament.</translation> | 4218 | <translation>Caches de shaders transferibles eliminades correctament.</translation> |
| 4224 | </message> | 4219 | </message> |
| 4225 | <message> | 4220 | <message> |
| 4226 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4227 | <source>Failed to remove the transferable shader cache directory.</source> | 4222 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4228 | <translation>No s'ha pogut eliminar el directori de caches de shaders transferibles.</translation> | 4223 | <translation>No s'ha pogut eliminar el directori de caches de shaders transferibles.</translation> |
| 4229 | </message> | 4224 | </message> |
| 4230 | <message> | 4225 | <message> |
| 4231 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4233 | <source>Error Removing Custom Configuration</source> | 4228 | <source>Error Removing Custom Configuration</source> |
| 4234 | <translation>Error eliminant la configuració personalitzada</translation> | 4229 | <translation>Error eliminant la configuració personalitzada</translation> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4238 | <source>A custom configuration for this title does not exist.</source> | 4233 | <source>A custom configuration for this title does not exist.</source> |
| 4239 | <translation>No existeix una configuració personalitzada per aquest joc.</translation> | 4234 | <translation>No existeix una configuració personalitzada per aquest joc.</translation> |
| 4240 | </message> | 4235 | </message> |
| 4241 | <message> | 4236 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4243 | <source>Successfully removed the custom game configuration.</source> | 4238 | <source>Successfully removed the custom game configuration.</source> |
| 4244 | <translation>S'ha eliminat correctament la configuració personalitzada del joc.</translation> | 4239 | <translation>S'ha eliminat correctament la configuració personalitzada del joc.</translation> |
| 4245 | </message> | 4240 | </message> |
| 4246 | <message> | 4241 | <message> |
| 4247 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4242 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4248 | <source>Failed to remove the custom game configuration.</source> | 4243 | <source>Failed to remove the custom game configuration.</source> |
| 4249 | <translation>No s'ha pogut eliminar la configuració personalitzada del joc.</translation> | 4244 | <translation>No s'ha pogut eliminar la configuració personalitzada del joc.</translation> |
| 4250 | </message> | 4245 | </message> |
| 4251 | <message> | 4246 | <message> |
| 4252 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4247 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4254 | <source>RomFS Extraction Failed!</source> | 4249 | <source>RomFS Extraction Failed!</source> |
| 4255 | <translation>La extracció de RomFS ha fallat!</translation> | 4250 | <translation>La extracció de RomFS ha fallat!</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4259 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4254 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4260 | <translation>S'ha produït un error copiant els arxius RomFS o l'usuari ha cancel·lat la operació.</translation> | 4255 | <translation>S'ha produït un error copiant els arxius RomFS o l'usuari ha cancel·lat la operació.</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4264 | <source>Full</source> | 4259 | <source>Full</source> |
| 4265 | <translation>Completa</translation> | 4260 | <translation>Completa</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4269 | <source>Skeleton</source> | 4264 | <source>Skeleton</source> |
| 4270 | <translation>Esquelet</translation> | 4265 | <translation>Esquelet</translation> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4274 | <source>Select RomFS Dump Mode</source> | 4269 | <source>Select RomFS Dump Mode</source> |
| 4275 | <translation>Seleccioni el mode de bolcat de RomFS</translation> | 4270 | <translation>Seleccioni el mode de bolcat de RomFS</translation> |
| 4276 | </message> | 4271 | </message> |
| 4277 | <message> | 4272 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4273 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4279 | <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> | 4274 | <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> |
| 4280 | <translation>Si us plau, seleccioni la forma en que desitja bolcar la RomFS.<br>Completa copiarà tots els arxius al nou directori mentre que<br>esquelet només crearà l'estructura de directoris.</translation> | 4275 | <translation>Si us plau, seleccioni la forma en que desitja bolcar la RomFS.<br>Completa copiarà tots els arxius al nou directori mentre que<br>esquelet només crearà l'estructura de directoris.</translation> |
| 4281 | </message> | 4276 | </message> |
| 4282 | <message> | 4277 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4284 | <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> | 4279 | <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> |
| 4285 | <translation>No hi ha suficient espai lliure a %1 per extreure el RomFS. Si us plau, alliberi espai o esculli un altre directori de bolcat a Emulació > Configuració > Sistema > Sistema d'arxius > Carpeta arrel de bolcat</translation> | 4280 | <translation>No hi ha suficient espai lliure a %1 per extreure el RomFS. Si us plau, alliberi espai o esculli un altre directori de bolcat a Emulació > Configuració > Sistema > Sistema d'arxius > Carpeta arrel de bolcat</translation> |
| 4286 | </message> | 4281 | </message> |
| 4287 | <message> | 4282 | <message> |
| 4288 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4283 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4289 | <source>Extracting RomFS...</source> | 4284 | <source>Extracting RomFS...</source> |
| 4290 | <translation>Extraient RomFS...</translation> | 4285 | <translation>Extraient RomFS...</translation> |
| 4291 | </message> | 4286 | </message> |
| 4292 | <message> | 4287 | <message> |
| 4293 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4288 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4295 | <source>Cancel</source> | 4290 | <source>Cancel</source> |
| 4296 | <translation>Cancel·la</translation> | 4291 | <translation>Cancel·la</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4300 | <source>RomFS Extraction Succeeded!</source> | 4295 | <source>RomFS Extraction Succeeded!</source> |
| 4301 | <translation>Extracció de RomFS completada correctament!</translation> | 4296 | <translation>Extracció de RomFS completada correctament!</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4305 | <source>The operation completed successfully.</source> | 4300 | <source>The operation completed successfully.</source> |
| 4306 | <translation>L'operació s'ha completat correctament.</translation> | 4301 | <translation>L'operació s'ha completat correctament.</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4310 | <source>Error Opening %1</source> | 4305 | <source>Error Opening %1</source> |
| 4311 | <translation>Error obrint %1</translation> | 4306 | <translation>Error obrint %1</translation> |
| 4312 | </message> | 4307 | </message> |
| 4313 | <message> | 4308 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4309 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4315 | <source>Select Directory</source> | 4310 | <source>Select Directory</source> |
| 4316 | <translation>Seleccionar directori</translation> | 4311 | <translation>Seleccionar directori</translation> |
| 4317 | </message> | 4312 | </message> |
| 4318 | <message> | 4313 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4314 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4320 | <source>Properties</source> | 4315 | <source>Properties</source> |
| 4321 | <translation>Propietats</translation> | 4316 | <translation>Propietats</translation> |
| 4322 | </message> | 4317 | </message> |
| 4323 | <message> | 4318 | <message> |
| 4324 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4319 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4325 | <source>The game properties could not be loaded.</source> | 4320 | <source>The game properties could not be loaded.</source> |
| 4326 | <translation>Les propietats del joc no s'han pogut carregar.</translation> | 4321 | <translation>Les propietats del joc no s'han pogut carregar.</translation> |
| 4327 | </message> | 4322 | </message> |
| 4328 | <message> | 4323 | <message> |
| 4329 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4324 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4330 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4325 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4331 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4326 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4332 | <translation>Executable de Switch (%1);;Tots els Arxius (*.*)</translation> | 4327 | <translation>Executable de Switch (%1);;Tots els Arxius (*.*)</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4336 | <source>Load File</source> | 4331 | <source>Load File</source> |
| 4337 | <translation>Carregar arxiu</translation> | 4332 | <translation>Carregar arxiu</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4341 | <source>Open Extracted ROM Directory</source> | 4336 | <source>Open Extracted ROM Directory</source> |
| 4342 | <translation>Obrir el directori de la ROM extreta</translation> | 4337 | <translation>Obrir el directori de la ROM extreta</translation> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4346 | <source>Invalid Directory Selected</source> | 4341 | <source>Invalid Directory Selected</source> |
| 4347 | <translation>Directori seleccionat invà lid</translation> | 4342 | <translation>Directori seleccionat invà lid</translation> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4351 | <source>The directory you have selected does not contain a 'main' file.</source> | 4346 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4352 | <translation>El directori que ha seleccionat no conté un arxiu 'main'.</translation> | 4347 | <translation>El directori que ha seleccionat no conté un arxiu 'main'.</translation> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message> | 4349 | <message> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4356 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4351 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4357 | <translation>Arxiu de Switch Instal·lable (*.nca *.nsp *.xci);;Arxiu de Continguts Nintendo (*.nca);;Paquet d'enviament Nintendo (*.nsp);;Imatge de Cartutx NX (*.xci)</translation> | 4352 | <translation>Arxiu de Switch Instal·lable (*.nca *.nsp *.xci);;Arxiu de Continguts Nintendo (*.nca);;Paquet d'enviament Nintendo (*.nsp);;Imatge de Cartutx NX (*.xci)</translation> |
| 4358 | </message> | 4353 | </message> |
| 4359 | <message> | 4354 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4361 | <source>Install Files</source> | 4356 | <source>Install Files</source> |
| 4362 | <translation>Instal·lar arxius</translation> | 4357 | <translation>Instal·lar arxius</translation> |
| 4363 | </message> | 4358 | </message> |
| 4364 | <message numerus="yes"> | 4359 | <message numerus="yes"> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4366 | <source>%n file(s) remaining</source> | 4361 | <source>%n file(s) remaining</source> |
| 4367 | <translation><numerusform>%n arxiu(s) restants</numerusform><numerusform>%n arxiu(s) restants</numerusform></translation> | 4362 | <translation><numerusform>%n arxiu(s) restants</numerusform><numerusform>%n arxiu(s) restants</numerusform></translation> |
| 4368 | </message> | 4363 | </message> |
| 4369 | <message> | 4364 | <message> |
| 4370 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4365 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4371 | <source>Installing file "%1"...</source> | 4366 | <source>Installing file "%1"...</source> |
| 4372 | <translation>Instal·lant arxiu "%1"...</translation> | 4367 | <translation>Instal·lant arxiu "%1"...</translation> |
| 4373 | </message> | 4368 | </message> |
| 4374 | <message> | 4369 | <message> |
| 4375 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4376 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4371 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4377 | <source>Install Results</source> | 4372 | <source>Install Results</source> |
| 4378 | <translation>Resultats instal·lació</translation> | 4373 | <translation>Resultats instal·lació</translation> |
| 4379 | </message> | 4374 | </message> |
| 4380 | <message> | 4375 | <message> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4382 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4377 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4383 | Please, only use this feature to install updates and DLC.</source> | 4378 | Please, only use this feature to install updates and DLC.</source> |
| 4384 | <translation>Per evitar possibles conflictes, no recomanem als usuaris que instal·lin jocs base a la NAND. | 4379 | <translation>Per evitar possibles conflictes, no recomanem als usuaris que instal·lin jocs base a la NAND. |
| 4385 | Si us plau, utilitzi aquesta funció només per a instal·lar actualitzacions i DLCs.</translation> | 4380 | Si us plau, utilitzi aquesta funció només per a instal·lar actualitzacions i DLCs.</translation> |
| 4386 | </message> | 4381 | </message> |
| 4387 | <message numerus="yes"> | 4382 | <message numerus="yes"> |
| 4388 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4383 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4389 | <source>%n file(s) were newly installed | 4384 | <source>%n file(s) were newly installed |
| 4390 | </source> | 4385 | </source> |
| 4391 | <translation><numerusform>%n nou(s) arxiu(s) s'ha(n) instal·lat | 4386 | <translation><numerusform>%n nou(s) arxiu(s) s'ha(n) instal·lat |
| @@ -4393,7 +4388,7 @@ Si us plau, utilitzi aquesta funció només per a instal·lar actualitzacions i | |||
| 4393 | </numerusform></translation> | 4388 | </numerusform></translation> |
| 4394 | </message> | 4389 | </message> |
| 4395 | <message numerus="yes"> | 4390 | <message numerus="yes"> |
| 4396 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4391 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4397 | <source>%n file(s) were overwritten | 4392 | <source>%n file(s) were overwritten |
| 4398 | </source> | 4393 | </source> |
| 4399 | <translation><numerusform>%n arxiu(s) s'han sobreescrit | 4394 | <translation><numerusform>%n arxiu(s) s'han sobreescrit |
| @@ -4401,7 +4396,7 @@ Si us plau, utilitzi aquesta funció només per a instal·lar actualitzacions i | |||
| 4401 | </numerusform></translation> | 4396 | </numerusform></translation> |
| 4402 | </message> | 4397 | </message> |
| 4403 | <message numerus="yes"> | 4398 | <message numerus="yes"> |
| 4404 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4399 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4405 | <source>%n file(s) failed to install | 4400 | <source>%n file(s) failed to install |
| 4406 | </source> | 4401 | </source> |
| 4407 | <translation><numerusform>%n arxiu(s) no s'han instal·lat | 4402 | <translation><numerusform>%n arxiu(s) no s'han instal·lat |
| @@ -4409,401 +4404,401 @@ Si us plau, utilitzi aquesta funció només per a instal·lar actualitzacions i | |||
| 4409 | </numerusform></translation> | 4404 | </numerusform></translation> |
| 4410 | </message> | 4405 | </message> |
| 4411 | <message> | 4406 | <message> |
| 4412 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4413 | <source>System Application</source> | 4408 | <source>System Application</source> |
| 4414 | <translation>Aplicació del sistema</translation> | 4409 | <translation>Aplicació del sistema</translation> |
| 4415 | </message> | 4410 | </message> |
| 4416 | <message> | 4411 | <message> |
| 4417 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4412 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4418 | <source>System Archive</source> | 4413 | <source>System Archive</source> |
| 4419 | <translation>Arxiu del sistema</translation> | 4414 | <translation>Arxiu del sistema</translation> |
| 4420 | </message> | 4415 | </message> |
| 4421 | <message> | 4416 | <message> |
| 4422 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4417 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4423 | <source>System Application Update</source> | 4418 | <source>System Application Update</source> |
| 4424 | <translation>Actualització de l'aplicació del sistema</translation> | 4419 | <translation>Actualització de l'aplicació del sistema</translation> |
| 4425 | </message> | 4420 | </message> |
| 4426 | <message> | 4421 | <message> |
| 4427 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4422 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4428 | <source>Firmware Package (Type A)</source> | 4423 | <source>Firmware Package (Type A)</source> |
| 4429 | <translation>Paquet de firmware (Tipus A)</translation> | 4424 | <translation>Paquet de firmware (Tipus A)</translation> |
| 4430 | </message> | 4425 | </message> |
| 4431 | <message> | 4426 | <message> |
| 4432 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4427 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4433 | <source>Firmware Package (Type B)</source> | 4428 | <source>Firmware Package (Type B)</source> |
| 4434 | <translation>Paquet de firmware (Tipus B)</translation> | 4429 | <translation>Paquet de firmware (Tipus B)</translation> |
| 4435 | </message> | 4430 | </message> |
| 4436 | <message> | 4431 | <message> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4438 | <source>Game</source> | 4433 | <source>Game</source> |
| 4439 | <translation>Joc</translation> | 4434 | <translation>Joc</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4443 | <source>Game Update</source> | 4438 | <source>Game Update</source> |
| 4444 | <translation>Actualització de joc</translation> | 4439 | <translation>Actualització de joc</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4448 | <source>Game DLC</source> | 4443 | <source>Game DLC</source> |
| 4449 | <translation>DLC del joc</translation> | 4444 | <translation>DLC del joc</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4453 | <source>Delta Title</source> | 4448 | <source>Delta Title</source> |
| 4454 | <translation>TÃtol delta</translation> | 4449 | <translation>TÃtol delta</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4458 | <source>Select NCA Install Type...</source> | 4453 | <source>Select NCA Install Type...</source> |
| 4459 | <translation>Seleccioni el tipus d'instal·lació NCA...</translation> | 4454 | <translation>Seleccioni el tipus d'instal·lació NCA...</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4463 | <source>Please select the type of title you would like to install this NCA as: | 4458 | <source>Please select the type of title you would like to install this NCA as: |
| 4464 | (In most instances, the default 'Game' is fine.)</source> | 4459 | (In most instances, the default 'Game' is fine.)</source> |
| 4465 | <translation>Seleccioni el tipus de tÃtol que desitja instal·lar aquest NCA com a: | 4460 | <translation>Seleccioni el tipus de tÃtol que desitja instal·lar aquest NCA com a: |
| 4466 | (En la majoria dels casos, el valor predeterminat 'Joc' està bé.)</translation> | 4461 | (En la majoria dels casos, el valor predeterminat 'Joc' està bé.)</translation> |
| 4467 | </message> | 4462 | </message> |
| 4468 | <message> | 4463 | <message> |
| 4469 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4464 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4470 | <source>Failed to Install</source> | 4465 | <source>Failed to Install</source> |
| 4471 | <translation>Ha fallat la instal·lació</translation> | 4466 | <translation>Ha fallat la instal·lació</translation> |
| 4472 | </message> | 4467 | </message> |
| 4473 | <message> | 4468 | <message> |
| 4474 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4469 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4475 | <source>The title type you selected for the NCA is invalid.</source> | 4470 | <source>The title type you selected for the NCA is invalid.</source> |
| 4476 | <translation>El tipus de tÃtol seleccionat per el NCA és invà lid.</translation> | 4471 | <translation>El tipus de tÃtol seleccionat per el NCA és invà lid.</translation> |
| 4477 | </message> | 4472 | </message> |
| 4478 | <message> | 4473 | <message> |
| 4479 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4474 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4480 | <source>File not found</source> | 4475 | <source>File not found</source> |
| 4481 | <translation>Arxiu no trobat</translation> | 4476 | <translation>Arxiu no trobat</translation> |
| 4482 | </message> | 4477 | </message> |
| 4483 | <message> | 4478 | <message> |
| 4484 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4479 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4485 | <source>File "%1" not found</source> | 4480 | <source>File "%1" not found</source> |
| 4486 | <translation>Arxiu "%1" no trobat</translation> | 4481 | <translation>Arxiu "%1" no trobat</translation> |
| 4487 | </message> | 4482 | </message> |
| 4488 | <message> | 4483 | <message> |
| 4489 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4484 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4490 | <source>OK</source> | 4485 | <source>OK</source> |
| 4491 | <translation>D'acord</translation> | 4486 | <translation>D'acord</translation> |
| 4492 | </message> | 4487 | </message> |
| 4493 | <message> | 4488 | <message> |
| 4494 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4489 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4495 | <source>Missing yuzu Account</source> | 4490 | <source>Missing yuzu Account</source> |
| 4496 | <translation>Falta el compte de yuzu</translation> | 4491 | <translation>Falta el compte de yuzu</translation> |
| 4497 | </message> | 4492 | </message> |
| 4498 | <message> | 4493 | <message> |
| 4499 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4494 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4500 | <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> | 4495 | <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> |
| 4501 | <translation>Per tal d'enviar un cas de prova de compatibilitat de joc, ha de vincular el seu compte de yuzu.<br><br/>Per a vincular el seu compte de yuzu, vagi a Emulació & gt; Configuració & gt; Web.</translation> | 4496 | <translation>Per tal d'enviar un cas de prova de compatibilitat de joc, ha de vincular el seu compte de yuzu.<br><br/>Per a vincular el seu compte de yuzu, vagi a Emulació & gt; Configuració & gt; Web.</translation> |
| 4502 | </message> | 4497 | </message> |
| 4503 | <message> | 4498 | <message> |
| 4504 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4499 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4505 | <source>Error opening URL</source> | 4500 | <source>Error opening URL</source> |
| 4506 | <translation>Error obrint URL</translation> | 4501 | <translation>Error obrint URL</translation> |
| 4507 | </message> | 4502 | </message> |
| 4508 | <message> | 4503 | <message> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4504 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4510 | <source>Unable to open the URL "%1".</source> | 4505 | <source>Unable to open the URL "%1".</source> |
| 4511 | <translation>No es pot obrir la URL "%1".</translation> | 4506 | <translation>No es pot obrir la URL "%1".</translation> |
| 4512 | </message> | 4507 | </message> |
| 4513 | <message> | 4508 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4515 | <source>TAS Recording</source> | 4510 | <source>TAS Recording</source> |
| 4516 | <translation>Gravació TAS</translation> | 4511 | <translation>Gravació TAS</translation> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4520 | <source>Overwrite file of player 1?</source> | 4515 | <source>Overwrite file of player 1?</source> |
| 4521 | <translation>Sobreescriure l'arxiu del jugador 1?</translation> | 4516 | <translation>Sobreescriure l'arxiu del jugador 1?</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4525 | <source>Invalid config detected</source> | 4520 | <source>Invalid config detected</source> |
| 4526 | <translation>Configuració invà lida detectada</translation> | 4521 | <translation>Configuració invà lida detectada</translation> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4530 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4525 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4531 | <translation>El controlador del mode portà til no es pot fer servir en el mode acoblat. Es seleccionarà el controlador Pro en el seu lloc.</translation> | 4526 | <translation>El controlador del mode portà til no es pot fer servir en el mode acoblat. Es seleccionarà el controlador Pro en el seu lloc.</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4536 | <source>Error</source> | 4531 | <source>Error</source> |
| 4537 | <translation>Error</translation> | 4532 | <translation>Error</translation> |
| 4538 | </message> | 4533 | </message> |
| 4539 | <message> | 4534 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4535 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4542 | <source>The current game is not looking for amiibos</source> | 4537 | <source>The current game is not looking for amiibos</source> |
| 4543 | <translation>El joc actual no està buscant amiibos</translation> | 4538 | <translation>El joc actual no està buscant amiibos</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4548 | <source>Amiibo</source> | 4543 | <source>Amiibo</source> |
| 4549 | <translation>Amiibo</translation> | 4544 | <translation>Amiibo</translation> |
| 4550 | </message> | 4545 | </message> |
| 4551 | <message> | 4546 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4547 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4554 | <source>The current amiibo has been removed</source> | 4549 | <source>The current amiibo has been removed</source> |
| 4555 | <translation>L'amiibo actual ha sigut eliminat</translation> | 4550 | <translation>L'amiibo actual ha sigut eliminat</translation> |
| 4556 | </message> | 4551 | </message> |
| 4557 | <message> | 4552 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4553 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4559 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4554 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4560 | <translation>Arxiu Amiibo (%1);; Tots els Arxius (*.*)</translation> | 4555 | <translation>Arxiu Amiibo (%1);; Tots els Arxius (*.*)</translation> |
| 4561 | </message> | 4556 | </message> |
| 4562 | <message> | 4557 | <message> |
| 4563 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4558 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4564 | <source>Load Amiibo</source> | 4559 | <source>Load Amiibo</source> |
| 4565 | <translation>Carregar Amiibo</translation> | 4560 | <translation>Carregar Amiibo</translation> |
| 4566 | </message> | 4561 | </message> |
| 4567 | <message> | 4562 | <message> |
| 4568 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4563 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4569 | <source>Error opening Amiibo data file</source> | 4564 | <source>Error opening Amiibo data file</source> |
| 4570 | <translation>Error obrint l'arxiu de dades d'Amiibo</translation> | 4565 | <translation>Error obrint l'arxiu de dades d'Amiibo</translation> |
| 4571 | </message> | 4566 | </message> |
| 4572 | <message> | 4567 | <message> |
| 4573 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4568 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4574 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4569 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4575 | <translation>No s'ha pogut obrir l'arxiu de dades d'Amiibo "%1" per a lectura.</translation> | 4570 | <translation>No s'ha pogut obrir l'arxiu de dades d'Amiibo "%1" per a lectura.</translation> |
| 4576 | </message> | 4571 | </message> |
| 4577 | <message> | 4572 | <message> |
| 4578 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4573 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4579 | <source>Error reading Amiibo data file</source> | 4574 | <source>Error reading Amiibo data file</source> |
| 4580 | <translation>Error llegint l'arxiu de dades d'Amiibo</translation> | 4575 | <translation>Error llegint l'arxiu de dades d'Amiibo</translation> |
| 4581 | </message> | 4576 | </message> |
| 4582 | <message> | 4577 | <message> |
| 4583 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4578 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4584 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4579 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4585 | <translation>No s'han pogut llegir completament les dades d'Amiibo. S'esperava llegir %1 bytes, però només s'han pogut llegir %2 bytes.</translation> | 4580 | <translation>No s'han pogut llegir completament les dades d'Amiibo. S'esperava llegir %1 bytes, però només s'han pogut llegir %2 bytes.</translation> |
| 4586 | </message> | 4581 | </message> |
| 4587 | <message> | 4582 | <message> |
| 4588 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4583 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4589 | <source>Error loading Amiibo data</source> | 4584 | <source>Error loading Amiibo data</source> |
| 4590 | <translation>Error al carregar les dades d'Amiibo</translation> | 4585 | <translation>Error al carregar les dades d'Amiibo</translation> |
| 4591 | </message> | 4586 | </message> |
| 4592 | <message> | 4587 | <message> |
| 4593 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4588 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4594 | <source>Unable to load Amiibo data.</source> | 4589 | <source>Unable to load Amiibo data.</source> |
| 4595 | <translation>No s'han pogut carregar les dades d'Amiibo.</translation> | 4590 | <translation>No s'han pogut carregar les dades d'Amiibo.</translation> |
| 4596 | </message> | 4591 | </message> |
| 4597 | <message> | 4592 | <message> |
| 4598 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4593 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4599 | <source>Capture Screenshot</source> | 4594 | <source>Capture Screenshot</source> |
| 4600 | <translation>Captura de pantalla</translation> | 4595 | <translation>Captura de pantalla</translation> |
| 4601 | </message> | 4596 | </message> |
| 4602 | <message> | 4597 | <message> |
| 4603 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4598 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4604 | <source>PNG Image (*.png)</source> | 4599 | <source>PNG Image (*.png)</source> |
| 4605 | <translation>Imatge PNG (*.png)</translation> | 4600 | <translation>Imatge PNG (*.png)</translation> |
| 4606 | </message> | 4601 | </message> |
| 4607 | <message> | 4602 | <message> |
| 4608 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4603 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4609 | <source>TAS state: Running %1/%2</source> | 4604 | <source>TAS state: Running %1/%2</source> |
| 4610 | <translation>Estat TAS: executant %1/%2</translation> | 4605 | <translation>Estat TAS: executant %1/%2</translation> |
| 4611 | </message> | 4606 | </message> |
| 4612 | <message> | 4607 | <message> |
| 4613 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4608 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4614 | <source>TAS state: Recording %1</source> | 4609 | <source>TAS state: Recording %1</source> |
| 4615 | <translation>Estat TAS: gravant %1</translation> | 4610 | <translation>Estat TAS: gravant %1</translation> |
| 4616 | </message> | 4611 | </message> |
| 4617 | <message> | 4612 | <message> |
| 4618 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4613 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4619 | <source>TAS state: Idle %1/%2</source> | 4614 | <source>TAS state: Idle %1/%2</source> |
| 4620 | <translation>Estat TAS: inactiu %1/%2</translation> | 4615 | <translation>Estat TAS: inactiu %1/%2</translation> |
| 4621 | </message> | 4616 | </message> |
| 4622 | <message> | 4617 | <message> |
| 4623 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4618 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4624 | <source>TAS State: Invalid</source> | 4619 | <source>TAS State: Invalid</source> |
| 4625 | <translation>Estat TAS: invà lid</translation> | 4620 | <translation>Estat TAS: invà lid</translation> |
| 4626 | </message> | 4621 | </message> |
| 4627 | <message> | 4622 | <message> |
| 4628 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4623 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4629 | <source>&Stop Running</source> | 4624 | <source>&Stop Running</source> |
| 4630 | <translation>&Parar l'execució</translation> | 4625 | <translation>&Parar l'execució</translation> |
| 4631 | </message> | 4626 | </message> |
| 4632 | <message> | 4627 | <message> |
| 4633 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4628 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4634 | <source>&Start</source> | 4629 | <source>&Start</source> |
| 4635 | <translation>&Iniciar</translation> | 4630 | <translation>&Iniciar</translation> |
| 4636 | </message> | 4631 | </message> |
| 4637 | <message> | 4632 | <message> |
| 4638 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4633 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4639 | <source>Stop R&ecording</source> | 4634 | <source>Stop R&ecording</source> |
| 4640 | <translation>Parar g&ravació</translation> | 4635 | <translation>Parar g&ravació</translation> |
| 4641 | </message> | 4636 | </message> |
| 4642 | <message> | 4637 | <message> |
| 4643 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4638 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4644 | <source>R&ecord</source> | 4639 | <source>R&ecord</source> |
| 4645 | <translation>G&ravar</translation> | 4640 | <translation>G&ravar</translation> |
| 4646 | </message> | 4641 | </message> |
| 4647 | <message numerus="yes"> | 4642 | <message numerus="yes"> |
| 4648 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4643 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4649 | <source>Building: %n shader(s)</source> | 4644 | <source>Building: %n shader(s)</source> |
| 4650 | <translation><numerusform>Construint: %n shader(s)</numerusform><numerusform>Construint: %n shader(s)</numerusform></translation> | 4645 | <translation><numerusform>Construint: %n shader(s)</numerusform><numerusform>Construint: %n shader(s)</numerusform></translation> |
| 4651 | </message> | 4646 | </message> |
| 4652 | <message> | 4647 | <message> |
| 4653 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4648 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4654 | <source>Scale: %1x</source> | 4649 | <source>Scale: %1x</source> |
| 4655 | <comment>%1 is the resolution scaling factor</comment> | 4650 | <comment>%1 is the resolution scaling factor</comment> |
| 4656 | <translation>Escala: %1x</translation> | 4651 | <translation>Escala: %1x</translation> |
| 4657 | </message> | 4652 | </message> |
| 4658 | <message> | 4653 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4654 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4660 | <source>Speed: %1% / %2%</source> | 4655 | <source>Speed: %1% / %2%</source> |
| 4661 | <translation>Velocitat: %1% / %2%</translation> | 4656 | <translation>Velocitat: %1% / %2%</translation> |
| 4662 | </message> | 4657 | </message> |
| 4663 | <message> | 4658 | <message> |
| 4664 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4659 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4665 | <source>Speed: %1%</source> | 4660 | <source>Speed: %1%</source> |
| 4666 | <translation>Velocitat: %1%</translation> | 4661 | <translation>Velocitat: %1%</translation> |
| 4667 | </message> | 4662 | </message> |
| 4668 | <message> | 4663 | <message> |
| 4669 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4664 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4670 | <source>Game: %1 FPS (Unlocked)</source> | 4665 | <source>Game: %1 FPS (Unlocked)</source> |
| 4671 | <translation>Joc: %1 FPS (desbloquejat)</translation> | 4666 | <translation>Joc: %1 FPS (desbloquejat)</translation> |
| 4672 | </message> | 4667 | </message> |
| 4673 | <message> | 4668 | <message> |
| 4674 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4669 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4675 | <source>Game: %1 FPS</source> | 4670 | <source>Game: %1 FPS</source> |
| 4676 | <translation>Joc: %1 FPS</translation> | 4671 | <translation>Joc: %1 FPS</translation> |
| 4677 | </message> | 4672 | </message> |
| 4678 | <message> | 4673 | <message> |
| 4679 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4674 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4680 | <source>Frame: %1 ms</source> | 4675 | <source>Frame: %1 ms</source> |
| 4681 | <translation>Fotograma: %1 ms</translation> | 4676 | <translation>Fotograma: %1 ms</translation> |
| 4682 | </message> | 4677 | </message> |
| 4683 | <message> | 4678 | <message> |
| 4684 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4679 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4685 | <source>GPU NORMAL</source> | 4680 | <source>GPU NORMAL</source> |
| 4686 | <translation>GPU NORMAL</translation> | 4681 | <translation>GPU NORMAL</translation> |
| 4687 | </message> | 4682 | </message> |
| 4688 | <message> | 4683 | <message> |
| 4689 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4684 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4690 | <source>GPU HIGH</source> | 4685 | <source>GPU HIGH</source> |
| 4691 | <translation>GPU ALTA</translation> | 4686 | <translation>GPU ALTA</translation> |
| 4692 | </message> | 4687 | </message> |
| 4693 | <message> | 4688 | <message> |
| 4694 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4689 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4695 | <source>GPU EXTREME</source> | 4690 | <source>GPU EXTREME</source> |
| 4696 | <translation>GPU EXTREMA</translation> | 4691 | <translation>GPU EXTREMA</translation> |
| 4697 | </message> | 4692 | </message> |
| 4698 | <message> | 4693 | <message> |
| 4699 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4694 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4700 | <source>GPU ERROR</source> | 4695 | <source>GPU ERROR</source> |
| 4701 | <translation>ERROR GPU</translation> | 4696 | <translation>ERROR GPU</translation> |
| 4702 | </message> | 4697 | </message> |
| 4703 | <message> | 4698 | <message> |
| 4704 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4699 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4705 | <source>NEAREST</source> | 4700 | <source>NEAREST</source> |
| 4706 | <translation>MÉS PROPER</translation> | 4701 | <translation>MÉS PROPER</translation> |
| 4707 | </message> | 4702 | </message> |
| 4708 | <message> | 4703 | <message> |
| 4709 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4704 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4711 | <source>BILINEAR</source> | 4706 | <source>BILINEAR</source> |
| 4712 | <translation>BILINEAL</translation> | 4707 | <translation>BILINEAL</translation> |
| 4713 | </message> | 4708 | </message> |
| 4714 | <message> | 4709 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4710 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4716 | <source>BICUBIC</source> | 4711 | <source>BICUBIC</source> |
| 4717 | <translation>BICÚBIC</translation> | 4712 | <translation>BICÚBIC</translation> |
| 4718 | </message> | 4713 | </message> |
| 4719 | <message> | 4714 | <message> |
| 4720 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4721 | <source>GAUSSIAN</source> | 4716 | <source>GAUSSIAN</source> |
| 4722 | <translation>GAUSSIÀ</translation> | 4717 | <translation>GAUSSIÀ</translation> |
| 4723 | </message> | 4718 | </message> |
| 4724 | <message> | 4719 | <message> |
| 4725 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4720 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4726 | <source>SCALEFORCE</source> | 4721 | <source>SCALEFORCE</source> |
| 4727 | <translation>SCALEFORCE</translation> | 4722 | <translation>SCALEFORCE</translation> |
| 4728 | </message> | 4723 | </message> |
| 4729 | <message> | 4724 | <message> |
| 4730 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4725 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4731 | <source>FSR</source> | 4726 | <source>FSR</source> |
| 4732 | <translation>FSR</translation> | 4727 | <translation>FSR</translation> |
| 4733 | </message> | 4728 | </message> |
| 4734 | <message> | 4729 | <message> |
| 4735 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4730 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4737 | <source>NO AA</source> | 4732 | <source>NO AA</source> |
| 4738 | <translation>SENSE AA</translation> | 4733 | <translation>SENSE AA</translation> |
| 4739 | </message> | 4734 | </message> |
| 4740 | <message> | 4735 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4736 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4742 | <source>FXAA</source> | 4737 | <source>FXAA</source> |
| 4743 | <translation>FXAA</translation> | 4738 | <translation>FXAA</translation> |
| 4744 | </message> | 4739 | </message> |
| 4745 | <message> | 4740 | <message> |
| 4746 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4741 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4747 | <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> | 4742 | <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> |
| 4748 | <translation>El joc que està intentant carregar requereix d'arxius addicionals de la seva Switch abans de poder jugar. <br/><br/>Per a obtenir més informació sobre com bolcar aquests arxius, vagi a la següent pà gina de la wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Bolcar arxius del sistema i les fonts compartides des d'una Consola Switch</a>. <br/><br/>Desitja tornar a la llista de jocs? Continuar amb l'emulació pot provocar el tancament inesperat, dades de partides guardades corruptes o altres errors.</translation> | 4743 | <translation>El joc que està intentant carregar requereix d'arxius addicionals de la seva Switch abans de poder jugar. <br/><br/>Per a obtenir més informació sobre com bolcar aquests arxius, vagi a la següent pà gina de la wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Bolcar arxius del sistema i les fonts compartides des d'una Consola Switch</a>. <br/><br/>Desitja tornar a la llista de jocs? Continuar amb l'emulació pot provocar el tancament inesperat, dades de partides guardades corruptes o altres errors.</translation> |
| 4749 | </message> | 4744 | </message> |
| 4750 | <message> | 4745 | <message> |
| 4751 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4746 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4752 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4747 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4753 | <translation>yuzu no ha pogut localitzar l'arxiu de sistema de la Switch. %1</translation> | 4748 | <translation>yuzu no ha pogut localitzar l'arxiu de sistema de la Switch. %1</translation> |
| 4754 | </message> | 4749 | </message> |
| 4755 | <message> | 4750 | <message> |
| 4756 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4751 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4757 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4752 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4758 | <translation>yuzu no ha pogut localitzar un arxiu de sistema de la Switch: %1. %2</translation> | 4753 | <translation>yuzu no ha pogut localitzar un arxiu de sistema de la Switch: %1. %2</translation> |
| 4759 | </message> | 4754 | </message> |
| 4760 | <message> | 4755 | <message> |
| 4761 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4756 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4762 | <source>System Archive Not Found</source> | 4757 | <source>System Archive Not Found</source> |
| 4763 | <translation>Arxiu del sistema no trobat</translation> | 4758 | <translation>Arxiu del sistema no trobat</translation> |
| 4764 | </message> | 4759 | </message> |
| 4765 | <message> | 4760 | <message> |
| 4766 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4761 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4767 | <source>System Archive Missing</source> | 4762 | <source>System Archive Missing</source> |
| 4768 | <translation>Falta arxiu del sistema</translation> | 4763 | <translation>Falta arxiu del sistema</translation> |
| 4769 | </message> | 4764 | </message> |
| 4770 | <message> | 4765 | <message> |
| 4771 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4766 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4772 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4767 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4773 | <translation>yuzu no ha pogut trobar les fonts compartides de la Switch. %1</translation> | 4768 | <translation>yuzu no ha pogut trobar les fonts compartides de la Switch. %1</translation> |
| 4774 | </message> | 4769 | </message> |
| 4775 | <message> | 4770 | <message> |
| 4776 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4777 | <source>Shared Fonts Not Found</source> | 4772 | <source>Shared Fonts Not Found</source> |
| 4778 | <translation>Fonts compartides no trobades</translation> | 4773 | <translation>Fonts compartides no trobades</translation> |
| 4779 | </message> | 4774 | </message> |
| 4780 | <message> | 4775 | <message> |
| 4781 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4782 | <source>Shared Font Missing</source> | 4777 | <source>Shared Font Missing</source> |
| 4783 | <translation>Falten les fonts compartides</translation> | 4778 | <translation>Falten les fonts compartides</translation> |
| 4784 | </message> | 4779 | </message> |
| 4785 | <message> | 4780 | <message> |
| 4786 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4787 | <source>Fatal Error</source> | 4782 | <source>Fatal Error</source> |
| 4788 | <translation>Error fatal</translation> | 4783 | <translation>Error fatal</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4792 | <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> | 4787 | <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> |
| 4793 | <translation>yuzu ha trobat un error fatal, consulti el registre per a obtenir més detalls. Per a més informació sobre com accedir al registre, consulti la següent pà gina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Com carregar l'arxiu de registre?</a>.<br/><br/> Desitja tornar al llistat de jocs? Continuar amb l'emulació pot provocar el tancament inesperat, dades de partides guardades corruptes o altres errors.</translation> | 4788 | <translation>yuzu ha trobat un error fatal, consulti el registre per a obtenir més detalls. Per a més informació sobre com accedir al registre, consulti la següent pà gina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Com carregar l'arxiu de registre?</a>.<br/><br/> Desitja tornar al llistat de jocs? Continuar amb l'emulació pot provocar el tancament inesperat, dades de partides guardades corruptes o altres errors.</translation> |
| 4794 | </message> | 4789 | </message> |
| 4795 | <message> | 4790 | <message> |
| 4796 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4797 | <source>Fatal Error encountered</source> | 4792 | <source>Fatal Error encountered</source> |
| 4798 | <translation>Trobat error fatal</translation> | 4793 | <translation>Trobat error fatal</translation> |
| 4799 | </message> | 4794 | </message> |
| 4800 | <message> | 4795 | <message> |
| 4801 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4796 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4802 | <source>Confirm Key Rederivation</source> | 4797 | <source>Confirm Key Rederivation</source> |
| 4803 | <translation>Confirmi la clau de rederivació</translation> | 4798 | <translation>Confirmi la clau de rederivació</translation> |
| 4804 | </message> | 4799 | </message> |
| 4805 | <message> | 4800 | <message> |
| 4806 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4801 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4807 | <source>You are about to force rederive all of your keys. | 4802 | <source>You are about to force rederive all of your keys. |
| 4808 | If you do not know what this means or what you are doing, | 4803 | If you do not know what this means or what you are doing, |
| 4809 | this is a potentially destructive action. | 4804 | this is a potentially destructive action. |
| @@ -4820,37 +4815,37 @@ i opcionalment faci còpies de seguretat. | |||
| 4820 | Això eliminarà els arxius de les claus generats automà ticament i tornarà a executar el mòdul de derivació de claus.</translation> | 4815 | Això eliminarà els arxius de les claus generats automà ticament i tornarà a executar el mòdul de derivació de claus.</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4824 | <source>Missing fuses</source> | 4819 | <source>Missing fuses</source> |
| 4825 | <translation>Falten fusibles</translation> | 4820 | <translation>Falten fusibles</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4829 | <source> - Missing BOOT0</source> | 4824 | <source> - Missing BOOT0</source> |
| 4830 | <translation> - Falta BOOT0</translation> | 4825 | <translation> - Falta BOOT0</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4834 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4829 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4835 | <translation> - Falta BCPKG2-1-Normal-Main</translation> | 4830 | <translation> - Falta BCPKG2-1-Normal-Main</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4839 | <source> - Missing PRODINFO</source> | 4834 | <source> - Missing PRODINFO</source> |
| 4840 | <translation> - Falta PRODINFO</translation> | 4835 | <translation> - Falta PRODINFO</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4844 | <source>Derivation Components Missing</source> | 4839 | <source>Derivation Components Missing</source> |
| 4845 | <translation>Falten components de derivació</translation> | 4840 | <translation>Falten components de derivació</translation> |
| 4846 | </message> | 4841 | </message> |
| 4847 | <message> | 4842 | <message> |
| 4848 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4843 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4849 | <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> | 4844 | <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> |
| 4850 | <translation>Falten les claus d'encriptació. <br>Si us plau, segueixi <a href='https://yuzu-emu.org/help/quickstart/'>la guia rà pida de yuzu</a> per a obtenir totes les seves claus, firmware i jocs.<br><br><small>(%1)</small></translation> | 4845 | <translation>Falten les claus d'encriptació. <br>Si us plau, segueixi <a href='https://yuzu-emu.org/help/quickstart/'>la guia rà pida de yuzu</a> per a obtenir totes les seves claus, firmware i jocs.<br><br><small>(%1)</small></translation> |
| 4851 | </message> | 4846 | </message> |
| 4852 | <message> | 4847 | <message> |
| 4853 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4848 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4854 | <source>Deriving keys... | 4849 | <source>Deriving keys... |
| 4855 | This may take up to a minute depending | 4850 | This may take up to a minute depending |
| 4856 | on your system's performance.</source> | 4851 | on your system's performance.</source> |
| @@ -4859,39 +4854,39 @@ Això pot prendre fins a un minut depenent | |||
| 4859 | del rendiment del seu sistema.</translation> | 4854 | del rendiment del seu sistema.</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4863 | <source>Deriving Keys</source> | 4858 | <source>Deriving Keys</source> |
| 4864 | <translation>Derivant claus</translation> | 4859 | <translation>Derivant claus</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4868 | <source>Select RomFS Dump Target</source> | 4863 | <source>Select RomFS Dump Target</source> |
| 4869 | <translation>Seleccioni el destinatari per a bolcar el RomFS</translation> | 4864 | <translation>Seleccioni el destinatari per a bolcar el RomFS</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4867 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4873 | <source>Please select which RomFS you would like to dump.</source> | 4868 | <source>Please select which RomFS you would like to dump.</source> |
| 4874 | <translation>Si us plau, seleccioni quin RomFS desitja bolcar.</translation> | 4869 | <translation>Si us plau, seleccioni quin RomFS desitja bolcar.</translation> |
| 4875 | </message> | 4870 | </message> |
| 4876 | <message> | 4871 | <message> |
| 4877 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4872 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4878 | <source>Are you sure you want to close yuzu?</source> | 4873 | <source>Are you sure you want to close yuzu?</source> |
| 4879 | <translation>Està segur de que vol tancar yuzu?</translation> | 4874 | <translation>Està segur de que vol tancar yuzu?</translation> |
| 4880 | </message> | 4875 | </message> |
| 4881 | <message> | 4876 | <message> |
| 4882 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4877 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4883 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4878 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4884 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4879 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4885 | <source>yuzu</source> | 4880 | <source>yuzu</source> |
| 4886 | <translation>yuzu</translation> | 4881 | <translation>yuzu</translation> |
| 4887 | </message> | 4882 | </message> |
| 4888 | <message> | 4883 | <message> |
| 4889 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4884 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4890 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4885 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4891 | <translation>Està segur de que vol aturar l'emulació? Qualsevol progrés no guardat es perdrà .</translation> | 4886 | <translation>Està segur de que vol aturar l'emulació? Qualsevol progrés no guardat es perdrà .</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4889 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4895 | <source>The currently running application has requested yuzu to not exit. | 4890 | <source>The currently running application has requested yuzu to not exit. |
| 4896 | 4891 | ||
| 4897 | Would you like to bypass this and exit anyway?</source> | 4892 | Would you like to bypass this and exit anyway?</source> |
| @@ -4903,38 +4898,38 @@ Desitja tancar-lo de totes maneres?</translation> | |||
| 4903 | <context> | 4898 | <context> |
| 4904 | <name>GRenderWindow</name> | 4899 | <name>GRenderWindow</name> |
| 4905 | <message> | 4900 | <message> |
| 4906 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4907 | <source>OpenGL not available!</source> | 4902 | <source>OpenGL not available!</source> |
| 4908 | <translation>OpenGL no disponible!</translation> | 4903 | <translation>OpenGL no disponible!</translation> |
| 4909 | </message> | 4904 | </message> |
| 4910 | <message> | 4905 | <message> |
| 4911 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4906 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4912 | <source>yuzu has not been compiled with OpenGL support.</source> | 4907 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4913 | <translation>yuzu no ha estat compilat amb suport per OpenGL.</translation> | 4908 | <translation>yuzu no ha estat compilat amb suport per OpenGL.</translation> |
| 4914 | </message> | 4909 | </message> |
| 4915 | <message> | 4910 | <message> |
| 4916 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4911 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4918 | <source>Error while initializing OpenGL!</source> | 4913 | <source>Error while initializing OpenGL!</source> |
| 4919 | <translation>Error al inicialitzar OpenGL!</translation> | 4914 | <translation>Error al inicialitzar OpenGL!</translation> |
| 4920 | </message> | 4915 | </message> |
| 4921 | <message> | 4916 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4923 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4918 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4924 | <translation>La seva GPU no suporta OpenGL, o no té instal·lat els últims controladors grà fics.</translation> | 4919 | <translation>La seva GPU no suporta OpenGL, o no té instal·lat els últims controladors grà fics.</translation> |
| 4925 | </message> | 4920 | </message> |
| 4926 | <message> | 4921 | <message> |
| 4927 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4928 | <source>Error while initializing OpenGL 4.6!</source> | 4923 | <source>Error while initializing OpenGL 4.6!</source> |
| 4929 | <translation>Error inicialitzant OpenGL 4.6!</translation> | 4924 | <translation>Error inicialitzant OpenGL 4.6!</translation> |
| 4930 | </message> | 4925 | </message> |
| 4931 | <message> | 4926 | <message> |
| 4932 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4927 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4933 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4928 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4934 | <translation>La seva GPU no suporta OpenGL 4.6, o no té instal·lats els últims controladors grà fics.<br><br>GL Renderer:<br>%1</translation> | 4929 | <translation>La seva GPU no suporta OpenGL 4.6, o no té instal·lats els últims controladors grà fics.<br><br>GL Renderer:<br>%1</translation> |
| 4935 | </message> | 4930 | </message> |
| 4936 | <message> | 4931 | <message> |
| 4937 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4932 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4938 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4933 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4939 | <translation>És possible que la seva GPU no suporti una o més extensions necessà ries d'OpenGL. Si us plau, asseguris de tenir els últims controladors de la tarjeta grà fica.<br><br>GL Renderer:<br>%1<br><br>Extensions no suportades:<br>%2</translation> | 4934 | <translation>És possible que la seva GPU no suporti una o més extensions necessà ries d'OpenGL. Si us plau, asseguris de tenir els últims controladors de la tarjeta grà fica.<br><br>GL Renderer:<br>%1<br><br>Extensions no suportades:<br>%2</translation> |
| 4940 | </message> | 4935 | </message> |
diff --git a/dist/languages/cs.ts b/dist/languages/cs.ts index 3cd9f9e49..348070256 100644 --- a/dist/languages/cs.ts +++ b/dist/languages/cs.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>O yuzu</translation> | 7 | <translation>O yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Zdrojový kód</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licence</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Zdrojový kód</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licence</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; je trademark Nintenda. Yuzu nemá s Nintendem nic spoleÄného.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; je trademark Nintenda. Yuzu nemá s Nintendem nic spoleÄného.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4028,758 +4023,758 @@ Táhněte body pro změnu pozice nebo dvojitě klikněte na buňky tabulky pro z | |||
| 4028 | <translation>Nastala chyba. Koukni do logu.</translation> | 4023 | <translation>Nastala chyba. Koukni do logu.</translation> |
| 4029 | </message> | 4024 | </message> |
| 4030 | <message> | 4025 | <message> |
| 4031 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4026 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4032 | <source>(64-bit)</source> | 4027 | <source>(64-bit)</source> |
| 4033 | <translation>(64-bit)</translation> | 4028 | <translation>(64-bit)</translation> |
| 4034 | </message> | 4029 | </message> |
| 4035 | <message> | 4030 | <message> |
| 4036 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4031 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4037 | <source>(32-bit)</source> | 4032 | <source>(32-bit)</source> |
| 4038 | <translation>(32-bit)</translation> | 4033 | <translation>(32-bit)</translation> |
| 4039 | </message> | 4034 | </message> |
| 4040 | <message> | 4035 | <message> |
| 4041 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4036 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4042 | <source>%1 %2</source> | 4037 | <source>%1 %2</source> |
| 4043 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4038 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4044 | <translation>%1 %2</translation> | 4039 | <translation>%1 %2</translation> |
| 4045 | </message> | 4040 | </message> |
| 4046 | <message> | 4041 | <message> |
| 4047 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4042 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4048 | <source>Save Data</source> | 4043 | <source>Save Data</source> |
| 4049 | <translation>Uložit data</translation> | 4044 | <translation>Uložit data</translation> |
| 4050 | </message> | 4045 | </message> |
| 4051 | <message> | 4046 | <message> |
| 4052 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4047 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4053 | <source>Mod Data</source> | 4048 | <source>Mod Data</source> |
| 4054 | <translation>Módovat Data</translation> | 4049 | <translation>Módovat Data</translation> |
| 4055 | </message> | 4050 | </message> |
| 4056 | <message> | 4051 | <message> |
| 4057 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4052 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4058 | <source>Error Opening %1 Folder</source> | 4053 | <source>Error Opening %1 Folder</source> |
| 4059 | <translation>Chyba otevÃránà složky %1</translation> | 4054 | <translation>Chyba otevÃránà složky %1</translation> |
| 4060 | </message> | 4055 | </message> |
| 4061 | <message> | 4056 | <message> |
| 4062 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4057 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4063 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4058 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4064 | <source>Folder does not exist!</source> | 4059 | <source>Folder does not exist!</source> |
| 4065 | <translation>Složka neexistuje!</translation> | 4060 | <translation>Složka neexistuje!</translation> |
| 4066 | </message> | 4061 | </message> |
| 4067 | <message> | 4062 | <message> |
| 4068 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4063 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4069 | <source>Error Opening Transferable Shader Cache</source> | 4064 | <source>Error Opening Transferable Shader Cache</source> |
| 4070 | <translation>Chyba pÅ™i otevÃránà pÅ™enositelné mezipamÄ›ti shaderů</translation> | 4065 | <translation>Chyba pÅ™i otevÃránà pÅ™enositelné mezipamÄ›ti shaderů</translation> |
| 4071 | </message> | 4066 | </message> |
| 4072 | <message> | 4067 | <message> |
| 4073 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4074 | <source>Failed to create the shader cache directory for this title.</source> | 4069 | <source>Failed to create the shader cache directory for this title.</source> |
| 4075 | <translation type="unfinished"/> | 4070 | <translation type="unfinished"/> |
| 4076 | </message> | 4071 | </message> |
| 4077 | <message> | 4072 | <message> |
| 4078 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4073 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4079 | <source>Contents</source> | 4074 | <source>Contents</source> |
| 4080 | <translation>Obsah</translation> | 4075 | <translation>Obsah</translation> |
| 4081 | </message> | 4076 | </message> |
| 4082 | <message> | 4077 | <message> |
| 4083 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4078 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4084 | <source>Update</source> | 4079 | <source>Update</source> |
| 4085 | <translation>Aktualizace</translation> | 4080 | <translation>Aktualizace</translation> |
| 4086 | </message> | 4081 | </message> |
| 4087 | <message> | 4082 | <message> |
| 4088 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4083 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4089 | <source>DLC</source> | 4084 | <source>DLC</source> |
| 4090 | <translation>DLC</translation> | 4085 | <translation>DLC</translation> |
| 4091 | </message> | 4086 | </message> |
| 4092 | <message> | 4087 | <message> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4094 | <source>Remove Entry</source> | 4089 | <source>Remove Entry</source> |
| 4095 | <translation>Odebrat položku</translation> | 4090 | <translation>Odebrat položku</translation> |
| 4096 | </message> | 4091 | </message> |
| 4097 | <message> | 4092 | <message> |
| 4098 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4093 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4099 | <source>Remove Installed Game %1?</source> | 4094 | <source>Remove Installed Game %1?</source> |
| 4100 | <translation>Odebrat Nainstalovanou Hru %1? </translation> | 4095 | <translation>Odebrat Nainstalovanou Hru %1? </translation> |
| 4101 | </message> | 4096 | </message> |
| 4102 | <message> | 4097 | <message> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4109 | <source>Successfully Removed</source> | 4104 | <source>Successfully Removed</source> |
| 4110 | <translation>Úspěšně odebráno</translation> | 4105 | <translation>Úspěšně odebráno</translation> |
| 4111 | </message> | 4106 | </message> |
| 4112 | <message> | 4107 | <message> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4114 | <source>Successfully removed the installed base game.</source> | 4109 | <source>Successfully removed the installed base game.</source> |
| 4115 | <translation>Úspěšně odebrán nainstalovaný základ hry.</translation> | 4110 | <translation>Úspěšně odebrán nainstalovaný základ hry.</translation> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4119 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4120 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4115 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4121 | <source>Error Removing %1</source> | 4116 | <source>Error Removing %1</source> |
| 4122 | <translation>Chyba při odstraňovánà %1</translation> | 4117 | <translation>Chyba při odstraňovánà %1</translation> |
| 4123 | </message> | 4118 | </message> |
| 4124 | <message> | 4119 | <message> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4126 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4121 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4127 | <translation>Základ hry nenà nainstalovaný na NAND a nemůže být odstraněn.</translation> | 4122 | <translation>Základ hry nenà nainstalovaný na NAND a nemůže být odstraněn.</translation> |
| 4128 | </message> | 4123 | </message> |
| 4129 | <message> | 4124 | <message> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4131 | <source>Successfully removed the installed update.</source> | 4126 | <source>Successfully removed the installed update.</source> |
| 4132 | <translation>Úspěšně odebrána nainstalovaná aktualizace.</translation> | 4127 | <translation>Úspěšně odebrána nainstalovaná aktualizace.</translation> |
| 4133 | </message> | 4128 | </message> |
| 4134 | <message> | 4129 | <message> |
| 4135 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4130 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4136 | <source>There is no update installed for this title.</source> | 4131 | <source>There is no update installed for this title.</source> |
| 4137 | <translation>Nenà nainstalovaná žádná aktualizace pro tento titul.</translation> | 4132 | <translation>Nenà nainstalovaná žádná aktualizace pro tento titul.</translation> |
| 4138 | </message> | 4133 | </message> |
| 4139 | <message> | 4134 | <message> |
| 4140 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4135 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4141 | <source>There are no DLC installed for this title.</source> | 4136 | <source>There are no DLC installed for this title.</source> |
| 4142 | <translation>Nenà nainstalované žádné DLC pro tento titul.</translation> | 4137 | <translation>Nenà nainstalované žádné DLC pro tento titul.</translation> |
| 4143 | </message> | 4138 | </message> |
| 4144 | <message> | 4139 | <message> |
| 4145 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4140 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4146 | <source>Successfully removed %1 installed DLC.</source> | 4141 | <source>Successfully removed %1 installed DLC.</source> |
| 4147 | <translation>Úspěšně odstraněno %1 nainstalovaných DLC.</translation> | 4142 | <translation>Úspěšně odstraněno %1 nainstalovaných DLC.</translation> |
| 4148 | </message> | 4143 | </message> |
| 4149 | <message> | 4144 | <message> |
| 4150 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4145 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4151 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4146 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4152 | <translation type="unfinished"/> | 4147 | <translation type="unfinished"/> |
| 4153 | </message> | 4148 | </message> |
| 4154 | <message> | 4149 | <message> |
| 4155 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4150 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4156 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4151 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4157 | <translation type="unfinished"/> | 4152 | <translation type="unfinished"/> |
| 4158 | </message> | 4153 | </message> |
| 4159 | <message> | 4154 | <message> |
| 4160 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4155 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4161 | <source>Delete All Transferable Shader Caches?</source> | 4156 | <source>Delete All Transferable Shader Caches?</source> |
| 4162 | <translation type="unfinished"/> | 4157 | <translation type="unfinished"/> |
| 4163 | </message> | 4158 | </message> |
| 4164 | <message> | 4159 | <message> |
| 4165 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4160 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4166 | <source>Remove Custom Game Configuration?</source> | 4161 | <source>Remove Custom Game Configuration?</source> |
| 4167 | <translation>Odstranit vlastnà konfiguraci hry?</translation> | 4162 | <translation>Odstranit vlastnà konfiguraci hry?</translation> |
| 4168 | </message> | 4163 | </message> |
| 4169 | <message> | 4164 | <message> |
| 4170 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4165 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4171 | <source>Remove File</source> | 4166 | <source>Remove File</source> |
| 4172 | <translation>Odstranit soubor</translation> | 4167 | <translation>Odstranit soubor</translation> |
| 4173 | </message> | 4168 | </message> |
| 4174 | <message> | 4169 | <message> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4176 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4171 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4177 | <source>Error Removing Transferable Shader Cache</source> | 4172 | <source>Error Removing Transferable Shader Cache</source> |
| 4178 | <translation>Chyba při odstraňovánà přenositelné mezipaměti shaderů</translation> | 4173 | <translation>Chyba při odstraňovánà přenositelné mezipaměti shaderů</translation> |
| 4179 | </message> | 4174 | </message> |
| 4180 | <message> | 4175 | <message> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4182 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4177 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4183 | <source>A shader cache for this title does not exist.</source> | 4178 | <source>A shader cache for this title does not exist.</source> |
| 4184 | <translation>Mezipaměť shaderů pro tento titul neexistuje.</translation> | 4179 | <translation>Mezipaměť shaderů pro tento titul neexistuje.</translation> |
| 4185 | </message> | 4180 | </message> |
| 4186 | <message> | 4181 | <message> |
| 4187 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4182 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4188 | <source>Successfully removed the transferable shader cache.</source> | 4183 | <source>Successfully removed the transferable shader cache.</source> |
| 4189 | <translation>Přenositelná mezipaměť shaderů úspěšně odstraněna</translation> | 4184 | <translation>Přenositelná mezipaměť shaderů úspěšně odstraněna</translation> |
| 4190 | </message> | 4185 | </message> |
| 4191 | <message> | 4186 | <message> |
| 4192 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4187 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4193 | <source>Failed to remove the transferable shader cache.</source> | 4188 | <source>Failed to remove the transferable shader cache.</source> |
| 4194 | <translation>Nepodařilo se odstranit přenositelnou mezipaměť shaderů</translation> | 4189 | <translation>Nepodařilo se odstranit přenositelnou mezipaměť shaderů</translation> |
| 4195 | </message> | 4190 | </message> |
| 4196 | <message> | 4191 | <message> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4193 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4199 | <source>Error Removing Transferable Shader Caches</source> | 4194 | <source>Error Removing Transferable Shader Caches</source> |
| 4200 | <translation type="unfinished"/> | 4195 | <translation type="unfinished"/> |
| 4201 | </message> | 4196 | </message> |
| 4202 | <message> | 4197 | <message> |
| 4203 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4198 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4204 | <source>Successfully removed the transferable shader caches.</source> | 4199 | <source>Successfully removed the transferable shader caches.</source> |
| 4205 | <translation type="unfinished"/> | 4200 | <translation type="unfinished"/> |
| 4206 | </message> | 4201 | </message> |
| 4207 | <message> | 4202 | <message> |
| 4208 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4203 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4209 | <source>Failed to remove the transferable shader cache directory.</source> | 4204 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4210 | <translation type="unfinished"/> | 4205 | <translation type="unfinished"/> |
| 4211 | </message> | 4206 | </message> |
| 4212 | <message> | 4207 | <message> |
| 4213 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4208 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4214 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4209 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4215 | <source>Error Removing Custom Configuration</source> | 4210 | <source>Error Removing Custom Configuration</source> |
| 4216 | <translation>Chyba při odstraňovánà vlastnà konfigurace hry</translation> | 4211 | <translation>Chyba při odstraňovánà vlastnà konfigurace hry</translation> |
| 4217 | </message> | 4212 | </message> |
| 4218 | <message> | 4213 | <message> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4214 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4220 | <source>A custom configuration for this title does not exist.</source> | 4215 | <source>A custom configuration for this title does not exist.</source> |
| 4221 | <translation>Vlastnà konfigurace hry pro tento titul neexistuje.</translation> | 4216 | <translation>Vlastnà konfigurace hry pro tento titul neexistuje.</translation> |
| 4222 | </message> | 4217 | </message> |
| 4223 | <message> | 4218 | <message> |
| 4224 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4219 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4225 | <source>Successfully removed the custom game configuration.</source> | 4220 | <source>Successfully removed the custom game configuration.</source> |
| 4226 | <translation>Úspěšně odstraněna vlastnà konfigurace hry.</translation> | 4221 | <translation>Úspěšně odstraněna vlastnà konfigurace hry.</translation> |
| 4227 | </message> | 4222 | </message> |
| 4228 | <message> | 4223 | <message> |
| 4229 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4224 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4230 | <source>Failed to remove the custom game configuration.</source> | 4225 | <source>Failed to remove the custom game configuration.</source> |
| 4231 | <translation>Nepodařilo se odstranit vlastnà konfiguraci hry.</translation> | 4226 | <translation>Nepodařilo se odstranit vlastnà konfiguraci hry.</translation> |
| 4232 | </message> | 4227 | </message> |
| 4233 | <message> | 4228 | <message> |
| 4234 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4229 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4235 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4230 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4236 | <source>RomFS Extraction Failed!</source> | 4231 | <source>RomFS Extraction Failed!</source> |
| 4237 | <translation>Extrakce RomFS se nepovedla!</translation> | 4232 | <translation>Extrakce RomFS se nepovedla!</translation> |
| 4238 | </message> | 4233 | </message> |
| 4239 | <message> | 4234 | <message> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4235 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4241 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4236 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4242 | <translation>Nastala chyba pÅ™i kopÃrovánà RomFS souborů, nebo uživatel operaci zruÅ¡il.</translation> | 4237 | <translation>Nastala chyba pÅ™i kopÃrovánà RomFS souborů, nebo uživatel operaci zruÅ¡il.</translation> |
| 4243 | </message> | 4238 | </message> |
| 4244 | <message> | 4239 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4240 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4246 | <source>Full</source> | 4241 | <source>Full</source> |
| 4247 | <translation>Plný</translation> | 4242 | <translation>Plný</translation> |
| 4248 | </message> | 4243 | </message> |
| 4249 | <message> | 4244 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4245 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4251 | <source>Skeleton</source> | 4246 | <source>Skeleton</source> |
| 4252 | <translation>Kostra</translation> | 4247 | <translation>Kostra</translation> |
| 4253 | </message> | 4248 | </message> |
| 4254 | <message> | 4249 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4250 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4256 | <source>Select RomFS Dump Mode</source> | 4251 | <source>Select RomFS Dump Mode</source> |
| 4257 | <translation>Vyber RomFS Dump Mode</translation> | 4252 | <translation>Vyber RomFS Dump Mode</translation> |
| 4258 | </message> | 4253 | </message> |
| 4259 | <message> | 4254 | <message> |
| 4260 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4255 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4261 | <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> | 4256 | <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> |
| 4262 | <translation>Vyber jak by si chtÄ›l RomFS vypsat.<br>Plné zkopÃruje úplnÄ› vÅ¡echno, ale<br>kostra zkopÃruje jen strukturu složky.</translation> | 4257 | <translation>Vyber jak by si chtÄ›l RomFS vypsat.<br>Plné zkopÃruje úplnÄ› vÅ¡echno, ale<br>kostra zkopÃruje jen strukturu složky.</translation> |
| 4263 | </message> | 4258 | </message> |
| 4264 | <message> | 4259 | <message> |
| 4265 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4260 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4266 | <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> | 4261 | <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> |
| 4267 | <translation type="unfinished"/> | 4262 | <translation type="unfinished"/> |
| 4268 | </message> | 4263 | </message> |
| 4269 | <message> | 4264 | <message> |
| 4270 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4265 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4271 | <source>Extracting RomFS...</source> | 4266 | <source>Extracting RomFS...</source> |
| 4272 | <translation>Extrahuji RomFS...</translation> | 4267 | <translation>Extrahuji RomFS...</translation> |
| 4273 | </message> | 4268 | </message> |
| 4274 | <message> | 4269 | <message> |
| 4275 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4270 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4276 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4271 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4277 | <source>Cancel</source> | 4272 | <source>Cancel</source> |
| 4278 | <translation>Zrušit</translation> | 4273 | <translation>Zrušit</translation> |
| 4279 | </message> | 4274 | </message> |
| 4280 | <message> | 4275 | <message> |
| 4281 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4276 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4282 | <source>RomFS Extraction Succeeded!</source> | 4277 | <source>RomFS Extraction Succeeded!</source> |
| 4283 | <translation>Extrakce RomFS se povedla!</translation> | 4278 | <translation>Extrakce RomFS se povedla!</translation> |
| 4284 | </message> | 4279 | </message> |
| 4285 | <message> | 4280 | <message> |
| 4286 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4281 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4287 | <source>The operation completed successfully.</source> | 4282 | <source>The operation completed successfully.</source> |
| 4288 | <translation>Operace byla dokonÄena úspěšnÄ›.</translation> | 4283 | <translation>Operace byla dokonÄena úspěšnÄ›.</translation> |
| 4289 | </message> | 4284 | </message> |
| 4290 | <message> | 4285 | <message> |
| 4291 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4286 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4292 | <source>Error Opening %1</source> | 4287 | <source>Error Opening %1</source> |
| 4293 | <translation>Chyba pÅ™i otevÃránà %1</translation> | 4288 | <translation>Chyba pÅ™i otevÃránà %1</translation> |
| 4294 | </message> | 4289 | </message> |
| 4295 | <message> | 4290 | <message> |
| 4296 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4291 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4297 | <source>Select Directory</source> | 4292 | <source>Select Directory</source> |
| 4298 | <translation>Vybraná Složka</translation> | 4293 | <translation>Vybraná Složka</translation> |
| 4299 | </message> | 4294 | </message> |
| 4300 | <message> | 4295 | <message> |
| 4301 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4296 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4302 | <source>Properties</source> | 4297 | <source>Properties</source> |
| 4303 | <translation>Vlastnosti</translation> | 4298 | <translation>Vlastnosti</translation> |
| 4304 | </message> | 4299 | </message> |
| 4305 | <message> | 4300 | <message> |
| 4306 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4301 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4307 | <source>The game properties could not be loaded.</source> | 4302 | <source>The game properties could not be loaded.</source> |
| 4308 | <translation>Hernà vlastnosti nemohly být naÄteny.</translation> | 4303 | <translation>Hernà vlastnosti nemohly být naÄteny.</translation> |
| 4309 | </message> | 4304 | </message> |
| 4310 | <message> | 4305 | <message> |
| 4311 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4306 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4312 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4307 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4313 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4308 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4314 | <translation>Switch Executable (%1);;Všechny soubory (*.*)</translation> | 4309 | <translation>Switch Executable (%1);;Všechny soubory (*.*)</translation> |
| 4315 | </message> | 4310 | </message> |
| 4316 | <message> | 4311 | <message> |
| 4317 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4312 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4318 | <source>Load File</source> | 4313 | <source>Load File</source> |
| 4319 | <translation>NaÄÃst soubor</translation> | 4314 | <translation>NaÄÃst soubor</translation> |
| 4320 | </message> | 4315 | </message> |
| 4321 | <message> | 4316 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4317 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4323 | <source>Open Extracted ROM Directory</source> | 4318 | <source>Open Extracted ROM Directory</source> |
| 4324 | <translation>OtevÅ™Ãt složku s extrahovanou ROM</translation> | 4319 | <translation>OtevÅ™Ãt složku s extrahovanou ROM</translation> |
| 4325 | </message> | 4320 | </message> |
| 4326 | <message> | 4321 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4322 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4328 | <source>Invalid Directory Selected</source> | 4323 | <source>Invalid Directory Selected</source> |
| 4329 | <translation>Vybraná složka je neplatná</translation> | 4324 | <translation>Vybraná složka je neplatná</translation> |
| 4330 | </message> | 4325 | </message> |
| 4331 | <message> | 4326 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4327 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4333 | <source>The directory you have selected does not contain a 'main' file.</source> | 4328 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4334 | <translation>Složka kterou jste vybrali neobsahuje soubor "main"</translation> | 4329 | <translation>Složka kterou jste vybrali neobsahuje soubor "main"</translation> |
| 4335 | </message> | 4330 | </message> |
| 4336 | <message> | 4331 | <message> |
| 4337 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4332 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4338 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4333 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4339 | <translation>Instalovatelný soubor pro Switch (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4334 | <translation>Instalovatelný soubor pro Switch (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4340 | </message> | 4335 | </message> |
| 4341 | <message> | 4336 | <message> |
| 4342 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4337 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4343 | <source>Install Files</source> | 4338 | <source>Install Files</source> |
| 4344 | <translation>Instalovat Soubory</translation> | 4339 | <translation>Instalovat Soubory</translation> |
| 4345 | </message> | 4340 | </message> |
| 4346 | <message numerus="yes"> | 4341 | <message numerus="yes"> |
| 4347 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4342 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4348 | <source>%n file(s) remaining</source> | 4343 | <source>%n file(s) remaining</source> |
| 4349 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> | 4344 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4350 | </message> | 4345 | </message> |
| 4351 | <message> | 4346 | <message> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4353 | <source>Installing file "%1"...</source> | 4348 | <source>Installing file "%1"...</source> |
| 4354 | <translation>Instalovánà souboru "%1"...</translation> | 4349 | <translation>Instalovánà souboru "%1"...</translation> |
| 4355 | </message> | 4350 | </message> |
| 4356 | <message> | 4351 | <message> |
| 4357 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4352 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4358 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4353 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4359 | <source>Install Results</source> | 4354 | <source>Install Results</source> |
| 4360 | <translation>Výsledek instalace</translation> | 4355 | <translation>Výsledek instalace</translation> |
| 4361 | </message> | 4356 | </message> |
| 4362 | <message> | 4357 | <message> |
| 4363 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4358 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4364 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4359 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4365 | Please, only use this feature to install updates and DLC.</source> | 4360 | Please, only use this feature to install updates and DLC.</source> |
| 4366 | <translation>Abychom pÅ™edeÅ¡li možným konfliktům, nedoporuÄujeme uživatelům instalovat základnà hry na paměť NAND. | 4361 | <translation>Abychom pÅ™edeÅ¡li možným konfliktům, nedoporuÄujeme uživatelům instalovat základnà hry na paměť NAND. |
| 4367 | Tuto funkci prosÃm použÃvejte pouze k instalaci aktualizacà a DLC.</translation> | 4362 | Tuto funkci prosÃm použÃvejte pouze k instalaci aktualizacà a DLC.</translation> |
| 4368 | </message> | 4363 | </message> |
| 4369 | <message numerus="yes"> | 4364 | <message numerus="yes"> |
| 4370 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4365 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4371 | <source>%n file(s) were newly installed | 4366 | <source>%n file(s) were newly installed |
| 4372 | </source> | 4367 | </source> |
| 4373 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> | 4368 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4374 | </message> | 4369 | </message> |
| 4375 | <message numerus="yes"> | 4370 | <message numerus="yes"> |
| 4376 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4371 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4377 | <source>%n file(s) were overwritten | 4372 | <source>%n file(s) were overwritten |
| 4378 | </source> | 4373 | </source> |
| 4379 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> | 4374 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4380 | </message> | 4375 | </message> |
| 4381 | <message numerus="yes"> | 4376 | <message numerus="yes"> |
| 4382 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4377 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4383 | <source>%n file(s) failed to install | 4378 | <source>%n file(s) failed to install |
| 4384 | </source> | 4379 | </source> |
| 4385 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> | 4380 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4386 | </message> | 4381 | </message> |
| 4387 | <message> | 4382 | <message> |
| 4388 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4383 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4389 | <source>System Application</source> | 4384 | <source>System Application</source> |
| 4390 | <translation>Systémová Aplikace</translation> | 4385 | <translation>Systémová Aplikace</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4394 | <source>System Archive</source> | 4389 | <source>System Archive</source> |
| 4395 | <translation>Systémový archÃv</translation> | 4390 | <translation>Systémový archÃv</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4399 | <source>System Application Update</source> | 4394 | <source>System Application Update</source> |
| 4400 | <translation>Systémový Update Aplikace</translation> | 4395 | <translation>Systémový Update Aplikace</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4404 | <source>Firmware Package (Type A)</source> | 4399 | <source>Firmware Package (Type A)</source> |
| 4405 | <translation>Firmware-ový baliÄek (Typu A)</translation> | 4400 | <translation>Firmware-ový baliÄek (Typu A)</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4409 | <source>Firmware Package (Type B)</source> | 4404 | <source>Firmware Package (Type B)</source> |
| 4410 | <translation>Firmware-ový baliÄek (Typu B)</translation> | 4405 | <translation>Firmware-ový baliÄek (Typu B)</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4414 | <source>Game</source> | 4409 | <source>Game</source> |
| 4415 | <translation>Hra</translation> | 4410 | <translation>Hra</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4419 | <source>Game Update</source> | 4414 | <source>Game Update</source> |
| 4420 | <translation>Update Hry</translation> | 4415 | <translation>Update Hry</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4424 | <source>Game DLC</source> | 4419 | <source>Game DLC</source> |
| 4425 | <translation>Hernà DLC</translation> | 4420 | <translation>Hernà DLC</translation> |
| 4426 | </message> | 4421 | </message> |
| 4427 | <message> | 4422 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4423 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4429 | <source>Delta Title</source> | 4424 | <source>Delta Title</source> |
| 4430 | <translation>Delta Title</translation> | 4425 | <translation>Delta Title</translation> |
| 4431 | </message> | 4426 | </message> |
| 4432 | <message> | 4427 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4428 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4434 | <source>Select NCA Install Type...</source> | 4429 | <source>Select NCA Install Type...</source> |
| 4435 | <translation>Vyberte typ instalace NCA...</translation> | 4430 | <translation>Vyberte typ instalace NCA...</translation> |
| 4436 | </message> | 4431 | </message> |
| 4437 | <message> | 4432 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4433 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4439 | <source>Please select the type of title you would like to install this NCA as: | 4434 | <source>Please select the type of title you would like to install this NCA as: |
| 4440 | (In most instances, the default 'Game' is fine.)</source> | 4435 | (In most instances, the default 'Game' is fine.)</source> |
| 4441 | <translation>Vyberte typ title-u, který chcete nainstalovat tenhle NCA jako: | 4436 | <translation>Vyberte typ title-u, který chcete nainstalovat tenhle NCA jako: |
| 4442 | (VÄ›tÅ¡inou základnà "game" staÄÃ.)</translation> | 4437 | (VÄ›tÅ¡inou základnà "game" staÄÃ.)</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4446 | <source>Failed to Install</source> | 4441 | <source>Failed to Install</source> |
| 4447 | <translation>Chyba v instalaci</translation> | 4442 | <translation>Chyba v instalaci</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4451 | <source>The title type you selected for the NCA is invalid.</source> | 4446 | <source>The title type you selected for the NCA is invalid.</source> |
| 4452 | <translation>Tento typ pro tento NCA nenà platný.</translation> | 4447 | <translation>Tento typ pro tento NCA nenà platný.</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4456 | <source>File not found</source> | 4451 | <source>File not found</source> |
| 4457 | <translation>Soubor nenalezen</translation> | 4452 | <translation>Soubor nenalezen</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4461 | <source>File "%1" not found</source> | 4456 | <source>File "%1" not found</source> |
| 4462 | <translation>Soubor "%1" nenalezen</translation> | 4457 | <translation>Soubor "%1" nenalezen</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4466 | <source>OK</source> | 4461 | <source>OK</source> |
| 4467 | <translation>OK</translation> | 4462 | <translation>OK</translation> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4471 | <source>Missing yuzu Account</source> | 4466 | <source>Missing yuzu Account</source> |
| 4472 | <translation>Chybà úÄet yuzu</translation> | 4467 | <translation>Chybà úÄet yuzu</translation> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4476 | <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> | 4471 | <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> |
| 4477 | <translation>Pro pÅ™idánà recenze kompatibility je tÅ™eba mÃt úÄet yuzu<br><br/>Pro nalinkovánà yuzu úÄtu jdi do Emulace &gt; Konfigurace &gt; Web.</translation> | 4472 | <translation>Pro pÅ™idánà recenze kompatibility je tÅ™eba mÃt úÄet yuzu<br><br/>Pro nalinkovánà yuzu úÄtu jdi do Emulace &gt; Konfigurace &gt; Web.</translation> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4481 | <source>Error opening URL</source> | 4476 | <source>Error opening URL</source> |
| 4482 | <translation>Chyba pÅ™i otevÃránà URL</translation> | 4477 | <translation>Chyba pÅ™i otevÃránà URL</translation> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4486 | <source>Unable to open the URL "%1".</source> | 4481 | <source>Unable to open the URL "%1".</source> |
| 4487 | <translation>Nelze otevÅ™Ãt URL "%1".</translation> | 4482 | <translation>Nelze otevÅ™Ãt URL "%1".</translation> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4491 | <source>TAS Recording</source> | 4486 | <source>TAS Recording</source> |
| 4492 | <translation type="unfinished"/> | 4487 | <translation type="unfinished"/> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4496 | <source>Overwrite file of player 1?</source> | 4491 | <source>Overwrite file of player 1?</source> |
| 4497 | <translation type="unfinished"/> | 4492 | <translation type="unfinished"/> |
| 4498 | </message> | 4493 | </message> |
| 4499 | <message> | 4494 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4495 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4501 | <source>Invalid config detected</source> | 4496 | <source>Invalid config detected</source> |
| 4502 | <translation>ZjiÅ¡tÄ›no neplatné nastavenÃ</translation> | 4497 | <translation>ZjiÅ¡tÄ›no neplatné nastavenÃ</translation> |
| 4503 | </message> | 4498 | </message> |
| 4504 | <message> | 4499 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4500 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4506 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4501 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4507 | <translation>RuÄnà ovladaÄ nelze použÃvat v dokovacÃm režimu. Bude vybrán ovladaÄ Pro Controller.</translation> | 4502 | <translation>RuÄnà ovladaÄ nelze použÃvat v dokovacÃm režimu. Bude vybrán ovladaÄ Pro Controller.</translation> |
| 4508 | </message> | 4503 | </message> |
| 4509 | <message> | 4504 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4505 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4512 | <source>Error</source> | 4507 | <source>Error</source> |
| 4513 | <translation type="unfinished"/> | 4508 | <translation type="unfinished"/> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4518 | <source>The current game is not looking for amiibos</source> | 4513 | <source>The current game is not looking for amiibos</source> |
| 4519 | <translation type="unfinished"/> | 4514 | <translation type="unfinished"/> |
| 4520 | </message> | 4515 | </message> |
| 4521 | <message> | 4516 | <message> |
| 4522 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4524 | <source>Amiibo</source> | 4519 | <source>Amiibo</source> |
| 4525 | <translation type="unfinished"/> | 4520 | <translation type="unfinished"/> |
| 4526 | </message> | 4521 | </message> |
| 4527 | <message> | 4522 | <message> |
| 4528 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4530 | <source>The current amiibo has been removed</source> | 4525 | <source>The current amiibo has been removed</source> |
| 4531 | <translation type="unfinished"/> | 4526 | <translation type="unfinished"/> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4535 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4530 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4536 | <translation>Soubor Amiibo (%1);; Všechny Soubory (*.*)</translation> | 4531 | <translation>Soubor Amiibo (%1);; Všechny Soubory (*.*)</translation> |
| 4537 | </message> | 4532 | </message> |
| 4538 | <message> | 4533 | <message> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4540 | <source>Load Amiibo</source> | 4535 | <source>Load Amiibo</source> |
| 4541 | <translation>NaÄÃst Amiibo</translation> | 4536 | <translation>NaÄÃst Amiibo</translation> |
| 4542 | </message> | 4537 | </message> |
| 4543 | <message> | 4538 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4545 | <source>Error opening Amiibo data file</source> | 4540 | <source>Error opening Amiibo data file</source> |
| 4546 | <translation>Chyba pÅ™i naÄÃtánà souboru Amiibo</translation> | 4541 | <translation>Chyba pÅ™i naÄÃtánà souboru Amiibo</translation> |
| 4547 | </message> | 4542 | </message> |
| 4548 | <message> | 4543 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4550 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4545 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4551 | <translation>Amiibo "%1" neÅ¡lo otevÅ™Ãt v Å™ežimu pro ÄtenÃ.</translation> | 4546 | <translation>Amiibo "%1" neÅ¡lo otevÅ™Ãt v Å™ežimu pro ÄtenÃ.</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4555 | <source>Error reading Amiibo data file</source> | 4550 | <source>Error reading Amiibo data file</source> |
| 4556 | <translation>Chyba naÄÃtánà Amiiba</translation> | 4551 | <translation>Chyba naÄÃtánà Amiiba</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4560 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4555 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4561 | <translation>NaÄtenà celého Amiiba nebylo možné. OÄekáváno bylo %1 bytů, ale pouze %2 bytů se naÄetlo.</translation> | 4556 | <translation>NaÄtenà celého Amiiba nebylo možné. OÄekáváno bylo %1 bytů, ale pouze %2 bytů se naÄetlo.</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4565 | <source>Error loading Amiibo data</source> | 4560 | <source>Error loading Amiibo data</source> |
| 4566 | <translation>Chyba naÄÃtánà Amiiba</translation> | 4561 | <translation>Chyba naÄÃtánà Amiiba</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4570 | <source>Unable to load Amiibo data.</source> | 4565 | <source>Unable to load Amiibo data.</source> |
| 4571 | <translation>NaÄtenà Amiiba nebylo možné</translation> | 4566 | <translation>NaÄtenà Amiiba nebylo možné</translation> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4575 | <source>Capture Screenshot</source> | 4570 | <source>Capture Screenshot</source> |
| 4576 | <translation>PoÅ™Ãdit SnÃmek Obrazovky</translation> | 4571 | <translation>PoÅ™Ãdit SnÃmek Obrazovky</translation> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4580 | <source>PNG Image (*.png)</source> | 4575 | <source>PNG Image (*.png)</source> |
| 4581 | <translation>PNG Image (*.png)</translation> | 4576 | <translation>PNG Image (*.png)</translation> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4585 | <source>TAS state: Running %1/%2</source> | 4580 | <source>TAS state: Running %1/%2</source> |
| 4586 | <translation type="unfinished"/> | 4581 | <translation type="unfinished"/> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4590 | <source>TAS state: Recording %1</source> | 4585 | <source>TAS state: Recording %1</source> |
| 4591 | <translation type="unfinished"/> | 4586 | <translation type="unfinished"/> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4595 | <source>TAS state: Idle %1/%2</source> | 4590 | <source>TAS state: Idle %1/%2</source> |
| 4596 | <translation type="unfinished"/> | 4591 | <translation type="unfinished"/> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4600 | <source>TAS State: Invalid</source> | 4595 | <source>TAS State: Invalid</source> |
| 4601 | <translation type="unfinished"/> | 4596 | <translation type="unfinished"/> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4605 | <source>&Stop Running</source> | 4600 | <source>&Stop Running</source> |
| 4606 | <translation type="unfinished"/> | 4601 | <translation type="unfinished"/> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message> | 4603 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4610 | <source>&Start</source> | 4605 | <source>&Start</source> |
| 4611 | <translation>&Start</translation> | 4606 | <translation>&Start</translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4615 | <source>Stop R&ecording</source> | 4610 | <source>Stop R&ecording</source> |
| 4616 | <translation type="unfinished"/> | 4611 | <translation type="unfinished"/> |
| 4617 | </message> | 4612 | </message> |
| 4618 | <message> | 4613 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4614 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4620 | <source>R&ecord</source> | 4615 | <source>R&ecord</source> |
| 4621 | <translation type="unfinished"/> | 4616 | <translation type="unfinished"/> |
| 4622 | </message> | 4617 | </message> |
| 4623 | <message numerus="yes"> | 4618 | <message numerus="yes"> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4619 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4625 | <source>Building: %n shader(s)</source> | 4620 | <source>Building: %n shader(s)</source> |
| 4626 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> | 4621 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4627 | </message> | 4622 | </message> |
| 4628 | <message> | 4623 | <message> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4624 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4630 | <source>Scale: %1x</source> | 4625 | <source>Scale: %1x</source> |
| 4631 | <comment>%1 is the resolution scaling factor</comment> | 4626 | <comment>%1 is the resolution scaling factor</comment> |
| 4632 | <translation type="unfinished"/> | 4627 | <translation type="unfinished"/> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4636 | <source>Speed: %1% / %2%</source> | 4631 | <source>Speed: %1% / %2%</source> |
| 4637 | <translation>Rychlost: %1% / %2%</translation> | 4632 | <translation>Rychlost: %1% / %2%</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4641 | <source>Speed: %1%</source> | 4636 | <source>Speed: %1%</source> |
| 4642 | <translation>Rychlost: %1%</translation> | 4637 | <translation>Rychlost: %1%</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4646 | <source>Game: %1 FPS (Unlocked)</source> | 4641 | <source>Game: %1 FPS (Unlocked)</source> |
| 4647 | <translation type="unfinished"/> | 4642 | <translation type="unfinished"/> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4651 | <source>Game: %1 FPS</source> | 4646 | <source>Game: %1 FPS</source> |
| 4652 | <translation>Hra: %1 FPS</translation> | 4647 | <translation>Hra: %1 FPS</translation> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4656 | <source>Frame: %1 ms</source> | 4651 | <source>Frame: %1 ms</source> |
| 4657 | <translation>Frame: %1 ms</translation> | 4652 | <translation>Frame: %1 ms</translation> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4661 | <source>GPU NORMAL</source> | 4656 | <source>GPU NORMAL</source> |
| 4662 | <translation>GPU NORMÃLNÃ</translation> | 4657 | <translation>GPU NORMÃLNÃ</translation> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4666 | <source>GPU HIGH</source> | 4661 | <source>GPU HIGH</source> |
| 4667 | <translation>GPU VYSOKÃ</translation> | 4662 | <translation>GPU VYSOKÃ</translation> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4671 | <source>GPU EXTREME</source> | 4666 | <source>GPU EXTREME</source> |
| 4672 | <translation>GPU EXTRÉMNÃ</translation> | 4667 | <translation>GPU EXTRÉMNÃ</translation> |
| 4673 | </message> | 4668 | </message> |
| 4674 | <message> | 4669 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4670 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4676 | <source>GPU ERROR</source> | 4671 | <source>GPU ERROR</source> |
| 4677 | <translation>GPU ERROR</translation> | 4672 | <translation>GPU ERROR</translation> |
| 4678 | </message> | 4673 | </message> |
| 4679 | <message> | 4674 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4675 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4681 | <source>NEAREST</source> | 4676 | <source>NEAREST</source> |
| 4682 | <translation type="unfinished"/> | 4677 | <translation type="unfinished"/> |
| 4683 | </message> | 4678 | </message> |
| 4684 | <message> | 4679 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4680 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4687 | <source>BILINEAR</source> | 4682 | <source>BILINEAR</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4692 | <source>BICUBIC</source> | 4687 | <source>BICUBIC</source> |
| 4693 | <translation type="unfinished"/> | 4688 | <translation type="unfinished"/> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4697 | <source>GAUSSIAN</source> | 4692 | <source>GAUSSIAN</source> |
| 4698 | <translation type="unfinished"/> | 4693 | <translation type="unfinished"/> |
| 4699 | </message> | 4694 | </message> |
| 4700 | <message> | 4695 | <message> |
| 4701 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4696 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4702 | <source>SCALEFORCE</source> | 4697 | <source>SCALEFORCE</source> |
| 4703 | <translation type="unfinished"/> | 4698 | <translation type="unfinished"/> |
| 4704 | </message> | 4699 | </message> |
| 4705 | <message> | 4700 | <message> |
| 4706 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4701 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4707 | <source>FSR</source> | 4702 | <source>FSR</source> |
| 4708 | <translation type="unfinished"/> | 4703 | <translation type="unfinished"/> |
| 4709 | </message> | 4704 | </message> |
| 4710 | <message> | 4705 | <message> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4706 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4713 | <source>NO AA</source> | 4708 | <source>NO AA</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4718 | <source>FXAA</source> | 4713 | <source>FXAA</source> |
| 4719 | <translation type="unfinished"/> | 4714 | <translation type="unfinished"/> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4723 | <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> | 4718 | <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> |
| 4724 | <translation>Hra, kterou se snažÃte naÄÃst potÅ™ebuje dalšà data z vaÅ¡eho Switche, než bude moci být naÄtena.<br/><br/>Pro vÃce informacà o zÃskánà tÄ›chto souboru se kouknÄ›te na wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>ZÃskávánà Systémových Archivů a SdÃlených Fontu z konzole Switch</a>.<br/><br/>PÅ™ejete si odejÃt do listu her? PokraÄovánà v emulaci by mohlo mÃt negativnà úÄinky jako crashe, rozbité savy , nebo dalšà bugy.</translation> | 4719 | <translation>Hra, kterou se snažÃte naÄÃst potÅ™ebuje dalšà data z vaÅ¡eho Switche, než bude moci být naÄtena.<br/><br/>Pro vÃce informacà o zÃskánà tÄ›chto souboru se kouknÄ›te na wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>ZÃskávánà Systémových Archivů a SdÃlených Fontu z konzole Switch</a>.<br/><br/>PÅ™ejete si odejÃt do listu her? PokraÄovánà v emulaci by mohlo mÃt negativnà úÄinky jako crashe, rozbité savy , nebo dalšà bugy.</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4728 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4723 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4729 | <translation>Aplikace yuzu nenašla systémový archiv Switch. %1</translation> | 4724 | <translation>Aplikace yuzu nenašla systémový archiv Switch. %1</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4733 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4728 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4734 | <translation>Aplikace yuzu nenašla systémový archiv Switch: %1. %2</translation> | 4729 | <translation>Aplikace yuzu nenašla systémový archiv Switch: %1. %2</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4738 | <source>System Archive Not Found</source> | 4733 | <source>System Archive Not Found</source> |
| 4739 | <translation>Systémový ArchÃv Nenalezen</translation> | 4734 | <translation>Systémový ArchÃv Nenalezen</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4743 | <source>System Archive Missing</source> | 4738 | <source>System Archive Missing</source> |
| 4744 | <translation>Chybà systémový archiv</translation> | 4739 | <translation>Chybà systémový archiv</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4748 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4743 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4749 | <translation>Aplikace yuzu nenaÅ¡la sdÃlená pÃsma Switch. %1</translation> | 4744 | <translation>Aplikace yuzu nenaÅ¡la sdÃlená pÃsma Switch. %1</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4753 | <source>Shared Fonts Not Found</source> | 4748 | <source>Shared Fonts Not Found</source> |
| 4754 | <translation>SdÃlené Fonty Nenalezeny</translation> | 4749 | <translation>SdÃlené Fonty Nenalezeny</translation> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4758 | <source>Shared Font Missing</source> | 4753 | <source>Shared Font Missing</source> |
| 4759 | <translation>Chybà sdÃlené pÃsmo</translation> | 4754 | <translation>Chybà sdÃlené pÃsmo</translation> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4763 | <source>Fatal Error</source> | 4758 | <source>Fatal Error</source> |
| 4764 | <translation>Fatálnà Chyba</translation> | 4759 | <translation>Fatálnà Chyba</translation> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4768 | <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> | 4763 | <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> |
| 4769 | <translation>yuzu narazilo na fatálnà chybu, prosÃm kouknÅ¡te do logu pro vÃce informacÃ. Pro vÃce informacà jak se dostat do logu se kouknÄ›te na následujÃcà stránku: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'> Jak Uploadnout Log</a>.<br/><br/>PÅ™ejete si odejÃt do listu her? PokraÄovánà v emulaci může mÃt za následek crashe, rozbité savy, nebo dalšà bugy.</translation> | 4764 | <translation>yuzu narazilo na fatálnà chybu, prosÃm kouknÅ¡te do logu pro vÃce informacÃ. Pro vÃce informacà jak se dostat do logu se kouknÄ›te na následujÃcà stránku: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'> Jak Uploadnout Log</a>.<br/><br/>PÅ™ejete si odejÃt do listu her? PokraÄovánà v emulaci může mÃt za následek crashe, rozbité savy, nebo dalšà bugy.</translation> |
| 4770 | </message> | 4765 | </message> |
| 4771 | <message> | 4766 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4767 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4773 | <source>Fatal Error encountered</source> | 4768 | <source>Fatal Error encountered</source> |
| 4774 | <translation>Vyskytla se kritická chyba</translation> | 4769 | <translation>Vyskytla se kritická chyba</translation> |
| 4775 | </message> | 4770 | </message> |
| 4776 | <message> | 4771 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4772 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4778 | <source>Confirm Key Rederivation</source> | 4773 | <source>Confirm Key Rederivation</source> |
| 4779 | <translation>PotvÄte Rederivaci KlÃÄů</translation> | 4774 | <translation>PotvÄte Rederivaci KlÃÄů</translation> |
| 4780 | </message> | 4775 | </message> |
| 4781 | <message> | 4776 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4777 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4783 | <source>You are about to force rederive all of your keys. | 4778 | <source>You are about to force rederive all of your keys. |
| 4784 | If you do not know what this means or what you are doing, | 4779 | If you do not know what this means or what you are doing, |
| 4785 | this is a potentially destructive action. | 4780 | this is a potentially destructive action. |
| @@ -4796,37 +4791,37 @@ a udělejte si zálohu. | |||
| 4796 | Toto vymaže vÄ›echny vaÅ¡e automaticky generované klÃÄe a znova spustà modul derivace klÃÄů.</translation> | 4791 | Toto vymaže vÄ›echny vaÅ¡e automaticky generované klÃÄe a znova spustà modul derivace klÃÄů.</translation> |
| 4797 | </message> | 4792 | </message> |
| 4798 | <message> | 4793 | <message> |
| 4799 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4794 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4800 | <source>Missing fuses</source> | 4795 | <source>Missing fuses</source> |
| 4801 | <translation>Chybà Fuses</translation> | 4796 | <translation>Chybà Fuses</translation> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4805 | <source> - Missing BOOT0</source> | 4800 | <source> - Missing BOOT0</source> |
| 4806 | <translation>- Chybà BOOT0</translation> | 4801 | <translation>- Chybà BOOT0</translation> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4810 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4805 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4811 | <translation> - Chybà BCPKG2-1-Normal-Main</translation> | 4806 | <translation> - Chybà BCPKG2-1-Normal-Main</translation> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4815 | <source> - Missing PRODINFO</source> | 4810 | <source> - Missing PRODINFO</source> |
| 4816 | <translation> - Chybà PRODINFO</translation> | 4811 | <translation> - Chybà PRODINFO</translation> |
| 4817 | </message> | 4812 | </message> |
| 4818 | <message> | 4813 | <message> |
| 4819 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4814 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4820 | <source>Derivation Components Missing</source> | 4815 | <source>Derivation Components Missing</source> |
| 4821 | <translation>Chybé odvozené komponenty</translation> | 4816 | <translation>Chybé odvozené komponenty</translation> |
| 4822 | </message> | 4817 | </message> |
| 4823 | <message> | 4818 | <message> |
| 4824 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4819 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4825 | <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> | 4820 | <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> |
| 4826 | <translation type="unfinished"/> | 4821 | <translation type="unfinished"/> |
| 4827 | </message> | 4822 | </message> |
| 4828 | <message> | 4823 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4824 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4830 | <source>Deriving keys... | 4825 | <source>Deriving keys... |
| 4831 | This may take up to a minute depending | 4826 | This may take up to a minute depending |
| 4832 | on your system's performance.</source> | 4827 | on your system's performance.</source> |
| @@ -4835,39 +4830,39 @@ Tohle může zabrat až minutu | |||
| 4835 | podle výkonu systému.</translation> | 4830 | podle výkonu systému.</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4839 | <source>Deriving Keys</source> | 4834 | <source>Deriving Keys</source> |
| 4840 | <translation>Derivuji KlÃÄe</translation> | 4835 | <translation>Derivuji KlÃÄe</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4844 | <source>Select RomFS Dump Target</source> | 4839 | <source>Select RomFS Dump Target</source> |
| 4845 | <translation>Vyberte CÃl vypsanà RomFS</translation> | 4840 | <translation>Vyberte CÃl vypsanà RomFS</translation> |
| 4846 | </message> | 4841 | </message> |
| 4847 | <message> | 4842 | <message> |
| 4848 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4843 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4849 | <source>Please select which RomFS you would like to dump.</source> | 4844 | <source>Please select which RomFS you would like to dump.</source> |
| 4850 | <translation>Vyberte, kterou RomFS chcete vypsat.</translation> | 4845 | <translation>Vyberte, kterou RomFS chcete vypsat.</translation> |
| 4851 | </message> | 4846 | </message> |
| 4852 | <message> | 4847 | <message> |
| 4853 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4848 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4854 | <source>Are you sure you want to close yuzu?</source> | 4849 | <source>Are you sure you want to close yuzu?</source> |
| 4855 | <translation>Jste si jist, že chcete zavÅ™Ãt yuzu?</translation> | 4850 | <translation>Jste si jist, že chcete zavÅ™Ãt yuzu?</translation> |
| 4856 | </message> | 4851 | </message> |
| 4857 | <message> | 4852 | <message> |
| 4858 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4853 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4859 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4854 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4860 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4855 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4861 | <source>yuzu</source> | 4856 | <source>yuzu</source> |
| 4862 | <translation>yuzu</translation> | 4857 | <translation>yuzu</translation> |
| 4863 | </message> | 4858 | </message> |
| 4864 | <message> | 4859 | <message> |
| 4865 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4860 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4866 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4861 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4867 | <translation>Jste si jist, že chcete ukonÄit emulaci? Jakýkolic neuložený postup bude ztracen.</translation> | 4862 | <translation>Jste si jist, že chcete ukonÄit emulaci? Jakýkolic neuložený postup bude ztracen.</translation> |
| 4868 | </message> | 4863 | </message> |
| 4869 | <message> | 4864 | <message> |
| 4870 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4865 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4871 | <source>The currently running application has requested yuzu to not exit. | 4866 | <source>The currently running application has requested yuzu to not exit. |
| 4872 | 4867 | ||
| 4873 | Would you like to bypass this and exit anyway?</source> | 4868 | Would you like to bypass this and exit anyway?</source> |
| @@ -4879,38 +4874,38 @@ Opravdu si pÅ™ejete ukonÄit tuto aplikaci?</translation> | |||
| 4879 | <context> | 4874 | <context> |
| 4880 | <name>GRenderWindow</name> | 4875 | <name>GRenderWindow</name> |
| 4881 | <message> | 4876 | <message> |
| 4882 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4877 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4883 | <source>OpenGL not available!</source> | 4878 | <source>OpenGL not available!</source> |
| 4884 | <translation>OpenGL nenà k dispozici!</translation> | 4879 | <translation>OpenGL nenà k dispozici!</translation> |
| 4885 | </message> | 4880 | </message> |
| 4886 | <message> | 4881 | <message> |
| 4887 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4882 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4888 | <source>yuzu has not been compiled with OpenGL support.</source> | 4883 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4889 | <translation>yuzu nebylo sestaveno s OpenGL podporou.</translation> | 4884 | <translation>yuzu nebylo sestaveno s OpenGL podporou.</translation> |
| 4890 | </message> | 4885 | </message> |
| 4891 | <message> | 4886 | <message> |
| 4892 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4887 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4894 | <source>Error while initializing OpenGL!</source> | 4889 | <source>Error while initializing OpenGL!</source> |
| 4895 | <translation>Chyba při inicializaci OpenGL!</translation> | 4890 | <translation>Chyba při inicializaci OpenGL!</translation> |
| 4896 | </message> | 4891 | </message> |
| 4897 | <message> | 4892 | <message> |
| 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4899 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4894 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4900 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje OpenGL nebo nejsou nainstalovány nejnovÄ›jšà ovladaÄe.</translation> | 4895 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje OpenGL nebo nejsou nainstalovány nejnovÄ›jšà ovladaÄe.</translation> |
| 4901 | </message> | 4896 | </message> |
| 4902 | <message> | 4897 | <message> |
| 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4904 | <source>Error while initializing OpenGL 4.6!</source> | 4899 | <source>Error while initializing OpenGL 4.6!</source> |
| 4905 | <translation>Chyba při inicializaci OpenGL 4.6!</translation> | 4900 | <translation>Chyba při inicializaci OpenGL 4.6!</translation> |
| 4906 | </message> | 4901 | </message> |
| 4907 | <message> | 4902 | <message> |
| 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4909 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4904 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4910 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje OpenGL 4.6 nebo nejsou nainstalovány nejnovÄ›jšà ovladaÄe.<br><br>GL Renderer:<br>%1</translation> | 4905 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje OpenGL 4.6 nebo nejsou nainstalovány nejnovÄ›jšà ovladaÄe.<br><br>GL Renderer:<br>%1</translation> |
| 4911 | </message> | 4906 | </message> |
| 4912 | <message> | 4907 | <message> |
| 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4914 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4909 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4915 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje jedno nebo vÃce rozÅ¡ÃÅ™enà OpenGL. UjistÄ›te se prosÃm, že jsou nainstalovány nejnovÄ›jšà ovladaÄe.<br><br>GL Renderer:<br>%1<br><br>Nepodporované rozÅ¡ÃÅ™enÃ:<br>%2</translation> | 4910 | <translation>VaÅ¡e grafická karta pravdÄ›podobnÄ› nepodporuje jedno nebo vÃce rozÅ¡ÃÅ™enà OpenGL. UjistÄ›te se prosÃm, že jsou nainstalovány nejnovÄ›jšà ovladaÄe.<br><br>GL Renderer:<br>%1<br><br>Nepodporované rozÅ¡ÃÅ™enÃ:<br>%2</translation> |
| 4916 | </message> | 4911 | </message> |
diff --git a/dist/languages/da.ts b/dist/languages/da.ts index 831f7a403..3511298cd 100644 --- a/dist/languages/da.ts +++ b/dist/languages/da.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Om yuzu</translation> | 7 | <translation>Om yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation type="unfinished"/> | 17 | <translation type="unfinished"/> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Hjemmeside</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kildekode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bidragere</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licens</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Hjemmeside</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kildekode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bidragere</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licens</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; er et varemærke tilhørende Nintendo. yuzu er ikke tilknyttet Nintendo på nogen måde.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; er et varemærke tilhørende Nintendo. yuzu er ikke tilknyttet Nintendo på nogen måde.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4036,756 +4031,756 @@ Træk punkter, for at skifte position, eller dobbeltklik i tabelceller, for at r | |||
| 4036 | <translation type="unfinished"/> | 4031 | <translation type="unfinished"/> |
| 4037 | </message> | 4032 | </message> |
| 4038 | <message> | 4033 | <message> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4034 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4040 | <source>(64-bit)</source> | 4035 | <source>(64-bit)</source> |
| 4041 | <translation type="unfinished"/> | 4036 | <translation type="unfinished"/> |
| 4042 | </message> | 4037 | </message> |
| 4043 | <message> | 4038 | <message> |
| 4044 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4039 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4045 | <source>(32-bit)</source> | 4040 | <source>(32-bit)</source> |
| 4046 | <translation type="unfinished"/> | 4041 | <translation type="unfinished"/> |
| 4047 | </message> | 4042 | </message> |
| 4048 | <message> | 4043 | <message> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4050 | <source>%1 %2</source> | 4045 | <source>%1 %2</source> |
| 4051 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4046 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4052 | <translation type="unfinished"/> | 4047 | <translation type="unfinished"/> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4056 | <source>Save Data</source> | 4051 | <source>Save Data</source> |
| 4057 | <translation type="unfinished"/> | 4052 | <translation type="unfinished"/> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4061 | <source>Mod Data</source> | 4056 | <source>Mod Data</source> |
| 4062 | <translation type="unfinished"/> | 4057 | <translation type="unfinished"/> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4066 | <source>Error Opening %1 Folder</source> | 4061 | <source>Error Opening %1 Folder</source> |
| 4067 | <translation>Fejl ved Ã…bning af %1 Mappe</translation> | 4062 | <translation>Fejl ved Ã…bning af %1 Mappe</translation> |
| 4068 | </message> | 4063 | </message> |
| 4069 | <message> | 4064 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4072 | <source>Folder does not exist!</source> | 4067 | <source>Folder does not exist!</source> |
| 4073 | <translation>Mappe eksisterer ikke!</translation> | 4068 | <translation>Mappe eksisterer ikke!</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4077 | <source>Error Opening Transferable Shader Cache</source> | 4072 | <source>Error Opening Transferable Shader Cache</source> |
| 4078 | <translation type="unfinished"/> | 4073 | <translation type="unfinished"/> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4082 | <source>Failed to create the shader cache directory for this title.</source> | 4077 | <source>Failed to create the shader cache directory for this title.</source> |
| 4083 | <translation type="unfinished"/> | 4078 | <translation type="unfinished"/> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4087 | <source>Contents</source> | 4082 | <source>Contents</source> |
| 4088 | <translation type="unfinished"/> | 4083 | <translation type="unfinished"/> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4092 | <source>Update</source> | 4087 | <source>Update</source> |
| 4093 | <translation type="unfinished"/> | 4088 | <translation type="unfinished"/> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4097 | <source>DLC</source> | 4092 | <source>DLC</source> |
| 4098 | <translation type="unfinished"/> | 4093 | <translation type="unfinished"/> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4102 | <source>Remove Entry</source> | 4097 | <source>Remove Entry</source> |
| 4103 | <translation type="unfinished"/> | 4098 | <translation type="unfinished"/> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4107 | <source>Remove Installed Game %1?</source> | 4102 | <source>Remove Installed Game %1?</source> |
| 4108 | <translation type="unfinished"/> | 4103 | <translation type="unfinished"/> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4109 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4115 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4110 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4117 | <source>Successfully Removed</source> | 4112 | <source>Successfully Removed</source> |
| 4118 | <translation type="unfinished"/> | 4113 | <translation type="unfinished"/> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4122 | <source>Successfully removed the installed base game.</source> | 4117 | <source>Successfully removed the installed base game.</source> |
| 4123 | <translation type="unfinished"/> | 4118 | <translation type="unfinished"/> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4129 | <source>Error Removing %1</source> | 4124 | <source>Error Removing %1</source> |
| 4130 | <translation type="unfinished"/> | 4125 | <translation type="unfinished"/> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4134 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4129 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4135 | <translation type="unfinished"/> | 4130 | <translation type="unfinished"/> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4139 | <source>Successfully removed the installed update.</source> | 4134 | <source>Successfully removed the installed update.</source> |
| 4140 | <translation type="unfinished"/> | 4135 | <translation type="unfinished"/> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4144 | <source>There is no update installed for this title.</source> | 4139 | <source>There is no update installed for this title.</source> |
| 4145 | <translation type="unfinished"/> | 4140 | <translation type="unfinished"/> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4149 | <source>There are no DLC installed for this title.</source> | 4144 | <source>There are no DLC installed for this title.</source> |
| 4150 | <translation type="unfinished"/> | 4145 | <translation type="unfinished"/> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4154 | <source>Successfully removed %1 installed DLC.</source> | 4149 | <source>Successfully removed %1 installed DLC.</source> |
| 4155 | <translation type="unfinished"/> | 4150 | <translation type="unfinished"/> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4159 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4154 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4160 | <translation type="unfinished"/> | 4155 | <translation type="unfinished"/> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4164 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4159 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4165 | <translation type="unfinished"/> | 4160 | <translation type="unfinished"/> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4169 | <source>Delete All Transferable Shader Caches?</source> | 4164 | <source>Delete All Transferable Shader Caches?</source> |
| 4170 | <translation type="unfinished"/> | 4165 | <translation type="unfinished"/> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4174 | <source>Remove Custom Game Configuration?</source> | 4169 | <source>Remove Custom Game Configuration?</source> |
| 4175 | <translation type="unfinished"/> | 4170 | <translation type="unfinished"/> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4179 | <source>Remove File</source> | 4174 | <source>Remove File</source> |
| 4180 | <translation type="unfinished"/> | 4175 | <translation type="unfinished"/> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4185 | <source>Error Removing Transferable Shader Cache</source> | 4180 | <source>Error Removing Transferable Shader Cache</source> |
| 4186 | <translation type="unfinished"/> | 4181 | <translation type="unfinished"/> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4191 | <source>A shader cache for this title does not exist.</source> | 4186 | <source>A shader cache for this title does not exist.</source> |
| 4192 | <translation type="unfinished"/> | 4187 | <translation type="unfinished"/> |
| 4193 | </message> | 4188 | </message> |
| 4194 | <message> | 4189 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4196 | <source>Successfully removed the transferable shader cache.</source> | 4191 | <source>Successfully removed the transferable shader cache.</source> |
| 4197 | <translation type="unfinished"/> | 4192 | <translation type="unfinished"/> |
| 4198 | </message> | 4193 | </message> |
| 4199 | <message> | 4194 | <message> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4201 | <source>Failed to remove the transferable shader cache.</source> | 4196 | <source>Failed to remove the transferable shader cache.</source> |
| 4202 | <translation type="unfinished"/> | 4197 | <translation type="unfinished"/> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4207 | <source>Error Removing Transferable Shader Caches</source> | 4202 | <source>Error Removing Transferable Shader Caches</source> |
| 4208 | <translation type="unfinished"/> | 4203 | <translation type="unfinished"/> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4212 | <source>Successfully removed the transferable shader caches.</source> | 4207 | <source>Successfully removed the transferable shader caches.</source> |
| 4213 | <translation type="unfinished"/> | 4208 | <translation type="unfinished"/> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4217 | <source>Failed to remove the transferable shader cache directory.</source> | 4212 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4218 | <translation type="unfinished"/> | 4213 | <translation type="unfinished"/> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4223 | <source>Error Removing Custom Configuration</source> | 4218 | <source>Error Removing Custom Configuration</source> |
| 4224 | <translation type="unfinished"/> | 4219 | <translation type="unfinished"/> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4228 | <source>A custom configuration for this title does not exist.</source> | 4223 | <source>A custom configuration for this title does not exist.</source> |
| 4229 | <translation type="unfinished"/> | 4224 | <translation type="unfinished"/> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4233 | <source>Successfully removed the custom game configuration.</source> | 4228 | <source>Successfully removed the custom game configuration.</source> |
| 4234 | <translation type="unfinished"/> | 4229 | <translation type="unfinished"/> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4238 | <source>Failed to remove the custom game configuration.</source> | 4233 | <source>Failed to remove the custom game configuration.</source> |
| 4239 | <translation type="unfinished"/> | 4234 | <translation type="unfinished"/> |
| 4240 | </message> | 4235 | </message> |
| 4241 | <message> | 4236 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4244 | <source>RomFS Extraction Failed!</source> | 4239 | <source>RomFS Extraction Failed!</source> |
| 4245 | <translation>RomFS-Udpakning Mislykkedes!</translation> | 4240 | <translation>RomFS-Udpakning Mislykkedes!</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4249 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4244 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4250 | <translation>Der skete en fejl ved kopiering af RomFS-filerne, eller brugeren afbrød opgaven.</translation> | 4245 | <translation>Der skete en fejl ved kopiering af RomFS-filerne, eller brugeren afbrød opgaven.</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4254 | <source>Full</source> | 4249 | <source>Full</source> |
| 4255 | <translation>Fuld</translation> | 4250 | <translation>Fuld</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4259 | <source>Skeleton</source> | 4254 | <source>Skeleton</source> |
| 4260 | <translation>Skelet</translation> | 4255 | <translation>Skelet</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4264 | <source>Select RomFS Dump Mode</source> | 4259 | <source>Select RomFS Dump Mode</source> |
| 4265 | <translation>Vælg RomFS-Nedfældelsestilstand</translation> | 4260 | <translation>Vælg RomFS-Nedfældelsestilstand</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4269 | <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> | 4264 | <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> |
| 4270 | <translation type="unfinished"/> | 4265 | <translation type="unfinished"/> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4274 | <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> | 4269 | <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> |
| 4275 | <translation type="unfinished"/> | 4270 | <translation type="unfinished"/> |
| 4276 | </message> | 4271 | </message> |
| 4277 | <message> | 4272 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4273 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4279 | <source>Extracting RomFS...</source> | 4274 | <source>Extracting RomFS...</source> |
| 4280 | <translation>Udpakker RomFS...</translation> | 4275 | <translation>Udpakker RomFS...</translation> |
| 4281 | </message> | 4276 | </message> |
| 4282 | <message> | 4277 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4285 | <source>Cancel</source> | 4280 | <source>Cancel</source> |
| 4286 | <translation>Afbryd</translation> | 4281 | <translation>Afbryd</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4290 | <source>RomFS Extraction Succeeded!</source> | 4285 | <source>RomFS Extraction Succeeded!</source> |
| 4291 | <translation>RomFS-Udpakning Lykkedes!</translation> | 4286 | <translation>RomFS-Udpakning Lykkedes!</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4295 | <source>The operation completed successfully.</source> | 4290 | <source>The operation completed successfully.</source> |
| 4296 | <translation>Fuldførelse af opgaven lykkedes.</translation> | 4291 | <translation>Fuldførelse af opgaven lykkedes.</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4300 | <source>Error Opening %1</source> | 4295 | <source>Error Opening %1</source> |
| 4301 | <translation>Fejl ved Ã…bning af %1</translation> | 4296 | <translation>Fejl ved Ã…bning af %1</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4305 | <source>Select Directory</source> | 4300 | <source>Select Directory</source> |
| 4306 | <translation>Vælg Mappe</translation> | 4301 | <translation>Vælg Mappe</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4310 | <source>Properties</source> | 4305 | <source>Properties</source> |
| 4311 | <translation>Egenskaber</translation> | 4306 | <translation>Egenskaber</translation> |
| 4312 | </message> | 4307 | </message> |
| 4313 | <message> | 4308 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4309 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4315 | <source>The game properties could not be loaded.</source> | 4310 | <source>The game properties could not be loaded.</source> |
| 4316 | <translation>Spil-egenskaberne kunne ikke indlæses.</translation> | 4311 | <translation>Spil-egenskaberne kunne ikke indlæses.</translation> |
| 4317 | </message> | 4312 | </message> |
| 4318 | <message> | 4313 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4314 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4320 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4315 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4321 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4316 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4322 | <translation>Switch-Eksekverbar (%1);;Alle filer (*.*)</translation> | 4317 | <translation>Switch-Eksekverbar (%1);;Alle filer (*.*)</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4326 | <source>Load File</source> | 4321 | <source>Load File</source> |
| 4327 | <translation>Indlæs Fil</translation> | 4322 | <translation>Indlæs Fil</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4331 | <source>Open Extracted ROM Directory</source> | 4326 | <source>Open Extracted ROM Directory</source> |
| 4332 | <translation>Ã…bn Udpakket ROM-Mappe</translation> | 4327 | <translation>Ã…bn Udpakket ROM-Mappe</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4336 | <source>Invalid Directory Selected</source> | 4331 | <source>Invalid Directory Selected</source> |
| 4337 | <translation>Ugyldig Mappe Valgt</translation> | 4332 | <translation>Ugyldig Mappe Valgt</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4341 | <source>The directory you have selected does not contain a 'main' file.</source> | 4336 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4342 | <translation type="unfinished"/> | 4337 | <translation type="unfinished"/> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4346 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4341 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4347 | <translation type="unfinished"/> | 4342 | <translation type="unfinished"/> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4351 | <source>Install Files</source> | 4346 | <source>Install Files</source> |
| 4352 | <translation type="unfinished"/> | 4347 | <translation type="unfinished"/> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message numerus="yes"> | 4349 | <message numerus="yes"> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4356 | <source>%n file(s) remaining</source> | 4351 | <source>%n file(s) remaining</source> |
| 4357 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4352 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4358 | </message> | 4353 | </message> |
| 4359 | <message> | 4354 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4361 | <source>Installing file "%1"...</source> | 4356 | <source>Installing file "%1"...</source> |
| 4362 | <translation>Installér fil "%1"...</translation> | 4357 | <translation>Installér fil "%1"...</translation> |
| 4363 | </message> | 4358 | </message> |
| 4364 | <message> | 4359 | <message> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4367 | <source>Install Results</source> | 4362 | <source>Install Results</source> |
| 4368 | <translation type="unfinished"/> | 4363 | <translation type="unfinished"/> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message> | 4365 | <message> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4372 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4367 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4373 | Please, only use this feature to install updates and DLC.</source> | 4368 | Please, only use this feature to install updates and DLC.</source> |
| 4374 | <translation type="unfinished"/> | 4369 | <translation type="unfinished"/> |
| 4375 | </message> | 4370 | </message> |
| 4376 | <message numerus="yes"> | 4371 | <message numerus="yes"> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4372 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4378 | <source>%n file(s) were newly installed | 4373 | <source>%n file(s) were newly installed |
| 4379 | </source> | 4374 | </source> |
| 4380 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4375 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message numerus="yes"> | 4377 | <message numerus="yes"> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4384 | <source>%n file(s) were overwritten | 4379 | <source>%n file(s) were overwritten |
| 4385 | </source> | 4380 | </source> |
| 4386 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4381 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4387 | </message> | 4382 | </message> |
| 4388 | <message numerus="yes"> | 4383 | <message numerus="yes"> |
| 4389 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4384 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4390 | <source>%n file(s) failed to install | 4385 | <source>%n file(s) failed to install |
| 4391 | </source> | 4386 | </source> |
| 4392 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4387 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4396 | <source>System Application</source> | 4391 | <source>System Application</source> |
| 4397 | <translation>Systemapplikation</translation> | 4392 | <translation>Systemapplikation</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4401 | <source>System Archive</source> | 4396 | <source>System Archive</source> |
| 4402 | <translation>Systemarkiv</translation> | 4397 | <translation>Systemarkiv</translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4406 | <source>System Application Update</source> | 4401 | <source>System Application Update</source> |
| 4407 | <translation>Systemapplikationsopdatering</translation> | 4402 | <translation>Systemapplikationsopdatering</translation> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4411 | <source>Firmware Package (Type A)</source> | 4406 | <source>Firmware Package (Type A)</source> |
| 4412 | <translation>Firmwarepakke (Type A)</translation> | 4407 | <translation>Firmwarepakke (Type A)</translation> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4416 | <source>Firmware Package (Type B)</source> | 4411 | <source>Firmware Package (Type B)</source> |
| 4417 | <translation>Firmwarepakke (Type B)</translation> | 4412 | <translation>Firmwarepakke (Type B)</translation> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4421 | <source>Game</source> | 4416 | <source>Game</source> |
| 4422 | <translation>Spil</translation> | 4417 | <translation>Spil</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4426 | <source>Game Update</source> | 4421 | <source>Game Update</source> |
| 4427 | <translation>Spilopdatering</translation> | 4422 | <translation>Spilopdatering</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4431 | <source>Game DLC</source> | 4426 | <source>Game DLC</source> |
| 4432 | <translation>Spiludvidelse</translation> | 4427 | <translation>Spiludvidelse</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4436 | <source>Delta Title</source> | 4431 | <source>Delta Title</source> |
| 4437 | <translation>Delta-Titel</translation> | 4432 | <translation>Delta-Titel</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4441 | <source>Select NCA Install Type...</source> | 4436 | <source>Select NCA Install Type...</source> |
| 4442 | <translation>Vælg NCA-Installationstype...</translation> | 4437 | <translation>Vælg NCA-Installationstype...</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4446 | <source>Please select the type of title you would like to install this NCA as: | 4441 | <source>Please select the type of title you would like to install this NCA as: |
| 4447 | (In most instances, the default 'Game' is fine.)</source> | 4442 | (In most instances, the default 'Game' is fine.)</source> |
| 4448 | <translation type="unfinished"/> | 4443 | <translation type="unfinished"/> |
| 4449 | </message> | 4444 | </message> |
| 4450 | <message> | 4445 | <message> |
| 4451 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4446 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4452 | <source>Failed to Install</source> | 4447 | <source>Failed to Install</source> |
| 4453 | <translation>Installation mislykkedes</translation> | 4448 | <translation>Installation mislykkedes</translation> |
| 4454 | </message> | 4449 | </message> |
| 4455 | <message> | 4450 | <message> |
| 4456 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4451 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4457 | <source>The title type you selected for the NCA is invalid.</source> | 4452 | <source>The title type you selected for the NCA is invalid.</source> |
| 4458 | <translation type="unfinished"/> | 4453 | <translation type="unfinished"/> |
| 4459 | </message> | 4454 | </message> |
| 4460 | <message> | 4455 | <message> |
| 4461 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4456 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4462 | <source>File not found</source> | 4457 | <source>File not found</source> |
| 4463 | <translation>Fil ikke fundet</translation> | 4458 | <translation>Fil ikke fundet</translation> |
| 4464 | </message> | 4459 | </message> |
| 4465 | <message> | 4460 | <message> |
| 4466 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4461 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4467 | <source>File "%1" not found</source> | 4462 | <source>File "%1" not found</source> |
| 4468 | <translation>Fil "%1" ikke fundet</translation> | 4463 | <translation>Fil "%1" ikke fundet</translation> |
| 4469 | </message> | 4464 | </message> |
| 4470 | <message> | 4465 | <message> |
| 4471 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4472 | <source>OK</source> | 4467 | <source>OK</source> |
| 4473 | <translation>OK</translation> | 4468 | <translation>OK</translation> |
| 4474 | </message> | 4469 | </message> |
| 4475 | <message> | 4470 | <message> |
| 4476 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4471 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4477 | <source>Missing yuzu Account</source> | 4472 | <source>Missing yuzu Account</source> |
| 4478 | <translation>Manglende yuzu-Konto</translation> | 4473 | <translation>Manglende yuzu-Konto</translation> |
| 4479 | </message> | 4474 | </message> |
| 4480 | <message> | 4475 | <message> |
| 4481 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4476 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4482 | <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> | 4477 | <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> |
| 4483 | <translation type="unfinished"/> | 4478 | <translation type="unfinished"/> |
| 4484 | </message> | 4479 | </message> |
| 4485 | <message> | 4480 | <message> |
| 4486 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4487 | <source>Error opening URL</source> | 4482 | <source>Error opening URL</source> |
| 4488 | <translation type="unfinished"/> | 4483 | <translation type="unfinished"/> |
| 4489 | </message> | 4484 | </message> |
| 4490 | <message> | 4485 | <message> |
| 4491 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4492 | <source>Unable to open the URL "%1".</source> | 4487 | <source>Unable to open the URL "%1".</source> |
| 4493 | <translation type="unfinished"/> | 4488 | <translation type="unfinished"/> |
| 4494 | </message> | 4489 | </message> |
| 4495 | <message> | 4490 | <message> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4497 | <source>TAS Recording</source> | 4492 | <source>TAS Recording</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4502 | <source>Overwrite file of player 1?</source> | 4497 | <source>Overwrite file of player 1?</source> |
| 4503 | <translation type="unfinished"/> | 4498 | <translation type="unfinished"/> |
| 4504 | </message> | 4499 | </message> |
| 4505 | <message> | 4500 | <message> |
| 4506 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4507 | <source>Invalid config detected</source> | 4502 | <source>Invalid config detected</source> |
| 4508 | <translation type="unfinished"/> | 4503 | <translation type="unfinished"/> |
| 4509 | </message> | 4504 | </message> |
| 4510 | <message> | 4505 | <message> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4512 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4507 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4513 | <translation type="unfinished"/> | 4508 | <translation type="unfinished"/> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4518 | <source>Error</source> | 4513 | <source>Error</source> |
| 4519 | <translation type="unfinished"/> | 4514 | <translation type="unfinished"/> |
| 4520 | </message> | 4515 | </message> |
| 4521 | <message> | 4516 | <message> |
| 4522 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4524 | <source>The current game is not looking for amiibos</source> | 4519 | <source>The current game is not looking for amiibos</source> |
| 4525 | <translation type="unfinished"/> | 4520 | <translation type="unfinished"/> |
| 4526 | </message> | 4521 | </message> |
| 4527 | <message> | 4522 | <message> |
| 4528 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4530 | <source>Amiibo</source> | 4525 | <source>Amiibo</source> |
| 4531 | <translation type="unfinished"/> | 4526 | <translation type="unfinished"/> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4536 | <source>The current amiibo has been removed</source> | 4531 | <source>The current amiibo has been removed</source> |
| 4537 | <translation type="unfinished"/> | 4532 | <translation type="unfinished"/> |
| 4538 | </message> | 4533 | </message> |
| 4539 | <message> | 4534 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4535 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4541 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4536 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4542 | <translation>Amiibo-Fil (%1);; Alle Filer (*.*)</translation> | 4537 | <translation>Amiibo-Fil (%1);; Alle Filer (*.*)</translation> |
| 4543 | </message> | 4538 | </message> |
| 4544 | <message> | 4539 | <message> |
| 4545 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4540 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4546 | <source>Load Amiibo</source> | 4541 | <source>Load Amiibo</source> |
| 4547 | <translation>Indlæs Amiibo</translation> | 4542 | <translation>Indlæs Amiibo</translation> |
| 4548 | </message> | 4543 | </message> |
| 4549 | <message> | 4544 | <message> |
| 4550 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4551 | <source>Error opening Amiibo data file</source> | 4546 | <source>Error opening Amiibo data file</source> |
| 4552 | <translation>Fejl ved åbning af Amiibo-datafil</translation> | 4547 | <translation>Fejl ved åbning af Amiibo-datafil</translation> |
| 4553 | </message> | 4548 | </message> |
| 4554 | <message> | 4549 | <message> |
| 4555 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4556 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4551 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4557 | <translation>Ude af stand til, at åbne Amiibo-fil "%1" til indlæsning.</translation> | 4552 | <translation>Ude af stand til, at åbne Amiibo-fil "%1" til indlæsning.</translation> |
| 4558 | </message> | 4553 | </message> |
| 4559 | <message> | 4554 | <message> |
| 4560 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4555 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4561 | <source>Error reading Amiibo data file</source> | 4556 | <source>Error reading Amiibo data file</source> |
| 4562 | <translation>Fejl ved indlæsning af Amiibo-datafil</translation> | 4557 | <translation>Fejl ved indlæsning af Amiibo-datafil</translation> |
| 4563 | </message> | 4558 | </message> |
| 4564 | <message> | 4559 | <message> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4566 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4561 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4567 | <translation type="unfinished"/> | 4562 | <translation type="unfinished"/> |
| 4568 | </message> | 4563 | </message> |
| 4569 | <message> | 4564 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4571 | <source>Error loading Amiibo data</source> | 4566 | <source>Error loading Amiibo data</source> |
| 4572 | <translation>Fejl ved indlæsning af Amiibo-data</translation> | 4567 | <translation>Fejl ved indlæsning af Amiibo-data</translation> |
| 4573 | </message> | 4568 | </message> |
| 4574 | <message> | 4569 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4576 | <source>Unable to load Amiibo data.</source> | 4571 | <source>Unable to load Amiibo data.</source> |
| 4577 | <translation>Ude af stand til, at indlæse Amiibo-data.</translation> | 4572 | <translation>Ude af stand til, at indlæse Amiibo-data.</translation> |
| 4578 | </message> | 4573 | </message> |
| 4579 | <message> | 4574 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4581 | <source>Capture Screenshot</source> | 4576 | <source>Capture Screenshot</source> |
| 4582 | <translation>Optag Skærmbillede</translation> | 4577 | <translation>Optag Skærmbillede</translation> |
| 4583 | </message> | 4578 | </message> |
| 4584 | <message> | 4579 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4586 | <source>PNG Image (*.png)</source> | 4581 | <source>PNG Image (*.png)</source> |
| 4587 | <translation>PNG-Billede (*.png)</translation> | 4582 | <translation>PNG-Billede (*.png)</translation> |
| 4588 | </message> | 4583 | </message> |
| 4589 | <message> | 4584 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4591 | <source>TAS state: Running %1/%2</source> | 4586 | <source>TAS state: Running %1/%2</source> |
| 4592 | <translation type="unfinished"/> | 4587 | <translation type="unfinished"/> |
| 4593 | </message> | 4588 | </message> |
| 4594 | <message> | 4589 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4596 | <source>TAS state: Recording %1</source> | 4591 | <source>TAS state: Recording %1</source> |
| 4597 | <translation type="unfinished"/> | 4592 | <translation type="unfinished"/> |
| 4598 | </message> | 4593 | </message> |
| 4599 | <message> | 4594 | <message> |
| 4600 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4601 | <source>TAS state: Idle %1/%2</source> | 4596 | <source>TAS state: Idle %1/%2</source> |
| 4602 | <translation type="unfinished"/> | 4597 | <translation type="unfinished"/> |
| 4603 | </message> | 4598 | </message> |
| 4604 | <message> | 4599 | <message> |
| 4605 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4606 | <source>TAS State: Invalid</source> | 4601 | <source>TAS State: Invalid</source> |
| 4607 | <translation type="unfinished"/> | 4602 | <translation type="unfinished"/> |
| 4608 | </message> | 4603 | </message> |
| 4609 | <message> | 4604 | <message> |
| 4610 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4611 | <source>&Stop Running</source> | 4606 | <source>&Stop Running</source> |
| 4612 | <translation type="unfinished"/> | 4607 | <translation type="unfinished"/> |
| 4613 | </message> | 4608 | </message> |
| 4614 | <message> | 4609 | <message> |
| 4615 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4616 | <source>&Start</source> | 4611 | <source>&Start</source> |
| 4617 | <translation type="unfinished"/> | 4612 | <translation type="unfinished"/> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4621 | <source>Stop R&ecording</source> | 4616 | <source>Stop R&ecording</source> |
| 4622 | <translation type="unfinished"/> | 4617 | <translation type="unfinished"/> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4626 | <source>R&ecord</source> | 4621 | <source>R&ecord</source> |
| 4627 | <translation type="unfinished"/> | 4622 | <translation type="unfinished"/> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message numerus="yes"> | 4624 | <message numerus="yes"> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4631 | <source>Building: %n shader(s)</source> | 4626 | <source>Building: %n shader(s)</source> |
| 4632 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4627 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4636 | <source>Scale: %1x</source> | 4631 | <source>Scale: %1x</source> |
| 4637 | <comment>%1 is the resolution scaling factor</comment> | 4632 | <comment>%1 is the resolution scaling factor</comment> |
| 4638 | <translation type="unfinished"/> | 4633 | <translation type="unfinished"/> |
| 4639 | </message> | 4634 | </message> |
| 4640 | <message> | 4635 | <message> |
| 4641 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4636 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4642 | <source>Speed: %1% / %2%</source> | 4637 | <source>Speed: %1% / %2%</source> |
| 4643 | <translation>Hastighed: %1% / %2%</translation> | 4638 | <translation>Hastighed: %1% / %2%</translation> |
| 4644 | </message> | 4639 | </message> |
| 4645 | <message> | 4640 | <message> |
| 4646 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4641 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4647 | <source>Speed: %1%</source> | 4642 | <source>Speed: %1%</source> |
| 4648 | <translation>Hastighed: %1%</translation> | 4643 | <translation>Hastighed: %1%</translation> |
| 4649 | </message> | 4644 | </message> |
| 4650 | <message> | 4645 | <message> |
| 4651 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4646 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4652 | <source>Game: %1 FPS (Unlocked)</source> | 4647 | <source>Game: %1 FPS (Unlocked)</source> |
| 4653 | <translation type="unfinished"/> | 4648 | <translation type="unfinished"/> |
| 4654 | </message> | 4649 | </message> |
| 4655 | <message> | 4650 | <message> |
| 4656 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4651 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4657 | <source>Game: %1 FPS</source> | 4652 | <source>Game: %1 FPS</source> |
| 4658 | <translation>Spil: %1 FPS</translation> | 4653 | <translation>Spil: %1 FPS</translation> |
| 4659 | </message> | 4654 | </message> |
| 4660 | <message> | 4655 | <message> |
| 4661 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4656 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4662 | <source>Frame: %1 ms</source> | 4657 | <source>Frame: %1 ms</source> |
| 4663 | <translation>Billede: %1 ms</translation> | 4658 | <translation>Billede: %1 ms</translation> |
| 4664 | </message> | 4659 | </message> |
| 4665 | <message> | 4660 | <message> |
| 4666 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4661 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4667 | <source>GPU NORMAL</source> | 4662 | <source>GPU NORMAL</source> |
| 4668 | <translation type="unfinished"/> | 4663 | <translation type="unfinished"/> |
| 4669 | </message> | 4664 | </message> |
| 4670 | <message> | 4665 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4672 | <source>GPU HIGH</source> | 4667 | <source>GPU HIGH</source> |
| 4673 | <translation type="unfinished"/> | 4668 | <translation type="unfinished"/> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4677 | <source>GPU EXTREME</source> | 4672 | <source>GPU EXTREME</source> |
| 4678 | <translation type="unfinished"/> | 4673 | <translation type="unfinished"/> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4682 | <source>GPU ERROR</source> | 4677 | <source>GPU ERROR</source> |
| 4683 | <translation type="unfinished"/> | 4678 | <translation type="unfinished"/> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4687 | <source>NEAREST</source> | 4682 | <source>NEAREST</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4692 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4687 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4693 | <source>BILINEAR</source> | 4688 | <source>BILINEAR</source> |
| 4694 | <translation type="unfinished"/> | 4689 | <translation type="unfinished"/> |
| 4695 | </message> | 4690 | </message> |
| 4696 | <message> | 4691 | <message> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4698 | <source>BICUBIC</source> | 4693 | <source>BICUBIC</source> |
| 4699 | <translation type="unfinished"/> | 4694 | <translation type="unfinished"/> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4703 | <source>GAUSSIAN</source> | 4698 | <source>GAUSSIAN</source> |
| 4704 | <translation type="unfinished"/> | 4699 | <translation type="unfinished"/> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4708 | <source>SCALEFORCE</source> | 4703 | <source>SCALEFORCE</source> |
| 4709 | <translation type="unfinished"/> | 4704 | <translation type="unfinished"/> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4713 | <source>FSR</source> | 4708 | <source>FSR</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4718 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4719 | <source>NO AA</source> | 4714 | <source>NO AA</source> |
| 4720 | <translation type="unfinished"/> | 4715 | <translation type="unfinished"/> |
| 4721 | </message> | 4716 | </message> |
| 4722 | <message> | 4717 | <message> |
| 4723 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4718 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4724 | <source>FXAA</source> | 4719 | <source>FXAA</source> |
| 4725 | <translation type="unfinished"/> | 4720 | <translation type="unfinished"/> |
| 4726 | </message> | 4721 | </message> |
| 4727 | <message> | 4722 | <message> |
| 4728 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4723 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4729 | <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> | 4724 | <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> |
| 4730 | <translation type="unfinished"/> | 4725 | <translation type="unfinished"/> |
| 4731 | </message> | 4726 | </message> |
| 4732 | <message> | 4727 | <message> |
| 4733 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4728 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4734 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4729 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4735 | <translation>yuzu var ude af stand til, at lokalisere et Switch-systemarkiv. %1</translation> | 4730 | <translation>yuzu var ude af stand til, at lokalisere et Switch-systemarkiv. %1</translation> |
| 4736 | </message> | 4731 | </message> |
| 4737 | <message> | 4732 | <message> |
| 4738 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4733 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4739 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4734 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4740 | <translation>yuzu var ude af stand til, at lokalisere et Switch-systemarkiv. %1. %2</translation> | 4735 | <translation>yuzu var ude af stand til, at lokalisere et Switch-systemarkiv. %1. %2</translation> |
| 4741 | </message> | 4736 | </message> |
| 4742 | <message> | 4737 | <message> |
| 4743 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4738 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4744 | <source>System Archive Not Found</source> | 4739 | <source>System Archive Not Found</source> |
| 4745 | <translation>Systemarkiv Ikke Fundet</translation> | 4740 | <translation>Systemarkiv Ikke Fundet</translation> |
| 4746 | </message> | 4741 | </message> |
| 4747 | <message> | 4742 | <message> |
| 4748 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4749 | <source>System Archive Missing</source> | 4744 | <source>System Archive Missing</source> |
| 4750 | <translation>Systemarkiv Mangler</translation> | 4745 | <translation>Systemarkiv Mangler</translation> |
| 4751 | </message> | 4746 | </message> |
| 4752 | <message> | 4747 | <message> |
| 4753 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4754 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4749 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4755 | <translation>yuzu var ude af stand til, at finde delte Switch-skrifttyper. %1</translation> | 4750 | <translation>yuzu var ude af stand til, at finde delte Switch-skrifttyper. %1</translation> |
| 4756 | </message> | 4751 | </message> |
| 4757 | <message> | 4752 | <message> |
| 4758 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4759 | <source>Shared Fonts Not Found</source> | 4754 | <source>Shared Fonts Not Found</source> |
| 4760 | <translation>Delte Skrifttyper Ikke Fundet</translation> | 4755 | <translation>Delte Skrifttyper Ikke Fundet</translation> |
| 4761 | </message> | 4756 | </message> |
| 4762 | <message> | 4757 | <message> |
| 4763 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4764 | <source>Shared Font Missing</source> | 4759 | <source>Shared Font Missing</source> |
| 4765 | <translation>Delte Skrifttyper Mangler</translation> | 4760 | <translation>Delte Skrifttyper Mangler</translation> |
| 4766 | </message> | 4761 | </message> |
| 4767 | <message> | 4762 | <message> |
| 4768 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4769 | <source>Fatal Error</source> | 4764 | <source>Fatal Error</source> |
| 4770 | <translation>Fatal Fejl</translation> | 4765 | <translation>Fatal Fejl</translation> |
| 4771 | </message> | 4766 | </message> |
| 4772 | <message> | 4767 | <message> |
| 4773 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4774 | <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> | 4769 | <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> |
| 4775 | <translation type="unfinished"/> | 4770 | <translation type="unfinished"/> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4779 | <source>Fatal Error encountered</source> | 4774 | <source>Fatal Error encountered</source> |
| 4780 | <translation>Stødte på Fatal Fejl</translation> | 4775 | <translation>Stødte på Fatal Fejl</translation> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4784 | <source>Confirm Key Rederivation</source> | 4779 | <source>Confirm Key Rederivation</source> |
| 4785 | <translation type="unfinished"/> | 4780 | <translation type="unfinished"/> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4789 | <source>You are about to force rederive all of your keys. | 4784 | <source>You are about to force rederive all of your keys. |
| 4790 | If you do not know what this means or what you are doing, | 4785 | If you do not know what this means or what you are doing, |
| 4791 | this is a potentially destructive action. | 4786 | this is a potentially destructive action. |
| @@ -4796,76 +4791,76 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4796 | <translation type="unfinished"/> | 4791 | <translation type="unfinished"/> |
| 4797 | </message> | 4792 | </message> |
| 4798 | <message> | 4793 | <message> |
| 4799 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4794 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4800 | <source>Missing fuses</source> | 4795 | <source>Missing fuses</source> |
| 4801 | <translation type="unfinished"/> | 4796 | <translation type="unfinished"/> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4805 | <source> - Missing BOOT0</source> | 4800 | <source> - Missing BOOT0</source> |
| 4806 | <translation type="unfinished"/> | 4801 | <translation type="unfinished"/> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4810 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4805 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4811 | <translation type="unfinished"/> | 4806 | <translation type="unfinished"/> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4815 | <source> - Missing PRODINFO</source> | 4810 | <source> - Missing PRODINFO</source> |
| 4816 | <translation type="unfinished"/> | 4811 | <translation type="unfinished"/> |
| 4817 | </message> | 4812 | </message> |
| 4818 | <message> | 4813 | <message> |
| 4819 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4814 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4820 | <source>Derivation Components Missing</source> | 4815 | <source>Derivation Components Missing</source> |
| 4821 | <translation type="unfinished"/> | 4816 | <translation type="unfinished"/> |
| 4822 | </message> | 4817 | </message> |
| 4823 | <message> | 4818 | <message> |
| 4824 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4819 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4825 | <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> | 4820 | <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> |
| 4826 | <translation type="unfinished"/> | 4821 | <translation type="unfinished"/> |
| 4827 | </message> | 4822 | </message> |
| 4828 | <message> | 4823 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4824 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4830 | <source>Deriving keys... | 4825 | <source>Deriving keys... |
| 4831 | This may take up to a minute depending | 4826 | This may take up to a minute depending |
| 4832 | on your system's performance.</source> | 4827 | on your system's performance.</source> |
| 4833 | <translation type="unfinished"/> | 4828 | <translation type="unfinished"/> |
| 4834 | </message> | 4829 | </message> |
| 4835 | <message> | 4830 | <message> |
| 4836 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4831 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4837 | <source>Deriving Keys</source> | 4832 | <source>Deriving Keys</source> |
| 4838 | <translation type="unfinished"/> | 4833 | <translation type="unfinished"/> |
| 4839 | </message> | 4834 | </message> |
| 4840 | <message> | 4835 | <message> |
| 4841 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4836 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4842 | <source>Select RomFS Dump Target</source> | 4837 | <source>Select RomFS Dump Target</source> |
| 4843 | <translation type="unfinished"/> | 4838 | <translation type="unfinished"/> |
| 4844 | </message> | 4839 | </message> |
| 4845 | <message> | 4840 | <message> |
| 4846 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4841 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4847 | <source>Please select which RomFS you would like to dump.</source> | 4842 | <source>Please select which RomFS you would like to dump.</source> |
| 4848 | <translation type="unfinished"/> | 4843 | <translation type="unfinished"/> |
| 4849 | </message> | 4844 | </message> |
| 4850 | <message> | 4845 | <message> |
| 4851 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4846 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4852 | <source>Are you sure you want to close yuzu?</source> | 4847 | <source>Are you sure you want to close yuzu?</source> |
| 4853 | <translation>Er du sikker på, at du vil lukke yuzu?</translation> | 4848 | <translation>Er du sikker på, at du vil lukke yuzu?</translation> |
| 4854 | </message> | 4849 | </message> |
| 4855 | <message> | 4850 | <message> |
| 4856 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4851 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4858 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4853 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4859 | <source>yuzu</source> | 4854 | <source>yuzu</source> |
| 4860 | <translation>yuzu</translation> | 4855 | <translation>yuzu</translation> |
| 4861 | </message> | 4856 | </message> |
| 4862 | <message> | 4857 | <message> |
| 4863 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4858 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4864 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4859 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4865 | <translation>Er du sikker på, at du vil stoppe emulereingen? Enhver ulagret data, vil gå tabt.</translation> | 4860 | <translation>Er du sikker på, at du vil stoppe emulereingen? Enhver ulagret data, vil gå tabt.</translation> |
| 4866 | </message> | 4861 | </message> |
| 4867 | <message> | 4862 | <message> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4863 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4869 | <source>The currently running application has requested yuzu to not exit. | 4864 | <source>The currently running application has requested yuzu to not exit. |
| 4870 | 4865 | ||
| 4871 | Would you like to bypass this and exit anyway?</source> | 4866 | Would you like to bypass this and exit anyway?</source> |
| @@ -4875,38 +4870,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4875 | <context> | 4870 | <context> |
| 4876 | <name>GRenderWindow</name> | 4871 | <name>GRenderWindow</name> |
| 4877 | <message> | 4872 | <message> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4879 | <source>OpenGL not available!</source> | 4874 | <source>OpenGL not available!</source> |
| 4880 | <translation type="unfinished"/> | 4875 | <translation type="unfinished"/> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4884 | <source>yuzu has not been compiled with OpenGL support.</source> | 4879 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4885 | <translation type="unfinished"/> | 4880 | <translation type="unfinished"/> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4890 | <source>Error while initializing OpenGL!</source> | 4885 | <source>Error while initializing OpenGL!</source> |
| 4891 | <translation type="unfinished"/> | 4886 | <translation type="unfinished"/> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4895 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4890 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4896 | <translation type="unfinished"/> | 4891 | <translation type="unfinished"/> |
| 4897 | </message> | 4892 | </message> |
| 4898 | <message> | 4893 | <message> |
| 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4900 | <source>Error while initializing OpenGL 4.6!</source> | 4895 | <source>Error while initializing OpenGL 4.6!</source> |
| 4901 | <translation type="unfinished"/> | 4896 | <translation type="unfinished"/> |
| 4902 | </message> | 4897 | </message> |
| 4903 | <message> | 4898 | <message> |
| 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4905 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4900 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4906 | <translation type="unfinished"/> | 4901 | <translation type="unfinished"/> |
| 4907 | </message> | 4902 | </message> |
| 4908 | <message> | 4903 | <message> |
| 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4910 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4905 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4911 | <translation type="unfinished"/> | 4906 | <translation type="unfinished"/> |
| 4912 | </message> | 4907 | </message> |
diff --git a/dist/languages/de.ts b/dist/languages/de.ts index 1f16b907c..31a97ea1c 100644 --- a/dist/languages/de.ts +++ b/dist/languages/de.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Über yuzu</translation> | 7 | <translation>Über yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Diese Software sollte nicht dazu verwendet werden, Spiele zu spielen, die du nicht legal erhalten hast.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Diese Software sollte nicht dazu verwendet werden, Spiele zu spielen, die du nicht legal erhalten hast.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Webseite</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Quellcode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Mitwirkende</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lizenz</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Webseite</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Quellcode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Mitwirkende</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lizenz</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; ist ein Warenzeichen von Nintendo. yuzu ist in keiner Weise mit Nintendo verbunden.</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; ist ein Warenzeichen von Nintendo. yuzu ist in keiner Weise mit Nintendo verbunden.</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -4033,346 +4028,346 @@ Ziehe die Punkte mit deiner Maus, um ihre Position zu ändern. Doppelklicke auf | |||
| 4033 | <translation>Ein unbekannter Fehler ist aufgetreten. Bitte prüfe die Log-Dateien auf mögliche Fehlermeldungen.</translation> | 4028 | <translation>Ein unbekannter Fehler ist aufgetreten. Bitte prüfe die Log-Dateien auf mögliche Fehlermeldungen.</translation> |
| 4034 | </message> | 4029 | </message> |
| 4035 | <message> | 4030 | <message> |
| 4036 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4031 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4037 | <source>(64-bit)</source> | 4032 | <source>(64-bit)</source> |
| 4038 | <translation>(64-Bit)</translation> | 4033 | <translation>(64-Bit)</translation> |
| 4039 | </message> | 4034 | </message> |
| 4040 | <message> | 4035 | <message> |
| 4041 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4036 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4042 | <source>(32-bit)</source> | 4037 | <source>(32-bit)</source> |
| 4043 | <translation>(32-Bit)</translation> | 4038 | <translation>(32-Bit)</translation> |
| 4044 | </message> | 4039 | </message> |
| 4045 | <message> | 4040 | <message> |
| 4046 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4041 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4047 | <source>%1 %2</source> | 4042 | <source>%1 %2</source> |
| 4048 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4043 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4049 | <translation>%1 %2</translation> | 4044 | <translation>%1 %2</translation> |
| 4050 | </message> | 4045 | </message> |
| 4051 | <message> | 4046 | <message> |
| 4052 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4047 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4053 | <source>Save Data</source> | 4048 | <source>Save Data</source> |
| 4054 | <translation>Speicherdaten</translation> | 4049 | <translation>Speicherdaten</translation> |
| 4055 | </message> | 4050 | </message> |
| 4056 | <message> | 4051 | <message> |
| 4057 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4052 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4058 | <source>Mod Data</source> | 4053 | <source>Mod Data</source> |
| 4059 | <translation>Mod-Daten</translation> | 4054 | <translation>Mod-Daten</translation> |
| 4060 | </message> | 4055 | </message> |
| 4061 | <message> | 4056 | <message> |
| 4062 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4057 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4063 | <source>Error Opening %1 Folder</source> | 4058 | <source>Error Opening %1 Folder</source> |
| 4064 | <translation>Konnte Verzeichnis %1 nicht öffnen</translation> | 4059 | <translation>Konnte Verzeichnis %1 nicht öffnen</translation> |
| 4065 | </message> | 4060 | </message> |
| 4066 | <message> | 4061 | <message> |
| 4067 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4062 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4068 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4063 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4069 | <source>Folder does not exist!</source> | 4064 | <source>Folder does not exist!</source> |
| 4070 | <translation>Verzeichnis existiert nicht!</translation> | 4065 | <translation>Verzeichnis existiert nicht!</translation> |
| 4071 | </message> | 4066 | </message> |
| 4072 | <message> | 4067 | <message> |
| 4073 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4074 | <source>Error Opening Transferable Shader Cache</source> | 4069 | <source>Error Opening Transferable Shader Cache</source> |
| 4075 | <translation>Fehler beim Öffnen des transferierbaren Shader-Caches</translation> | 4070 | <translation>Fehler beim Öffnen des transferierbaren Shader-Caches</translation> |
| 4076 | </message> | 4071 | </message> |
| 4077 | <message> | 4072 | <message> |
| 4078 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4073 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4079 | <source>Failed to create the shader cache directory for this title.</source> | 4074 | <source>Failed to create the shader cache directory for this title.</source> |
| 4080 | <translation type="unfinished"/> | 4075 | <translation type="unfinished"/> |
| 4081 | </message> | 4076 | </message> |
| 4082 | <message> | 4077 | <message> |
| 4083 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4078 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4084 | <source>Contents</source> | 4079 | <source>Contents</source> |
| 4085 | <translation>Inhalte</translation> | 4080 | <translation>Inhalte</translation> |
| 4086 | </message> | 4081 | </message> |
| 4087 | <message> | 4082 | <message> |
| 4088 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4083 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4089 | <source>Update</source> | 4084 | <source>Update</source> |
| 4090 | <translation>Update</translation> | 4085 | <translation>Update</translation> |
| 4091 | </message> | 4086 | </message> |
| 4092 | <message> | 4087 | <message> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4094 | <source>DLC</source> | 4089 | <source>DLC</source> |
| 4095 | <translation>DLC</translation> | 4090 | <translation>DLC</translation> |
| 4096 | </message> | 4091 | </message> |
| 4097 | <message> | 4092 | <message> |
| 4098 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4093 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4099 | <source>Remove Entry</source> | 4094 | <source>Remove Entry</source> |
| 4100 | <translation>Eintrag entfernen</translation> | 4095 | <translation>Eintrag entfernen</translation> |
| 4101 | </message> | 4096 | </message> |
| 4102 | <message> | 4097 | <message> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4104 | <source>Remove Installed Game %1?</source> | 4099 | <source>Remove Installed Game %1?</source> |
| 4105 | <translation>Installiertes Spiel %1 entfernen?</translation> | 4100 | <translation>Installiertes Spiel %1 entfernen?</translation> |
| 4106 | </message> | 4101 | </message> |
| 4107 | <message> | 4102 | <message> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4109 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4104 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4110 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4105 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4114 | <source>Successfully Removed</source> | 4109 | <source>Successfully Removed</source> |
| 4115 | <translation>Erfolgreich entfernt</translation> | 4110 | <translation>Erfolgreich entfernt</translation> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4119 | <source>Successfully removed the installed base game.</source> | 4114 | <source>Successfully removed the installed base game.</source> |
| 4120 | <translation>Das Spiel wurde entfernt.</translation> | 4115 | <translation>Das Spiel wurde entfernt.</translation> |
| 4121 | </message> | 4116 | </message> |
| 4122 | <message> | 4117 | <message> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4124 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4119 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4126 | <source>Error Removing %1</source> | 4121 | <source>Error Removing %1</source> |
| 4127 | <translation>Fehler beim Entfernen von %1</translation> | 4122 | <translation>Fehler beim Entfernen von %1</translation> |
| 4128 | </message> | 4123 | </message> |
| 4129 | <message> | 4124 | <message> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4131 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4126 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4132 | <translation>Das Spiel ist nicht im NAND installiert und kann somit nicht entfernt werden.</translation> | 4127 | <translation>Das Spiel ist nicht im NAND installiert und kann somit nicht entfernt werden.</translation> |
| 4133 | </message> | 4128 | </message> |
| 4134 | <message> | 4129 | <message> |
| 4135 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4130 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4136 | <source>Successfully removed the installed update.</source> | 4131 | <source>Successfully removed the installed update.</source> |
| 4137 | <translation>Das Update wurde entfernt.</translation> | 4132 | <translation>Das Update wurde entfernt.</translation> |
| 4138 | </message> | 4133 | </message> |
| 4139 | <message> | 4134 | <message> |
| 4140 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4135 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4141 | <source>There is no update installed for this title.</source> | 4136 | <source>There is no update installed for this title.</source> |
| 4142 | <translation>Es ist kein Update für diesen Titel installiert.</translation> | 4137 | <translation>Es ist kein Update für diesen Titel installiert.</translation> |
| 4143 | </message> | 4138 | </message> |
| 4144 | <message> | 4139 | <message> |
| 4145 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4140 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4146 | <source>There are no DLC installed for this title.</source> | 4141 | <source>There are no DLC installed for this title.</source> |
| 4147 | <translation>Es sind keine DLC für diesen Titel installiert.</translation> | 4142 | <translation>Es sind keine DLC für diesen Titel installiert.</translation> |
| 4148 | </message> | 4143 | </message> |
| 4149 | <message> | 4144 | <message> |
| 4150 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4145 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4151 | <source>Successfully removed %1 installed DLC.</source> | 4146 | <source>Successfully removed %1 installed DLC.</source> |
| 4152 | <translation>%1 DLC entfernt. </translation> | 4147 | <translation>%1 DLC entfernt. </translation> |
| 4153 | </message> | 4148 | </message> |
| 4154 | <message> | 4149 | <message> |
| 4155 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4150 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4156 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4151 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4157 | <translation>Transferierbaren OpenGL Shader Cache löschen?</translation> | 4152 | <translation>Transferierbaren OpenGL Shader Cache löschen?</translation> |
| 4158 | </message> | 4153 | </message> |
| 4159 | <message> | 4154 | <message> |
| 4160 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4155 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4161 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4156 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4162 | <translation>Transferierbaren Vulkan Shader Cache löschen?</translation> | 4157 | <translation>Transferierbaren Vulkan Shader Cache löschen?</translation> |
| 4163 | </message> | 4158 | </message> |
| 4164 | <message> | 4159 | <message> |
| 4165 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4160 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4166 | <source>Delete All Transferable Shader Caches?</source> | 4161 | <source>Delete All Transferable Shader Caches?</source> |
| 4167 | <translation>Alle transferierbaren Shader Caches löschen?</translation> | 4162 | <translation>Alle transferierbaren Shader Caches löschen?</translation> |
| 4168 | </message> | 4163 | </message> |
| 4169 | <message> | 4164 | <message> |
| 4170 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4165 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4171 | <source>Remove Custom Game Configuration?</source> | 4166 | <source>Remove Custom Game Configuration?</source> |
| 4172 | <translation>Spiel-Einstellungen entfernen?</translation> | 4167 | <translation>Spiel-Einstellungen entfernen?</translation> |
| 4173 | </message> | 4168 | </message> |
| 4174 | <message> | 4169 | <message> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4176 | <source>Remove File</source> | 4171 | <source>Remove File</source> |
| 4177 | <translation>Datei entfernen</translation> | 4172 | <translation>Datei entfernen</translation> |
| 4178 | </message> | 4173 | </message> |
| 4179 | <message> | 4174 | <message> |
| 4180 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4182 | <source>Error Removing Transferable Shader Cache</source> | 4177 | <source>Error Removing Transferable Shader Cache</source> |
| 4183 | <translation>Fehler beim Entfernen</translation> | 4178 | <translation>Fehler beim Entfernen</translation> |
| 4184 | </message> | 4179 | </message> |
| 4185 | <message> | 4180 | <message> |
| 4186 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4181 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4187 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4182 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4188 | <source>A shader cache for this title does not exist.</source> | 4183 | <source>A shader cache for this title does not exist.</source> |
| 4189 | <translation>Es existiert kein Shader-Cache für diesen Titel.</translation> | 4184 | <translation>Es existiert kein Shader-Cache für diesen Titel.</translation> |
| 4190 | </message> | 4185 | </message> |
| 4191 | <message> | 4186 | <message> |
| 4192 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4187 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4193 | <source>Successfully removed the transferable shader cache.</source> | 4188 | <source>Successfully removed the transferable shader cache.</source> |
| 4194 | <translation>Der transferierbare Shader-Cache wurde entfernt.</translation> | 4189 | <translation>Der transferierbare Shader-Cache wurde entfernt.</translation> |
| 4195 | </message> | 4190 | </message> |
| 4196 | <message> | 4191 | <message> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4198 | <source>Failed to remove the transferable shader cache.</source> | 4193 | <source>Failed to remove the transferable shader cache.</source> |
| 4199 | <translation>Konnte den transferierbaren Shader-Cache nicht entfernen.</translation> | 4194 | <translation>Konnte den transferierbaren Shader-Cache nicht entfernen.</translation> |
| 4200 | </message> | 4195 | </message> |
| 4201 | <message> | 4196 | <message> |
| 4202 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4197 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4203 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4198 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4204 | <source>Error Removing Transferable Shader Caches</source> | 4199 | <source>Error Removing Transferable Shader Caches</source> |
| 4205 | <translation>Fehler beim Entfernen der transferierbaren Shader Caches</translation> | 4200 | <translation>Fehler beim Entfernen der transferierbaren Shader Caches</translation> |
| 4206 | </message> | 4201 | </message> |
| 4207 | <message> | 4202 | <message> |
| 4208 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4203 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4209 | <source>Successfully removed the transferable shader caches.</source> | 4204 | <source>Successfully removed the transferable shader caches.</source> |
| 4210 | <translation type="unfinished"/> | 4205 | <translation type="unfinished"/> |
| 4211 | </message> | 4206 | </message> |
| 4212 | <message> | 4207 | <message> |
| 4213 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4208 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4214 | <source>Failed to remove the transferable shader cache directory.</source> | 4209 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4215 | <translation type="unfinished"/> | 4210 | <translation type="unfinished"/> |
| 4216 | </message> | 4211 | </message> |
| 4217 | <message> | 4212 | <message> |
| 4218 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4213 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4214 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4220 | <source>Error Removing Custom Configuration</source> | 4215 | <source>Error Removing Custom Configuration</source> |
| 4221 | <translation>Fehler beim Entfernen</translation> | 4216 | <translation>Fehler beim Entfernen</translation> |
| 4222 | </message> | 4217 | </message> |
| 4223 | <message> | 4218 | <message> |
| 4224 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4219 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4225 | <source>A custom configuration for this title does not exist.</source> | 4220 | <source>A custom configuration for this title does not exist.</source> |
| 4226 | <translation>Es existieren keine Spiel-Einstellungen für dieses Spiel.</translation> | 4221 | <translation>Es existieren keine Spiel-Einstellungen für dieses Spiel.</translation> |
| 4227 | </message> | 4222 | </message> |
| 4228 | <message> | 4223 | <message> |
| 4229 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4224 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4230 | <source>Successfully removed the custom game configuration.</source> | 4225 | <source>Successfully removed the custom game configuration.</source> |
| 4231 | <translation>Die Spiel-Einstellungen wurden entfernt.</translation> | 4226 | <translation>Die Spiel-Einstellungen wurden entfernt.</translation> |
| 4232 | </message> | 4227 | </message> |
| 4233 | <message> | 4228 | <message> |
| 4234 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4229 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4235 | <source>Failed to remove the custom game configuration.</source> | 4230 | <source>Failed to remove the custom game configuration.</source> |
| 4236 | <translation>Die Spiel-Einstellungen konnten nicht entfernt werden.</translation> | 4231 | <translation>Die Spiel-Einstellungen konnten nicht entfernt werden.</translation> |
| 4237 | </message> | 4232 | </message> |
| 4238 | <message> | 4233 | <message> |
| 4239 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4234 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4235 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4241 | <source>RomFS Extraction Failed!</source> | 4236 | <source>RomFS Extraction Failed!</source> |
| 4242 | <translation>RomFS-Extraktion fehlgeschlagen!</translation> | 4237 | <translation>RomFS-Extraktion fehlgeschlagen!</translation> |
| 4243 | </message> | 4238 | </message> |
| 4244 | <message> | 4239 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4240 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4246 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4241 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4247 | <translation>Das RomFS konnte wegen eines Fehlers oder Abbruchs nicht kopiert werden.</translation> | 4242 | <translation>Das RomFS konnte wegen eines Fehlers oder Abbruchs nicht kopiert werden.</translation> |
| 4248 | </message> | 4243 | </message> |
| 4249 | <message> | 4244 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4245 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4251 | <source>Full</source> | 4246 | <source>Full</source> |
| 4252 | <translation>Komplett</translation> | 4247 | <translation>Komplett</translation> |
| 4253 | </message> | 4248 | </message> |
| 4254 | <message> | 4249 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4250 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4256 | <source>Skeleton</source> | 4251 | <source>Skeleton</source> |
| 4257 | <translation>Nur Ordnerstruktur</translation> | 4252 | <translation>Nur Ordnerstruktur</translation> |
| 4258 | </message> | 4253 | </message> |
| 4259 | <message> | 4254 | <message> |
| 4260 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4255 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4261 | <source>Select RomFS Dump Mode</source> | 4256 | <source>Select RomFS Dump Mode</source> |
| 4262 | <translation>RomFS Extraktions-Modus auswählen</translation> | 4257 | <translation>RomFS Extraktions-Modus auswählen</translation> |
| 4263 | </message> | 4258 | </message> |
| 4264 | <message> | 4259 | <message> |
| 4265 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4260 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4266 | <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> | 4261 | <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> |
| 4267 | <translation>Bitte wähle, wie das RomFS gespeichert werden soll.<br>"Full" wird alle Dateien des Spiels extrahieren, während <br>"Skeleton" nur die Ordnerstruktur erstellt.</translation> | 4262 | <translation>Bitte wähle, wie das RomFS gespeichert werden soll.<br>"Full" wird alle Dateien des Spiels extrahieren, während <br>"Skeleton" nur die Ordnerstruktur erstellt.</translation> |
| 4268 | </message> | 4263 | </message> |
| 4269 | <message> | 4264 | <message> |
| 4270 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4265 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4271 | <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> | 4266 | <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> |
| 4272 | <translation type="unfinished"/> | 4267 | <translation type="unfinished"/> |
| 4273 | </message> | 4268 | </message> |
| 4274 | <message> | 4269 | <message> |
| 4275 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4270 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4276 | <source>Extracting RomFS...</source> | 4271 | <source>Extracting RomFS...</source> |
| 4277 | <translation>RomFS wird extrahiert...</translation> | 4272 | <translation>RomFS wird extrahiert...</translation> |
| 4278 | </message> | 4273 | </message> |
| 4279 | <message> | 4274 | <message> |
| 4280 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4275 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4281 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4276 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4282 | <source>Cancel</source> | 4277 | <source>Cancel</source> |
| 4283 | <translation>Abbrechen</translation> | 4278 | <translation>Abbrechen</translation> |
| 4284 | </message> | 4279 | </message> |
| 4285 | <message> | 4280 | <message> |
| 4286 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4281 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4287 | <source>RomFS Extraction Succeeded!</source> | 4282 | <source>RomFS Extraction Succeeded!</source> |
| 4288 | <translation>RomFS wurde extrahiert!</translation> | 4283 | <translation>RomFS wurde extrahiert!</translation> |
| 4289 | </message> | 4284 | </message> |
| 4290 | <message> | 4285 | <message> |
| 4291 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4286 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4292 | <source>The operation completed successfully.</source> | 4287 | <source>The operation completed successfully.</source> |
| 4293 | <translation>Der Vorgang wurde erfolgreich abgeschlossen.</translation> | 4288 | <translation>Der Vorgang wurde erfolgreich abgeschlossen.</translation> |
| 4294 | </message> | 4289 | </message> |
| 4295 | <message> | 4290 | <message> |
| 4296 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4291 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4297 | <source>Error Opening %1</source> | 4292 | <source>Error Opening %1</source> |
| 4298 | <translation>Fehler beim Öffnen von %1</translation> | 4293 | <translation>Fehler beim Öffnen von %1</translation> |
| 4299 | </message> | 4294 | </message> |
| 4300 | <message> | 4295 | <message> |
| 4301 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4296 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4302 | <source>Select Directory</source> | 4297 | <source>Select Directory</source> |
| 4303 | <translation>Verzeichnis auswählen</translation> | 4298 | <translation>Verzeichnis auswählen</translation> |
| 4304 | </message> | 4299 | </message> |
| 4305 | <message> | 4300 | <message> |
| 4306 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4301 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4307 | <source>Properties</source> | 4302 | <source>Properties</source> |
| 4308 | <translation>Einstellungen</translation> | 4303 | <translation>Einstellungen</translation> |
| 4309 | </message> | 4304 | </message> |
| 4310 | <message> | 4305 | <message> |
| 4311 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4306 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4312 | <source>The game properties could not be loaded.</source> | 4307 | <source>The game properties could not be loaded.</source> |
| 4313 | <translation>Spiel-Einstellungen konnten nicht geladen werden.</translation> | 4308 | <translation>Spiel-Einstellungen konnten nicht geladen werden.</translation> |
| 4314 | </message> | 4309 | </message> |
| 4315 | <message> | 4310 | <message> |
| 4316 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4311 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4317 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4312 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4318 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4313 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4319 | <translation>Switch-Programme (%1);;Alle Dateien (*.*)</translation> | 4314 | <translation>Switch-Programme (%1);;Alle Dateien (*.*)</translation> |
| 4320 | </message> | 4315 | </message> |
| 4321 | <message> | 4316 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4317 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4323 | <source>Load File</source> | 4318 | <source>Load File</source> |
| 4324 | <translation>Datei laden</translation> | 4319 | <translation>Datei laden</translation> |
| 4325 | </message> | 4320 | </message> |
| 4326 | <message> | 4321 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4322 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4328 | <source>Open Extracted ROM Directory</source> | 4323 | <source>Open Extracted ROM Directory</source> |
| 4329 | <translation>Öffne das extrahierte ROM-Verzeichnis</translation> | 4324 | <translation>Öffne das extrahierte ROM-Verzeichnis</translation> |
| 4330 | </message> | 4325 | </message> |
| 4331 | <message> | 4326 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4327 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4333 | <source>Invalid Directory Selected</source> | 4328 | <source>Invalid Directory Selected</source> |
| 4334 | <translation>Ungültiges Verzeichnis ausgewählt</translation> | 4329 | <translation>Ungültiges Verzeichnis ausgewählt</translation> |
| 4335 | </message> | 4330 | </message> |
| 4336 | <message> | 4331 | <message> |
| 4337 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4332 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4338 | <source>The directory you have selected does not contain a 'main' file.</source> | 4333 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4339 | <translation>Das Verzeichnis, das du ausgewählt hast, enthält keine 'main'-Datei.</translation> | 4334 | <translation>Das Verzeichnis, das du ausgewählt hast, enthält keine 'main'-Datei.</translation> |
| 4340 | </message> | 4335 | </message> |
| 4341 | <message> | 4336 | <message> |
| 4342 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4337 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4343 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4338 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4344 | <translation>Installierbares Switch-Programm (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submissions Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4339 | <translation>Installierbares Switch-Programm (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submissions Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4345 | </message> | 4340 | </message> |
| 4346 | <message> | 4341 | <message> |
| 4347 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4342 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4348 | <source>Install Files</source> | 4343 | <source>Install Files</source> |
| 4349 | <translation>Dateien installieren</translation> | 4344 | <translation>Dateien installieren</translation> |
| 4350 | </message> | 4345 | </message> |
| 4351 | <message numerus="yes"> | 4346 | <message numerus="yes"> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4353 | <source>%n file(s) remaining</source> | 4348 | <source>%n file(s) remaining</source> |
| 4354 | <translation><numerusform>%n Datei verbleibend</numerusform><numerusform>%n Dateien verbleibend</numerusform></translation> | 4349 | <translation><numerusform>%n Datei verbleibend</numerusform><numerusform>%n Dateien verbleibend</numerusform></translation> |
| 4355 | </message> | 4350 | </message> |
| 4356 | <message> | 4351 | <message> |
| 4357 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4352 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4358 | <source>Installing file "%1"...</source> | 4353 | <source>Installing file "%1"...</source> |
| 4359 | <translation>Datei "%1" wird installiert...</translation> | 4354 | <translation>Datei "%1" wird installiert...</translation> |
| 4360 | </message> | 4355 | </message> |
| 4361 | <message> | 4356 | <message> |
| 4362 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4357 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4363 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4358 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4364 | <source>Install Results</source> | 4359 | <source>Install Results</source> |
| 4365 | <translation>NAND-Installation</translation> | 4360 | <translation>NAND-Installation</translation> |
| 4366 | </message> | 4361 | </message> |
| 4367 | <message> | 4362 | <message> |
| 4368 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4363 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4369 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4364 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4370 | Please, only use this feature to install updates and DLC.</source> | 4365 | Please, only use this feature to install updates and DLC.</source> |
| 4371 | <translation>Um Konflikte zu vermeiden, raten wir Nutzern davon ab, Spiele im NAND zu installieren. | 4366 | <translation>Um Konflikte zu vermeiden, raten wir Nutzern davon ab, Spiele im NAND zu installieren. |
| 4372 | Bitte nutze diese Funktion nur zum Installieren von Updates und DLC.</translation> | 4367 | Bitte nutze diese Funktion nur zum Installieren von Updates und DLC.</translation> |
| 4373 | </message> | 4368 | </message> |
| 4374 | <message numerus="yes"> | 4369 | <message numerus="yes"> |
| 4375 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4376 | <source>%n file(s) were newly installed | 4371 | <source>%n file(s) were newly installed |
| 4377 | </source> | 4372 | </source> |
| 4378 | <translation><numerusform>%n file was newly installed | 4373 | <translation><numerusform>%n file was newly installed |
| @@ -4380,413 +4375,413 @@ Bitte nutze diese Funktion nur zum Installieren von Updates und DLC.</translatio | |||
| 4380 | </numerusform></translation> | 4375 | </numerusform></translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message numerus="yes"> | 4377 | <message numerus="yes"> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4384 | <source>%n file(s) were overwritten | 4379 | <source>%n file(s) were overwritten |
| 4385 | </source> | 4380 | </source> |
| 4386 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4381 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4387 | </message> | 4382 | </message> |
| 4388 | <message numerus="yes"> | 4383 | <message numerus="yes"> |
| 4389 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4384 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4390 | <source>%n file(s) failed to install | 4385 | <source>%n file(s) failed to install |
| 4391 | </source> | 4386 | </source> |
| 4392 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4387 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4396 | <source>System Application</source> | 4391 | <source>System Application</source> |
| 4397 | <translation>Systemanwendung</translation> | 4392 | <translation>Systemanwendung</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4401 | <source>System Archive</source> | 4396 | <source>System Archive</source> |
| 4402 | <translation>Systemarchiv</translation> | 4397 | <translation>Systemarchiv</translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4406 | <source>System Application Update</source> | 4401 | <source>System Application Update</source> |
| 4407 | <translation>Systemanwendungsupdate</translation> | 4402 | <translation>Systemanwendungsupdate</translation> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4411 | <source>Firmware Package (Type A)</source> | 4406 | <source>Firmware Package (Type A)</source> |
| 4412 | <translation>Firmware-Paket (Typ A)</translation> | 4407 | <translation>Firmware-Paket (Typ A)</translation> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4416 | <source>Firmware Package (Type B)</source> | 4411 | <source>Firmware Package (Type B)</source> |
| 4417 | <translation>Firmware-Paket (Typ B)</translation> | 4412 | <translation>Firmware-Paket (Typ B)</translation> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4421 | <source>Game</source> | 4416 | <source>Game</source> |
| 4422 | <translation>Spiel</translation> | 4417 | <translation>Spiel</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4426 | <source>Game Update</source> | 4421 | <source>Game Update</source> |
| 4427 | <translation>Spiel-Update</translation> | 4422 | <translation>Spiel-Update</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4431 | <source>Game DLC</source> | 4426 | <source>Game DLC</source> |
| 4432 | <translation>Spiel-DLC</translation> | 4427 | <translation>Spiel-DLC</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4436 | <source>Delta Title</source> | 4431 | <source>Delta Title</source> |
| 4437 | <translation>Delta-Titel</translation> | 4432 | <translation>Delta-Titel</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4441 | <source>Select NCA Install Type...</source> | 4436 | <source>Select NCA Install Type...</source> |
| 4442 | <translation>Wähle den NCA-Installationstyp aus...</translation> | 4437 | <translation>Wähle den NCA-Installationstyp aus...</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4446 | <source>Please select the type of title you would like to install this NCA as: | 4441 | <source>Please select the type of title you would like to install this NCA as: |
| 4447 | (In most instances, the default 'Game' is fine.)</source> | 4442 | (In most instances, the default 'Game' is fine.)</source> |
| 4448 | <translation>Bitte wähle, als was diese NCA installiert werden soll: | 4443 | <translation>Bitte wähle, als was diese NCA installiert werden soll: |
| 4449 | (In den meisten Fällen sollte die Standardeinstellung 'Spiel' ausreichen.)</translation> | 4444 | (In den meisten Fällen sollte die Standardeinstellung 'Spiel' ausreichen.)</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4453 | <source>Failed to Install</source> | 4448 | <source>Failed to Install</source> |
| 4454 | <translation>Installation fehlgeschlagen</translation> | 4449 | <translation>Installation fehlgeschlagen</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4458 | <source>The title type you selected for the NCA is invalid.</source> | 4453 | <source>The title type you selected for the NCA is invalid.</source> |
| 4459 | <translation>Der Titel-Typ, den du für diese NCA ausgewählt hast, ist ungültig.</translation> | 4454 | <translation>Der Titel-Typ, den du für diese NCA ausgewählt hast, ist ungültig.</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4463 | <source>File not found</source> | 4458 | <source>File not found</source> |
| 4464 | <translation>Datei nicht gefunden</translation> | 4459 | <translation>Datei nicht gefunden</translation> |
| 4465 | </message> | 4460 | </message> |
| 4466 | <message> | 4461 | <message> |
| 4467 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4462 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4468 | <source>File "%1" not found</source> | 4463 | <source>File "%1" not found</source> |
| 4469 | <translation>Datei "%1" nicht gefunden</translation> | 4464 | <translation>Datei "%1" nicht gefunden</translation> |
| 4470 | </message> | 4465 | </message> |
| 4471 | <message> | 4466 | <message> |
| 4472 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4467 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4473 | <source>OK</source> | 4468 | <source>OK</source> |
| 4474 | <translation>OK</translation> | 4469 | <translation>OK</translation> |
| 4475 | </message> | 4470 | </message> |
| 4476 | <message> | 4471 | <message> |
| 4477 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4472 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4478 | <source>Missing yuzu Account</source> | 4473 | <source>Missing yuzu Account</source> |
| 4479 | <translation>Fehlender yuzu-Account</translation> | 4474 | <translation>Fehlender yuzu-Account</translation> |
| 4480 | </message> | 4475 | </message> |
| 4481 | <message> | 4476 | <message> |
| 4482 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4477 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4483 | <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> | 4478 | <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> |
| 4484 | <translation>Um einen Kompatibilitätsbericht abzuschicken, musst du einen yuzu-Account mit yuzu verbinden.<br><br/>Um einen yuzu-Account zu verbinden, prüfe die Einstellungen unter Emulation &gt; Konfiguration &gt; Web.</translation> | 4479 | <translation>Um einen Kompatibilitätsbericht abzuschicken, musst du einen yuzu-Account mit yuzu verbinden.<br><br/>Um einen yuzu-Account zu verbinden, prüfe die Einstellungen unter Emulation &gt; Konfiguration &gt; Web.</translation> |
| 4485 | </message> | 4480 | </message> |
| 4486 | <message> | 4481 | <message> |
| 4487 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4482 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4488 | <source>Error opening URL</source> | 4483 | <source>Error opening URL</source> |
| 4489 | <translation>Fehler beim Öffnen der URL</translation> | 4484 | <translation>Fehler beim Öffnen der URL</translation> |
| 4490 | </message> | 4485 | </message> |
| 4491 | <message> | 4486 | <message> |
| 4492 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4487 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4493 | <source>Unable to open the URL "%1".</source> | 4488 | <source>Unable to open the URL "%1".</source> |
| 4494 | <translation>URL "%1" kann nicht geöffnet werden.</translation> | 4489 | <translation>URL "%1" kann nicht geöffnet werden.</translation> |
| 4495 | </message> | 4490 | </message> |
| 4496 | <message> | 4491 | <message> |
| 4497 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4492 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4498 | <source>TAS Recording</source> | 4493 | <source>TAS Recording</source> |
| 4499 | <translation>TAS Aufnahme</translation> | 4494 | <translation>TAS Aufnahme</translation> |
| 4500 | </message> | 4495 | </message> |
| 4501 | <message> | 4496 | <message> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4503 | <source>Overwrite file of player 1?</source> | 4498 | <source>Overwrite file of player 1?</source> |
| 4504 | <translation>Datei von Spieler 1 überschreiben?</translation> | 4499 | <translation>Datei von Spieler 1 überschreiben?</translation> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4508 | <source>Invalid config detected</source> | 4503 | <source>Invalid config detected</source> |
| 4509 | <translation>Ungültige Konfiguration erkannt</translation> | 4504 | <translation>Ungültige Konfiguration erkannt</translation> |
| 4510 | </message> | 4505 | </message> |
| 4511 | <message> | 4506 | <message> |
| 4512 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4507 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4513 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4508 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4514 | <translation>Handheld-Controller können nicht im Dock verwendet werden. Der Pro-Controller wird verwendet.</translation> | 4509 | <translation>Handheld-Controller können nicht im Dock verwendet werden. Der Pro-Controller wird verwendet.</translation> |
| 4515 | </message> | 4510 | </message> |
| 4516 | <message> | 4511 | <message> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4518 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4513 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4519 | <source>Error</source> | 4514 | <source>Error</source> |
| 4520 | <translation>Fehler</translation> | 4515 | <translation>Fehler</translation> |
| 4521 | </message> | 4516 | </message> |
| 4522 | <message> | 4517 | <message> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4525 | <source>The current game is not looking for amiibos</source> | 4520 | <source>The current game is not looking for amiibos</source> |
| 4526 | <translation type="unfinished"/> | 4521 | <translation type="unfinished"/> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4525 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4531 | <source>Amiibo</source> | 4526 | <source>Amiibo</source> |
| 4532 | <translation>Amiibo</translation> | 4527 | <translation>Amiibo</translation> |
| 4533 | </message> | 4528 | </message> |
| 4534 | <message> | 4529 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4537 | <source>The current amiibo has been removed</source> | 4532 | <source>The current amiibo has been removed</source> |
| 4538 | <translation type="unfinished"/> | 4533 | <translation type="unfinished"/> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4542 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4537 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4543 | <translation>Amiibo-Datei (%1);; Alle Dateien (*.*)</translation> | 4538 | <translation>Amiibo-Datei (%1);; Alle Dateien (*.*)</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4547 | <source>Load Amiibo</source> | 4542 | <source>Load Amiibo</source> |
| 4548 | <translation>Amiibo laden</translation> | 4543 | <translation>Amiibo laden</translation> |
| 4549 | </message> | 4544 | </message> |
| 4550 | <message> | 4545 | <message> |
| 4551 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4546 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4552 | <source>Error opening Amiibo data file</source> | 4547 | <source>Error opening Amiibo data file</source> |
| 4553 | <translation>Fehler beim Öffnen der Amiibo Datei</translation> | 4548 | <translation>Fehler beim Öffnen der Amiibo Datei</translation> |
| 4554 | </message> | 4549 | </message> |
| 4555 | <message> | 4550 | <message> |
| 4556 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4557 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4552 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4558 | <translation>Die Amiibo Datei "%1" konnte nicht zum Lesen geöffnet werden.</translation> | 4553 | <translation>Die Amiibo Datei "%1" konnte nicht zum Lesen geöffnet werden.</translation> |
| 4559 | </message> | 4554 | </message> |
| 4560 | <message> | 4555 | <message> |
| 4561 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4562 | <source>Error reading Amiibo data file</source> | 4557 | <source>Error reading Amiibo data file</source> |
| 4563 | <translation>Fehler beim Lesen der Amiibo-Daten</translation> | 4558 | <translation>Fehler beim Lesen der Amiibo-Daten</translation> |
| 4564 | </message> | 4559 | </message> |
| 4565 | <message> | 4560 | <message> |
| 4566 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4561 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4567 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4562 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4568 | <translation>Amiibo-Daten können nicht vollständig gelesen werden. Es wurde erwartet, dass %1 Bytes gelesen werden, es konnten aber nur %2 Bytes gelesen werden.</translation> | 4563 | <translation>Amiibo-Daten können nicht vollständig gelesen werden. Es wurde erwartet, dass %1 Bytes gelesen werden, es konnten aber nur %2 Bytes gelesen werden.</translation> |
| 4569 | </message> | 4564 | </message> |
| 4570 | <message> | 4565 | <message> |
| 4571 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4566 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4572 | <source>Error loading Amiibo data</source> | 4567 | <source>Error loading Amiibo data</source> |
| 4573 | <translation>Fehler beim Laden der Amiibo-Daten</translation> | 4568 | <translation>Fehler beim Laden der Amiibo-Daten</translation> |
| 4574 | </message> | 4569 | </message> |
| 4575 | <message> | 4570 | <message> |
| 4576 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4571 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4577 | <source>Unable to load Amiibo data.</source> | 4572 | <source>Unable to load Amiibo data.</source> |
| 4578 | <translation>Amiibo-Daten konnten nicht geladen werden.</translation> | 4573 | <translation>Amiibo-Daten konnten nicht geladen werden.</translation> |
| 4579 | </message> | 4574 | </message> |
| 4580 | <message> | 4575 | <message> |
| 4581 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4576 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4582 | <source>Capture Screenshot</source> | 4577 | <source>Capture Screenshot</source> |
| 4583 | <translation>Screenshot aufnehmen</translation> | 4578 | <translation>Screenshot aufnehmen</translation> |
| 4584 | </message> | 4579 | </message> |
| 4585 | <message> | 4580 | <message> |
| 4586 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4581 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4587 | <source>PNG Image (*.png)</source> | 4582 | <source>PNG Image (*.png)</source> |
| 4588 | <translation>PNG Bild (*.png)</translation> | 4583 | <translation>PNG Bild (*.png)</translation> |
| 4589 | </message> | 4584 | </message> |
| 4590 | <message> | 4585 | <message> |
| 4591 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4586 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4592 | <source>TAS state: Running %1/%2</source> | 4587 | <source>TAS state: Running %1/%2</source> |
| 4593 | <translation>TAS Zustand: Läuft %1/%2</translation> | 4588 | <translation>TAS Zustand: Läuft %1/%2</translation> |
| 4594 | </message> | 4589 | </message> |
| 4595 | <message> | 4590 | <message> |
| 4596 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4591 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4597 | <source>TAS state: Recording %1</source> | 4592 | <source>TAS state: Recording %1</source> |
| 4598 | <translation>TAS Zustand: Aufnahme %1</translation> | 4593 | <translation>TAS Zustand: Aufnahme %1</translation> |
| 4599 | </message> | 4594 | </message> |
| 4600 | <message> | 4595 | <message> |
| 4601 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4596 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4602 | <source>TAS state: Idle %1/%2</source> | 4597 | <source>TAS state: Idle %1/%2</source> |
| 4603 | <translation type="unfinished"/> | 4598 | <translation type="unfinished"/> |
| 4604 | </message> | 4599 | </message> |
| 4605 | <message> | 4600 | <message> |
| 4606 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4601 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4607 | <source>TAS State: Invalid</source> | 4602 | <source>TAS State: Invalid</source> |
| 4608 | <translation>TAS Zustand: Ungültig</translation> | 4603 | <translation>TAS Zustand: Ungültig</translation> |
| 4609 | </message> | 4604 | </message> |
| 4610 | <message> | 4605 | <message> |
| 4611 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4606 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4612 | <source>&Stop Running</source> | 4607 | <source>&Stop Running</source> |
| 4613 | <translation type="unfinished"/> | 4608 | <translation type="unfinished"/> |
| 4614 | </message> | 4609 | </message> |
| 4615 | <message> | 4610 | <message> |
| 4616 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4611 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4617 | <source>&Start</source> | 4612 | <source>&Start</source> |
| 4618 | <translation>&Start</translation> | 4613 | <translation>&Start</translation> |
| 4619 | </message> | 4614 | </message> |
| 4620 | <message> | 4615 | <message> |
| 4621 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4616 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4622 | <source>Stop R&ecording</source> | 4617 | <source>Stop R&ecording</source> |
| 4623 | <translation type="unfinished"/> | 4618 | <translation type="unfinished"/> |
| 4624 | </message> | 4619 | </message> |
| 4625 | <message> | 4620 | <message> |
| 4626 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4621 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4627 | <source>R&ecord</source> | 4622 | <source>R&ecord</source> |
| 4628 | <translation type="unfinished"/> | 4623 | <translation type="unfinished"/> |
| 4629 | </message> | 4624 | </message> |
| 4630 | <message numerus="yes"> | 4625 | <message numerus="yes"> |
| 4631 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4626 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4632 | <source>Building: %n shader(s)</source> | 4627 | <source>Building: %n shader(s)</source> |
| 4633 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4628 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4634 | </message> | 4629 | </message> |
| 4635 | <message> | 4630 | <message> |
| 4636 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4631 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4637 | <source>Scale: %1x</source> | 4632 | <source>Scale: %1x</source> |
| 4638 | <comment>%1 is the resolution scaling factor</comment> | 4633 | <comment>%1 is the resolution scaling factor</comment> |
| 4639 | <translation>Skalierung: %1x</translation> | 4634 | <translation>Skalierung: %1x</translation> |
| 4640 | </message> | 4635 | </message> |
| 4641 | <message> | 4636 | <message> |
| 4642 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4643 | <source>Speed: %1% / %2%</source> | 4638 | <source>Speed: %1% / %2%</source> |
| 4644 | <translation>Geschwindigkeit: %1% / %2%</translation> | 4639 | <translation>Geschwindigkeit: %1% / %2%</translation> |
| 4645 | </message> | 4640 | </message> |
| 4646 | <message> | 4641 | <message> |
| 4647 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4648 | <source>Speed: %1%</source> | 4643 | <source>Speed: %1%</source> |
| 4649 | <translation>Geschwindigkeit: %1%</translation> | 4644 | <translation>Geschwindigkeit: %1%</translation> |
| 4650 | </message> | 4645 | </message> |
| 4651 | <message> | 4646 | <message> |
| 4652 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4653 | <source>Game: %1 FPS (Unlocked)</source> | 4648 | <source>Game: %1 FPS (Unlocked)</source> |
| 4654 | <translation>Spiel: %1 FPS (Unbegrenzt)</translation> | 4649 | <translation>Spiel: %1 FPS (Unbegrenzt)</translation> |
| 4655 | </message> | 4650 | </message> |
| 4656 | <message> | 4651 | <message> |
| 4657 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4658 | <source>Game: %1 FPS</source> | 4653 | <source>Game: %1 FPS</source> |
| 4659 | <translation>Spiel: %1 FPS</translation> | 4654 | <translation>Spiel: %1 FPS</translation> |
| 4660 | </message> | 4655 | </message> |
| 4661 | <message> | 4656 | <message> |
| 4662 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4663 | <source>Frame: %1 ms</source> | 4658 | <source>Frame: %1 ms</source> |
| 4664 | <translation>Frame: %1 ms</translation> | 4659 | <translation>Frame: %1 ms</translation> |
| 4665 | </message> | 4660 | </message> |
| 4666 | <message> | 4661 | <message> |
| 4667 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4662 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4668 | <source>GPU NORMAL</source> | 4663 | <source>GPU NORMAL</source> |
| 4669 | <translation>GPU NORMAL</translation> | 4664 | <translation>GPU NORMAL</translation> |
| 4670 | </message> | 4665 | </message> |
| 4671 | <message> | 4666 | <message> |
| 4672 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4667 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4673 | <source>GPU HIGH</source> | 4668 | <source>GPU HIGH</source> |
| 4674 | <translation>GPU HOCH</translation> | 4669 | <translation>GPU HOCH</translation> |
| 4675 | </message> | 4670 | </message> |
| 4676 | <message> | 4671 | <message> |
| 4677 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4672 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4678 | <source>GPU EXTREME</source> | 4673 | <source>GPU EXTREME</source> |
| 4679 | <translation>GPU EXTREM</translation> | 4674 | <translation>GPU EXTREM</translation> |
| 4680 | </message> | 4675 | </message> |
| 4681 | <message> | 4676 | <message> |
| 4682 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4677 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4683 | <source>GPU ERROR</source> | 4678 | <source>GPU ERROR</source> |
| 4684 | <translation>GPU FEHLER</translation> | 4679 | <translation>GPU FEHLER</translation> |
| 4685 | </message> | 4680 | </message> |
| 4686 | <message> | 4681 | <message> |
| 4687 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4682 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4688 | <source>NEAREST</source> | 4683 | <source>NEAREST</source> |
| 4689 | <translation>NÄCHSTER</translation> | 4684 | <translation>NÄCHSTER</translation> |
| 4690 | </message> | 4685 | </message> |
| 4691 | <message> | 4686 | <message> |
| 4692 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4687 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4693 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4694 | <source>BILINEAR</source> | 4689 | <source>BILINEAR</source> |
| 4695 | <translation>BILINEAR</translation> | 4690 | <translation>BILINEAR</translation> |
| 4696 | </message> | 4691 | </message> |
| 4697 | <message> | 4692 | <message> |
| 4698 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4699 | <source>BICUBIC</source> | 4694 | <source>BICUBIC</source> |
| 4700 | <translation>BIKUBISCH</translation> | 4695 | <translation>BIKUBISCH</translation> |
| 4701 | </message> | 4696 | </message> |
| 4702 | <message> | 4697 | <message> |
| 4703 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4704 | <source>GAUSSIAN</source> | 4699 | <source>GAUSSIAN</source> |
| 4705 | <translation type="unfinished"/> | 4700 | <translation type="unfinished"/> |
| 4706 | </message> | 4701 | </message> |
| 4707 | <message> | 4702 | <message> |
| 4708 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4703 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4709 | <source>SCALEFORCE</source> | 4704 | <source>SCALEFORCE</source> |
| 4710 | <translation>SCALEFORCE</translation> | 4705 | <translation>SCALEFORCE</translation> |
| 4711 | </message> | 4706 | </message> |
| 4712 | <message> | 4707 | <message> |
| 4713 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4708 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4714 | <source>FSR</source> | 4709 | <source>FSR</source> |
| 4715 | <translation>FSR</translation> | 4710 | <translation>FSR</translation> |
| 4716 | </message> | 4711 | </message> |
| 4717 | <message> | 4712 | <message> |
| 4718 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4719 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4720 | <source>NO AA</source> | 4715 | <source>NO AA</source> |
| 4721 | <translation type="unfinished"/> | 4716 | <translation type="unfinished"/> |
| 4722 | </message> | 4717 | </message> |
| 4723 | <message> | 4718 | <message> |
| 4724 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4725 | <source>FXAA</source> | 4720 | <source>FXAA</source> |
| 4726 | <translation>FXAA</translation> | 4721 | <translation>FXAA</translation> |
| 4727 | </message> | 4722 | </message> |
| 4728 | <message> | 4723 | <message> |
| 4729 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4730 | <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> | 4725 | <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> |
| 4731 | <translation>Das Spiel, dass du versuchst zu spielen, benötigt bestimmte Dateien von deiner Switch-Konsole.<br/><br/>Um Informationen darüber zu erhalten, wie du diese Dateien von deiner Switch extrahieren kannst, prüfe bitte die folgenden Wiki-Seiten: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>System-Archive und Shared Fonts von einer Switch-Konsole extrahieren</a>.<br/><br/>Willst du zur Spiele-Liste zurückkehren und die Emulation beenden? Das Fortsetzen der Emulation könnte zu Spielfehlern, Abstürzen, beschädigten Speicherdaten und anderen Fehlern führen.</translation> | 4726 | <translation>Das Spiel, dass du versuchst zu spielen, benötigt bestimmte Dateien von deiner Switch-Konsole.<br/><br/>Um Informationen darüber zu erhalten, wie du diese Dateien von deiner Switch extrahieren kannst, prüfe bitte die folgenden Wiki-Seiten: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>System-Archive und Shared Fonts von einer Switch-Konsole extrahieren</a>.<br/><br/>Willst du zur Spiele-Liste zurückkehren und die Emulation beenden? Das Fortsetzen der Emulation könnte zu Spielfehlern, Abstürzen, beschädigten Speicherdaten und anderen Fehlern führen.</translation> |
| 4732 | </message> | 4727 | </message> |
| 4733 | <message> | 4728 | <message> |
| 4734 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4735 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4730 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4736 | <translation>yuzu konnte ein Switch Systemarchiv nicht finden. %1</translation> | 4731 | <translation>yuzu konnte ein Switch Systemarchiv nicht finden. %1</translation> |
| 4737 | </message> | 4732 | </message> |
| 4738 | <message> | 4733 | <message> |
| 4739 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4740 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4735 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4741 | <translation>yuzu konnte ein Switch Systemarchiv nicht finden: %1. %2</translation> | 4736 | <translation>yuzu konnte ein Switch Systemarchiv nicht finden: %1. %2</translation> |
| 4742 | </message> | 4737 | </message> |
| 4743 | <message> | 4738 | <message> |
| 4744 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4745 | <source>System Archive Not Found</source> | 4740 | <source>System Archive Not Found</source> |
| 4746 | <translation>Systemarchiv nicht gefunden</translation> | 4741 | <translation>Systemarchiv nicht gefunden</translation> |
| 4747 | </message> | 4742 | </message> |
| 4748 | <message> | 4743 | <message> |
| 4749 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4744 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4750 | <source>System Archive Missing</source> | 4745 | <source>System Archive Missing</source> |
| 4751 | <translation>Systemarchiv fehlt</translation> | 4746 | <translation>Systemarchiv fehlt</translation> |
| 4752 | </message> | 4747 | </message> |
| 4753 | <message> | 4748 | <message> |
| 4754 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4749 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4755 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4750 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4756 | <translation>yuzu konnte die Switch Shared Fonts nicht finden. %1</translation> | 4751 | <translation>yuzu konnte die Switch Shared Fonts nicht finden. %1</translation> |
| 4757 | </message> | 4752 | </message> |
| 4758 | <message> | 4753 | <message> |
| 4759 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4754 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4760 | <source>Shared Fonts Not Found</source> | 4755 | <source>Shared Fonts Not Found</source> |
| 4761 | <translation>Shared Fonts nicht gefunden</translation> | 4756 | <translation>Shared Fonts nicht gefunden</translation> |
| 4762 | </message> | 4757 | </message> |
| 4763 | <message> | 4758 | <message> |
| 4764 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4759 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4765 | <source>Shared Font Missing</source> | 4760 | <source>Shared Font Missing</source> |
| 4766 | <translation>Shared Font fehlt</translation> | 4761 | <translation>Shared Font fehlt</translation> |
| 4767 | </message> | 4762 | </message> |
| 4768 | <message> | 4763 | <message> |
| 4769 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4764 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4770 | <source>Fatal Error</source> | 4765 | <source>Fatal Error</source> |
| 4771 | <translation>Schwerwiegender Fehler</translation> | 4766 | <translation>Schwerwiegender Fehler</translation> |
| 4772 | </message> | 4767 | </message> |
| 4773 | <message> | 4768 | <message> |
| 4774 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4769 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4775 | <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> | 4770 | <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> |
| 4776 | <translation>Ein schwerwiegender Fehler ist aufgetreten, bitte prüfe die Log-Dateien auf mögliche Fehlermeldungen. Weitere Informationen: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Wie kann ich eine Log-Datei hochladen</a>.<br/><br/>Willst du zur Spiele-Liste zurückkehren und die Emulation beenden? Das Fortsetzen der Emulation könnte zu Spielfehlern, Abstürzen, beschädigten Speicherdaten und anderen Fehlern führen.</translation> | 4771 | <translation>Ein schwerwiegender Fehler ist aufgetreten, bitte prüfe die Log-Dateien auf mögliche Fehlermeldungen. Weitere Informationen: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Wie kann ich eine Log-Datei hochladen</a>.<br/><br/>Willst du zur Spiele-Liste zurückkehren und die Emulation beenden? Das Fortsetzen der Emulation könnte zu Spielfehlern, Abstürzen, beschädigten Speicherdaten und anderen Fehlern führen.</translation> |
| 4777 | </message> | 4772 | </message> |
| 4778 | <message> | 4773 | <message> |
| 4779 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4774 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4780 | <source>Fatal Error encountered</source> | 4775 | <source>Fatal Error encountered</source> |
| 4781 | <translation>Fataler Fehler aufgetreten</translation> | 4776 | <translation>Fataler Fehler aufgetreten</translation> |
| 4782 | </message> | 4777 | </message> |
| 4783 | <message> | 4778 | <message> |
| 4784 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4779 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4785 | <source>Confirm Key Rederivation</source> | 4780 | <source>Confirm Key Rederivation</source> |
| 4786 | <translation>Schlüsselableitung bestätigen</translation> | 4781 | <translation>Schlüsselableitung bestätigen</translation> |
| 4787 | </message> | 4782 | </message> |
| 4788 | <message> | 4783 | <message> |
| 4789 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4784 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4790 | <source>You are about to force rederive all of your keys. | 4785 | <source>You are about to force rederive all of your keys. |
| 4791 | If you do not know what this means or what you are doing, | 4786 | If you do not know what this means or what you are doing, |
| 4792 | this is a potentially destructive action. | 4787 | this is a potentially destructive action. |
| @@ -4799,37 +4794,37 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4799 | Dieser Prozess wird die generierten Schlüsseldateien löschen und die Schlüsselableitung neu starten.</translation> | 4794 | Dieser Prozess wird die generierten Schlüsseldateien löschen und die Schlüsselableitung neu starten.</translation> |
| 4800 | </message> | 4795 | </message> |
| 4801 | <message> | 4796 | <message> |
| 4802 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4797 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4803 | <source>Missing fuses</source> | 4798 | <source>Missing fuses</source> |
| 4804 | <translation>Fuses fehlen</translation> | 4799 | <translation>Fuses fehlen</translation> |
| 4805 | </message> | 4800 | </message> |
| 4806 | <message> | 4801 | <message> |
| 4807 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4802 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4808 | <source> - Missing BOOT0</source> | 4803 | <source> - Missing BOOT0</source> |
| 4809 | <translation> - BOOT0 fehlt</translation> | 4804 | <translation> - BOOT0 fehlt</translation> |
| 4810 | </message> | 4805 | </message> |
| 4811 | <message> | 4806 | <message> |
| 4812 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4807 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4813 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4808 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4814 | <translation> - BCPKG2-1-Normal-Main fehlt</translation> | 4809 | <translation> - BCPKG2-1-Normal-Main fehlt</translation> |
| 4815 | </message> | 4810 | </message> |
| 4816 | <message> | 4811 | <message> |
| 4817 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4812 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4818 | <source> - Missing PRODINFO</source> | 4813 | <source> - Missing PRODINFO</source> |
| 4819 | <translation> - PRODINFO fehlt</translation> | 4814 | <translation> - PRODINFO fehlt</translation> |
| 4820 | </message> | 4815 | </message> |
| 4821 | <message> | 4816 | <message> |
| 4822 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4817 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4823 | <source>Derivation Components Missing</source> | 4818 | <source>Derivation Components Missing</source> |
| 4824 | <translation>Derivationskomponenten fehlen</translation> | 4819 | <translation>Derivationskomponenten fehlen</translation> |
| 4825 | </message> | 4820 | </message> |
| 4826 | <message> | 4821 | <message> |
| 4827 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4822 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4828 | <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> | 4823 | <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> |
| 4829 | <translation type="unfinished"/> | 4824 | <translation type="unfinished"/> |
| 4830 | </message> | 4825 | </message> |
| 4831 | <message> | 4826 | <message> |
| 4832 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4827 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4833 | <source>Deriving keys... | 4828 | <source>Deriving keys... |
| 4834 | This may take up to a minute depending | 4829 | This may take up to a minute depending |
| 4835 | on your system's performance.</source> | 4830 | on your system's performance.</source> |
| @@ -4837,39 +4832,39 @@ on your system's performance.</source> | |||
| 4837 | Dies könnte, je nach Leistung deines Systems, bis zu einer Minute dauern.</translation> | 4832 | Dies könnte, je nach Leistung deines Systems, bis zu einer Minute dauern.</translation> |
| 4838 | </message> | 4833 | </message> |
| 4839 | <message> | 4834 | <message> |
| 4840 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4835 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4841 | <source>Deriving Keys</source> | 4836 | <source>Deriving Keys</source> |
| 4842 | <translation>Schlüsselableitung</translation> | 4837 | <translation>Schlüsselableitung</translation> |
| 4843 | </message> | 4838 | </message> |
| 4844 | <message> | 4839 | <message> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4846 | <source>Select RomFS Dump Target</source> | 4841 | <source>Select RomFS Dump Target</source> |
| 4847 | <translation>RomFS wählen</translation> | 4842 | <translation>RomFS wählen</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4851 | <source>Please select which RomFS you would like to dump.</source> | 4846 | <source>Please select which RomFS you would like to dump.</source> |
| 4852 | <translation>Wähle, welches RomFS du speichern möchtest.</translation> | 4847 | <translation>Wähle, welches RomFS du speichern möchtest.</translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4856 | <source>Are you sure you want to close yuzu?</source> | 4851 | <source>Are you sure you want to close yuzu?</source> |
| 4857 | <translation>Bist du sicher, dass du yuzu beenden willst?</translation> | 4852 | <translation>Bist du sicher, dass du yuzu beenden willst?</translation> |
| 4858 | </message> | 4853 | </message> |
| 4859 | <message> | 4854 | <message> |
| 4860 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4855 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4861 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4856 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4863 | <source>yuzu</source> | 4858 | <source>yuzu</source> |
| 4864 | <translation>yuzu</translation> | 4859 | <translation>yuzu</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4868 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4863 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4869 | <translation>Bist du sicher, dass du die Emulation stoppen willst? Jeder nicht gespeicherte Fortschritt geht verloren.</translation> | 4864 | <translation>Bist du sicher, dass du die Emulation stoppen willst? Jeder nicht gespeicherte Fortschritt geht verloren.</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4867 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4873 | <source>The currently running application has requested yuzu to not exit. | 4868 | <source>The currently running application has requested yuzu to not exit. |
| 4874 | 4869 | ||
| 4875 | Would you like to bypass this and exit anyway?</source> | 4870 | Would you like to bypass this and exit anyway?</source> |
| @@ -4881,38 +4876,38 @@ Möchtest du dies umgehen und sie trotzdem beenden?</translation> | |||
| 4881 | <context> | 4876 | <context> |
| 4882 | <name>GRenderWindow</name> | 4877 | <name>GRenderWindow</name> |
| 4883 | <message> | 4878 | <message> |
| 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4879 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4885 | <source>OpenGL not available!</source> | 4880 | <source>OpenGL not available!</source> |
| 4886 | <translation>OpenGL nicht verfügbar!</translation> | 4881 | <translation>OpenGL nicht verfügbar!</translation> |
| 4887 | </message> | 4882 | </message> |
| 4888 | <message> | 4883 | <message> |
| 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4890 | <source>yuzu has not been compiled with OpenGL support.</source> | 4885 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4891 | <translation>yuzu wurde nicht mit OpenGL-Unterstützung kompiliert.</translation> | 4886 | <translation>yuzu wurde nicht mit OpenGL-Unterstützung kompiliert.</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4895 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4890 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4896 | <source>Error while initializing OpenGL!</source> | 4891 | <source>Error while initializing OpenGL!</source> |
| 4897 | <translation>Fehler beim Initialisieren von OpenGL!</translation> | 4892 | <translation>Fehler beim Initialisieren von OpenGL!</translation> |
| 4898 | </message> | 4893 | </message> |
| 4899 | <message> | 4894 | <message> |
| 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4895 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4901 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4896 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4902 | <translation>Deine Grafikkarte unterstützt kein OpenGL oder du hast nicht den neusten Treiber installiert.</translation> | 4897 | <translation>Deine Grafikkarte unterstützt kein OpenGL oder du hast nicht den neusten Treiber installiert.</translation> |
| 4903 | </message> | 4898 | </message> |
| 4904 | <message> | 4899 | <message> |
| 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4906 | <source>Error while initializing OpenGL 4.6!</source> | 4901 | <source>Error while initializing OpenGL 4.6!</source> |
| 4907 | <translation>Fehler beim Initialisieren von OpenGL 4.6!</translation> | 4902 | <translation>Fehler beim Initialisieren von OpenGL 4.6!</translation> |
| 4908 | </message> | 4903 | </message> |
| 4909 | <message> | 4904 | <message> |
| 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4911 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4906 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4912 | <translation>Deine Grafikkarte unterstützt OpenGL 4.6 nicht, oder du benutzt nicht die neuste Treiberversion.<br><br>GL Renderer:<br>%1</translation> | 4907 | <translation>Deine Grafikkarte unterstützt OpenGL 4.6 nicht, oder du benutzt nicht die neuste Treiberversion.<br><br>GL Renderer:<br>%1</translation> |
| 4913 | </message> | 4908 | </message> |
| 4914 | <message> | 4909 | <message> |
| 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4916 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4911 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4917 | <translation>Deine Grafikkarte unterstützt anscheinend nicht eine oder mehrere von yuzu benötigten OpenGL-Erweiterungen. Bitte stelle sicher, dass du den neusten Grafiktreiber installiert hast.<br><br>GL Renderer:<br>%1<br><br>Nicht unterstützte Erweiterungen:<br>%2</translation> | 4912 | <translation>Deine Grafikkarte unterstützt anscheinend nicht eine oder mehrere von yuzu benötigten OpenGL-Erweiterungen. Bitte stelle sicher, dass du den neusten Grafiktreiber installiert hast.<br><br>GL Renderer:<br>%1<br><br>Nicht unterstützte Erweiterungen:<br>%2</translation> |
| 4918 | </message> | 4913 | </message> |
diff --git a/dist/languages/el.ts b/dist/languages/el.ts index b067e4782..c2f59544f 100644 --- a/dist/languages/el.ts +++ b/dist/languages/el.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Σχετικά με το yuzu</translation> | 7 | <translation>Σχετικά με το yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Ιστοσελίδα</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Πηγαίος Κώδικας</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">ΣυνεÏγάτες</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Άδεια</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Ιστοσελίδα</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Πηγαίος Κώδικας</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">ΣυνεÏγάτες</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Άδεια</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">Το &quot;Nintendo Switch&quot; είναι Îνα εμποÏικό σήμα της Nintendo. Ο yuzu δε συνδÎεται με την Nintendo με κανÎναν Ï„Ïόπο.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">Το &quot;Nintendo Switch&quot; είναι Îνα εμποÏικό σήμα της Nintendo. Ο yuzu δε συνδÎεται με την Nintendo με κανÎναν Ï„Ïόπο.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4036,756 +4031,756 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4036 | <translation type="unfinished"/> | 4031 | <translation type="unfinished"/> |
| 4037 | </message> | 4032 | </message> |
| 4038 | <message> | 4033 | <message> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4034 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4040 | <source>(64-bit)</source> | 4035 | <source>(64-bit)</source> |
| 4041 | <translation>(64-bit)</translation> | 4036 | <translation>(64-bit)</translation> |
| 4042 | </message> | 4037 | </message> |
| 4043 | <message> | 4038 | <message> |
| 4044 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4039 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4045 | <source>(32-bit)</source> | 4040 | <source>(32-bit)</source> |
| 4046 | <translation>(32-bit)</translation> | 4041 | <translation>(32-bit)</translation> |
| 4047 | </message> | 4042 | </message> |
| 4048 | <message> | 4043 | <message> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4050 | <source>%1 %2</source> | 4045 | <source>%1 %2</source> |
| 4051 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4046 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4052 | <translation>%1 %2</translation> | 4047 | <translation>%1 %2</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4056 | <source>Save Data</source> | 4051 | <source>Save Data</source> |
| 4057 | <translation>Αποθήκευση δεδομÎνων</translation> | 4052 | <translation>Αποθήκευση δεδομÎνων</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4061 | <source>Mod Data</source> | 4056 | <source>Mod Data</source> |
| 4062 | <translation type="unfinished"/> | 4057 | <translation type="unfinished"/> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4066 | <source>Error Opening %1 Folder</source> | 4061 | <source>Error Opening %1 Folder</source> |
| 4067 | <translation type="unfinished"/> | 4062 | <translation type="unfinished"/> |
| 4068 | </message> | 4063 | </message> |
| 4069 | <message> | 4064 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4072 | <source>Folder does not exist!</source> | 4067 | <source>Folder does not exist!</source> |
| 4073 | <translation>Ο φάκελος δεν υπάÏχει!</translation> | 4068 | <translation>Ο φάκελος δεν υπάÏχει!</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4077 | <source>Error Opening Transferable Shader Cache</source> | 4072 | <source>Error Opening Transferable Shader Cache</source> |
| 4078 | <translation type="unfinished"/> | 4073 | <translation type="unfinished"/> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4082 | <source>Failed to create the shader cache directory for this title.</source> | 4077 | <source>Failed to create the shader cache directory for this title.</source> |
| 4083 | <translation type="unfinished"/> | 4078 | <translation type="unfinished"/> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4087 | <source>Contents</source> | 4082 | <source>Contents</source> |
| 4088 | <translation>ΠεÏιεχόμενα</translation> | 4083 | <translation>ΠεÏιεχόμενα</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4092 | <source>Update</source> | 4087 | <source>Update</source> |
| 4093 | <translation>ΕνημÎÏωση</translation> | 4088 | <translation>ΕνημÎÏωση</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4097 | <source>DLC</source> | 4092 | <source>DLC</source> |
| 4098 | <translation>DLC</translation> | 4093 | <translation>DLC</translation> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4102 | <source>Remove Entry</source> | 4097 | <source>Remove Entry</source> |
| 4103 | <translation type="unfinished"/> | 4098 | <translation type="unfinished"/> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4107 | <source>Remove Installed Game %1?</source> | 4102 | <source>Remove Installed Game %1?</source> |
| 4108 | <translation type="unfinished"/> | 4103 | <translation type="unfinished"/> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4109 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4115 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4110 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4117 | <source>Successfully Removed</source> | 4112 | <source>Successfully Removed</source> |
| 4118 | <translation type="unfinished"/> | 4113 | <translation type="unfinished"/> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4122 | <source>Successfully removed the installed base game.</source> | 4117 | <source>Successfully removed the installed base game.</source> |
| 4123 | <translation type="unfinished"/> | 4118 | <translation type="unfinished"/> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4129 | <source>Error Removing %1</source> | 4124 | <source>Error Removing %1</source> |
| 4130 | <translation type="unfinished"/> | 4125 | <translation type="unfinished"/> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4134 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4129 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4135 | <translation type="unfinished"/> | 4130 | <translation type="unfinished"/> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4139 | <source>Successfully removed the installed update.</source> | 4134 | <source>Successfully removed the installed update.</source> |
| 4140 | <translation type="unfinished"/> | 4135 | <translation type="unfinished"/> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4144 | <source>There is no update installed for this title.</source> | 4139 | <source>There is no update installed for this title.</source> |
| 4145 | <translation type="unfinished"/> | 4140 | <translation type="unfinished"/> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4149 | <source>There are no DLC installed for this title.</source> | 4144 | <source>There are no DLC installed for this title.</source> |
| 4150 | <translation type="unfinished"/> | 4145 | <translation type="unfinished"/> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4154 | <source>Successfully removed %1 installed DLC.</source> | 4149 | <source>Successfully removed %1 installed DLC.</source> |
| 4155 | <translation type="unfinished"/> | 4150 | <translation type="unfinished"/> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4159 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4154 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4160 | <translation type="unfinished"/> | 4155 | <translation type="unfinished"/> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4164 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4159 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4165 | <translation type="unfinished"/> | 4160 | <translation type="unfinished"/> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4169 | <source>Delete All Transferable Shader Caches?</source> | 4164 | <source>Delete All Transferable Shader Caches?</source> |
| 4170 | <translation type="unfinished"/> | 4165 | <translation type="unfinished"/> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4174 | <source>Remove Custom Game Configuration?</source> | 4169 | <source>Remove Custom Game Configuration?</source> |
| 4175 | <translation type="unfinished"/> | 4170 | <translation type="unfinished"/> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4179 | <source>Remove File</source> | 4174 | <source>Remove File</source> |
| 4180 | <translation>ΑφαίÏεση ΑÏχείου</translation> | 4175 | <translation>ΑφαίÏεση ΑÏχείου</translation> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4185 | <source>Error Removing Transferable Shader Cache</source> | 4180 | <source>Error Removing Transferable Shader Cache</source> |
| 4186 | <translation type="unfinished"/> | 4181 | <translation type="unfinished"/> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4191 | <source>A shader cache for this title does not exist.</source> | 4186 | <source>A shader cache for this title does not exist.</source> |
| 4192 | <translation type="unfinished"/> | 4187 | <translation type="unfinished"/> |
| 4193 | </message> | 4188 | </message> |
| 4194 | <message> | 4189 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4196 | <source>Successfully removed the transferable shader cache.</source> | 4191 | <source>Successfully removed the transferable shader cache.</source> |
| 4197 | <translation type="unfinished"/> | 4192 | <translation type="unfinished"/> |
| 4198 | </message> | 4193 | </message> |
| 4199 | <message> | 4194 | <message> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4201 | <source>Failed to remove the transferable shader cache.</source> | 4196 | <source>Failed to remove the transferable shader cache.</source> |
| 4202 | <translation type="unfinished"/> | 4197 | <translation type="unfinished"/> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4207 | <source>Error Removing Transferable Shader Caches</source> | 4202 | <source>Error Removing Transferable Shader Caches</source> |
| 4208 | <translation type="unfinished"/> | 4203 | <translation type="unfinished"/> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4212 | <source>Successfully removed the transferable shader caches.</source> | 4207 | <source>Successfully removed the transferable shader caches.</source> |
| 4213 | <translation type="unfinished"/> | 4208 | <translation type="unfinished"/> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4217 | <source>Failed to remove the transferable shader cache directory.</source> | 4212 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4218 | <translation type="unfinished"/> | 4213 | <translation type="unfinished"/> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4223 | <source>Error Removing Custom Configuration</source> | 4218 | <source>Error Removing Custom Configuration</source> |
| 4224 | <translation type="unfinished"/> | 4219 | <translation type="unfinished"/> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4228 | <source>A custom configuration for this title does not exist.</source> | 4223 | <source>A custom configuration for this title does not exist.</source> |
| 4229 | <translation type="unfinished"/> | 4224 | <translation type="unfinished"/> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4233 | <source>Successfully removed the custom game configuration.</source> | 4228 | <source>Successfully removed the custom game configuration.</source> |
| 4234 | <translation type="unfinished"/> | 4229 | <translation type="unfinished"/> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4238 | <source>Failed to remove the custom game configuration.</source> | 4233 | <source>Failed to remove the custom game configuration.</source> |
| 4239 | <translation type="unfinished"/> | 4234 | <translation type="unfinished"/> |
| 4240 | </message> | 4235 | </message> |
| 4241 | <message> | 4236 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4244 | <source>RomFS Extraction Failed!</source> | 4239 | <source>RomFS Extraction Failed!</source> |
| 4245 | <translation type="unfinished"/> | 4240 | <translation type="unfinished"/> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4249 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4244 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4250 | <translation type="unfinished"/> | 4245 | <translation type="unfinished"/> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4254 | <source>Full</source> | 4249 | <source>Full</source> |
| 4255 | <translation type="unfinished"/> | 4250 | <translation type="unfinished"/> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4259 | <source>Skeleton</source> | 4254 | <source>Skeleton</source> |
| 4260 | <translation type="unfinished"/> | 4255 | <translation type="unfinished"/> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4264 | <source>Select RomFS Dump Mode</source> | 4259 | <source>Select RomFS Dump Mode</source> |
| 4265 | <translation type="unfinished"/> | 4260 | <translation type="unfinished"/> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4269 | <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> | 4264 | <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> |
| 4270 | <translation type="unfinished"/> | 4265 | <translation type="unfinished"/> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4274 | <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> | 4269 | <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> |
| 4275 | <translation type="unfinished"/> | 4270 | <translation type="unfinished"/> |
| 4276 | </message> | 4271 | </message> |
| 4277 | <message> | 4272 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4273 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4279 | <source>Extracting RomFS...</source> | 4274 | <source>Extracting RomFS...</source> |
| 4280 | <translation type="unfinished"/> | 4275 | <translation type="unfinished"/> |
| 4281 | </message> | 4276 | </message> |
| 4282 | <message> | 4277 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4285 | <source>Cancel</source> | 4280 | <source>Cancel</source> |
| 4286 | <translation>ΑκÏÏωση</translation> | 4281 | <translation>ΑκÏÏωση</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4290 | <source>RomFS Extraction Succeeded!</source> | 4285 | <source>RomFS Extraction Succeeded!</source> |
| 4291 | <translation type="unfinished"/> | 4286 | <translation type="unfinished"/> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4295 | <source>The operation completed successfully.</source> | 4290 | <source>The operation completed successfully.</source> |
| 4296 | <translation>Η επÎμβαση ολοκληÏώθηκε με επιτυχία.</translation> | 4291 | <translation>Η επÎμβαση ολοκληÏώθηκε με επιτυχία.</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4300 | <source>Error Opening %1</source> | 4295 | <source>Error Opening %1</source> |
| 4301 | <translation type="unfinished"/> | 4296 | <translation type="unfinished"/> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4305 | <source>Select Directory</source> | 4300 | <source>Select Directory</source> |
| 4306 | <translation>Επιλογή καταλόγου</translation> | 4301 | <translation>Επιλογή καταλόγου</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4310 | <source>Properties</source> | 4305 | <source>Properties</source> |
| 4311 | <translation>Ιδιότητες</translation> | 4306 | <translation>Ιδιότητες</translation> |
| 4312 | </message> | 4307 | </message> |
| 4313 | <message> | 4308 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4309 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4315 | <source>The game properties could not be loaded.</source> | 4310 | <source>The game properties could not be loaded.</source> |
| 4316 | <translation type="unfinished"/> | 4311 | <translation type="unfinished"/> |
| 4317 | </message> | 4312 | </message> |
| 4318 | <message> | 4313 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4314 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4320 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4315 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4321 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4316 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4322 | <translation type="unfinished"/> | 4317 | <translation type="unfinished"/> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4326 | <source>Load File</source> | 4321 | <source>Load File</source> |
| 4327 | <translation>ΦόÏτωση αÏχείου</translation> | 4322 | <translation>ΦόÏτωση αÏχείου</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4331 | <source>Open Extracted ROM Directory</source> | 4326 | <source>Open Extracted ROM Directory</source> |
| 4332 | <translation type="unfinished"/> | 4327 | <translation type="unfinished"/> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4336 | <source>Invalid Directory Selected</source> | 4331 | <source>Invalid Directory Selected</source> |
| 4337 | <translation type="unfinished"/> | 4332 | <translation type="unfinished"/> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4341 | <source>The directory you have selected does not contain a 'main' file.</source> | 4336 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4342 | <translation type="unfinished"/> | 4337 | <translation type="unfinished"/> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4346 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4341 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4347 | <translation type="unfinished"/> | 4342 | <translation type="unfinished"/> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4351 | <source>Install Files</source> | 4346 | <source>Install Files</source> |
| 4352 | <translation type="unfinished"/> | 4347 | <translation type="unfinished"/> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message numerus="yes"> | 4349 | <message numerus="yes"> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4356 | <source>%n file(s) remaining</source> | 4351 | <source>%n file(s) remaining</source> |
| 4357 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4352 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4358 | </message> | 4353 | </message> |
| 4359 | <message> | 4354 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4361 | <source>Installing file "%1"...</source> | 4356 | <source>Installing file "%1"...</source> |
| 4362 | <translation type="unfinished"/> | 4357 | <translation type="unfinished"/> |
| 4363 | </message> | 4358 | </message> |
| 4364 | <message> | 4359 | <message> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4367 | <source>Install Results</source> | 4362 | <source>Install Results</source> |
| 4368 | <translation>ΑποτελÎσματα εγκατάστασης</translation> | 4363 | <translation>ΑποτελÎσματα εγκατάστασης</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message> | 4365 | <message> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4372 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4367 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4373 | Please, only use this feature to install updates and DLC.</source> | 4368 | Please, only use this feature to install updates and DLC.</source> |
| 4374 | <translation type="unfinished"/> | 4369 | <translation type="unfinished"/> |
| 4375 | </message> | 4370 | </message> |
| 4376 | <message numerus="yes"> | 4371 | <message numerus="yes"> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4372 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4378 | <source>%n file(s) were newly installed | 4373 | <source>%n file(s) were newly installed |
| 4379 | </source> | 4374 | </source> |
| 4380 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4375 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message numerus="yes"> | 4377 | <message numerus="yes"> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4384 | <source>%n file(s) were overwritten | 4379 | <source>%n file(s) were overwritten |
| 4385 | </source> | 4380 | </source> |
| 4386 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4381 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4387 | </message> | 4382 | </message> |
| 4388 | <message numerus="yes"> | 4383 | <message numerus="yes"> |
| 4389 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4384 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4390 | <source>%n file(s) failed to install | 4385 | <source>%n file(s) failed to install |
| 4391 | </source> | 4386 | </source> |
| 4392 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4387 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4396 | <source>System Application</source> | 4391 | <source>System Application</source> |
| 4397 | <translation>ΕφαÏμογή συστήματος</translation> | 4392 | <translation>ΕφαÏμογή συστήματος</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4401 | <source>System Archive</source> | 4396 | <source>System Archive</source> |
| 4402 | <translation type="unfinished"/> | 4397 | <translation type="unfinished"/> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4406 | <source>System Application Update</source> | 4401 | <source>System Application Update</source> |
| 4407 | <translation type="unfinished"/> | 4402 | <translation type="unfinished"/> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4411 | <source>Firmware Package (Type A)</source> | 4406 | <source>Firmware Package (Type A)</source> |
| 4412 | <translation type="unfinished"/> | 4407 | <translation type="unfinished"/> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4416 | <source>Firmware Package (Type B)</source> | 4411 | <source>Firmware Package (Type B)</source> |
| 4417 | <translation type="unfinished"/> | 4412 | <translation type="unfinished"/> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4421 | <source>Game</source> | 4416 | <source>Game</source> |
| 4422 | <translation>Παιχνίδι</translation> | 4417 | <translation>Παιχνίδι</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4426 | <source>Game Update</source> | 4421 | <source>Game Update</source> |
| 4427 | <translation>ΕνημÎÏωση παιχνιδιοÏ</translation> | 4422 | <translation>ΕνημÎÏωση παιχνιδιοÏ</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4431 | <source>Game DLC</source> | 4426 | <source>Game DLC</source> |
| 4432 | <translation>DLC παιχνιδιοÏ</translation> | 4427 | <translation>DLC παιχνιδιοÏ</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4436 | <source>Delta Title</source> | 4431 | <source>Delta Title</source> |
| 4437 | <translation type="unfinished"/> | 4432 | <translation type="unfinished"/> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4441 | <source>Select NCA Install Type...</source> | 4436 | <source>Select NCA Install Type...</source> |
| 4442 | <translation type="unfinished"/> | 4437 | <translation type="unfinished"/> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4446 | <source>Please select the type of title you would like to install this NCA as: | 4441 | <source>Please select the type of title you would like to install this NCA as: |
| 4447 | (In most instances, the default 'Game' is fine.)</source> | 4442 | (In most instances, the default 'Game' is fine.)</source> |
| 4448 | <translation type="unfinished"/> | 4443 | <translation type="unfinished"/> |
| 4449 | </message> | 4444 | </message> |
| 4450 | <message> | 4445 | <message> |
| 4451 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4446 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4452 | <source>Failed to Install</source> | 4447 | <source>Failed to Install</source> |
| 4453 | <translation type="unfinished"/> | 4448 | <translation type="unfinished"/> |
| 4454 | </message> | 4449 | </message> |
| 4455 | <message> | 4450 | <message> |
| 4456 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4451 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4457 | <source>The title type you selected for the NCA is invalid.</source> | 4452 | <source>The title type you selected for the NCA is invalid.</source> |
| 4458 | <translation type="unfinished"/> | 4453 | <translation type="unfinished"/> |
| 4459 | </message> | 4454 | </message> |
| 4460 | <message> | 4455 | <message> |
| 4461 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4456 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4462 | <source>File not found</source> | 4457 | <source>File not found</source> |
| 4463 | <translation>Το αÏχείο δεν βÏÎθηκε</translation> | 4458 | <translation>Το αÏχείο δεν βÏÎθηκε</translation> |
| 4464 | </message> | 4459 | </message> |
| 4465 | <message> | 4460 | <message> |
| 4466 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4461 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4467 | <source>File "%1" not found</source> | 4462 | <source>File "%1" not found</source> |
| 4468 | <translation>Το αÏχείο "%1" δεν βÏÎθηκε</translation> | 4463 | <translation>Το αÏχείο "%1" δεν βÏÎθηκε</translation> |
| 4469 | </message> | 4464 | </message> |
| 4470 | <message> | 4465 | <message> |
| 4471 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4472 | <source>OK</source> | 4467 | <source>OK</source> |
| 4473 | <translation>OK</translation> | 4468 | <translation>OK</translation> |
| 4474 | </message> | 4469 | </message> |
| 4475 | <message> | 4470 | <message> |
| 4476 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4471 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4477 | <source>Missing yuzu Account</source> | 4472 | <source>Missing yuzu Account</source> |
| 4478 | <translation type="unfinished"/> | 4473 | <translation type="unfinished"/> |
| 4479 | </message> | 4474 | </message> |
| 4480 | <message> | 4475 | <message> |
| 4481 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4476 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4482 | <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> | 4477 | <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> |
| 4483 | <translation type="unfinished"/> | 4478 | <translation type="unfinished"/> |
| 4484 | </message> | 4479 | </message> |
| 4485 | <message> | 4480 | <message> |
| 4486 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4487 | <source>Error opening URL</source> | 4482 | <source>Error opening URL</source> |
| 4488 | <translation>Σφάλμα κατα το άνοιγμα του URL</translation> | 4483 | <translation>Σφάλμα κατα το άνοιγμα του URL</translation> |
| 4489 | </message> | 4484 | </message> |
| 4490 | <message> | 4485 | <message> |
| 4491 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4492 | <source>Unable to open the URL "%1".</source> | 4487 | <source>Unable to open the URL "%1".</source> |
| 4493 | <translation>Αδυναμία ανοίγματος του URL "%1".</translation> | 4488 | <translation>Αδυναμία ανοίγματος του URL "%1".</translation> |
| 4494 | </message> | 4489 | </message> |
| 4495 | <message> | 4490 | <message> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4497 | <source>TAS Recording</source> | 4492 | <source>TAS Recording</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4502 | <source>Overwrite file of player 1?</source> | 4497 | <source>Overwrite file of player 1?</source> |
| 4503 | <translation type="unfinished"/> | 4498 | <translation type="unfinished"/> |
| 4504 | </message> | 4499 | </message> |
| 4505 | <message> | 4500 | <message> |
| 4506 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4507 | <source>Invalid config detected</source> | 4502 | <source>Invalid config detected</source> |
| 4508 | <translation type="unfinished"/> | 4503 | <translation type="unfinished"/> |
| 4509 | </message> | 4504 | </message> |
| 4510 | <message> | 4505 | <message> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4512 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4507 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4513 | <translation type="unfinished"/> | 4508 | <translation type="unfinished"/> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4518 | <source>Error</source> | 4513 | <source>Error</source> |
| 4519 | <translation type="unfinished"/> | 4514 | <translation type="unfinished"/> |
| 4520 | </message> | 4515 | </message> |
| 4521 | <message> | 4516 | <message> |
| 4522 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4524 | <source>The current game is not looking for amiibos</source> | 4519 | <source>The current game is not looking for amiibos</source> |
| 4525 | <translation type="unfinished"/> | 4520 | <translation type="unfinished"/> |
| 4526 | </message> | 4521 | </message> |
| 4527 | <message> | 4522 | <message> |
| 4528 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4530 | <source>Amiibo</source> | 4525 | <source>Amiibo</source> |
| 4531 | <translation>Amiibo</translation> | 4526 | <translation>Amiibo</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4536 | <source>The current amiibo has been removed</source> | 4531 | <source>The current amiibo has been removed</source> |
| 4537 | <translation type="unfinished"/> | 4532 | <translation type="unfinished"/> |
| 4538 | </message> | 4533 | </message> |
| 4539 | <message> | 4534 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4535 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4541 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4536 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4542 | <translation type="unfinished"/> | 4537 | <translation type="unfinished"/> |
| 4543 | </message> | 4538 | </message> |
| 4544 | <message> | 4539 | <message> |
| 4545 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4540 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4546 | <source>Load Amiibo</source> | 4541 | <source>Load Amiibo</source> |
| 4547 | <translation>ΦόÏτωση Amiibo</translation> | 4542 | <translation>ΦόÏτωση Amiibo</translation> |
| 4548 | </message> | 4543 | </message> |
| 4549 | <message> | 4544 | <message> |
| 4550 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4551 | <source>Error opening Amiibo data file</source> | 4546 | <source>Error opening Amiibo data file</source> |
| 4552 | <translation type="unfinished"/> | 4547 | <translation type="unfinished"/> |
| 4553 | </message> | 4548 | </message> |
| 4554 | <message> | 4549 | <message> |
| 4555 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4556 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4551 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4557 | <translation type="unfinished"/> | 4552 | <translation type="unfinished"/> |
| 4558 | </message> | 4553 | </message> |
| 4559 | <message> | 4554 | <message> |
| 4560 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4555 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4561 | <source>Error reading Amiibo data file</source> | 4556 | <source>Error reading Amiibo data file</source> |
| 4562 | <translation type="unfinished"/> | 4557 | <translation type="unfinished"/> |
| 4563 | </message> | 4558 | </message> |
| 4564 | <message> | 4559 | <message> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4566 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4561 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4567 | <translation type="unfinished"/> | 4562 | <translation type="unfinished"/> |
| 4568 | </message> | 4563 | </message> |
| 4569 | <message> | 4564 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4571 | <source>Error loading Amiibo data</source> | 4566 | <source>Error loading Amiibo data</source> |
| 4572 | <translation type="unfinished"/> | 4567 | <translation type="unfinished"/> |
| 4573 | </message> | 4568 | </message> |
| 4574 | <message> | 4569 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4576 | <source>Unable to load Amiibo data.</source> | 4571 | <source>Unable to load Amiibo data.</source> |
| 4577 | <translation>Αδυναμία φόÏτωσης Amiibo δεδομÎνων.</translation> | 4572 | <translation>Αδυναμία φόÏτωσης Amiibo δεδομÎνων.</translation> |
| 4578 | </message> | 4573 | </message> |
| 4579 | <message> | 4574 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4581 | <source>Capture Screenshot</source> | 4576 | <source>Capture Screenshot</source> |
| 4582 | <translation type="unfinished"/> | 4577 | <translation type="unfinished"/> |
| 4583 | </message> | 4578 | </message> |
| 4584 | <message> | 4579 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4586 | <source>PNG Image (*.png)</source> | 4581 | <source>PNG Image (*.png)</source> |
| 4587 | <translation>Εικόνα PBG (*.png)</translation> | 4582 | <translation>Εικόνα PBG (*.png)</translation> |
| 4588 | </message> | 4583 | </message> |
| 4589 | <message> | 4584 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4591 | <source>TAS state: Running %1/%2</source> | 4586 | <source>TAS state: Running %1/%2</source> |
| 4592 | <translation type="unfinished"/> | 4587 | <translation type="unfinished"/> |
| 4593 | </message> | 4588 | </message> |
| 4594 | <message> | 4589 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4596 | <source>TAS state: Recording %1</source> | 4591 | <source>TAS state: Recording %1</source> |
| 4597 | <translation type="unfinished"/> | 4592 | <translation type="unfinished"/> |
| 4598 | </message> | 4593 | </message> |
| 4599 | <message> | 4594 | <message> |
| 4600 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4601 | <source>TAS state: Idle %1/%2</source> | 4596 | <source>TAS state: Idle %1/%2</source> |
| 4602 | <translation type="unfinished"/> | 4597 | <translation type="unfinished"/> |
| 4603 | </message> | 4598 | </message> |
| 4604 | <message> | 4599 | <message> |
| 4605 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4606 | <source>TAS State: Invalid</source> | 4601 | <source>TAS State: Invalid</source> |
| 4607 | <translation type="unfinished"/> | 4602 | <translation type="unfinished"/> |
| 4608 | </message> | 4603 | </message> |
| 4609 | <message> | 4604 | <message> |
| 4610 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4611 | <source>&Stop Running</source> | 4606 | <source>&Stop Running</source> |
| 4612 | <translation type="unfinished"/> | 4607 | <translation type="unfinished"/> |
| 4613 | </message> | 4608 | </message> |
| 4614 | <message> | 4609 | <message> |
| 4615 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4616 | <source>&Start</source> | 4611 | <source>&Start</source> |
| 4617 | <translation>&ΈναÏξη</translation> | 4612 | <translation>&ΈναÏξη</translation> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4621 | <source>Stop R&ecording</source> | 4616 | <source>Stop R&ecording</source> |
| 4622 | <translation type="unfinished"/> | 4617 | <translation type="unfinished"/> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4626 | <source>R&ecord</source> | 4621 | <source>R&ecord</source> |
| 4627 | <translation type="unfinished"/> | 4622 | <translation type="unfinished"/> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message numerus="yes"> | 4624 | <message numerus="yes"> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4631 | <source>Building: %n shader(s)</source> | 4626 | <source>Building: %n shader(s)</source> |
| 4632 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4627 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4636 | <source>Scale: %1x</source> | 4631 | <source>Scale: %1x</source> |
| 4637 | <comment>%1 is the resolution scaling factor</comment> | 4632 | <comment>%1 is the resolution scaling factor</comment> |
| 4638 | <translation>Κλίμακα: %1x</translation> | 4633 | <translation>Κλίμακα: %1x</translation> |
| 4639 | </message> | 4634 | </message> |
| 4640 | <message> | 4635 | <message> |
| 4641 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4636 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4642 | <source>Speed: %1% / %2%</source> | 4637 | <source>Speed: %1% / %2%</source> |
| 4643 | <translation>ΤαχÏτητα: %1% / %2%</translation> | 4638 | <translation>ΤαχÏτητα: %1% / %2%</translation> |
| 4644 | </message> | 4639 | </message> |
| 4645 | <message> | 4640 | <message> |
| 4646 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4641 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4647 | <source>Speed: %1%</source> | 4642 | <source>Speed: %1%</source> |
| 4648 | <translation>ΤαχÏτητα: %1%</translation> | 4643 | <translation>ΤαχÏτητα: %1%</translation> |
| 4649 | </message> | 4644 | </message> |
| 4650 | <message> | 4645 | <message> |
| 4651 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4646 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4652 | <source>Game: %1 FPS (Unlocked)</source> | 4647 | <source>Game: %1 FPS (Unlocked)</source> |
| 4653 | <translation type="unfinished"/> | 4648 | <translation type="unfinished"/> |
| 4654 | </message> | 4649 | </message> |
| 4655 | <message> | 4650 | <message> |
| 4656 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4651 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4657 | <source>Game: %1 FPS</source> | 4652 | <source>Game: %1 FPS</source> |
| 4658 | <translation type="unfinished"/> | 4653 | <translation type="unfinished"/> |
| 4659 | </message> | 4654 | </message> |
| 4660 | <message> | 4655 | <message> |
| 4661 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4656 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4662 | <source>Frame: %1 ms</source> | 4657 | <source>Frame: %1 ms</source> |
| 4663 | <translation type="unfinished"/> | 4658 | <translation type="unfinished"/> |
| 4664 | </message> | 4659 | </message> |
| 4665 | <message> | 4660 | <message> |
| 4666 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4661 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4667 | <source>GPU NORMAL</source> | 4662 | <source>GPU NORMAL</source> |
| 4668 | <translation type="unfinished"/> | 4663 | <translation type="unfinished"/> |
| 4669 | </message> | 4664 | </message> |
| 4670 | <message> | 4665 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4672 | <source>GPU HIGH</source> | 4667 | <source>GPU HIGH</source> |
| 4673 | <translation type="unfinished"/> | 4668 | <translation type="unfinished"/> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4677 | <source>GPU EXTREME</source> | 4672 | <source>GPU EXTREME</source> |
| 4678 | <translation type="unfinished"/> | 4673 | <translation type="unfinished"/> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4682 | <source>GPU ERROR</source> | 4677 | <source>GPU ERROR</source> |
| 4683 | <translation type="unfinished"/> | 4678 | <translation type="unfinished"/> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4687 | <source>NEAREST</source> | 4682 | <source>NEAREST</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4692 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4687 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4693 | <source>BILINEAR</source> | 4688 | <source>BILINEAR</source> |
| 4694 | <translation type="unfinished"/> | 4689 | <translation type="unfinished"/> |
| 4695 | </message> | 4690 | </message> |
| 4696 | <message> | 4691 | <message> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4698 | <source>BICUBIC</source> | 4693 | <source>BICUBIC</source> |
| 4699 | <translation type="unfinished"/> | 4694 | <translation type="unfinished"/> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4703 | <source>GAUSSIAN</source> | 4698 | <source>GAUSSIAN</source> |
| 4704 | <translation type="unfinished"/> | 4699 | <translation type="unfinished"/> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4708 | <source>SCALEFORCE</source> | 4703 | <source>SCALEFORCE</source> |
| 4709 | <translation type="unfinished"/> | 4704 | <translation type="unfinished"/> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4713 | <source>FSR</source> | 4708 | <source>FSR</source> |
| 4714 | <translation>FSR</translation> | 4709 | <translation>FSR</translation> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4718 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4719 | <source>NO AA</source> | 4714 | <source>NO AA</source> |
| 4720 | <translation type="unfinished"/> | 4715 | <translation type="unfinished"/> |
| 4721 | </message> | 4716 | </message> |
| 4722 | <message> | 4717 | <message> |
| 4723 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4718 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4724 | <source>FXAA</source> | 4719 | <source>FXAA</source> |
| 4725 | <translation>FXAA</translation> | 4720 | <translation>FXAA</translation> |
| 4726 | </message> | 4721 | </message> |
| 4727 | <message> | 4722 | <message> |
| 4728 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4723 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4729 | <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> | 4724 | <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> |
| 4730 | <translation type="unfinished"/> | 4725 | <translation type="unfinished"/> |
| 4731 | </message> | 4726 | </message> |
| 4732 | <message> | 4727 | <message> |
| 4733 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4728 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4734 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4729 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4735 | <translation type="unfinished"/> | 4730 | <translation type="unfinished"/> |
| 4736 | </message> | 4731 | </message> |
| 4737 | <message> | 4732 | <message> |
| 4738 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4733 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4739 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4734 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4740 | <translation type="unfinished"/> | 4735 | <translation type="unfinished"/> |
| 4741 | </message> | 4736 | </message> |
| 4742 | <message> | 4737 | <message> |
| 4743 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4738 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4744 | <source>System Archive Not Found</source> | 4739 | <source>System Archive Not Found</source> |
| 4745 | <translation type="unfinished"/> | 4740 | <translation type="unfinished"/> |
| 4746 | </message> | 4741 | </message> |
| 4747 | <message> | 4742 | <message> |
| 4748 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4749 | <source>System Archive Missing</source> | 4744 | <source>System Archive Missing</source> |
| 4750 | <translation type="unfinished"/> | 4745 | <translation type="unfinished"/> |
| 4751 | </message> | 4746 | </message> |
| 4752 | <message> | 4747 | <message> |
| 4753 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4754 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4749 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4755 | <translation type="unfinished"/> | 4750 | <translation type="unfinished"/> |
| 4756 | </message> | 4751 | </message> |
| 4757 | <message> | 4752 | <message> |
| 4758 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4759 | <source>Shared Fonts Not Found</source> | 4754 | <source>Shared Fonts Not Found</source> |
| 4760 | <translation type="unfinished"/> | 4755 | <translation type="unfinished"/> |
| 4761 | </message> | 4756 | </message> |
| 4762 | <message> | 4757 | <message> |
| 4763 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4764 | <source>Shared Font Missing</source> | 4759 | <source>Shared Font Missing</source> |
| 4765 | <translation type="unfinished"/> | 4760 | <translation type="unfinished"/> |
| 4766 | </message> | 4761 | </message> |
| 4767 | <message> | 4762 | <message> |
| 4768 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4769 | <source>Fatal Error</source> | 4764 | <source>Fatal Error</source> |
| 4770 | <translation>ΣοβαÏÏŒ Σφάλμα</translation> | 4765 | <translation>ΣοβαÏÏŒ Σφάλμα</translation> |
| 4771 | </message> | 4766 | </message> |
| 4772 | <message> | 4767 | <message> |
| 4773 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4774 | <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> | 4769 | <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> |
| 4775 | <translation type="unfinished"/> | 4770 | <translation type="unfinished"/> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4779 | <source>Fatal Error encountered</source> | 4774 | <source>Fatal Error encountered</source> |
| 4780 | <translation>ΠαÏουσιάστηκε ΣοβαÏÏŒ Σφάλμα</translation> | 4775 | <translation>ΠαÏουσιάστηκε ΣοβαÏÏŒ Σφάλμα</translation> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4784 | <source>Confirm Key Rederivation</source> | 4779 | <source>Confirm Key Rederivation</source> |
| 4785 | <translation type="unfinished"/> | 4780 | <translation type="unfinished"/> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4789 | <source>You are about to force rederive all of your keys. | 4784 | <source>You are about to force rederive all of your keys. |
| 4790 | If you do not know what this means or what you are doing, | 4785 | If you do not know what this means or what you are doing, |
| 4791 | this is a potentially destructive action. | 4786 | this is a potentially destructive action. |
| @@ -4796,76 +4791,76 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4796 | <translation type="unfinished"/> | 4791 | <translation type="unfinished"/> |
| 4797 | </message> | 4792 | </message> |
| 4798 | <message> | 4793 | <message> |
| 4799 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4794 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4800 | <source>Missing fuses</source> | 4795 | <source>Missing fuses</source> |
| 4801 | <translation type="unfinished"/> | 4796 | <translation type="unfinished"/> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4805 | <source> - Missing BOOT0</source> | 4800 | <source> - Missing BOOT0</source> |
| 4806 | <translation>- Λείπει το BOOT0</translation> | 4801 | <translation>- Λείπει το BOOT0</translation> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4810 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4805 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4811 | <translation>- Λείπει το BCPKG2-1-Normal-Main</translation> | 4806 | <translation>- Λείπει το BCPKG2-1-Normal-Main</translation> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4815 | <source> - Missing PRODINFO</source> | 4810 | <source> - Missing PRODINFO</source> |
| 4816 | <translation>- Λείπει το PRODINFO</translation> | 4811 | <translation>- Λείπει το PRODINFO</translation> |
| 4817 | </message> | 4812 | </message> |
| 4818 | <message> | 4813 | <message> |
| 4819 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4814 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4820 | <source>Derivation Components Missing</source> | 4815 | <source>Derivation Components Missing</source> |
| 4821 | <translation type="unfinished"/> | 4816 | <translation type="unfinished"/> |
| 4822 | </message> | 4817 | </message> |
| 4823 | <message> | 4818 | <message> |
| 4824 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4819 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4825 | <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> | 4820 | <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> |
| 4826 | <translation type="unfinished"/> | 4821 | <translation type="unfinished"/> |
| 4827 | </message> | 4822 | </message> |
| 4828 | <message> | 4823 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4824 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4830 | <source>Deriving keys... | 4825 | <source>Deriving keys... |
| 4831 | This may take up to a minute depending | 4826 | This may take up to a minute depending |
| 4832 | on your system's performance.</source> | 4827 | on your system's performance.</source> |
| 4833 | <translation type="unfinished"/> | 4828 | <translation type="unfinished"/> |
| 4834 | </message> | 4829 | </message> |
| 4835 | <message> | 4830 | <message> |
| 4836 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4831 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4837 | <source>Deriving Keys</source> | 4832 | <source>Deriving Keys</source> |
| 4838 | <translation type="unfinished"/> | 4833 | <translation type="unfinished"/> |
| 4839 | </message> | 4834 | </message> |
| 4840 | <message> | 4835 | <message> |
| 4841 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4836 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4842 | <source>Select RomFS Dump Target</source> | 4837 | <source>Select RomFS Dump Target</source> |
| 4843 | <translation type="unfinished"/> | 4838 | <translation type="unfinished"/> |
| 4844 | </message> | 4839 | </message> |
| 4845 | <message> | 4840 | <message> |
| 4846 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4841 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4847 | <source>Please select which RomFS you would like to dump.</source> | 4842 | <source>Please select which RomFS you would like to dump.</source> |
| 4848 | <translation type="unfinished"/> | 4843 | <translation type="unfinished"/> |
| 4849 | </message> | 4844 | </message> |
| 4850 | <message> | 4845 | <message> |
| 4851 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4846 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4852 | <source>Are you sure you want to close yuzu?</source> | 4847 | <source>Are you sure you want to close yuzu?</source> |
| 4853 | <translation>Είστε σίγουÏοι ότι θÎλετε να κλείσετε το yuzu;</translation> | 4848 | <translation>Είστε σίγουÏοι ότι θÎλετε να κλείσετε το yuzu;</translation> |
| 4854 | </message> | 4849 | </message> |
| 4855 | <message> | 4850 | <message> |
| 4856 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4851 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4858 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4853 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4859 | <source>yuzu</source> | 4854 | <source>yuzu</source> |
| 4860 | <translation>yuzu</translation> | 4855 | <translation>yuzu</translation> |
| 4861 | </message> | 4856 | </message> |
| 4862 | <message> | 4857 | <message> |
| 4863 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4858 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4864 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4859 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4865 | <translation type="unfinished"/> | 4860 | <translation type="unfinished"/> |
| 4866 | </message> | 4861 | </message> |
| 4867 | <message> | 4862 | <message> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4863 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4869 | <source>The currently running application has requested yuzu to not exit. | 4864 | <source>The currently running application has requested yuzu to not exit. |
| 4870 | 4865 | ||
| 4871 | Would you like to bypass this and exit anyway?</source> | 4866 | Would you like to bypass this and exit anyway?</source> |
| @@ -4875,38 +4870,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4875 | <context> | 4870 | <context> |
| 4876 | <name>GRenderWindow</name> | 4871 | <name>GRenderWindow</name> |
| 4877 | <message> | 4872 | <message> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4879 | <source>OpenGL not available!</source> | 4874 | <source>OpenGL not available!</source> |
| 4880 | <translation>Το OpenGL δεν είναι διαθÎσιμο!</translation> | 4875 | <translation>Το OpenGL δεν είναι διαθÎσιμο!</translation> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4884 | <source>yuzu has not been compiled with OpenGL support.</source> | 4879 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4885 | <translation type="unfinished"/> | 4880 | <translation type="unfinished"/> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4890 | <source>Error while initializing OpenGL!</source> | 4885 | <source>Error while initializing OpenGL!</source> |
| 4891 | <translation>Σφάλμα κατα την αÏχικοποίηση του OpenGL!</translation> | 4886 | <translation>Σφάλμα κατα την αÏχικοποίηση του OpenGL!</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4895 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4890 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4896 | <translation type="unfinished"/> | 4891 | <translation type="unfinished"/> |
| 4897 | </message> | 4892 | </message> |
| 4898 | <message> | 4893 | <message> |
| 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4900 | <source>Error while initializing OpenGL 4.6!</source> | 4895 | <source>Error while initializing OpenGL 4.6!</source> |
| 4901 | <translation type="unfinished"/> | 4896 | <translation type="unfinished"/> |
| 4902 | </message> | 4897 | </message> |
| 4903 | <message> | 4898 | <message> |
| 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4905 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4900 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4906 | <translation type="unfinished"/> | 4901 | <translation type="unfinished"/> |
| 4907 | </message> | 4902 | </message> |
| 4908 | <message> | 4903 | <message> |
| 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4910 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4905 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4911 | <translation type="unfinished"/> | 4906 | <translation type="unfinished"/> |
| 4912 | </message> | 4907 | </message> |
diff --git a/dist/languages/es.ts b/dist/languages/es.ts index 34704c7e5..5467f7c55 100644 --- a/dist/languages/es.ts +++ b/dist/languages/es.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Acerca de yuzu</translation> | 7 | <translation>Acerca de yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Este software no debe ser utilizado para jugar juegos que no has conseguido de manera legal.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Este software no debe ser utilizado para jugar juegos que no has conseguido de manera legal.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Sitio web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código fuente</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licencia</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Sitio web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código fuente</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licencia</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; es una marca registrada de Nintendo. yuzu no esta afiliado con Nintendo de ninguna forma.</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; es una marca registrada de Nintendo. yuzu no esta afiliado con Nintendo de ninguna forma.</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -4052,764 +4047,767 @@ Arrastra los puntos para cambiar de posición, o haz doble clic en las celdas de | |||
| 4052 | <translation>Error desconocido. Por favor, consulte el archivo de registro para ver más detalles.</translation> | 4047 | <translation>Error desconocido. Por favor, consulte el archivo de registro para ver más detalles.</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4056 | <source>(64-bit)</source> | 4051 | <source>(64-bit)</source> |
| 4057 | <translation>(64-bit)</translation> | 4052 | <translation>(64-bit)</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4061 | <source>(32-bit)</source> | 4056 | <source>(32-bit)</source> |
| 4062 | <translation>(32-bit)</translation> | 4057 | <translation>(32-bit)</translation> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4066 | <source>%1 %2</source> | 4061 | <source>%1 %2</source> |
| 4067 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4062 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4068 | <translation>%1 %2</translation> | 4063 | <translation>%1 %2</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4072 | <source>Save Data</source> | 4067 | <source>Save Data</source> |
| 4073 | <translation>Datos de guardado</translation> | 4068 | <translation>Datos de guardado</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4077 | <source>Mod Data</source> | 4072 | <source>Mod Data</source> |
| 4078 | <translation>Datos de mods</translation> | 4073 | <translation>Datos de mods</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4082 | <source>Error Opening %1 Folder</source> | 4077 | <source>Error Opening %1 Folder</source> |
| 4083 | <translation>Error al abrir la carpeta %1</translation> | 4078 | <translation>Error al abrir la carpeta %1</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4088 | <source>Folder does not exist!</source> | 4083 | <source>Folder does not exist!</source> |
| 4089 | <translation>¡La carpeta no existe!</translation> | 4084 | <translation>¡La carpeta no existe!</translation> |
| 4090 | </message> | 4085 | </message> |
| 4091 | <message> | 4086 | <message> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4093 | <source>Error Opening Transferable Shader Cache</source> | 4088 | <source>Error Opening Transferable Shader Cache</source> |
| 4094 | <translation>Error al abrir el caché transferible de shaders</translation> | 4089 | <translation>Error al abrir el caché transferible de shaders</translation> |
| 4095 | </message> | 4090 | </message> |
| 4096 | <message> | 4091 | <message> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4098 | <source>Failed to create the shader cache directory for this title.</source> | 4093 | <source>Failed to create the shader cache directory for this title.</source> |
| 4099 | <translation>No se pudo crear el directorio de la caché de los shaders para este tÃtulo.</translation> | 4094 | <translation>No se pudo crear el directorio de la caché de los shaders para este tÃtulo.</translation> |
| 4100 | </message> | 4095 | </message> |
| 4101 | <message> | 4096 | <message> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4103 | <source>Contents</source> | 4098 | <source>Contents</source> |
| 4104 | <translation>Contenidos</translation> | 4099 | <translation>Contenidos</translation> |
| 4105 | </message> | 4100 | </message> |
| 4106 | <message> | 4101 | <message> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4108 | <source>Update</source> | 4103 | <source>Update</source> |
| 4109 | <translation>Actualización</translation> | 4104 | <translation>Actualización</translation> |
| 4110 | </message> | 4105 | </message> |
| 4111 | <message> | 4106 | <message> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4113 | <source>DLC</source> | 4108 | <source>DLC</source> |
| 4114 | <translation>DLC</translation> | 4109 | <translation>DLC</translation> |
| 4115 | </message> | 4110 | </message> |
| 4116 | <message> | 4111 | <message> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4118 | <source>Remove Entry</source> | 4113 | <source>Remove Entry</source> |
| 4119 | <translation>Eliminar entrada</translation> | 4114 | <translation>Eliminar entrada</translation> |
| 4120 | </message> | 4115 | </message> |
| 4121 | <message> | 4116 | <message> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4123 | <source>Remove Installed Game %1?</source> | 4118 | <source>Remove Installed Game %1?</source> |
| 4124 | <translation>¿Eliminar el juego instalado %1?</translation> | 4119 | <translation>¿Eliminar el juego instalado %1?</translation> |
| 4125 | </message> | 4120 | </message> |
| 4126 | <message> | 4121 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4132 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4127 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4133 | <source>Successfully Removed</source> | 4128 | <source>Successfully Removed</source> |
| 4134 | <translation>Se ha eliminado con éxito</translation> | 4129 | <translation>Se ha eliminado con éxito</translation> |
| 4135 | </message> | 4130 | </message> |
| 4136 | <message> | 4131 | <message> |
| 4137 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4132 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4138 | <source>Successfully removed the installed base game.</source> | 4133 | <source>Successfully removed the installed base game.</source> |
| 4139 | <translation>Se ha eliminado con éxito el juego base instalado.</translation> | 4134 | <translation>Se ha eliminado con éxito el juego base instalado.</translation> |
| 4140 | </message> | 4135 | </message> |
| 4141 | <message> | 4136 | <message> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4144 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4145 | <source>Error Removing %1</source> | 4140 | <source>Error Removing %1</source> |
| 4146 | <translation>Error al eliminar %1</translation> | 4141 | <translation>Error al eliminar %1</translation> |
| 4147 | </message> | 4142 | </message> |
| 4148 | <message> | 4143 | <message> |
| 4149 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4150 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4145 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4151 | <translation>El juego base no está instalado en el NAND y no se puede eliminar.</translation> | 4146 | <translation>El juego base no está instalado en el NAND y no se puede eliminar.</translation> |
| 4152 | </message> | 4147 | </message> |
| 4153 | <message> | 4148 | <message> |
| 4154 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4155 | <source>Successfully removed the installed update.</source> | 4150 | <source>Successfully removed the installed update.</source> |
| 4156 | <translation>Se ha eliminado con éxito la actualización instalada.</translation> | 4151 | <translation>Se ha eliminado con éxito la actualización instalada.</translation> |
| 4157 | </message> | 4152 | </message> |
| 4158 | <message> | 4153 | <message> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4160 | <source>There is no update installed for this title.</source> | 4155 | <source>There is no update installed for this title.</source> |
| 4161 | <translation>No hay ninguna actualización instalada para este tÃtulo.</translation> | 4156 | <translation>No hay ninguna actualización instalada para este tÃtulo.</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4165 | <source>There are no DLC installed for this title.</source> | 4160 | <source>There are no DLC installed for this title.</source> |
| 4166 | <translation>No hay ningún DLC instalado para este tÃtulo.</translation> | 4161 | <translation>No hay ningún DLC instalado para este tÃtulo.</translation> |
| 4167 | </message> | 4162 | </message> |
| 4168 | <message> | 4163 | <message> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4170 | <source>Successfully removed %1 installed DLC.</source> | 4165 | <source>Successfully removed %1 installed DLC.</source> |
| 4171 | <translation>Se ha eliminado con éxito %1 DLC instalado(s).</translation> | 4166 | <translation>Se ha eliminado con éxito %1 DLC instalado(s).</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4175 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4170 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4176 | <translation>¿Deseas eliminar el caché transferible de shaders de OpenGL?</translation> | 4171 | <translation>¿Deseas eliminar el caché transferible de shaders de OpenGL?</translation> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4180 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4175 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4181 | <translation>¿Deseas eliminar el caché transferible de shaders de Vulkan?</translation> | 4176 | <translation>¿Deseas eliminar el caché transferible de shaders de Vulkan?</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4185 | <source>Delete All Transferable Shader Caches?</source> | 4180 | <source>Delete All Transferable Shader Caches?</source> |
| 4186 | <translation>¿Deseas eliminar todo el caché transferible de shaders?</translation> | 4181 | <translation>¿Deseas eliminar todo el caché transferible de shaders?</translation> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4190 | <source>Remove Custom Game Configuration?</source> | 4185 | <source>Remove Custom Game Configuration?</source> |
| 4191 | <translation>¿Deseas eliminar la configuración personalizada del juego?</translation> | 4186 | <translation>¿Deseas eliminar la configuración personalizada del juego?</translation> |
| 4192 | </message> | 4187 | </message> |
| 4193 | <message> | 4188 | <message> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4195 | <source>Remove File</source> | 4190 | <source>Remove File</source> |
| 4196 | <translation>Eliminar archivo</translation> | 4191 | <translation>Eliminar archivo</translation> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4201 | <source>Error Removing Transferable Shader Cache</source> | 4196 | <source>Error Removing Transferable Shader Cache</source> |
| 4202 | <translation>Error al eliminar la caché de shaders transferibles</translation> | 4197 | <translation>Error al eliminar la caché de shaders transferibles</translation> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4207 | <source>A shader cache for this title does not exist.</source> | 4202 | <source>A shader cache for this title does not exist.</source> |
| 4208 | <translation>No existe caché de shaders para este tÃtulo.</translation> | 4203 | <translation>No existe caché de shaders para este tÃtulo.</translation> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4212 | <source>Successfully removed the transferable shader cache.</source> | 4207 | <source>Successfully removed the transferable shader cache.</source> |
| 4213 | <translation>El caché de shaders transferibles se ha eliminado con éxito.</translation> | 4208 | <translation>El caché de shaders transferibles se ha eliminado con éxito.</translation> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4217 | <source>Failed to remove the transferable shader cache.</source> | 4212 | <source>Failed to remove the transferable shader cache.</source> |
| 4218 | <translation>No se ha podido eliminar la caché de shaders transferibles.</translation> | 4213 | <translation>No se ha podido eliminar la caché de shaders transferibles.</translation> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4223 | <source>Error Removing Transferable Shader Caches</source> | 4218 | <source>Error Removing Transferable Shader Caches</source> |
| 4224 | <translation>Error al eliminar las cachés de shaders transferibles</translation> | 4219 | <translation>Error al eliminar las cachés de shaders transferibles</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4228 | <source>Successfully removed the transferable shader caches.</source> | 4223 | <source>Successfully removed the transferable shader caches.</source> |
| 4229 | <translation>Cachés de shaders transferibles eliminadas con éxito.</translation> | 4224 | <translation>Cachés de shaders transferibles eliminadas con éxito.</translation> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4233 | <source>Failed to remove the transferable shader cache directory.</source> | 4228 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4234 | <translation>No se ha podido eliminar el directorio de cachés de shaders transferibles.</translation> | 4229 | <translation>No se ha podido eliminar el directorio de cachés de shaders transferibles.</translation> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4239 | <source>Error Removing Custom Configuration</source> | 4234 | <source>Error Removing Custom Configuration</source> |
| 4240 | <translation>Error al eliminar la configuración personalizada del juego</translation> | 4235 | <translation>Error al eliminar la configuración personalizada del juego</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4244 | <source>A custom configuration for this title does not exist.</source> | 4239 | <source>A custom configuration for this title does not exist.</source> |
| 4245 | <translation>No existe una configuración personalizada para este tÃtulo.</translation> | 4240 | <translation>No existe una configuración personalizada para este tÃtulo.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4249 | <source>Successfully removed the custom game configuration.</source> | 4244 | <source>Successfully removed the custom game configuration.</source> |
| 4250 | <translation>Se eliminó con éxito la configuración personalizada del juego.</translation> | 4245 | <translation>Se eliminó con éxito la configuración personalizada del juego.</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4254 | <source>Failed to remove the custom game configuration.</source> | 4249 | <source>Failed to remove the custom game configuration.</source> |
| 4255 | <translation>No se ha podido eliminar la configuración personalizada del juego.</translation> | 4250 | <translation>No se ha podido eliminar la configuración personalizada del juego.</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4260 | <source>RomFS Extraction Failed!</source> | 4255 | <source>RomFS Extraction Failed!</source> |
| 4261 | <translation>¡La extracción de RomFS ha fallado!</translation> | 4256 | <translation>¡La extracción de RomFS ha fallado!</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4265 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4260 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4266 | <translation>Se ha producido un error al copiar los archivos RomFS o el usuario ha cancelado la operación.</translation> | 4261 | <translation>Se ha producido un error al copiar los archivos RomFS o el usuario ha cancelado la operación.</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4270 | <source>Full</source> | 4265 | <source>Full</source> |
| 4271 | <translation>Completo</translation> | 4266 | <translation>Completo</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4275 | <source>Skeleton</source> | 4270 | <source>Skeleton</source> |
| 4276 | <translation>Esquema</translation> | 4271 | <translation>Esquema</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4280 | <source>Select RomFS Dump Mode</source> | 4275 | <source>Select RomFS Dump Mode</source> |
| 4281 | <translation>Elegir método de volcado de RomFS</translation> | 4276 | <translation>Elegir método de volcado de RomFS</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4285 | <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> | 4280 | <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> |
| 4286 | <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> | 4281 | <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> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4290 | <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> | 4285 | <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> |
| 4291 | <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> | 4286 | <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> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4295 | <source>Extracting RomFS...</source> | 4290 | <source>Extracting RomFS...</source> |
| 4296 | <translation>Extrayendo RomFS...</translation> | 4291 | <translation>Extrayendo RomFS...</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4301 | <source>Cancel</source> | 4296 | <source>Cancel</source> |
| 4302 | <translation>Cancelar</translation> | 4297 | <translation>Cancelar</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4306 | <source>RomFS Extraction Succeeded!</source> | 4301 | <source>RomFS Extraction Succeeded!</source> |
| 4307 | <translation>¡La extracción RomFS ha tenido éxito!</translation> | 4302 | <translation>¡La extracción RomFS ha tenido éxito!</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4311 | <source>The operation completed successfully.</source> | 4306 | <source>The operation completed successfully.</source> |
| 4312 | <translation>La operación se completó con éxito.</translation> | 4307 | <translation>La operación se completó con éxito.</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4316 | <source>Error Opening %1</source> | 4311 | <source>Error Opening %1</source> |
| 4317 | <translation>Error al intentar abrir %1</translation> | 4312 | <translation>Error al intentar abrir %1</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4321 | <source>Select Directory</source> | 4316 | <source>Select Directory</source> |
| 4322 | <translation>Seleccionar directorio</translation> | 4317 | <translation>Seleccionar directorio</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4326 | <source>Properties</source> | 4321 | <source>Properties</source> |
| 4327 | <translation>Propiedades</translation> | 4322 | <translation>Propiedades</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4331 | <source>The game properties could not be loaded.</source> | 4326 | <source>The game properties could not be loaded.</source> |
| 4332 | <translation>No se pueden cargar las propiedades del juego.</translation> | 4327 | <translation>No se pueden cargar las propiedades del juego.</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4336 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4331 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4337 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4332 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4338 | <translation>Ejecutable de Switch (%1);;Todos los archivos (*.*)</translation> | 4333 | <translation>Ejecutable de Switch (%1);;Todos los archivos (*.*)</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4342 | <source>Load File</source> | 4337 | <source>Load File</source> |
| 4343 | <translation>Cargar archivo</translation> | 4338 | <translation>Cargar archivo</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4347 | <source>Open Extracted ROM Directory</source> | 4342 | <source>Open Extracted ROM Directory</source> |
| 4348 | <translation>Abrir el directorio de la ROM extraÃda</translation> | 4343 | <translation>Abrir el directorio de la ROM extraÃda</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message> | 4345 | <message> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4352 | <source>Invalid Directory Selected</source> | 4347 | <source>Invalid Directory Selected</source> |
| 4353 | <translation>Directorio seleccionado no válido</translation> | 4348 | <translation>Directorio seleccionado no válido</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4357 | <source>The directory you have selected does not contain a 'main' file.</source> | 4352 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4358 | <translation>El directorio que ha seleccionado no contiene ningún archivo 'main'.</translation> | 4353 | <translation>El directorio que ha seleccionado no contiene ningún archivo 'main'.</translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4362 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4357 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4363 | <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> | 4358 | <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> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message> | 4360 | <message> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4367 | <source>Install Files</source> | 4362 | <source>Install Files</source> |
| 4368 | <translation>Instalar archivos</translation> | 4363 | <translation>Instalar archivos</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message numerus="yes"> | 4365 | <message numerus="yes"> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4372 | <source>%n file(s) remaining</source> | 4367 | <source>%n file(s) remaining</source> |
| 4373 | <translation><numerusform>%n archivo(s) restantes</numerusform><numerusform>%n archivo(s) restantes</numerusform></translation> | 4368 | <translation><numerusform>%n archivo(s) restantes</numerusform><numerusform>%n archivo(s) restantes</numerusform><numerusform>%n archivo(s) restantes</numerusform></translation> |
| 4374 | </message> | 4369 | </message> |
| 4375 | <message> | 4370 | <message> |
| 4376 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4371 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4377 | <source>Installing file "%1"...</source> | 4372 | <source>Installing file "%1"...</source> |
| 4378 | <translation>Instalando el archivo "%1"...</translation> | 4373 | <translation>Instalando el archivo "%1"...</translation> |
| 4379 | </message> | 4374 | </message> |
| 4380 | <message> | 4375 | <message> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4382 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4377 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4383 | <source>Install Results</source> | 4378 | <source>Install Results</source> |
| 4384 | <translation>Instalar resultados</translation> | 4379 | <translation>Instalar resultados</translation> |
| 4385 | </message> | 4380 | </message> |
| 4386 | <message> | 4381 | <message> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4382 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4388 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4383 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4389 | Please, only use this feature to install updates and DLC.</source> | 4384 | Please, only use this feature to install updates and DLC.</source> |
| 4390 | <translation>Para evitar posibles conflictos, no recomendamos a los usuarios que instalen juegos base en el NAND. | 4385 | <translation>Para evitar posibles conflictos, no recomendamos a los usuarios que instalen juegos base en el NAND. |
| 4391 | Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</translation> | 4386 | Por favor, utiliza esta función sólo para instalar actualizaciones y DLCs.</translation> |
| 4392 | </message> | 4387 | </message> |
| 4393 | <message numerus="yes"> | 4388 | <message numerus="yes"> |
| 4394 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4389 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4395 | <source>%n file(s) were newly installed | 4390 | <source>%n file(s) were newly installed |
| 4396 | </source> | 4391 | </source> |
| 4397 | <translation><numerusform>%n archivo(s) recién instalado/s | 4392 | <translation><numerusform>%n archivo(s) recién instalado/s |
| 4398 | </numerusform><numerusform>%n archivo(s) instalado/s recientemente | 4393 | </numerusform><numerusform>%n archivo(s) instalado/s recientemente |
| 4394 | </numerusform><numerusform>%n archivo(s) instalado/s recientemente | ||
| 4399 | </numerusform></translation> | 4395 | </numerusform></translation> |
| 4400 | </message> | 4396 | </message> |
| 4401 | <message numerus="yes"> | 4397 | <message numerus="yes"> |
| 4402 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4403 | <source>%n file(s) were overwritten | 4399 | <source>%n file(s) were overwritten |
| 4404 | </source> | 4400 | </source> |
| 4405 | <translation><numerusform>%n archivo(s) recién sobreescrito/s | 4401 | <translation><numerusform>%n archivo(s) recién sobreescrito/s |
| 4406 | </numerusform><numerusform>%n archivo(s) sobrescrito/s recientemente | 4402 | </numerusform><numerusform>%n archivo(s) sobrescrito/s recientemente |
| 4403 | </numerusform><numerusform>%n archivo(s) sobrescrito/s recientemente | ||
| 4407 | </numerusform></translation> | 4404 | </numerusform></translation> |
| 4408 | </message> | 4405 | </message> |
| 4409 | <message numerus="yes"> | 4406 | <message numerus="yes"> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4411 | <source>%n file(s) failed to install | 4408 | <source>%n file(s) failed to install |
| 4412 | </source> | 4409 | </source> |
| 4413 | <translation><numerusform>%n archivo(s) no se instaló/instalaron | 4410 | <translation><numerusform>%n archivo(s) no se instaló/instalaron |
| 4414 | </numerusform><numerusform>%n archivo(s) no se instaló/instalaron | 4411 | </numerusform><numerusform>%n archivo(s) no se instaló/instalaron |
| 4412 | </numerusform><numerusform>%n archivo(s) no se instaló/instalaron | ||
| 4415 | </numerusform></translation> | 4413 | </numerusform></translation> |
| 4416 | </message> | 4414 | </message> |
| 4417 | <message> | 4415 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4416 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4419 | <source>System Application</source> | 4417 | <source>System Application</source> |
| 4420 | <translation>Aplicación del sistema</translation> | 4418 | <translation>Aplicación del sistema</translation> |
| 4421 | </message> | 4419 | </message> |
| 4422 | <message> | 4420 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4421 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4424 | <source>System Archive</source> | 4422 | <source>System Archive</source> |
| 4425 | <translation>Archivo del sistema</translation> | 4423 | <translation>Archivo del sistema</translation> |
| 4426 | </message> | 4424 | </message> |
| 4427 | <message> | 4425 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4426 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4429 | <source>System Application Update</source> | 4427 | <source>System Application Update</source> |
| 4430 | <translation>Actualización de la aplicación del sistema</translation> | 4428 | <translation>Actualización de la aplicación del sistema</translation> |
| 4431 | </message> | 4429 | </message> |
| 4432 | <message> | 4430 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4431 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4434 | <source>Firmware Package (Type A)</source> | 4432 | <source>Firmware Package (Type A)</source> |
| 4435 | <translation>Paquete de firmware (Tipo A)</translation> | 4433 | <translation>Paquete de firmware (Tipo A)</translation> |
| 4436 | </message> | 4434 | </message> |
| 4437 | <message> | 4435 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4436 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4439 | <source>Firmware Package (Type B)</source> | 4437 | <source>Firmware Package (Type B)</source> |
| 4440 | <translation>Paquete de firmware (Tipo B)</translation> | 4438 | <translation>Paquete de firmware (Tipo B)</translation> |
| 4441 | </message> | 4439 | </message> |
| 4442 | <message> | 4440 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4441 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4444 | <source>Game</source> | 4442 | <source>Game</source> |
| 4445 | <translation>Juego</translation> | 4443 | <translation>Juego</translation> |
| 4446 | </message> | 4444 | </message> |
| 4447 | <message> | 4445 | <message> |
| 4448 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4446 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4449 | <source>Game Update</source> | 4447 | <source>Game Update</source> |
| 4450 | <translation>Actualización de juego</translation> | 4448 | <translation>Actualización de juego</translation> |
| 4451 | </message> | 4449 | </message> |
| 4452 | <message> | 4450 | <message> |
| 4453 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4451 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4454 | <source>Game DLC</source> | 4452 | <source>Game DLC</source> |
| 4455 | <translation>DLC del juego</translation> | 4453 | <translation>DLC del juego</translation> |
| 4456 | </message> | 4454 | </message> |
| 4457 | <message> | 4455 | <message> |
| 4458 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4456 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4459 | <source>Delta Title</source> | 4457 | <source>Delta Title</source> |
| 4460 | <translation>Titulo delta</translation> | 4458 | <translation>Titulo delta</translation> |
| 4461 | </message> | 4459 | </message> |
| 4462 | <message> | 4460 | <message> |
| 4463 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4461 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4464 | <source>Select NCA Install Type...</source> | 4462 | <source>Select NCA Install Type...</source> |
| 4465 | <translation>Seleccione el tipo de instalación NCA...</translation> | 4463 | <translation>Seleccione el tipo de instalación NCA...</translation> |
| 4466 | </message> | 4464 | </message> |
| 4467 | <message> | 4465 | <message> |
| 4468 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4469 | <source>Please select the type of title you would like to install this NCA as: | 4467 | <source>Please select the type of title you would like to install this NCA as: |
| 4470 | (In most instances, the default 'Game' is fine.)</source> | 4468 | (In most instances, the default 'Game' is fine.)</source> |
| 4471 | <translation>Seleccione el tipo de tÃtulo en el que deseas instalar este NCA como: | 4469 | <translation>Seleccione el tipo de tÃtulo en el que deseas instalar este NCA como: |
| 4472 | (En la mayorÃa de los casos, el 'Juego' predeterminado está bien).</translation> | 4470 | (En la mayorÃa de los casos, el 'Juego' predeterminado está bien).</translation> |
| 4473 | </message> | 4471 | </message> |
| 4474 | <message> | 4472 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4473 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4476 | <source>Failed to Install</source> | 4474 | <source>Failed to Install</source> |
| 4477 | <translation>Fallo en la instalación</translation> | 4475 | <translation>Fallo en la instalación</translation> |
| 4478 | </message> | 4476 | </message> |
| 4479 | <message> | 4477 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4478 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4481 | <source>The title type you selected for the NCA is invalid.</source> | 4479 | <source>The title type you selected for the NCA is invalid.</source> |
| 4482 | <translation>El tipo de tÃtulo que seleccionó para el NCA no es válido.</translation> | 4480 | <translation>El tipo de tÃtulo que seleccionó para el NCA no es válido.</translation> |
| 4483 | </message> | 4481 | </message> |
| 4484 | <message> | 4482 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4483 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4486 | <source>File not found</source> | 4484 | <source>File not found</source> |
| 4487 | <translation>Archivo no encontrado</translation> | 4485 | <translation>Archivo no encontrado</translation> |
| 4488 | </message> | 4486 | </message> |
| 4489 | <message> | 4487 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4488 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4491 | <source>File "%1" not found</source> | 4489 | <source>File "%1" not found</source> |
| 4492 | <translation>Archivo "%1" no encontrado</translation> | 4490 | <translation>Archivo "%1" no encontrado</translation> |
| 4493 | </message> | 4491 | </message> |
| 4494 | <message> | 4492 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4493 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4496 | <source>OK</source> | 4494 | <source>OK</source> |
| 4497 | <translation>Aceptar</translation> | 4495 | <translation>Aceptar</translation> |
| 4498 | </message> | 4496 | </message> |
| 4499 | <message> | 4497 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4498 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4501 | <source>Missing yuzu Account</source> | 4499 | <source>Missing yuzu Account</source> |
| 4502 | <translation>Falta la cuenta de Yuzu</translation> | 4500 | <translation>Falta la cuenta de Yuzu</translation> |
| 4503 | </message> | 4501 | </message> |
| 4504 | <message> | 4502 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4506 | <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> | 4504 | <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> |
| 4507 | <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> | 4505 | <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> |
| 4508 | </message> | 4506 | </message> |
| 4509 | <message> | 4507 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4511 | <source>Error opening URL</source> | 4509 | <source>Error opening URL</source> |
| 4512 | <translation>Error al abrir la URL</translation> | 4510 | <translation>Error al abrir la URL</translation> |
| 4513 | </message> | 4511 | </message> |
| 4514 | <message> | 4512 | <message> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4513 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4516 | <source>Unable to open the URL "%1".</source> | 4514 | <source>Unable to open the URL "%1".</source> |
| 4517 | <translation>No se puede abrir la URL "%1".</translation> | 4515 | <translation>No se puede abrir la URL "%1".</translation> |
| 4518 | </message> | 4516 | </message> |
| 4519 | <message> | 4517 | <message> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4521 | <source>TAS Recording</source> | 4519 | <source>TAS Recording</source> |
| 4522 | <translation>Grabación TAS</translation> | 4520 | <translation>Grabación TAS</translation> |
| 4523 | </message> | 4521 | </message> |
| 4524 | <message> | 4522 | <message> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4526 | <source>Overwrite file of player 1?</source> | 4524 | <source>Overwrite file of player 1?</source> |
| 4527 | <translation>¿Sobrescribir archivo del jugador 1?</translation> | 4525 | <translation>¿Sobrescribir archivo del jugador 1?</translation> |
| 4528 | </message> | 4526 | </message> |
| 4529 | <message> | 4527 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4528 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4531 | <source>Invalid config detected</source> | 4529 | <source>Invalid config detected</source> |
| 4532 | <translation>Configuración no válida detectada</translation> | 4530 | <translation>Configuración no válida detectada</translation> |
| 4533 | </message> | 4531 | </message> |
| 4534 | <message> | 4532 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4533 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4536 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4534 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4537 | <translation>El controlador del modo portátil no puede ser usado en el modo sobremesa. Se seleccionará el controlador Pro en su lugar.</translation> | 4535 | <translation>El controlador del modo portátil no puede ser usado en el modo sobremesa. Se seleccionará el controlador Pro en su lugar.</translation> |
| 4538 | </message> | 4536 | </message> |
| 4539 | <message> | 4537 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4538 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4542 | <source>Error</source> | 4540 | <source>Error</source> |
| 4543 | <translation>Error</translation> | 4541 | <translation>Error</translation> |
| 4544 | </message> | 4542 | </message> |
| 4545 | <message> | 4543 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4548 | <source>The current game is not looking for amiibos</source> | 4546 | <source>The current game is not looking for amiibos</source> |
| 4549 | <translation>El juego actual no esta buscando amiibos</translation> | 4547 | <translation>El juego actual no esta buscando amiibos</translation> |
| 4550 | </message> | 4548 | </message> |
| 4551 | <message> | 4549 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4554 | <source>Amiibo</source> | 4552 | <source>Amiibo</source> |
| 4555 | <translation>Amiibo</translation> | 4553 | <translation>Amiibo</translation> |
| 4556 | </message> | 4554 | </message> |
| 4557 | <message> | 4555 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4557 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4560 | <source>The current amiibo has been removed</source> | 4558 | <source>The current amiibo has been removed</source> |
| 4561 | <translation>El amiibo actual ha sido extraÃdo</translation> | 4559 | <translation>El amiibo actual ha sido extraÃdo</translation> |
| 4562 | </message> | 4560 | </message> |
| 4563 | <message> | 4561 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4562 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4565 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4563 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4566 | <translation>Archivo amiibo (%1);; Todos los archivos (*.*)</translation> | 4564 | <translation>Archivo amiibo (%1);; Todos los archivos (*.*)</translation> |
| 4567 | </message> | 4565 | </message> |
| 4568 | <message> | 4566 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4567 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4570 | <source>Load Amiibo</source> | 4568 | <source>Load Amiibo</source> |
| 4571 | <translation>Cargar amiibo</translation> | 4569 | <translation>Cargar amiibo</translation> |
| 4572 | </message> | 4570 | </message> |
| 4573 | <message> | 4571 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4572 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4575 | <source>Error opening Amiibo data file</source> | 4573 | <source>Error opening Amiibo data file</source> |
| 4576 | <translation>Error al abrir el archivo de datos amiibo</translation> | 4574 | <translation>Error al abrir el archivo de datos amiibo</translation> |
| 4577 | </message> | 4575 | </message> |
| 4578 | <message> | 4576 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4577 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4580 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4578 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4581 | <translation>No se puede abrir el archivo amiibo "%1" para leer.</translation> | 4579 | <translation>No se puede abrir el archivo amiibo "%1" para leer.</translation> |
| 4582 | </message> | 4580 | </message> |
| 4583 | <message> | 4581 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4582 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4585 | <source>Error reading Amiibo data file</source> | 4583 | <source>Error reading Amiibo data file</source> |
| 4586 | <translation>Error al leer el archivo de datos amiibo</translation> | 4584 | <translation>Error al leer el archivo de datos amiibo</translation> |
| 4587 | </message> | 4585 | </message> |
| 4588 | <message> | 4586 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4587 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4590 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4588 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4591 | <translation>No se puede leer completamente los datos Amiibo. Se esperaban leer %1 bytes, pero solo se puede leer %2 bytes.</translation> | 4589 | <translation>No se puede leer completamente los datos Amiibo. Se esperaban leer %1 bytes, pero solo se puede leer %2 bytes.</translation> |
| 4592 | </message> | 4590 | </message> |
| 4593 | <message> | 4591 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4592 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4595 | <source>Error loading Amiibo data</source> | 4593 | <source>Error loading Amiibo data</source> |
| 4596 | <translation>Error al cargar los datos Amiibo</translation> | 4594 | <translation>Error al cargar los datos Amiibo</translation> |
| 4597 | </message> | 4595 | </message> |
| 4598 | <message> | 4596 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4597 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4600 | <source>Unable to load Amiibo data.</source> | 4598 | <source>Unable to load Amiibo data.</source> |
| 4601 | <translation>No se pueden cargar los datos Amiibo.</translation> | 4599 | <translation>No se pueden cargar los datos Amiibo.</translation> |
| 4602 | </message> | 4600 | </message> |
| 4603 | <message> | 4601 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4602 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4605 | <source>Capture Screenshot</source> | 4603 | <source>Capture Screenshot</source> |
| 4606 | <translation>Captura de pantalla</translation> | 4604 | <translation>Captura de pantalla</translation> |
| 4607 | </message> | 4605 | </message> |
| 4608 | <message> | 4606 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4607 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4610 | <source>PNG Image (*.png)</source> | 4608 | <source>PNG Image (*.png)</source> |
| 4611 | <translation>Imagen PNG (*.png)</translation> | 4609 | <translation>Imagen PNG (*.png)</translation> |
| 4612 | </message> | 4610 | </message> |
| 4613 | <message> | 4611 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4612 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4615 | <source>TAS state: Running %1/%2</source> | 4613 | <source>TAS state: Running %1/%2</source> |
| 4616 | <translation>Estado TAS: ejecutando %1/%2</translation> | 4614 | <translation>Estado TAS: ejecutando %1/%2</translation> |
| 4617 | </message> | 4615 | </message> |
| 4618 | <message> | 4616 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4617 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4620 | <source>TAS state: Recording %1</source> | 4618 | <source>TAS state: Recording %1</source> |
| 4621 | <translation>Estado TAS: grabando %1</translation> | 4619 | <translation>Estado TAS: grabando %1</translation> |
| 4622 | </message> | 4620 | </message> |
| 4623 | <message> | 4621 | <message> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4622 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4625 | <source>TAS state: Idle %1/%2</source> | 4623 | <source>TAS state: Idle %1/%2</source> |
| 4626 | <translation>Estado TAS: inactivo %1/%2</translation> | 4624 | <translation>Estado TAS: inactivo %1/%2</translation> |
| 4627 | </message> | 4625 | </message> |
| 4628 | <message> | 4626 | <message> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4627 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4630 | <source>TAS State: Invalid</source> | 4628 | <source>TAS State: Invalid</source> |
| 4631 | <translation>Estado TAS: nulo</translation> | 4629 | <translation>Estado TAS: nulo</translation> |
| 4632 | </message> | 4630 | </message> |
| 4633 | <message> | 4631 | <message> |
| 4634 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4632 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4635 | <source>&Stop Running</source> | 4633 | <source>&Stop Running</source> |
| 4636 | <translation>&Parar de ejecutar</translation> | 4634 | <translation>&Parar de ejecutar</translation> |
| 4637 | </message> | 4635 | </message> |
| 4638 | <message> | 4636 | <message> |
| 4639 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4640 | <source>&Start</source> | 4638 | <source>&Start</source> |
| 4641 | <translation>&Iniciar</translation> | 4639 | <translation>&Iniciar</translation> |
| 4642 | </message> | 4640 | </message> |
| 4643 | <message> | 4641 | <message> |
| 4644 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4645 | <source>Stop R&ecording</source> | 4643 | <source>Stop R&ecording</source> |
| 4646 | <translation>Pausar g&rabación</translation> | 4644 | <translation>Pausar g&rabación</translation> |
| 4647 | </message> | 4645 | </message> |
| 4648 | <message> | 4646 | <message> |
| 4649 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4650 | <source>R&ecord</source> | 4648 | <source>R&ecord</source> |
| 4651 | <translation>G&rabar</translation> | 4649 | <translation>G&rabar</translation> |
| 4652 | </message> | 4650 | </message> |
| 4653 | <message numerus="yes"> | 4651 | <message numerus="yes"> |
| 4654 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4655 | <source>Building: %n shader(s)</source> | 4653 | <source>Building: %n shader(s)</source> |
| 4656 | <translation><numerusform>Creando: %n shader(s)</numerusform><numerusform>Construyendo: %n shader(s)</numerusform></translation> | 4654 | <translation><numerusform>Creando: %n shader(s)</numerusform><numerusform>Construyendo: %n shader(s)</numerusform><numerusform>Construyendo: %n shader(s)</numerusform></translation> |
| 4657 | </message> | 4655 | </message> |
| 4658 | <message> | 4656 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4660 | <source>Scale: %1x</source> | 4658 | <source>Scale: %1x</source> |
| 4661 | <comment>%1 is the resolution scaling factor</comment> | 4659 | <comment>%1 is the resolution scaling factor</comment> |
| 4662 | <translation>Escalado: %1x</translation> | 4660 | <translation>Escalado: %1x</translation> |
| 4663 | </message> | 4661 | </message> |
| 4664 | <message> | 4662 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4663 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4666 | <source>Speed: %1% / %2%</source> | 4664 | <source>Speed: %1% / %2%</source> |
| 4667 | <translation>Velocidad: %1% / %2%</translation> | 4665 | <translation>Velocidad: %1% / %2%</translation> |
| 4668 | </message> | 4666 | </message> |
| 4669 | <message> | 4667 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4668 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4671 | <source>Speed: %1%</source> | 4669 | <source>Speed: %1%</source> |
| 4672 | <translation>Velocidad: %1%</translation> | 4670 | <translation>Velocidad: %1%</translation> |
| 4673 | </message> | 4671 | </message> |
| 4674 | <message> | 4672 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4673 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4676 | <source>Game: %1 FPS (Unlocked)</source> | 4674 | <source>Game: %1 FPS (Unlocked)</source> |
| 4677 | <translation>Juego: %1 FPS (desbloqueado)</translation> | 4675 | <translation>Juego: %1 FPS (desbloqueado)</translation> |
| 4678 | </message> | 4676 | </message> |
| 4679 | <message> | 4677 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4678 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4681 | <source>Game: %1 FPS</source> | 4679 | <source>Game: %1 FPS</source> |
| 4682 | <translation>Juego: %1 FPS</translation> | 4680 | <translation>Juego: %1 FPS</translation> |
| 4683 | </message> | 4681 | </message> |
| 4684 | <message> | 4682 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4683 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4686 | <source>Frame: %1 ms</source> | 4684 | <source>Frame: %1 ms</source> |
| 4687 | <translation>Fotogramas: %1 ms</translation> | 4685 | <translation>Fotogramas: %1 ms</translation> |
| 4688 | </message> | 4686 | </message> |
| 4689 | <message> | 4687 | <message> |
| 4690 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4691 | <source>GPU NORMAL</source> | 4689 | <source>GPU NORMAL</source> |
| 4692 | <translation>GPU NORMAL</translation> | 4690 | <translation>GPU NORMAL</translation> |
| 4693 | </message> | 4691 | </message> |
| 4694 | <message> | 4692 | <message> |
| 4695 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4696 | <source>GPU HIGH</source> | 4694 | <source>GPU HIGH</source> |
| 4697 | <translation>GPU ALTA</translation> | 4695 | <translation>GPU ALTA</translation> |
| 4698 | </message> | 4696 | </message> |
| 4699 | <message> | 4697 | <message> |
| 4700 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4701 | <source>GPU EXTREME</source> | 4699 | <source>GPU EXTREME</source> |
| 4702 | <translation>GPU EXTREMA</translation> | 4700 | <translation>GPU EXTREMA</translation> |
| 4703 | </message> | 4701 | </message> |
| 4704 | <message> | 4702 | <message> |
| 4705 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4703 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4706 | <source>GPU ERROR</source> | 4704 | <source>GPU ERROR</source> |
| 4707 | <translation>GPU ERROR</translation> | 4705 | <translation>GPU ERROR</translation> |
| 4708 | </message> | 4706 | </message> |
| 4709 | <message> | 4707 | <message> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4708 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4711 | <source>NEAREST</source> | 4709 | <source>NEAREST</source> |
| 4712 | <translation>PROXIMAL</translation> | 4710 | <translation>PROXIMAL</translation> |
| 4713 | </message> | 4711 | </message> |
| 4714 | <message> | 4712 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4717 | <source>BILINEAR</source> | 4715 | <source>BILINEAR</source> |
| 4718 | <translation>BILINEAL</translation> | 4716 | <translation>BILINEAL</translation> |
| 4719 | </message> | 4717 | </message> |
| 4720 | <message> | 4718 | <message> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4722 | <source>BICUBIC</source> | 4720 | <source>BICUBIC</source> |
| 4723 | <translation>BICÚBICO</translation> | 4721 | <translation>BICÚBICO</translation> |
| 4724 | </message> | 4722 | </message> |
| 4725 | <message> | 4723 | <message> |
| 4726 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4727 | <source>GAUSSIAN</source> | 4725 | <source>GAUSSIAN</source> |
| 4728 | <translation>GAUSSIANO</translation> | 4726 | <translation>GAUSSIANO</translation> |
| 4729 | </message> | 4727 | </message> |
| 4730 | <message> | 4728 | <message> |
| 4731 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4732 | <source>SCALEFORCE</source> | 4730 | <source>SCALEFORCE</source> |
| 4733 | <translation>SCALEFORCE</translation> | 4731 | <translation>SCALEFORCE</translation> |
| 4734 | </message> | 4732 | </message> |
| 4735 | <message> | 4733 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4737 | <source>FSR</source> | 4735 | <source>FSR</source> |
| 4738 | <translation>FSR</translation> | 4736 | <translation>FSR</translation> |
| 4739 | </message> | 4737 | </message> |
| 4740 | <message> | 4738 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4740 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4743 | <source>NO AA</source> | 4741 | <source>NO AA</source> |
| 4744 | <translation>NO AA</translation> | 4742 | <translation>NO AA</translation> |
| 4745 | </message> | 4743 | </message> |
| 4746 | <message> | 4744 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4745 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4748 | <source>FXAA</source> | 4746 | <source>FXAA</source> |
| 4749 | <translation>FXAA</translation> | 4747 | <translation>FXAA</translation> |
| 4750 | </message> | 4748 | </message> |
| 4751 | <message> | 4749 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4750 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4753 | <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> | 4751 | <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> |
| 4754 | <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> | 4752 | <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> |
| 4755 | </message> | 4753 | </message> |
| 4756 | <message> | 4754 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4755 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4758 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4756 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4759 | <translation>yuzu no pudo localizar el archivo de sistema de la Switch. %1</translation> | 4757 | <translation>yuzu no pudo localizar el archivo de sistema de la Switch. %1</translation> |
| 4760 | </message> | 4758 | </message> |
| 4761 | <message> | 4759 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4760 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4763 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4761 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4764 | <translation>yuzu no pudo localizar un archivo de sistema de la Switch: %1. %2</translation> | 4762 | <translation>yuzu no pudo localizar un archivo de sistema de la Switch: %1. %2</translation> |
| 4765 | </message> | 4763 | </message> |
| 4766 | <message> | 4764 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4765 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4768 | <source>System Archive Not Found</source> | 4766 | <source>System Archive Not Found</source> |
| 4769 | <translation>Archivo del sistema no encontrado</translation> | 4767 | <translation>Archivo del sistema no encontrado</translation> |
| 4770 | </message> | 4768 | </message> |
| 4771 | <message> | 4769 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4770 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4773 | <source>System Archive Missing</source> | 4771 | <source>System Archive Missing</source> |
| 4774 | <translation>Faltan archivos del sistema</translation> | 4772 | <translation>Faltan archivos del sistema</translation> |
| 4775 | </message> | 4773 | </message> |
| 4776 | <message> | 4774 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4775 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4778 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4776 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4779 | <translation>yuzu no pudo encontrar las fuentes compartidas de la Switch. %1</translation> | 4777 | <translation>yuzu no pudo encontrar las fuentes compartidas de la Switch. %1</translation> |
| 4780 | </message> | 4778 | </message> |
| 4781 | <message> | 4779 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4780 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4783 | <source>Shared Fonts Not Found</source> | 4781 | <source>Shared Fonts Not Found</source> |
| 4784 | <translation>Fuentes compartidas no encontradas</translation> | 4782 | <translation>Fuentes compartidas no encontradas</translation> |
| 4785 | </message> | 4783 | </message> |
| 4786 | <message> | 4784 | <message> |
| 4787 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4785 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4788 | <source>Shared Font Missing</source> | 4786 | <source>Shared Font Missing</source> |
| 4789 | <translation>Faltan fuentes compartidas</translation> | 4787 | <translation>Faltan fuentes compartidas</translation> |
| 4790 | </message> | 4788 | </message> |
| 4791 | <message> | 4789 | <message> |
| 4792 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4790 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4793 | <source>Fatal Error</source> | 4791 | <source>Fatal Error</source> |
| 4794 | <translation>Error fatal</translation> | 4792 | <translation>Error fatal</translation> |
| 4795 | </message> | 4793 | </message> |
| 4796 | <message> | 4794 | <message> |
| 4797 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4795 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4798 | <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> | 4796 | <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> |
| 4799 | <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> | 4797 | <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> |
| 4800 | </message> | 4798 | </message> |
| 4801 | <message> | 4799 | <message> |
| 4802 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4800 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4803 | <source>Fatal Error encountered</source> | 4801 | <source>Fatal Error encountered</source> |
| 4804 | <translation>Error fatal encontrado</translation> | 4802 | <translation>Error fatal encontrado</translation> |
| 4805 | </message> | 4803 | </message> |
| 4806 | <message> | 4804 | <message> |
| 4807 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4805 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4808 | <source>Confirm Key Rederivation</source> | 4806 | <source>Confirm Key Rederivation</source> |
| 4809 | <translation>Confirmar la clave de rederivación</translation> | 4807 | <translation>Confirmar la clave de rederivación</translation> |
| 4810 | </message> | 4808 | </message> |
| 4811 | <message> | 4809 | <message> |
| 4812 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4810 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4813 | <source>You are about to force rederive all of your keys. | 4811 | <source>You are about to force rederive all of your keys. |
| 4814 | If you do not know what this means or what you are doing, | 4812 | If you do not know what this means or what you are doing, |
| 4815 | this is a potentially destructive action. | 4813 | this is a potentially destructive action. |
| @@ -4826,37 +4824,37 @@ es lo que quieres hacer si es necesario. | |||
| 4826 | Esto eliminará los archivos de las claves generadas automáticamente y volverá a ejecutar el módulo de derivación de claves.</translation> | 4824 | Esto eliminará los archivos de las claves generadas automáticamente y volverá a ejecutar el módulo de derivación de claves.</translation> |
| 4827 | </message> | 4825 | </message> |
| 4828 | <message> | 4826 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4827 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4830 | <source>Missing fuses</source> | 4828 | <source>Missing fuses</source> |
| 4831 | <translation>Faltan fuses</translation> | 4829 | <translation>Faltan fuses</translation> |
| 4832 | </message> | 4830 | </message> |
| 4833 | <message> | 4831 | <message> |
| 4834 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4832 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4835 | <source> - Missing BOOT0</source> | 4833 | <source> - Missing BOOT0</source> |
| 4836 | <translation>- Falta BOOT0</translation> | 4834 | <translation>- Falta BOOT0</translation> |
| 4837 | </message> | 4835 | </message> |
| 4838 | <message> | 4836 | <message> |
| 4839 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4837 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4840 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4838 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4841 | <translation> - Falta BCPKG2-1-Normal-Main</translation> | 4839 | <translation> - Falta BCPKG2-1-Normal-Main</translation> |
| 4842 | </message> | 4840 | </message> |
| 4843 | <message> | 4841 | <message> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4845 | <source> - Missing PRODINFO</source> | 4843 | <source> - Missing PRODINFO</source> |
| 4846 | <translation> - Falta PRODINFO</translation> | 4844 | <translation> - Falta PRODINFO</translation> |
| 4847 | </message> | 4845 | </message> |
| 4848 | <message> | 4846 | <message> |
| 4849 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4850 | <source>Derivation Components Missing</source> | 4848 | <source>Derivation Components Missing</source> |
| 4851 | <translation>Faltan componentes de derivación</translation> | 4849 | <translation>Faltan componentes de derivación</translation> |
| 4852 | </message> | 4850 | </message> |
| 4853 | <message> | 4851 | <message> |
| 4854 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4855 | <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> | 4853 | <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> |
| 4856 | <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> | 4854 | <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> |
| 4857 | </message> | 4855 | </message> |
| 4858 | <message> | 4856 | <message> |
| 4859 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4860 | <source>Deriving keys... | 4858 | <source>Deriving keys... |
| 4861 | This may take up to a minute depending | 4859 | This may take up to a minute depending |
| 4862 | on your system's performance.</source> | 4860 | on your system's performance.</source> |
| @@ -4865,39 +4863,39 @@ Esto puede llevar unos minutos dependiendo | |||
| 4865 | del rendimiento de su sistema.</translation> | 4863 | del rendimiento de su sistema.</translation> |
| 4866 | </message> | 4864 | </message> |
| 4867 | <message> | 4865 | <message> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4866 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4869 | <source>Deriving Keys</source> | 4867 | <source>Deriving Keys</source> |
| 4870 | <translation>Obtención de claves</translation> | 4868 | <translation>Obtención de claves</translation> |
| 4871 | </message> | 4869 | </message> |
| 4872 | <message> | 4870 | <message> |
| 4873 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4871 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4874 | <source>Select RomFS Dump Target</source> | 4872 | <source>Select RomFS Dump Target</source> |
| 4875 | <translation>Selecciona el destinatario para volcar el RomFS</translation> | 4873 | <translation>Selecciona el destinatario para volcar el RomFS</translation> |
| 4876 | </message> | 4874 | </message> |
| 4877 | <message> | 4875 | <message> |
| 4878 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4876 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4879 | <source>Please select which RomFS you would like to dump.</source> | 4877 | <source>Please select which RomFS you would like to dump.</source> |
| 4880 | <translation>Por favor, seleccione los RomFS que deseas volcar.</translation> | 4878 | <translation>Por favor, seleccione los RomFS que deseas volcar.</translation> |
| 4881 | </message> | 4879 | </message> |
| 4882 | <message> | 4880 | <message> |
| 4883 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4881 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4884 | <source>Are you sure you want to close yuzu?</source> | 4882 | <source>Are you sure you want to close yuzu?</source> |
| 4885 | <translation>¿Estás seguro de que quieres cerrar yuzu?</translation> | 4883 | <translation>¿Estás seguro de que quieres cerrar yuzu?</translation> |
| 4886 | </message> | 4884 | </message> |
| 4887 | <message> | 4885 | <message> |
| 4888 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4886 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4889 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4887 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4890 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4888 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4891 | <source>yuzu</source> | 4889 | <source>yuzu</source> |
| 4892 | <translation>yuzu</translation> | 4890 | <translation>yuzu</translation> |
| 4893 | </message> | 4891 | </message> |
| 4894 | <message> | 4892 | <message> |
| 4895 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4893 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4896 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4894 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4897 | <translation>¿Estás seguro de que quieres detener la emulación? Cualquier progreso no guardado se perderá.</translation> | 4895 | <translation>¿Estás seguro de que quieres detener la emulación? Cualquier progreso no guardado se perderá.</translation> |
| 4898 | </message> | 4896 | </message> |
| 4899 | <message> | 4897 | <message> |
| 4900 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4898 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4901 | <source>The currently running application has requested yuzu to not exit. | 4899 | <source>The currently running application has requested yuzu to not exit. |
| 4902 | 4900 | ||
| 4903 | Would you like to bypass this and exit anyway?</source> | 4901 | Would you like to bypass this and exit anyway?</source> |
| @@ -4909,38 +4907,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4909 | <context> | 4907 | <context> |
| 4910 | <name>GRenderWindow</name> | 4908 | <name>GRenderWindow</name> |
| 4911 | <message> | 4909 | <message> |
| 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4913 | <source>OpenGL not available!</source> | 4911 | <source>OpenGL not available!</source> |
| 4914 | <translation>¡OpenGL no está disponible!</translation> | 4912 | <translation>¡OpenGL no está disponible!</translation> |
| 4915 | </message> | 4913 | </message> |
| 4916 | <message> | 4914 | <message> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4918 | <source>yuzu has not been compiled with OpenGL support.</source> | 4916 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4919 | <translation>yuzu no ha sido compilado con soporte de OpenGL.</translation> | 4917 | <translation>yuzu no ha sido compilado con soporte de OpenGL.</translation> |
| 4920 | </message> | 4918 | </message> |
| 4921 | <message> | 4919 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4920 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4923 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4921 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4924 | <source>Error while initializing OpenGL!</source> | 4922 | <source>Error while initializing OpenGL!</source> |
| 4925 | <translation>¡Error al inicializar OpenGL!</translation> | 4923 | <translation>¡Error al inicializar OpenGL!</translation> |
| 4926 | </message> | 4924 | </message> |
| 4927 | <message> | 4925 | <message> |
| 4928 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4926 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4929 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4927 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4930 | <translation>Tu GPU no soporta OpenGL, o no tienes instalados los últimos controladores gráficos.</translation> | 4928 | <translation>Tu GPU no soporta OpenGL, o no tienes instalados los últimos controladores gráficos.</translation> |
| 4931 | </message> | 4929 | </message> |
| 4932 | <message> | 4930 | <message> |
| 4933 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4931 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4934 | <source>Error while initializing OpenGL 4.6!</source> | 4932 | <source>Error while initializing OpenGL 4.6!</source> |
| 4935 | <translation>¡Error al iniciar OpenGL 4.6!</translation> | 4933 | <translation>¡Error al iniciar OpenGL 4.6!</translation> |
| 4936 | </message> | 4934 | </message> |
| 4937 | <message> | 4935 | <message> |
| 4938 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4936 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4939 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4937 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4940 | <translation>Tu GPU no soporta OpenGL 4.6, o no tienes instalado el último controlador de la tarjeta gráfica.<br><br>GL Renderer:<br>%1</translation> | 4938 | <translation>Tu GPU no soporta OpenGL 4.6, o no tienes instalado el último controlador de la tarjeta gráfica.<br><br>GL Renderer:<br>%1</translation> |
| 4941 | </message> | 4939 | </message> |
| 4942 | <message> | 4940 | <message> |
| 4943 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4941 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4944 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4942 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4945 | <translation>Es posible que la GPU no soporte una o más extensiones necesarias de OpenGL . Por favor, asegúrate de tener los últimos controladores de la tarjeta gráfica.<br><br>GL Renderer:<br>%1<br><br>Extensiones no soportadas:<br>%2</translation> | 4943 | <translation>Es posible que la GPU no soporte una o más extensiones necesarias de OpenGL . Por favor, asegúrate de tener los últimos controladores de la tarjeta gráfica.<br><br>GL Renderer:<br>%1<br><br>Extensiones no soportadas:<br>%2</translation> |
| 4946 | </message> | 4944 | </message> |
| @@ -5195,7 +5193,7 @@ de inicio.</translation> | |||
| 5195 | <message numerus="yes"> | 5193 | <message numerus="yes"> |
| 5196 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> | 5194 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> |
| 5197 | <source>%1 of %n result(s)</source> | 5195 | <source>%1 of %n result(s)</source> |
| 5198 | <translation><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform></translation> | 5196 | <translation><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform></translation> |
| 5199 | </message> | 5197 | </message> |
| 5200 | <message> | 5198 | <message> |
| 5201 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> | 5199 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> |
diff --git a/dist/languages/fr.ts b/dist/languages/fr.ts index a948b5fd0..094a11bdd 100644 --- a/dist/languages/fr.ts +++ b/dist/languages/fr.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>À propos de yuzu</translation> | 7 | <translation>À propos de yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><span style=" font-size:28pt;">yuzu</span><p></body></html></translation> | 12 | <translation><html><head/><body><span style=" font-size:28pt;">yuzu</span><p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site Web</span></a>|<a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Code Source</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributeurs</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licence</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site Web</span></a>|<a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Code Source</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributeurs</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licence</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; est une marque déposée de Nintendo. yuzu n'est en aucun cas affilié à Nintendo.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; est une marque déposée de Nintendo. yuzu n'est en aucun cas affilié à Nintendo.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -271,7 +266,7 @@ p, li { white-space: pre-wrap; } | |||
| 271 | <message> | 266 | <message> |
| 272 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="57"/> | 267 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="57"/> |
| 273 | <source>Paranoid (disables most optimizations)</source> | 268 | <source>Paranoid (disables most optimizations)</source> |
| 274 | <translation type="unfinished"/> | 269 | <translation>Paranoïaque (désactive la plupart des optimisations)</translation> |
| 275 | </message> | 270 | </message> |
| 276 | <message> | 271 | <message> |
| 277 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="68"/> | 272 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="68"/> |
| @@ -532,7 +527,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 532 | <message> | 527 | <message> |
| 533 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="147"/> | 528 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="147"/> |
| 534 | <source>Enable Host MMU Emulation (general memory instructions)</source> | 529 | <source>Enable Host MMU Emulation (general memory instructions)</source> |
| 535 | <translation type="unfinished"/> | 530 | <translation>Activer l'émulation MMU de l'hôte (instructions mémoire générales)</translation> |
| 536 | </message> | 531 | </message> |
| 537 | <message> | 532 | <message> |
| 538 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="154"/> | 533 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="154"/> |
| @@ -546,7 +541,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 546 | <message> | 541 | <message> |
| 547 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="161"/> | 542 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="161"/> |
| 548 | <source>Enable Host MMU Emulation (exclusive memory instructions)</source> | 543 | <source>Enable Host MMU Emulation (exclusive memory instructions)</source> |
| 549 | <translation type="unfinished"/> | 544 | <translation>Activer l'émulation MMU de l'hôte (instructions de mémoire exclusive)</translation> |
| 550 | </message> | 545 | </message> |
| 551 | <message> | 546 | <message> |
| 552 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="168"/> | 547 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="168"/> |
| @@ -1043,7 +1038,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1043 | <message> | 1038 | <message> |
| 1044 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="116"/> | 1039 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="116"/> |
| 1045 | <source>Limit Speed Percent</source> | 1040 | <source>Limit Speed Percent</source> |
| 1046 | <translation>Limiter la vitesse en pourcentages</translation> | 1041 | <translation>Limiter la vitesse en pourcentage</translation> |
| 1047 | </message> | 1042 | </message> |
| 1048 | <message> | 1043 | <message> |
| 1049 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="123"/> | 1044 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="123"/> |
| @@ -1053,7 +1048,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1053 | <message> | 1048 | <message> |
| 1054 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="141"/> | 1049 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="141"/> |
| 1055 | <source>Multicore CPU Emulation</source> | 1050 | <source>Multicore CPU Emulation</source> |
| 1056 | <translation>Emulation CPU Multicœur</translation> | 1051 | <translation>Émulation CPU Multicœur</translation> |
| 1057 | </message> | 1052 | </message> |
| 1058 | <message> | 1053 | <message> |
| 1059 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="148"/> | 1054 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="148"/> |
| @@ -1073,7 +1068,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1073 | <message> | 1068 | <message> |
| 1074 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="169"/> | 1069 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="169"/> |
| 1075 | <source>Pause emulation when in background</source> | 1070 | <source>Pause emulation when in background</source> |
| 1076 | <translation>Mettre en pause l’émulation lorsque mis en arrière plan </translation> | 1071 | <translation>Mettre en pause l’émulation lorsque mis en arrière-plan </translation> |
| 1077 | </message> | 1072 | </message> |
| 1078 | <message> | 1073 | <message> |
| 1079 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="176"/> | 1074 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="176"/> |
| @@ -1083,12 +1078,12 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1083 | <message> | 1078 | <message> |
| 1084 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="183"/> | 1079 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="183"/> |
| 1085 | <source>Hide mouse on inactivity</source> | 1080 | <source>Hide mouse on inactivity</source> |
| 1086 | <translation>Cacher la souris en cas d'inavtivité</translation> | 1081 | <translation>Cacher la souris en cas d'inactivité</translation> |
| 1087 | </message> | 1082 | </message> |
| 1088 | <message> | 1083 | <message> |
| 1089 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="225"/> | 1084 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="225"/> |
| 1090 | <source>Reset All Settings</source> | 1085 | <source>Reset All Settings</source> |
| 1091 | <translation>Réinitialiser Tous les Paramètres</translation> | 1086 | <translation>Réinitialiser tous les paramètres</translation> |
| 1092 | </message> | 1087 | </message> |
| 1093 | <message> | 1088 | <message> |
| 1094 | <location filename="../../src/yuzu/configuration/configure_general.cpp" line="79"/> | 1089 | <location filename="../../src/yuzu/configuration/configure_general.cpp" line="79"/> |
| @@ -1121,17 +1116,17 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1121 | <message> | 1116 | <message> |
| 1122 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="64"/> | 1117 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="64"/> |
| 1123 | <source>Shader Backend:</source> | 1118 | <source>Shader Backend:</source> |
| 1124 | <translation>Back-end des Shaders:</translation> | 1119 | <translation>Back-end des Shaders :</translation> |
| 1125 | </message> | 1120 | </message> |
| 1126 | <message> | 1121 | <message> |
| 1127 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="92"/> | 1122 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="92"/> |
| 1128 | <source>Device:</source> | 1123 | <source>Device:</source> |
| 1129 | <translation>Appareil:</translation> | 1124 | <translation>Appareil :</translation> |
| 1130 | </message> | 1125 | </message> |
| 1131 | <message> | 1126 | <message> |
| 1132 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="120"/> | 1127 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="120"/> |
| 1133 | <source>API:</source> | 1128 | <source>API:</source> |
| 1134 | <translation>API:</translation> | 1129 | <translation>API :</translation> |
| 1135 | </message> | 1130 | </message> |
| 1136 | <message> | 1131 | <message> |
| 1137 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="156"/> | 1132 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="156"/> |
| @@ -1156,7 +1151,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1156 | <message> | 1151 | <message> |
| 1157 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="198"/> | 1152 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="198"/> |
| 1158 | <source>NVDEC emulation:</source> | 1153 | <source>NVDEC emulation:</source> |
| 1159 | <translation>Emulation NVDEC</translation> | 1154 | <translation>Émulation NVDEC</translation> |
| 1160 | </message> | 1155 | </message> |
| 1161 | <message> | 1156 | <message> |
| 1162 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="206"/> | 1157 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="206"/> |
| @@ -1176,7 +1171,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1176 | <message> | 1171 | <message> |
| 1177 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="242"/> | 1172 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="242"/> |
| 1178 | <source>Fullscreen Mode:</source> | 1173 | <source>Fullscreen Mode:</source> |
| 1179 | <translation>Mode Plein écran:</translation> | 1174 | <translation>Mode Plein écran :</translation> |
| 1180 | </message> | 1175 | </message> |
| 1181 | <message> | 1176 | <message> |
| 1182 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="250"/> | 1177 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="250"/> |
| @@ -1191,7 +1186,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1191 | <message> | 1186 | <message> |
| 1192 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="281"/> | 1187 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="281"/> |
| 1193 | <source>Aspect Ratio:</source> | 1188 | <source>Aspect Ratio:</source> |
| 1194 | <translation>Format:</translation> | 1189 | <translation>Format :</translation> |
| 1195 | </message> | 1190 | </message> |
| 1196 | <message> | 1191 | <message> |
| 1197 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="289"/> | 1192 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="289"/> |
| @@ -1312,12 +1307,12 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1312 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="506"/> | 1307 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="506"/> |
| 1313 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="516"/> | 1308 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="516"/> |
| 1314 | <source>Use global background color</source> | 1309 | <source>Use global background color</source> |
| 1315 | <translation>Utiliser une couleur d'arrière plan globale</translation> | 1310 | <translation>Utiliser une couleur d'arrière-plan globale</translation> |
| 1316 | </message> | 1311 | </message> |
| 1317 | <message> | 1312 | <message> |
| 1318 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="521"/> | 1313 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="521"/> |
| 1319 | <source>Set background color:</source> | 1314 | <source>Set background color:</source> |
| 1320 | <translation>Définir la couleur d'arrière plan:</translation> | 1315 | <translation>Définir la couleur d'arrière-plan :</translation> |
| 1321 | </message> | 1316 | </message> |
| 1322 | <message> | 1317 | <message> |
| 1323 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="529"/> | 1318 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="529"/> |
| @@ -1350,7 +1345,7 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1350 | <message> | 1345 | <message> |
| 1351 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="46"/> | 1346 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="46"/> |
| 1352 | <source>Accuracy Level:</source> | 1347 | <source>Accuracy Level:</source> |
| 1353 | <translation>Niveau de Précision:</translation> | 1348 | <translation>Niveau de Précision :</translation> |
| 1354 | </message> | 1349 | </message> |
| 1355 | <message> | 1350 | <message> |
| 1356 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="75"/> | 1351 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="75"/> |
| @@ -1977,13 +1972,13 @@ Cette option améliore la vitesse en réduisant la précision des instructions f | |||
| 1977 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="797"/> | 1972 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="797"/> |
| 1978 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="3025"/> | 1973 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="3025"/> |
| 1979 | <source>Deadzone: 0%</source> | 1974 | <source>Deadzone: 0%</source> |
| 1980 | <translation>Zone morte: 0%</translation> | 1975 | <translation>Zone morte : 0%</translation> |
| 1981 | </message> | 1976 | </message> |
| 1982 | <message> | 1977 | <message> |
| 1983 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="821"/> | 1978 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="821"/> |
| 1984 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="3049"/> | 1979 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="3049"/> |
| 1985 | <source>Modifier Range: 0%</source> | 1980 | <source>Modifier Range: 0%</source> |
| 1986 | <translation>Modification de la course: 0%</translation> | 1981 | <translation>Modification de la course : 0%</translation> |
| 1987 | </message> | 1982 | </message> |
| 1988 | <message> | 1983 | <message> |
| 1989 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="867"/> | 1984 | <location filename="../../src/yuzu/configuration/configure_input_player.ui" line="867"/> |
| @@ -2175,13 +2170,13 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2175 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="655"/> | 2170 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="655"/> |
| 2176 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1010"/> | 2171 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1010"/> |
| 2177 | <source>Deadzone: %1%</source> | 2172 | <source>Deadzone: %1%</source> |
| 2178 | <translation>Zone morte: %1%</translation> | 2173 | <translation>Zone morte : %1%</translation> |
| 2179 | </message> | 2174 | </message> |
| 2180 | <message> | 2175 | <message> |
| 2181 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="664"/> | 2176 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="664"/> |
| 2182 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1015"/> | 2177 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="1015"/> |
| 2183 | <source>Modifier Range: %1%</source> | 2178 | <source>Modifier Range: %1%</source> |
| 2184 | <translation>Modification de la course: %1%</translation> | 2179 | <translation>Modification de la course : %1%</translation> |
| 2185 | </message> | 2180 | </message> |
| 2186 | <message> | 2181 | <message> |
| 2187 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="690"/> | 2182 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="690"/> |
| @@ -2359,7 +2354,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2359 | <message> | 2354 | <message> |
| 2360 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="23"/> | 2355 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="23"/> |
| 2361 | <source>UDP Calibration:</source> | 2356 | <source>UDP Calibration:</source> |
| 2362 | <translation>Calibration UDP:</translation> | 2357 | <translation>Calibration UDP :</translation> |
| 2363 | </message> | 2358 | </message> |
| 2364 | <message> | 2359 | <message> |
| 2365 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="30"/> | 2360 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="30"/> |
| @@ -2391,7 +2386,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2391 | <message> | 2386 | <message> |
| 2392 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="134"/> | 2387 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="134"/> |
| 2393 | <source>Server:</source> | 2388 | <source>Server:</source> |
| 2394 | <translation>Serveur:</translation> | 2389 | <translation>Serveur :</translation> |
| 2395 | </message> | 2390 | </message> |
| 2396 | <message> | 2391 | <message> |
| 2397 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="161"/> | 2392 | <location filename="../../src/yuzu/configuration/configure_motion_touch.ui" line="161"/> |
| @@ -2636,7 +2631,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2636 | <message> | 2631 | <message> |
| 2637 | <location filename="../../src/yuzu/configuration/configure_per_game_addons.cpp" line="47"/> | 2632 | <location filename="../../src/yuzu/configuration/configure_per_game_addons.cpp" line="47"/> |
| 2638 | <source>Patch Name</source> | 2633 | <source>Patch Name</source> |
| 2639 | <translation>Nom de la patch</translation> | 2634 | <translation>Nom du patch</translation> |
| 2640 | </message> | 2635 | </message> |
| 2641 | <message> | 2636 | <message> |
| 2642 | <location filename="../../src/yuzu/configuration/configure_per_game_addons.cpp" line="48"/> | 2637 | <location filename="../../src/yuzu/configuration/configure_per_game_addons.cpp" line="48"/> |
| @@ -2732,7 +2727,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2732 | <message> | 2727 | <message> |
| 2733 | <location filename="../../src/yuzu/configuration/configure_profile_manager.cpp" line="242"/> | 2728 | <location filename="../../src/yuzu/configuration/configure_profile_manager.cpp" line="242"/> |
| 2734 | <source>You are about to delete user with name "%1". Are you sure?</source> | 2729 | <source>You are about to delete user with name "%1". Are you sure?</source> |
| 2735 | <translation>Vous êtes sur le point de supprimer l'utilisateur avec le nom "%1". Êtes vous sûr?</translation> | 2730 | <translation>Vous êtes sur le point de supprimer l'utilisateur avec le nom "%1". Êtes-vous sûr ?</translation> |
| 2736 | </message> | 2731 | </message> |
| 2737 | <message> | 2732 | <message> |
| 2738 | <location filename="../../src/yuzu/configuration/configure_profile_manager.cpp" line="269"/> | 2733 | <location filename="../../src/yuzu/configuration/configure_profile_manager.cpp" line="269"/> |
| @@ -2800,7 +2795,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2800 | <message> | 2795 | <message> |
| 2801 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="14"/> | 2796 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="14"/> |
| 2802 | <source>Configure Ring Controller</source> | 2797 | <source>Configure Ring Controller</source> |
| 2803 | <translation type="unfinished"/> | 2798 | <translation>Configurer le Ring Controller</translation> |
| 2804 | </message> | 2799 | </message> |
| 2805 | <message> | 2800 | <message> |
| 2806 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="26"/> | 2801 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="26"/> |
| @@ -2827,7 +2822,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2827 | <message> | 2822 | <message> |
| 2828 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="206"/> | 2823 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="206"/> |
| 2829 | <source>Deadzone: 0%</source> | 2824 | <source>Deadzone: 0%</source> |
| 2830 | <translation>Zone morte: 0%</translation> | 2825 | <translation>Zone morte : 0%</translation> |
| 2831 | </message> | 2826 | </message> |
| 2832 | <message> | 2827 | <message> |
| 2833 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="248"/> | 2828 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="248"/> |
| @@ -2853,7 +2848,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2853 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="182"/> | 2848 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="182"/> |
| 2854 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="238"/> | 2849 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="238"/> |
| 2855 | <source>Deadzone: %1%</source> | 2850 | <source>Deadzone: %1%</source> |
| 2856 | <translation>Zone morte: %1%</translation> | 2851 | <translation>Zone morte : %1%</translation> |
| 2857 | </message> | 2852 | </message> |
| 2858 | <message> | 2853 | <message> |
| 2859 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="262"/> | 2854 | <location filename="../../src/yuzu/configuration/configure_ringcon.cpp" line="262"/> |
| @@ -2881,7 +2876,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 2881 | <message> | 2876 | <message> |
| 2882 | <location filename="../../src/yuzu/configuration/configure_system.ui" line="33"/> | 2877 | <location filename="../../src/yuzu/configuration/configure_system.ui" line="33"/> |
| 2883 | <source>Region:</source> | 2878 | <source>Region:</source> |
| 2884 | <translation>Région:</translation> | 2879 | <translation>Région :</translation> |
| 2885 | </message> | 2880 | </message> |
| 2886 | <message> | 2881 | <message> |
| 2887 | <location filename="../../src/yuzu/configuration/configure_system.ui" line="41"/> | 2882 | <location filename="../../src/yuzu/configuration/configure_system.ui" line="41"/> |
| @@ -3330,7 +3325,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 3330 | <message> | 3325 | <message> |
| 3331 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="34"/> | 3326 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="34"/> |
| 3332 | <source>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</source> | 3327 | <source>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</source> |
| 3333 | <translation>AVERTISSEMENT: Cette fonctionnalité est expérimentale.<br/>Elle n'exécutera pas les scripts à l'image près avec l'actuelle méthode, imparfaite, de synchronisation.</translation> | 3328 | <translation>AVERTISSEMENT : Cette fonctionnalité est expérimentale.<br/>Elle n'exécutera pas les scripts à l'image près avec l'actuelle méthode, imparfaite, de synchronisation.</translation> |
| 3334 | </message> | 3329 | </message> |
| 3335 | <message> | 3330 | <message> |
| 3336 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="51"/> | 3331 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="51"/> |
| @@ -3391,7 +3386,7 @@ Pour inverser les axes, bougez d'abord votre joystick verticalement, puis h | |||
| 3391 | <message> | 3386 | <message> |
| 3392 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.ui" line="22"/> | 3387 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.ui" line="22"/> |
| 3393 | <source>Mapping:</source> | 3388 | <source>Mapping:</source> |
| 3394 | <translation>Mappage:</translation> | 3389 | <translation>Mappage :</translation> |
| 3395 | </message> | 3390 | </message> |
| 3396 | <message> | 3391 | <message> |
| 3397 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.ui" line="48"/> | 3392 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.ui" line="48"/> |
| @@ -3455,7 +3450,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 3455 | <message> | 3450 | <message> |
| 3456 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="207"/> | 3451 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="207"/> |
| 3457 | <source>Delete profile %1?</source> | 3452 | <source>Delete profile %1?</source> |
| 3458 | <translation>Supprimer le profil %1?</translation> | 3453 | <translation>Supprimer le profil %1 ?</translation> |
| 3459 | </message> | 3454 | </message> |
| 3460 | <message> | 3455 | <message> |
| 3461 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="220"/> | 3456 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="220"/> |
| @@ -3465,7 +3460,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 3465 | <message> | 3460 | <message> |
| 3466 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="220"/> | 3461 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="220"/> |
| 3467 | <source>New name:</source> | 3462 | <source>New name:</source> |
| 3468 | <translation>Nouveau nom:</translation> | 3463 | <translation>Nouveau nom :</translation> |
| 3469 | </message> | 3464 | </message> |
| 3470 | <message> | 3465 | <message> |
| 3471 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="232"/> | 3466 | <location filename="../../src/yuzu/configuration/configure_touch_from_button.cpp" line="232"/> |
| @@ -3601,7 +3596,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 3601 | <message> | 3596 | <message> |
| 3602 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="43"/> | 3597 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="43"/> |
| 3603 | <source>Interface language:</source> | 3598 | <source>Interface language:</source> |
| 3604 | <translation>Language de l'interface :</translation> | 3599 | <translation>Langage de l'interface :</translation> |
| 3605 | </message> | 3600 | </message> |
| 3606 | <message> | 3601 | <message> |
| 3607 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="57"/> | 3602 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="57"/> |
| @@ -3616,7 +3611,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 3616 | <message> | 3611 | <message> |
| 3617 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="82"/> | 3612 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="82"/> |
| 3618 | <source>Show Add-Ons Column</source> | 3613 | <source>Show Add-Ons Column</source> |
| 3619 | <translation>Afficher la colonne Des Add-Ons</translation> | 3614 | <translation>Afficher la colonne des Add-Ons</translation> |
| 3620 | </message> | 3615 | </message> |
| 3621 | <message> | 3616 | <message> |
| 3622 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="91"/> | 3617 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="91"/> |
| @@ -3651,7 +3646,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 3651 | <message> | 3646 | <message> |
| 3652 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="167"/> | 3647 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="167"/> |
| 3653 | <source>Screenshots Path: </source> | 3648 | <source>Screenshots Path: </source> |
| 3654 | <translation>Chemin du dossier des captures d'écran:</translation> | 3649 | <translation>Chemin du dossier des captures d'écran :</translation> |
| 3655 | </message> | 3650 | </message> |
| 3656 | <message> | 3651 | <message> |
| 3657 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="177"/> | 3652 | <location filename="../../src/yuzu/configuration/configure_ui.ui" line="177"/> |
| @@ -4023,7 +4018,7 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 4023 | <location filename="../../src/yuzu/main.cpp" line="1350"/> | 4018 | <location filename="../../src/yuzu/main.cpp" line="1350"/> |
| 4024 | <source>Error while loading ROM! %1</source> | 4019 | <source>Error while loading ROM! %1</source> |
| 4025 | <comment>%1 signifies a numeric error code.</comment> | 4020 | <comment>%1 signifies a numeric error code.</comment> |
| 4026 | <translation>Erreur lors du chargement de la ROM! %1</translation> | 4021 | <translation>Erreur lors du chargement de la ROM ! %1</translation> |
| 4027 | </message> | 4022 | </message> |
| 4028 | <message> | 4023 | <message> |
| 4029 | <location filename="../../src/yuzu/main.cpp" line="1353"/> | 4024 | <location filename="../../src/yuzu/main.cpp" line="1353"/> |
| @@ -4037,758 +4032,758 @@ Faites glisser les points pour modifier la position ou double-cliquez sur les ce | |||
| 4037 | <translation>Une erreur inconnue est survenue. Veuillez consulter le journal des logs pour plus de détails.</translation> | 4032 | <translation>Une erreur inconnue est survenue. Veuillez consulter le journal des logs pour plus de détails.</translation> |
| 4038 | </message> | 4033 | </message> |
| 4039 | <message> | 4034 | <message> |
| 4040 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4035 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4041 | <source>(64-bit)</source> | 4036 | <source>(64-bit)</source> |
| 4042 | <translation>(64-bit)</translation> | 4037 | <translation>(64-bit)</translation> |
| 4043 | </message> | 4038 | </message> |
| 4044 | <message> | 4039 | <message> |
| 4045 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4046 | <source>(32-bit)</source> | 4041 | <source>(32-bit)</source> |
| 4047 | <translation>(32-bit)</translation> | 4042 | <translation>(32-bit)</translation> |
| 4048 | </message> | 4043 | </message> |
| 4049 | <message> | 4044 | <message> |
| 4050 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4051 | <source>%1 %2</source> | 4046 | <source>%1 %2</source> |
| 4052 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4047 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4053 | <translation>%1 %2</translation> | 4048 | <translation>%1 %2</translation> |
| 4054 | </message> | 4049 | </message> |
| 4055 | <message> | 4050 | <message> |
| 4056 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4051 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4057 | <source>Save Data</source> | 4052 | <source>Save Data</source> |
| 4058 | <translation>Enregistrer les données</translation> | 4053 | <translation>Enregistrer les données</translation> |
| 4059 | </message> | 4054 | </message> |
| 4060 | <message> | 4055 | <message> |
| 4061 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4062 | <source>Mod Data</source> | 4057 | <source>Mod Data</source> |
| 4063 | <translation>Donnés du Mod</translation> | 4058 | <translation>Donnés du Mod</translation> |
| 4064 | </message> | 4059 | </message> |
| 4065 | <message> | 4060 | <message> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4067 | <source>Error Opening %1 Folder</source> | 4062 | <source>Error Opening %1 Folder</source> |
| 4068 | <translation>Erreur dans l'ouverture du dossier %1.</translation> | 4063 | <translation>Erreur dans l'ouverture du dossier %1.</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4072 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4067 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4073 | <source>Folder does not exist!</source> | 4068 | <source>Folder does not exist!</source> |
| 4074 | <translation>Le dossier n'existe pas !</translation> | 4069 | <translation>Le dossier n'existe pas !</translation> |
| 4075 | </message> | 4070 | </message> |
| 4076 | <message> | 4071 | <message> |
| 4077 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4072 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4078 | <source>Error Opening Transferable Shader Cache</source> | 4073 | <source>Error Opening Transferable Shader Cache</source> |
| 4079 | <translation>Erreur lors de l'ouverture des Shader Cache Transferable</translation> | 4074 | <translation>Erreur lors de l'ouverture des Shader Cache Transferable</translation> |
| 4080 | </message> | 4075 | </message> |
| 4081 | <message> | 4076 | <message> |
| 4082 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4077 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4083 | <source>Failed to create the shader cache directory for this title.</source> | 4078 | <source>Failed to create the shader cache directory for this title.</source> |
| 4084 | <translation>Impossible de créer le dossier de cache du shader pour ce jeu.</translation> | 4079 | <translation>Impossible de créer le dossier de cache du shader pour ce jeu.</translation> |
| 4085 | </message> | 4080 | </message> |
| 4086 | <message> | 4081 | <message> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4088 | <source>Contents</source> | 4083 | <source>Contents</source> |
| 4089 | <translation>Contenus</translation> | 4084 | <translation>Contenus</translation> |
| 4090 | </message> | 4085 | </message> |
| 4091 | <message> | 4086 | <message> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4093 | <source>Update</source> | 4088 | <source>Update</source> |
| 4094 | <translation>Mise à jour</translation> | 4089 | <translation>Mise à jour</translation> |
| 4095 | </message> | 4090 | </message> |
| 4096 | <message> | 4091 | <message> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4098 | <source>DLC</source> | 4093 | <source>DLC</source> |
| 4099 | <translation>DLC</translation> | 4094 | <translation>DLC</translation> |
| 4100 | </message> | 4095 | </message> |
| 4101 | <message> | 4096 | <message> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4103 | <source>Remove Entry</source> | 4098 | <source>Remove Entry</source> |
| 4104 | <translation>Supprimer l'entrée</translation> | 4099 | <translation>Supprimer l'entrée</translation> |
| 4105 | </message> | 4100 | </message> |
| 4106 | <message> | 4101 | <message> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4108 | <source>Remove Installed Game %1?</source> | 4103 | <source>Remove Installed Game %1?</source> |
| 4109 | <translation>Supprimer le jeu installé %1?</translation> | 4104 | <translation>Supprimer le jeu installé %1?</translation> |
| 4110 | </message> | 4105 | </message> |
| 4111 | <message> | 4106 | <message> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4109 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4115 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4110 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4118 | <source>Successfully Removed</source> | 4113 | <source>Successfully Removed</source> |
| 4119 | <translation>Supprimé avec succès</translation> | 4114 | <translation>Supprimé avec succès</translation> |
| 4120 | </message> | 4115 | </message> |
| 4121 | <message> | 4116 | <message> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4123 | <source>Successfully removed the installed base game.</source> | 4118 | <source>Successfully removed the installed base game.</source> |
| 4124 | <translation>Suppression du jeu de base installé avec succès.</translation> | 4119 | <translation>Suppression du jeu de base installé avec succès.</translation> |
| 4125 | </message> | 4120 | </message> |
| 4126 | <message> | 4121 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4130 | <source>Error Removing %1</source> | 4125 | <source>Error Removing %1</source> |
| 4131 | <translation>Erreur lors de la suppression %1</translation> | 4126 | <translation>Erreur lors de la suppression %1</translation> |
| 4132 | </message> | 4127 | </message> |
| 4133 | <message> | 4128 | <message> |
| 4134 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4129 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4135 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4130 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4136 | <translation>Le jeu de base n'est pas installé dans la NAND et ne peut pas être supprimé.</translation> | 4131 | <translation>Le jeu de base n'est pas installé dans la NAND et ne peut pas être supprimé.</translation> |
| 4137 | </message> | 4132 | </message> |
| 4138 | <message> | 4133 | <message> |
| 4139 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4134 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4140 | <source>Successfully removed the installed update.</source> | 4135 | <source>Successfully removed the installed update.</source> |
| 4141 | <translation>Suppression de la mise à jour installée avec succès.</translation> | 4136 | <translation>Suppression de la mise à jour installée avec succès.</translation> |
| 4142 | </message> | 4137 | </message> |
| 4143 | <message> | 4138 | <message> |
| 4144 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4145 | <source>There is no update installed for this title.</source> | 4140 | <source>There is no update installed for this title.</source> |
| 4146 | <translation>Il n'y a pas de mise à jour installée pour ce titre.</translation> | 4141 | <translation>Il n'y a pas de mise à jour installée pour ce titre.</translation> |
| 4147 | </message> | 4142 | </message> |
| 4148 | <message> | 4143 | <message> |
| 4149 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4150 | <source>There are no DLC installed for this title.</source> | 4145 | <source>There are no DLC installed for this title.</source> |
| 4151 | <translation>Il n'y a pas de DLC installé pour ce titre.</translation> | 4146 | <translation>Il n'y a pas de DLC installé pour ce titre.</translation> |
| 4152 | </message> | 4147 | </message> |
| 4153 | <message> | 4148 | <message> |
| 4154 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4155 | <source>Successfully removed %1 installed DLC.</source> | 4150 | <source>Successfully removed %1 installed DLC.</source> |
| 4156 | <translation>Suppression de %1 DLC installé(s) avec succès.</translation> | 4151 | <translation>Suppression de %1 DLC installé(s) avec succès.</translation> |
| 4157 | </message> | 4152 | </message> |
| 4158 | <message> | 4153 | <message> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4160 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4155 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4161 | <translation>Supprimer la Cache OpenGL de Shader Transférable?</translation> | 4156 | <translation>Supprimer la Cache OpenGL de Shader Transférable?</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4165 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4160 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4166 | <translation>Supprimer la Cache Vulkan de Shader Transférable?</translation> | 4161 | <translation>Supprimer la Cache Vulkan de Shader Transférable?</translation> |
| 4167 | </message> | 4162 | </message> |
| 4168 | <message> | 4163 | <message> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4170 | <source>Delete All Transferable Shader Caches?</source> | 4165 | <source>Delete All Transferable Shader Caches?</source> |
| 4171 | <translation>Supprimer Toutes les Caches de Shader Transférable?</translation> | 4166 | <translation>Supprimer Toutes les Caches de Shader Transférable?</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4175 | <source>Remove Custom Game Configuration?</source> | 4170 | <source>Remove Custom Game Configuration?</source> |
| 4176 | <translation>Supprimer la configuration personnalisée du jeu?</translation> | 4171 | <translation>Supprimer la configuration personnalisée du jeu?</translation> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4180 | <source>Remove File</source> | 4175 | <source>Remove File</source> |
| 4181 | <translation>Supprimer fichier</translation> | 4176 | <translation>Supprimer fichier</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4185 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4180 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4186 | <source>Error Removing Transferable Shader Cache</source> | 4181 | <source>Error Removing Transferable Shader Cache</source> |
| 4187 | <translation>Erreur lors de la suppression du cache de shader transférable</translation> | 4182 | <translation>Erreur lors de la suppression du cache de shader transférable</translation> |
| 4188 | </message> | 4183 | </message> |
| 4189 | <message> | 4184 | <message> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4191 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4186 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4192 | <source>A shader cache for this title does not exist.</source> | 4187 | <source>A shader cache for this title does not exist.</source> |
| 4193 | <translation>Un shader cache pour ce titre n'existe pas.</translation> | 4188 | <translation>Un shader cache pour ce titre n'existe pas.</translation> |
| 4194 | </message> | 4189 | </message> |
| 4195 | <message> | 4190 | <message> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4197 | <source>Successfully removed the transferable shader cache.</source> | 4192 | <source>Successfully removed the transferable shader cache.</source> |
| 4198 | <translation>Suppression du cache de shader transférable avec succès.</translation> | 4193 | <translation>Suppression du cache de shader transférable avec succès.</translation> |
| 4199 | </message> | 4194 | </message> |
| 4200 | <message> | 4195 | <message> |
| 4201 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4202 | <source>Failed to remove the transferable shader cache.</source> | 4197 | <source>Failed to remove the transferable shader cache.</source> |
| 4203 | <translation>Échec de la suppression du cache de shader transférable.</translation> | 4198 | <translation>Échec de la suppression du cache de shader transférable.</translation> |
| 4204 | </message> | 4199 | </message> |
| 4205 | <message> | 4200 | <message> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4207 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4202 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4208 | <source>Error Removing Transferable Shader Caches</source> | 4203 | <source>Error Removing Transferable Shader Caches</source> |
| 4209 | <translation>Erreur durant la Suppression des Caches de Shader Transférable</translation> | 4204 | <translation>Erreur durant la Suppression des Caches de Shader Transférable</translation> |
| 4210 | </message> | 4205 | </message> |
| 4211 | <message> | 4206 | <message> |
| 4212 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4213 | <source>Successfully removed the transferable shader caches.</source> | 4208 | <source>Successfully removed the transferable shader caches.</source> |
| 4214 | <translation>Suppression des caches de shader transférable effectuée avec succès.</translation> | 4209 | <translation>Suppression des caches de shader transférable effectuée avec succès.</translation> |
| 4215 | </message> | 4210 | </message> |
| 4216 | <message> | 4211 | <message> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4218 | <source>Failed to remove the transferable shader cache directory.</source> | 4213 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4219 | <translation>Impossible de supprimer le dossier de la cache de shader transférable.</translation> | 4214 | <translation>Impossible de supprimer le dossier de la cache de shader transférable.</translation> |
| 4220 | </message> | 4215 | </message> |
| 4221 | <message> | 4216 | <message> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4223 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4218 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4224 | <source>Error Removing Custom Configuration</source> | 4219 | <source>Error Removing Custom Configuration</source> |
| 4225 | <translation>Erreur lors de la suppression de la configuration personnalisée</translation> | 4220 | <translation>Erreur lors de la suppression de la configuration personnalisée</translation> |
| 4226 | </message> | 4221 | </message> |
| 4227 | <message> | 4222 | <message> |
| 4228 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4223 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4229 | <source>A custom configuration for this title does not exist.</source> | 4224 | <source>A custom configuration for this title does not exist.</source> |
| 4230 | <translation>Il n'existe pas de configuration personnalisée pour ce titre.</translation> | 4225 | <translation>Il n'existe pas de configuration personnalisée pour ce titre.</translation> |
| 4231 | </message> | 4226 | </message> |
| 4232 | <message> | 4227 | <message> |
| 4233 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4234 | <source>Successfully removed the custom game configuration.</source> | 4229 | <source>Successfully removed the custom game configuration.</source> |
| 4235 | <translation>Suppression de la configuration de jeu personnalisée avec succès.</translation> | 4230 | <translation>Suppression de la configuration de jeu personnalisée avec succès.</translation> |
| 4236 | </message> | 4231 | </message> |
| 4237 | <message> | 4232 | <message> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4239 | <source>Failed to remove the custom game configuration.</source> | 4234 | <source>Failed to remove the custom game configuration.</source> |
| 4240 | <translation>Échec de la suppression de la configuration personnalisée du jeu.</translation> | 4235 | <translation>Échec de la suppression de la configuration personnalisée du jeu.</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4244 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4239 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4245 | <source>RomFS Extraction Failed!</source> | 4240 | <source>RomFS Extraction Failed!</source> |
| 4246 | <translation>L'extraction de la RomFS a échoué !</translation> | 4241 | <translation>L'extraction de la RomFS a échoué !</translation> |
| 4247 | </message> | 4242 | </message> |
| 4248 | <message> | 4243 | <message> |
| 4249 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4244 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4250 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4245 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4251 | <translation>Une erreur s'est produite lors de la copie des fichiers RomFS ou l'utilisateur a annulé l'opération.</translation> | 4246 | <translation>Une erreur s'est produite lors de la copie des fichiers RomFS ou l'utilisateur a annulé l'opération.</translation> |
| 4252 | </message> | 4247 | </message> |
| 4253 | <message> | 4248 | <message> |
| 4254 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4249 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4255 | <source>Full</source> | 4250 | <source>Full</source> |
| 4256 | <translation>Plein</translation> | 4251 | <translation>Plein</translation> |
| 4257 | </message> | 4252 | </message> |
| 4258 | <message> | 4253 | <message> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4260 | <source>Skeleton</source> | 4255 | <source>Skeleton</source> |
| 4261 | <translation>Squelette</translation> | 4256 | <translation>Squelette</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4265 | <source>Select RomFS Dump Mode</source> | 4260 | <source>Select RomFS Dump Mode</source> |
| 4266 | <translation>Sélectionnez le mode d'extraction de la RomFS</translation> | 4261 | <translation>Sélectionnez le mode d'extraction de la RomFS</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4270 | <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> | 4265 | <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> |
| 4271 | <translation>Veuillez sélectionner la manière dont vous souhaitez que le fichier RomFS soit extrait.<br>Full copiera tous les fichiers dans le nouveau répertoire, tandis que<br>skeleton créera uniquement la structure de répertoires.</translation> | 4266 | <translation>Veuillez sélectionner la manière dont vous souhaitez que le fichier RomFS soit extrait.<br>Full copiera tous les fichiers dans le nouveau répertoire, tandis que<br>skeleton créera uniquement la structure de répertoires.</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4275 | <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> | 4270 | <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> |
| 4276 | <translation>Il n'y a pas assez d'espace libre dans %1 pour extraire la RomFS. Veuillez libérer de l'espace ou sélectionner un autre dossier d'extraction dans Émulation > Configuration > Système > Système de fichier > Extraire la racine</translation> | 4271 | <translation>Il n'y a pas assez d'espace libre dans %1 pour extraire la RomFS. Veuillez libérer de l'espace ou sélectionner un autre dossier d'extraction dans Émulation > Configurer > Système > Système de fichiers > Extraire la racine</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4280 | <source>Extracting RomFS...</source> | 4275 | <source>Extracting RomFS...</source> |
| 4281 | <translation>Extraction de la RomFS ...</translation> | 4276 | <translation>Extraction de la RomFS ...</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4285 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4280 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4286 | <source>Cancel</source> | 4281 | <source>Cancel</source> |
| 4287 | <translation>Annuler</translation> | 4282 | <translation>Annuler</translation> |
| 4288 | </message> | 4283 | </message> |
| 4289 | <message> | 4284 | <message> |
| 4290 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4285 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4291 | <source>RomFS Extraction Succeeded!</source> | 4286 | <source>RomFS Extraction Succeeded!</source> |
| 4292 | <translation>Extraction de la RomFS réussi !</translation> | 4287 | <translation>Extraction de la RomFS réussi !</translation> |
| 4293 | </message> | 4288 | </message> |
| 4294 | <message> | 4289 | <message> |
| 4295 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4290 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4296 | <source>The operation completed successfully.</source> | 4291 | <source>The operation completed successfully.</source> |
| 4297 | <translation>L'opération s'est déroulée avec succès.</translation> | 4292 | <translation>L'opération s'est déroulée avec succès.</translation> |
| 4298 | </message> | 4293 | </message> |
| 4299 | <message> | 4294 | <message> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4301 | <source>Error Opening %1</source> | 4296 | <source>Error Opening %1</source> |
| 4302 | <translation>Erreur lors de l'ouverture %1</translation> | 4297 | <translation>Erreur lors de l'ouverture %1</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4306 | <source>Select Directory</source> | 4301 | <source>Select Directory</source> |
| 4307 | <translation>Sélectionner un répertoire</translation> | 4302 | <translation>Sélectionner un répertoire</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4311 | <source>Properties</source> | 4306 | <source>Properties</source> |
| 4312 | <translation>Propriétés</translation> | 4307 | <translation>Propriétés</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4316 | <source>The game properties could not be loaded.</source> | 4311 | <source>The game properties could not be loaded.</source> |
| 4317 | <translation>Les propriétés du jeu n'ont pas pu être chargées.</translation> | 4312 | <translation>Les propriétés du jeu n'ont pas pu être chargées.</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4321 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4316 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4322 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4317 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4323 | <translation>Exécutable Switch (%1);;Tous les fichiers (*.*)</translation> | 4318 | <translation>Exécutable Switch (%1);;Tous les fichiers (*.*)</translation> |
| 4324 | </message> | 4319 | </message> |
| 4325 | <message> | 4320 | <message> |
| 4326 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4321 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4327 | <source>Load File</source> | 4322 | <source>Load File</source> |
| 4328 | <translation>Charger un fichier</translation> | 4323 | <translation>Charger un fichier</translation> |
| 4329 | </message> | 4324 | </message> |
| 4330 | <message> | 4325 | <message> |
| 4331 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4326 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4332 | <source>Open Extracted ROM Directory</source> | 4327 | <source>Open Extracted ROM Directory</source> |
| 4333 | <translation>Ouvrir le dossier des ROM extraites</translation> | 4328 | <translation>Ouvrir le dossier des ROM extraites</translation> |
| 4334 | </message> | 4329 | </message> |
| 4335 | <message> | 4330 | <message> |
| 4336 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4331 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4337 | <source>Invalid Directory Selected</source> | 4332 | <source>Invalid Directory Selected</source> |
| 4338 | <translation>Destination sélectionnée invalide</translation> | 4333 | <translation>Destination sélectionnée invalide</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4342 | <source>The directory you have selected does not contain a 'main' file.</source> | 4337 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4343 | <translation>Le répertoire que vous avez sélectionné ne contient pas de fichier "main".</translation> | 4338 | <translation>Le répertoire que vous avez sélectionné ne contient pas de fichier "main".</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4347 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4342 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4348 | <translation>Fichier Switch installable (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4343 | <translation>Fichier Switch installable (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message> | 4345 | <message> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4352 | <source>Install Files</source> | 4347 | <source>Install Files</source> |
| 4353 | <translation>Installer les fichiers</translation> | 4348 | <translation>Installer les fichiers</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message numerus="yes"> | 4350 | <message numerus="yes"> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4357 | <source>%n file(s) remaining</source> | 4352 | <source>%n file(s) remaining</source> |
| 4358 | <translation><numerusform>%n fichier restant</numerusform><numerusform>%n fichiers restants</numerusform></translation> | 4353 | <translation><numerusform>%n fichier restant</numerusform><numerusform>%n fichiers restants</numerusform><numerusform>%n fichiers restants</numerusform></translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4362 | <source>Installing file "%1"...</source> | 4357 | <source>Installing file "%1"...</source> |
| 4363 | <translation>Installation du fichier "%1" ...</translation> | 4358 | <translation>Installation du fichier "%1" ...</translation> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message> | 4360 | <message> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4362 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4368 | <source>Install Results</source> | 4363 | <source>Install Results</source> |
| 4369 | <translation>Résultats d'installation</translation> | 4364 | <translation>Résultats d'installation</translation> |
| 4370 | </message> | 4365 | </message> |
| 4371 | <message> | 4366 | <message> |
| 4372 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4367 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4373 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4368 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4374 | Please, only use this feature to install updates and DLC.</source> | 4369 | Please, only use this feature to install updates and DLC.</source> |
| 4375 | <translation>Pour éviter d'éventuels conflits, nous déconseillons aux utilisateurs d'installer des jeux de base sur la NAND. | 4370 | <translation>Pour éviter d'éventuels conflits, nous déconseillons aux utilisateurs d'installer des jeux de base sur la NAND. |
| 4376 | Veuillez n'utiliser cette fonctionnalité que pour installer des mises à jour et des DLC.</translation> | 4371 | Veuillez n'utiliser cette fonctionnalité que pour installer des mises à jour et des DLC.</translation> |
| 4377 | </message> | 4372 | </message> |
| 4378 | <message numerus="yes"> | 4373 | <message numerus="yes"> |
| 4379 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4374 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4380 | <source>%n file(s) were newly installed | 4375 | <source>%n file(s) were newly installed |
| 4381 | </source> | 4376 | </source> |
| 4382 | <translation><numerusform>%n fichier a été nouvellement installé</numerusform><numerusform>%n fichiers ont été nouvellement installés</numerusform></translation> | 4377 | <translation><numerusform>%n fichier a été nouvellement installé</numerusform><numerusform>%n fichiers ont été nouvellement installés</numerusform><numerusform>%n fichiers ont été nouvellement installés</numerusform></translation> |
| 4383 | </message> | 4378 | </message> |
| 4384 | <message numerus="yes"> | 4379 | <message numerus="yes"> |
| 4385 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4380 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4386 | <source>%n file(s) were overwritten | 4381 | <source>%n file(s) were overwritten |
| 4387 | </source> | 4382 | </source> |
| 4388 | <translation><numerusform>%n fichier a été écrasé</numerusform><numerusform>%n fichiers ont été écrasés</numerusform></translation> | 4383 | <translation><numerusform>%n fichier a été écrasé</numerusform><numerusform>%n fichiers ont été écrasés</numerusform><numerusform>%n fichiers ont été écrasés</numerusform></translation> |
| 4389 | </message> | 4384 | </message> |
| 4390 | <message numerus="yes"> | 4385 | <message numerus="yes"> |
| 4391 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4386 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4392 | <source>%n file(s) failed to install | 4387 | <source>%n file(s) failed to install |
| 4393 | </source> | 4388 | </source> |
| 4394 | <translation><numerusform>%n fichier n'a pas pu être installé</numerusform><numerusform>%n fichiers n'ont pas pu être installés</numerusform></translation> | 4389 | <translation><numerusform>%n fichier n'a pas pu être installé</numerusform><numerusform>%n fichiers n'ont pas pu être installés</numerusform><numerusform>%n fichiers n'ont pas pu être installés</numerusform></translation> |
| 4395 | </message> | 4390 | </message> |
| 4396 | <message> | 4391 | <message> |
| 4397 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4392 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4398 | <source>System Application</source> | 4393 | <source>System Application</source> |
| 4399 | <translation>Application Système</translation> | 4394 | <translation>Application Système</translation> |
| 4400 | </message> | 4395 | </message> |
| 4401 | <message> | 4396 | <message> |
| 4402 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4397 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4403 | <source>System Archive</source> | 4398 | <source>System Archive</source> |
| 4404 | <translation>Archive Système</translation> | 4399 | <translation>Archive Système</translation> |
| 4405 | </message> | 4400 | </message> |
| 4406 | <message> | 4401 | <message> |
| 4407 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4402 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4408 | <source>System Application Update</source> | 4403 | <source>System Application Update</source> |
| 4409 | <translation>Mise à jour de l'application système</translation> | 4404 | <translation>Mise à jour de l'application système</translation> |
| 4410 | </message> | 4405 | </message> |
| 4411 | <message> | 4406 | <message> |
| 4412 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4413 | <source>Firmware Package (Type A)</source> | 4408 | <source>Firmware Package (Type A)</source> |
| 4414 | <translation>Paquet micrologiciel (Type A)</translation> | 4409 | <translation>Paquet micrologiciel (Type A)</translation> |
| 4415 | </message> | 4410 | </message> |
| 4416 | <message> | 4411 | <message> |
| 4417 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4412 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4418 | <source>Firmware Package (Type B)</source> | 4413 | <source>Firmware Package (Type B)</source> |
| 4419 | <translation>Paquet micrologiciel (Type B)</translation> | 4414 | <translation>Paquet micrologiciel (Type B)</translation> |
| 4420 | </message> | 4415 | </message> |
| 4421 | <message> | 4416 | <message> |
| 4422 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4417 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4423 | <source>Game</source> | 4418 | <source>Game</source> |
| 4424 | <translation>Jeu</translation> | 4419 | <translation>Jeu</translation> |
| 4425 | </message> | 4420 | </message> |
| 4426 | <message> | 4421 | <message> |
| 4427 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4422 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4428 | <source>Game Update</source> | 4423 | <source>Game Update</source> |
| 4429 | <translation>Mise à jour de jeu</translation> | 4424 | <translation>Mise à jour de jeu</translation> |
| 4430 | </message> | 4425 | </message> |
| 4431 | <message> | 4426 | <message> |
| 4432 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4427 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4433 | <source>Game DLC</source> | 4428 | <source>Game DLC</source> |
| 4434 | <translation>DLC de jeu</translation> | 4429 | <translation>DLC de jeu</translation> |
| 4435 | </message> | 4430 | </message> |
| 4436 | <message> | 4431 | <message> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4438 | <source>Delta Title</source> | 4433 | <source>Delta Title</source> |
| 4439 | <translation>Titre Delta</translation> | 4434 | <translation>Titre Delta</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4443 | <source>Select NCA Install Type...</source> | 4438 | <source>Select NCA Install Type...</source> |
| 4444 | <translation>Sélectionner le type d'installation du NCA...</translation> | 4439 | <translation>Sélectionner le type d'installation du NCA...</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4448 | <source>Please select the type of title you would like to install this NCA as: | 4443 | <source>Please select the type of title you would like to install this NCA as: |
| 4449 | (In most instances, the default 'Game' is fine.)</source> | 4444 | (In most instances, the default 'Game' is fine.)</source> |
| 4450 | <translation>Veuillez sélectionner le type de titre auquel vous voulez installer ce NCA : | 4445 | <translation>Veuillez sélectionner le type de titre auquel vous voulez installer ce NCA : |
| 4451 | (Dans la plupart des cas, le titre par défaut : 'Jeu' est correct.)</translation> | 4446 | (Dans la plupart des cas, le titre par défaut : 'Jeu' est correct.)</translation> |
| 4452 | </message> | 4447 | </message> |
| 4453 | <message> | 4448 | <message> |
| 4454 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4449 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4455 | <source>Failed to Install</source> | 4450 | <source>Failed to Install</source> |
| 4456 | <translation>Échec de l'installation</translation> | 4451 | <translation>Échec de l'installation</translation> |
| 4457 | </message> | 4452 | </message> |
| 4458 | <message> | 4453 | <message> |
| 4459 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4454 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4460 | <source>The title type you selected for the NCA is invalid.</source> | 4455 | <source>The title type you selected for the NCA is invalid.</source> |
| 4461 | <translation>Le type de titre que vous avez sélectionné pour le NCA n'est pas valide.</translation> | 4456 | <translation>Le type de titre que vous avez sélectionné pour le NCA n'est pas valide.</translation> |
| 4462 | </message> | 4457 | </message> |
| 4463 | <message> | 4458 | <message> |
| 4464 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4459 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4465 | <source>File not found</source> | 4460 | <source>File not found</source> |
| 4466 | <translation>Fichier non trouvé</translation> | 4461 | <translation>Fichier non trouvé</translation> |
| 4467 | </message> | 4462 | </message> |
| 4468 | <message> | 4463 | <message> |
| 4469 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4464 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4470 | <source>File "%1" not found</source> | 4465 | <source>File "%1" not found</source> |
| 4471 | <translation>Fichier "%1" non trouvé</translation> | 4466 | <translation>Fichier "%1" non trouvé</translation> |
| 4472 | </message> | 4467 | </message> |
| 4473 | <message> | 4468 | <message> |
| 4474 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4469 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4475 | <source>OK</source> | 4470 | <source>OK</source> |
| 4476 | <translation>OK</translation> | 4471 | <translation>OK</translation> |
| 4477 | </message> | 4472 | </message> |
| 4478 | <message> | 4473 | <message> |
| 4479 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4474 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4480 | <source>Missing yuzu Account</source> | 4475 | <source>Missing yuzu Account</source> |
| 4481 | <translation>Compte yuzu manquant</translation> | 4476 | <translation>Compte yuzu manquant</translation> |
| 4482 | </message> | 4477 | </message> |
| 4483 | <message> | 4478 | <message> |
| 4484 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4479 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4485 | <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> | 4480 | <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> |
| 4486 | <translation>Pour soumettre un test de compatibilité pour un jeu, vous devez lier votre compte yuzu.<br><br/>Pour lier votre compte yuzu, aller à Emulation &gt; Configuration&gt; Web.</translation> | 4481 | <translation>Pour soumettre un test de compatibilité pour un jeu, vous devez lier votre compte yuzu.<br><br/>Pour lier votre compte yuzu, aller à Emulation &gt; Configuration&gt; Web.</translation> |
| 4487 | </message> | 4482 | </message> |
| 4488 | <message> | 4483 | <message> |
| 4489 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4484 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4490 | <source>Error opening URL</source> | 4485 | <source>Error opening URL</source> |
| 4491 | <translation>Erreur lors de l'ouverture de l'URL</translation> | 4486 | <translation>Erreur lors de l'ouverture de l'URL</translation> |
| 4492 | </message> | 4487 | </message> |
| 4493 | <message> | 4488 | <message> |
| 4494 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4489 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4495 | <source>Unable to open the URL "%1".</source> | 4490 | <source>Unable to open the URL "%1".</source> |
| 4496 | <translation>Impossible d'ouvrir l'URL "%1".</translation> | 4491 | <translation>Impossible d'ouvrir l'URL "%1".</translation> |
| 4497 | </message> | 4492 | </message> |
| 4498 | <message> | 4493 | <message> |
| 4499 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4494 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4500 | <source>TAS Recording</source> | 4495 | <source>TAS Recording</source> |
| 4501 | <translation>Enregistrement TAS</translation> | 4496 | <translation>Enregistrement TAS</translation> |
| 4502 | </message> | 4497 | </message> |
| 4503 | <message> | 4498 | <message> |
| 4504 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4499 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4505 | <source>Overwrite file of player 1?</source> | 4500 | <source>Overwrite file of player 1?</source> |
| 4506 | <translation>Ecraser le fichier du joueur 1 ?</translation> | 4501 | <translation>Écraser le fichier du joueur 1 ?</translation> |
| 4507 | </message> | 4502 | </message> |
| 4508 | <message> | 4503 | <message> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4504 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4510 | <source>Invalid config detected</source> | 4505 | <source>Invalid config detected</source> |
| 4511 | <translation>Configuration invalide détectée</translation> | 4506 | <translation>Configuration invalide détectée</translation> |
| 4512 | </message> | 4507 | </message> |
| 4513 | <message> | 4508 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4515 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4510 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4516 | <translation>Contrôleur portable ne peut pas être utilisé en mode téléviseur. La manette Pro sera sélectionnée.</translation> | 4511 | <translation>Contrôleur portable ne peut pas être utilisé en mode téléviseur. La manette Pro sera sélectionnée.</translation> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4515 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4521 | <source>Error</source> | 4516 | <source>Error</source> |
| 4522 | <translation>Erreur</translation> | 4517 | <translation>Erreur</translation> |
| 4523 | </message> | 4518 | </message> |
| 4524 | <message> | 4519 | <message> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4520 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4527 | <source>The current game is not looking for amiibos</source> | 4522 | <source>The current game is not looking for amiibos</source> |
| 4528 | <translation type="unfinished"/> | 4523 | <translation>Le jeu actuel ne cherche pas d'amiibos.</translation> |
| 4529 | </message> | 4524 | </message> |
| 4530 | <message> | 4525 | <message> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4532 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4527 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4533 | <source>Amiibo</source> | 4528 | <source>Amiibo</source> |
| 4534 | <translation>Amiibo</translation> | 4529 | <translation>Amiibo</translation> |
| 4535 | </message> | 4530 | </message> |
| 4536 | <message> | 4531 | <message> |
| 4537 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4532 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4538 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4533 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4539 | <source>The current amiibo has been removed</source> | 4534 | <source>The current amiibo has been removed</source> |
| 4540 | <translation type="unfinished"/> | 4535 | <translation>L'amiibo actuel a été retiré</translation> |
| 4541 | </message> | 4536 | </message> |
| 4542 | <message> | 4537 | <message> |
| 4543 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4538 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4544 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4539 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4545 | <translation>Fichier Amiibo (%1);; Tous les fichiers (*.*)</translation> | 4540 | <translation>Fichier Amiibo (%1);; Tous les fichiers (*.*)</translation> |
| 4546 | </message> | 4541 | </message> |
| 4547 | <message> | 4542 | <message> |
| 4548 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4543 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4549 | <source>Load Amiibo</source> | 4544 | <source>Load Amiibo</source> |
| 4550 | <translation>Charger un Amiibo</translation> | 4545 | <translation>Charger un Amiibo</translation> |
| 4551 | </message> | 4546 | </message> |
| 4552 | <message> | 4547 | <message> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4554 | <source>Error opening Amiibo data file</source> | 4549 | <source>Error opening Amiibo data file</source> |
| 4555 | <translation>Erreur lors de l'ouverture du fichier de données Amiibo</translation> | 4550 | <translation>Erreur lors de l'ouverture du fichier de données Amiibo</translation> |
| 4556 | </message> | 4551 | </message> |
| 4557 | <message> | 4552 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4553 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4559 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4554 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4560 | <translation>Impossible d'ouvrir le fichier Amiibo "%1" Ã lire.</translation> | 4555 | <translation>Impossible d'ouvrir le fichier Amiibo "%1" Ã lire.</translation> |
| 4561 | </message> | 4556 | </message> |
| 4562 | <message> | 4557 | <message> |
| 4563 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4558 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4564 | <source>Error reading Amiibo data file</source> | 4559 | <source>Error reading Amiibo data file</source> |
| 4565 | <translation>Erreur lors de la lecture du fichier de données Amiibo</translation> | 4560 | <translation>Erreur lors de la lecture du fichier de données Amiibo</translation> |
| 4566 | </message> | 4561 | </message> |
| 4567 | <message> | 4562 | <message> |
| 4568 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4563 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4569 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4564 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4570 | <translation>Impossible de lire entièrement les données Amiibo. On s'attend à lire %1 octets, mais il n'a pu lire que %2 octets</translation> | 4565 | <translation>Impossible de lire entièrement les données Amiibo. On s'attend à lire %1 octets, mais il n'a pu lire que %2 octets</translation> |
| 4571 | </message> | 4566 | </message> |
| 4572 | <message> | 4567 | <message> |
| 4573 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4568 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4574 | <source>Error loading Amiibo data</source> | 4569 | <source>Error loading Amiibo data</source> |
| 4575 | <translation>Erreur lors du chargement des données Amiibo</translation> | 4570 | <translation>Erreur lors du chargement des données Amiibo</translation> |
| 4576 | </message> | 4571 | </message> |
| 4577 | <message> | 4572 | <message> |
| 4578 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4573 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4579 | <source>Unable to load Amiibo data.</source> | 4574 | <source>Unable to load Amiibo data.</source> |
| 4580 | <translation>Impossible de charger les données Amiibo.</translation> | 4575 | <translation>Impossible de charger les données Amiibo.</translation> |
| 4581 | </message> | 4576 | </message> |
| 4582 | <message> | 4577 | <message> |
| 4583 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4578 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4584 | <source>Capture Screenshot</source> | 4579 | <source>Capture Screenshot</source> |
| 4585 | <translation>Capture d'écran</translation> | 4580 | <translation>Capture d'écran</translation> |
| 4586 | </message> | 4581 | </message> |
| 4587 | <message> | 4582 | <message> |
| 4588 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4583 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4589 | <source>PNG Image (*.png)</source> | 4584 | <source>PNG Image (*.png)</source> |
| 4590 | <translation>Image PNG (*.png)</translation> | 4585 | <translation>Image PNG (*.png)</translation> |
| 4591 | </message> | 4586 | </message> |
| 4592 | <message> | 4587 | <message> |
| 4593 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4588 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4594 | <source>TAS state: Running %1/%2</source> | 4589 | <source>TAS state: Running %1/%2</source> |
| 4595 | <translation>Etat du TAS : En cours d'exécution %1/%2</translation> | 4590 | <translation>État du TAS : En cours d'exécution %1/%2</translation> |
| 4596 | </message> | 4591 | </message> |
| 4597 | <message> | 4592 | <message> |
| 4598 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4593 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4599 | <source>TAS state: Recording %1</source> | 4594 | <source>TAS state: Recording %1</source> |
| 4600 | <translation>Etat du TAS : Enregistrement %1</translation> | 4595 | <translation>État du TAS : Enregistrement %1</translation> |
| 4601 | </message> | 4596 | </message> |
| 4602 | <message> | 4597 | <message> |
| 4603 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4598 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4604 | <source>TAS state: Idle %1/%2</source> | 4599 | <source>TAS state: Idle %1/%2</source> |
| 4605 | <translation>Etat du TAS : Inactif %1:%2</translation> | 4600 | <translation>État du TAS : Inactif %1:%2</translation> |
| 4606 | </message> | 4601 | </message> |
| 4607 | <message> | 4602 | <message> |
| 4608 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4603 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4609 | <source>TAS State: Invalid</source> | 4604 | <source>TAS State: Invalid</source> |
| 4610 | <translation>Etat du TAS : Invalide</translation> | 4605 | <translation>État du TAS : Invalide</translation> |
| 4611 | </message> | 4606 | </message> |
| 4612 | <message> | 4607 | <message> |
| 4613 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4608 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4614 | <source>&Stop Running</source> | 4609 | <source>&Stop Running</source> |
| 4615 | <translation>&Stopper l'exécution</translation> | 4610 | <translation>&Stopper l'exécution</translation> |
| 4616 | </message> | 4611 | </message> |
| 4617 | <message> | 4612 | <message> |
| 4618 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4613 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4619 | <source>&Start</source> | 4614 | <source>&Start</source> |
| 4620 | <translation>&Start</translation> | 4615 | <translation>&Start</translation> |
| 4621 | </message> | 4616 | </message> |
| 4622 | <message> | 4617 | <message> |
| 4623 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4618 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4624 | <source>Stop R&ecording</source> | 4619 | <source>Stop R&ecording</source> |
| 4625 | <translation>Stopper l'en&registrement</translation> | 4620 | <translation>Stopper l'en&registrement</translation> |
| 4626 | </message> | 4621 | </message> |
| 4627 | <message> | 4622 | <message> |
| 4628 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4623 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4629 | <source>R&ecord</source> | 4624 | <source>R&ecord</source> |
| 4630 | <translation>En&registrer</translation> | 4625 | <translation>En&registrer</translation> |
| 4631 | </message> | 4626 | </message> |
| 4632 | <message numerus="yes"> | 4627 | <message numerus="yes"> |
| 4633 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4628 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4634 | <source>Building: %n shader(s)</source> | 4629 | <source>Building: %n shader(s)</source> |
| 4635 | <translation><numerusform>Compilation: %n shader</numerusform><numerusform>Compilation: %n shaders</numerusform></translation> | 4630 | <translation><numerusform>Compilation: %n shader</numerusform><numerusform>Compilation : %n shaders</numerusform><numerusform>Compilation : %n shaders</numerusform></translation> |
| 4636 | </message> | 4631 | </message> |
| 4637 | <message> | 4632 | <message> |
| 4638 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4633 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4639 | <source>Scale: %1x</source> | 4634 | <source>Scale: %1x</source> |
| 4640 | <comment>%1 is the resolution scaling factor</comment> | 4635 | <comment>%1 is the resolution scaling factor</comment> |
| 4641 | <translation>Échelle : %1x</translation> | 4636 | <translation>Échelle : %1x</translation> |
| 4642 | </message> | 4637 | </message> |
| 4643 | <message> | 4638 | <message> |
| 4644 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4639 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4645 | <source>Speed: %1% / %2%</source> | 4640 | <source>Speed: %1% / %2%</source> |
| 4646 | <translation>Vitesse : %1% / %2% </translation> | 4641 | <translation>Vitesse : %1% / %2% </translation> |
| 4647 | </message> | 4642 | </message> |
| 4648 | <message> | 4643 | <message> |
| 4649 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4644 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4650 | <source>Speed: %1%</source> | 4645 | <source>Speed: %1%</source> |
| 4651 | <translation>Vitesse : %1% </translation> | 4646 | <translation>Vitesse : %1% </translation> |
| 4652 | </message> | 4647 | </message> |
| 4653 | <message> | 4648 | <message> |
| 4654 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4649 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4655 | <source>Game: %1 FPS (Unlocked)</source> | 4650 | <source>Game: %1 FPS (Unlocked)</source> |
| 4656 | <translation>Jeu: %1 IPS (Débloqué)</translation> | 4651 | <translation>Jeu : %1 IPS (Débloqué)</translation> |
| 4657 | </message> | 4652 | </message> |
| 4658 | <message> | 4653 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4654 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4660 | <source>Game: %1 FPS</source> | 4655 | <source>Game: %1 FPS</source> |
| 4661 | <translation>Jeu : %1 FPS </translation> | 4656 | <translation>Jeu : %1 FPS </translation> |
| 4662 | </message> | 4657 | </message> |
| 4663 | <message> | 4658 | <message> |
| 4664 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4659 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4665 | <source>Frame: %1 ms</source> | 4660 | <source>Frame: %1 ms</source> |
| 4666 | <translation>Frame : %1 ms</translation> | 4661 | <translation>Frame : %1 ms</translation> |
| 4667 | </message> | 4662 | </message> |
| 4668 | <message> | 4663 | <message> |
| 4669 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4664 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4670 | <source>GPU NORMAL</source> | 4665 | <source>GPU NORMAL</source> |
| 4671 | <translation>GPU NORMAL</translation> | 4666 | <translation>GPU NORMAL</translation> |
| 4672 | </message> | 4667 | </message> |
| 4673 | <message> | 4668 | <message> |
| 4674 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4669 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4675 | <source>GPU HIGH</source> | 4670 | <source>GPU HIGH</source> |
| 4676 | <translation>GPU HAUT</translation> | 4671 | <translation>GPU HAUT</translation> |
| 4677 | </message> | 4672 | </message> |
| 4678 | <message> | 4673 | <message> |
| 4679 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4674 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4680 | <source>GPU EXTREME</source> | 4675 | <source>GPU EXTREME</source> |
| 4681 | <translation>GPU EXTRÊME</translation> | 4676 | <translation>GPU EXTRÊME</translation> |
| 4682 | </message> | 4677 | </message> |
| 4683 | <message> | 4678 | <message> |
| 4684 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4679 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4685 | <source>GPU ERROR</source> | 4680 | <source>GPU ERROR</source> |
| 4686 | <translation>GPU ERREUR</translation> | 4681 | <translation>GPU ERREUR</translation> |
| 4687 | </message> | 4682 | </message> |
| 4688 | <message> | 4683 | <message> |
| 4689 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4684 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4690 | <source>NEAREST</source> | 4685 | <source>NEAREST</source> |
| 4691 | <translation>PLUS PROCHE</translation> | 4686 | <translation>PLUS PROCHE</translation> |
| 4692 | </message> | 4687 | </message> |
| 4693 | <message> | 4688 | <message> |
| 4694 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4689 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4695 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4690 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4696 | <source>BILINEAR</source> | 4691 | <source>BILINEAR</source> |
| 4697 | <translation>BILINÉAIRE</translation> | 4692 | <translation>BILINÉAIRE</translation> |
| 4698 | </message> | 4693 | </message> |
| 4699 | <message> | 4694 | <message> |
| 4700 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4695 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4701 | <source>BICUBIC</source> | 4696 | <source>BICUBIC</source> |
| 4702 | <translation>BICUBIQUE</translation> | 4697 | <translation>BICUBIQUE</translation> |
| 4703 | </message> | 4698 | </message> |
| 4704 | <message> | 4699 | <message> |
| 4705 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4700 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4706 | <source>GAUSSIAN</source> | 4701 | <source>GAUSSIAN</source> |
| 4707 | <translation>GAUSSIEN</translation> | 4702 | <translation>GAUSSIEN</translation> |
| 4708 | </message> | 4703 | </message> |
| 4709 | <message> | 4704 | <message> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4711 | <source>SCALEFORCE</source> | 4706 | <source>SCALEFORCE</source> |
| 4712 | <translation>SCALEFORCE</translation> | 4707 | <translation>SCALEFORCE</translation> |
| 4713 | </message> | 4708 | </message> |
| 4714 | <message> | 4709 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4710 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4716 | <source>FSR</source> | 4711 | <source>FSR</source> |
| 4717 | <translation>FSR</translation> | 4712 | <translation>FSR</translation> |
| 4718 | </message> | 4713 | </message> |
| 4719 | <message> | 4714 | <message> |
| 4720 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4716 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4722 | <source>NO AA</source> | 4717 | <source>NO AA</source> |
| 4723 | <translation>AUCUN AA</translation> | 4718 | <translation>AUCUN AA</translation> |
| 4724 | </message> | 4719 | </message> |
| 4725 | <message> | 4720 | <message> |
| 4726 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4721 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4727 | <source>FXAA</source> | 4722 | <source>FXAA</source> |
| 4728 | <translation>FXAA</translation> | 4723 | <translation>FXAA</translation> |
| 4729 | </message> | 4724 | </message> |
| 4730 | <message> | 4725 | <message> |
| 4731 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4726 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4732 | <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> | 4727 | <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> |
| 4733 | <translation>Le jeu que vous essayez de charger a besoin de fichiers additionnels que vous devez extraire depuis votre Switch avant de jouer.<br/><br/>Pour plus d'information sur l'extraction de ces fichiers, veuillez consulter la page du wiki suivante : <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Extraction des archives système et des Shared Fonts depuis la Switch</a>.<br/><br/>Voulez-vous quitter la liste des jeux ? Une émulation continue peut entraîner des crashs, la corruption de données de sauvegarde ou d’autres bugs.</translation> | 4728 | <translation>Le jeu que vous essayez de charger a besoin de fichiers additionnels que vous devez extraire depuis votre Switch avant de jouer.<br/><br/>Pour plus d'information sur l'extraction de ces fichiers, veuillez consulter la page du wiki suivante : <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Extraction des archives système et des Shared Fonts depuis la Switch</a>.<br/><br/>Voulez-vous quitter la liste des jeux ? Une émulation continue peut entraîner des crashs, la corruption de données de sauvegarde ou d’autres bugs.</translation> |
| 4734 | </message> | 4729 | </message> |
| 4735 | <message> | 4730 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4737 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4732 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4738 | <translation>yuzu n'a pas été capable de localiser un système d'archive Switch. %1</translation> | 4733 | <translation>yuzu n'a pas été capable de localiser un système d'archive Switch. %1</translation> |
| 4739 | </message> | 4734 | </message> |
| 4740 | <message> | 4735 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4736 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4742 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4737 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4743 | <translation>yuzu n'a pas été capable de localiser un système d'archive Switch. %1. %2</translation> | 4738 | <translation>yuzu n'a pas été capable de localiser un système d'archive Switch. %1. %2</translation> |
| 4744 | </message> | 4739 | </message> |
| 4745 | <message> | 4740 | <message> |
| 4746 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4741 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4747 | <source>System Archive Not Found</source> | 4742 | <source>System Archive Not Found</source> |
| 4748 | <translation>Archive système introuvable</translation> | 4743 | <translation>Archive système introuvable</translation> |
| 4749 | </message> | 4744 | </message> |
| 4750 | <message> | 4745 | <message> |
| 4751 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4746 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4752 | <source>System Archive Missing</source> | 4747 | <source>System Archive Missing</source> |
| 4753 | <translation>Archive Système Manquante</translation> | 4748 | <translation>Archive Système Manquante</translation> |
| 4754 | </message> | 4749 | </message> |
| 4755 | <message> | 4750 | <message> |
| 4756 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4751 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4757 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4752 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4758 | <translation>Yuzu n'a pas été capable de localiser les polices partagées de la Switch. %1</translation> | 4753 | <translation>Yuzu n'a pas été capable de localiser les polices partagées de la Switch. %1</translation> |
| 4759 | </message> | 4754 | </message> |
| 4760 | <message> | 4755 | <message> |
| 4761 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4756 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4762 | <source>Shared Fonts Not Found</source> | 4757 | <source>Shared Fonts Not Found</source> |
| 4763 | <translation>Les polices partagées non pas été trouvées</translation> | 4758 | <translation>Les polices partagées non pas été trouvées</translation> |
| 4764 | </message> | 4759 | </message> |
| 4765 | <message> | 4760 | <message> |
| 4766 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4761 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4767 | <source>Shared Font Missing</source> | 4762 | <source>Shared Font Missing</source> |
| 4768 | <translation>Polices Partagée Manquante</translation> | 4763 | <translation>Police Partagée Manquante</translation> |
| 4769 | </message> | 4764 | </message> |
| 4770 | <message> | 4765 | <message> |
| 4771 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4766 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4772 | <source>Fatal Error</source> | 4767 | <source>Fatal Error</source> |
| 4773 | <translation>Erreur fatale</translation> | 4768 | <translation>Erreur fatale</translation> |
| 4774 | </message> | 4769 | </message> |
| 4775 | <message> | 4770 | <message> |
| 4776 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4777 | <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> | 4772 | <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> |
| 4778 | <translation>yuzu a rencontré une erreur fatale, veuillez consulter les logs pour plus de détails. Pour plus d'informations sur l'accès aux logs, veuillez consulter la page suivante : <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'> Comment télécharger le fichier des logs </a>.<br/><br/>Voulez-vous quitter la liste des jeux ? Une émulation continue peut entraîner des crashs, la corruption de données de sauvegarde ou d’autres bugs.</translation> | 4773 | <translation>yuzu a rencontré une erreur fatale, veuillez consulter les logs pour plus de détails. Pour plus d'informations sur l'accès aux logs, veuillez consulter la page suivante : <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'> Comment télécharger le fichier des logs </a>.<br/><br/>Voulez-vous quitter la liste des jeux ? Une émulation continue peut entraîner des crashs, la corruption de données de sauvegarde ou d’autres bugs.</translation> |
| 4779 | </message> | 4774 | </message> |
| 4780 | <message> | 4775 | <message> |
| 4781 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4782 | <source>Fatal Error encountered</source> | 4777 | <source>Fatal Error encountered</source> |
| 4783 | <translation>Erreur Fatale rencontrée</translation> | 4778 | <translation>Erreur Fatale rencontrée</translation> |
| 4784 | </message> | 4779 | </message> |
| 4785 | <message> | 4780 | <message> |
| 4786 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4787 | <source>Confirm Key Rederivation</source> | 4782 | <source>Confirm Key Rederivation</source> |
| 4788 | <translation>Confirmer la réinstallation de la clé</translation> | 4783 | <translation>Confirmer la réinstallation de la clé</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4792 | <source>You are about to force rederive all of your keys. | 4787 | <source>You are about to force rederive all of your keys. |
| 4793 | If you do not know what this means or what you are doing, | 4788 | If you do not know what this means or what you are doing, |
| 4794 | this is a potentially destructive action. | 4789 | this is a potentially destructive action. |
| @@ -4805,37 +4800,37 @@ et éventuellement faites des sauvegardes. | |||
| 4805 | Cela supprimera vos fichiers de clé générés automatiquement et ré exécutera le module d'installation de clé.</translation> | 4800 | Cela supprimera vos fichiers de clé générés automatiquement et ré exécutera le module d'installation de clé.</translation> |
| 4806 | </message> | 4801 | </message> |
| 4807 | <message> | 4802 | <message> |
| 4808 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4809 | <source>Missing fuses</source> | 4804 | <source>Missing fuses</source> |
| 4810 | <translation>Fusibles manquants</translation> | 4805 | <translation>Fusibles manquants</translation> |
| 4811 | </message> | 4806 | </message> |
| 4812 | <message> | 4807 | <message> |
| 4813 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4808 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4814 | <source> - Missing BOOT0</source> | 4809 | <source> - Missing BOOT0</source> |
| 4815 | <translation>- BOOT0 manquant</translation> | 4810 | <translation>- BOOT0 manquant</translation> |
| 4816 | </message> | 4811 | </message> |
| 4817 | <message> | 4812 | <message> |
| 4818 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4813 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4819 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4814 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4820 | <translation>- BCPKG2-1-Normal-Main manquant</translation> | 4815 | <translation>- BCPKG2-1-Normal-Main manquant</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4824 | <source> - Missing PRODINFO</source> | 4819 | <source> - Missing PRODINFO</source> |
| 4825 | <translation>- PRODINFO manquant</translation> | 4820 | <translation>- PRODINFO manquant</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4829 | <source>Derivation Components Missing</source> | 4824 | <source>Derivation Components Missing</source> |
| 4830 | <translation>Composants de dérivation manquants</translation> | 4825 | <translation>Composants de dérivation manquants</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4834 | <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> | 4829 | <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> |
| 4835 | <translation>Les clés de chiffrement sont manquantes. <br>Veuillez suivre <a href='https://yuzu-emu.org/help/quickstart/'>le guide de démarrage rapide yuzu</a> pour obtenir tous vos clés, firmware et jeux.<br><br><small>(%1)</small></translation> | 4830 | <translation>Les clés de chiffrement sont manquantes. <br>Veuillez suivre <a href='https://yuzu-emu.org/help/quickstart/'>le guide de démarrage rapide yuzu</a> pour obtenir tous vos clés, firmware et jeux.<br><br><small>(%1)</small></translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4839 | <source>Deriving keys... | 4834 | <source>Deriving keys... |
| 4840 | This may take up to a minute depending | 4835 | This may take up to a minute depending |
| 4841 | on your system's performance.</source> | 4836 | on your system's performance.</source> |
| @@ -4844,39 +4839,39 @@ Cela peut prendre jusqu'Ã une minute en fonction | |||
| 4844 | des performances de votre système.</translation> | 4839 | des performances de votre système.</translation> |
| 4845 | </message> | 4840 | </message> |
| 4846 | <message> | 4841 | <message> |
| 4847 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4848 | <source>Deriving Keys</source> | 4843 | <source>Deriving Keys</source> |
| 4849 | <translation>Installation des clés</translation> | 4844 | <translation>Installation des clés</translation> |
| 4850 | </message> | 4845 | </message> |
| 4851 | <message> | 4846 | <message> |
| 4852 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4853 | <source>Select RomFS Dump Target</source> | 4848 | <source>Select RomFS Dump Target</source> |
| 4854 | <translation>Sélectionner la cible d'extraction du RomFS</translation> | 4849 | <translation>Sélectionner la cible d'extraction du RomFS</translation> |
| 4855 | </message> | 4850 | </message> |
| 4856 | <message> | 4851 | <message> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4858 | <source>Please select which RomFS you would like to dump.</source> | 4853 | <source>Please select which RomFS you would like to dump.</source> |
| 4859 | <translation>Veuillez sélectionner quel RomFS vous voulez extraire.</translation> | 4854 | <translation>Veuillez sélectionner quel RomFS vous voulez extraire.</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4863 | <source>Are you sure you want to close yuzu?</source> | 4858 | <source>Are you sure you want to close yuzu?</source> |
| 4864 | <translation>Êtes vous sûr de vouloir fermer yuzu ?</translation> | 4859 | <translation>Êtes vous sûr de vouloir fermer yuzu ?</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4863 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4869 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4864 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4870 | <source>yuzu</source> | 4865 | <source>yuzu</source> |
| 4871 | <translation>yuzu</translation> | 4866 | <translation>yuzu</translation> |
| 4872 | </message> | 4867 | </message> |
| 4873 | <message> | 4868 | <message> |
| 4874 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4875 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4870 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4876 | <translation>Êtes-vous sûr d'arrêter l'émulation ? Tout progrès non enregistré sera perdu.</translation> | 4871 | <translation>Êtes-vous sûr d'arrêter l'émulation ? Tout progrès non enregistré sera perdu.</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4874 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4880 | <source>The currently running application has requested yuzu to not exit. | 4875 | <source>The currently running application has requested yuzu to not exit. |
| 4881 | 4876 | ||
| 4882 | Would you like to bypass this and exit anyway?</source> | 4877 | Would you like to bypass this and exit anyway?</source> |
| @@ -4888,40 +4883,40 @@ Voulez-vous ignorer ceci and quitter quand même ?</translation> | |||
| 4888 | <context> | 4883 | <context> |
| 4889 | <name>GRenderWindow</name> | 4884 | <name>GRenderWindow</name> |
| 4890 | <message> | 4885 | <message> |
| 4891 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4886 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4892 | <source>OpenGL not available!</source> | 4887 | <source>OpenGL not available!</source> |
| 4893 | <translation>OpenGL n'est pas disponible!</translation> | 4888 | <translation>OpenGL n'est pas disponible !</translation> |
| 4894 | </message> | 4889 | </message> |
| 4895 | <message> | 4890 | <message> |
| 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4891 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4897 | <source>yuzu has not been compiled with OpenGL support.</source> | 4892 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4898 | <translation>yuzu n'a pas été compilé avec le support OpenGL.</translation> | 4893 | <translation>yuzu n'a pas été compilé avec le support OpenGL.</translation> |
| 4899 | </message> | 4894 | </message> |
| 4900 | <message> | 4895 | <message> |
| 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4897 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4903 | <source>Error while initializing OpenGL!</source> | 4898 | <source>Error while initializing OpenGL!</source> |
| 4904 | <translation>Erreur lors de l'initialisation d'OpenGL!</translation> | 4899 | <translation>Erreur lors de l'initialisation d'OpenGL!</translation> |
| 4905 | </message> | 4900 | </message> |
| 4906 | <message> | 4901 | <message> |
| 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4908 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4903 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4909 | <translation>Votre GPU peut ne pas prendre en charge OpenGL, ou vous n'avez pas les derniers pilotes graphiques.</translation> | 4904 | <translation>Votre GPU peut ne pas prendre en charge OpenGL, ou vous n'avez pas les derniers pilotes graphiques.</translation> |
| 4910 | </message> | 4905 | </message> |
| 4911 | <message> | 4906 | <message> |
| 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4913 | <source>Error while initializing OpenGL 4.6!</source> | 4908 | <source>Error while initializing OpenGL 4.6!</source> |
| 4914 | <translation>Erreur lors de l'initialisation d'OpenGL 4.6!</translation> | 4909 | <translation>Erreur lors de l'initialisation d'OpenGL 4.6!</translation> |
| 4915 | </message> | 4910 | </message> |
| 4916 | <message> | 4911 | <message> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4918 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4913 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4919 | <translation>Votre GPU peut ne pas prendre en charge OpenGL 4.6 ou vous ne disposez pas du dernier pilote graphique: %1</translation> | 4914 | <translation>Votre GPU peut ne pas prendre en charge OpenGL 4.6 ou vous ne disposez pas du dernier pilote graphique: %1</translation> |
| 4920 | </message> | 4915 | </message> |
| 4921 | <message> | 4916 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4923 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4918 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4924 | <translation>Votre GPU peut ne pas prendre en charge une ou plusieurs extensions OpenGL requises. Veuillez vous assurer que vous disposez du dernier pilote graphique.<br><br>GL Renderer:<br>%1<br><br>Extensions non prises en charge:<br>%2</translation> | 4919 | <translation>Votre GPU peut ne pas prendre en charge une ou plusieurs extensions OpenGL requises. Veuillez vous assurer que vous disposez du dernier pilote graphique.<br><br>GL Renderer :<br>%1<br><br>Extensions non prises en charge :<br>%2</translation> |
| 4925 | </message> | 4920 | </message> |
| 4926 | </context> | 4921 | </context> |
| 4927 | <context> | 4922 | <context> |
| @@ -5172,7 +5167,7 @@ Screen.</source> | |||
| 5172 | <message numerus="yes"> | 5167 | <message numerus="yes"> |
| 5173 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> | 5168 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> |
| 5174 | <source>%1 of %n result(s)</source> | 5169 | <source>%1 of %n result(s)</source> |
| 5175 | <translation><numerusform>%1 sur %n résultat</numerusform><numerusform>%1 sur %n résultats</numerusform></translation> | 5170 | <translation><numerusform>%1 sur %n résultat</numerusform><numerusform>%1 sur %n résultats</numerusform><numerusform>%1 sur %n résultats</numerusform></translation> |
| 5176 | </message> | 5171 | </message> |
| 5177 | <message> | 5172 | <message> |
| 5178 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> | 5173 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> |
| @@ -5421,7 +5416,7 @@ Screen.</source> | |||
| 5421 | <message> | 5416 | <message> |
| 5422 | <location filename="../../src/yuzu/main.ui" line="269"/> | 5417 | <location filename="../../src/yuzu/main.ui" line="269"/> |
| 5423 | <source>Load/Remove &Amiibo...</source> | 5418 | <source>Load/Remove &Amiibo...</source> |
| 5424 | <translation type="unfinished"/> | 5419 | <translation>Charger/Retirer &Amiibo…</translation> |
| 5425 | </message> | 5420 | </message> |
| 5426 | <message> | 5421 | <message> |
| 5427 | <location filename="../../src/yuzu/main.ui" line="277"/> | 5422 | <location filename="../../src/yuzu/main.ui" line="277"/> |
| @@ -5880,12 +5875,12 @@ p, li { white-space: pre-wrap; } | |||
| 5880 | <message> | 5875 | <message> |
| 5881 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="129"/> | 5876 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="129"/> |
| 5882 | <source>Supported Controller Types:</source> | 5877 | <source>Supported Controller Types:</source> |
| 5883 | <translation>Types de contrôleurs supportés:</translation> | 5878 | <translation>Types de contrôleurs supportés :</translation> |
| 5884 | </message> | 5879 | </message> |
| 5885 | <message> | 5880 | <message> |
| 5886 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="282"/> | 5881 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="282"/> |
| 5887 | <source>Players:</source> | 5882 | <source>Players:</source> |
| 5888 | <translation>Joueurs:</translation> | 5883 | <translation>Joueurs :</translation> |
| 5889 | </message> | 5884 | </message> |
| 5890 | <message> | 5885 | <message> |
| 5891 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="300"/> | 5886 | <location filename="../../src/yuzu/applets/qt_controller.ui" line="300"/> |
| @@ -6131,7 +6126,7 @@ p, li { white-space: pre-wrap; } | |||
| 6131 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="33"/> | 6126 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="33"/> |
| 6132 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="48"/> | 6127 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="48"/> |
| 6133 | <source>Error Code: %1-%2 (0x%3)</source> | 6128 | <source>Error Code: %1-%2 (0x%3)</source> |
| 6134 | <translation>Code d'erreur: %1-%2 (0x%3)</translation> | 6129 | <translation>Code d'erreur : %1-%2 (0x%3)</translation> |
| 6135 | </message> | 6130 | </message> |
| 6136 | <message> | 6131 | <message> |
| 6137 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="24"/> | 6132 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="24"/> |
diff --git a/dist/languages/id.ts b/dist/languages/id.ts index f939e2996..4b79eaf7f 100644 --- a/dist/languages/id.ts +++ b/dist/languages/id.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Tentang yuzu</translation> | 7 | <translation>Tentang yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Situs web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kode Sumber</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Kontributor</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisensi</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Situs web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kode Sumber</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Kontributor</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisensi</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; merupakan merek dagang milik Nintendo. yuzu tidak berafiliasi dengan Nintendo dalam maksud apapun.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; merupakan merek dagang milik Nintendo. yuzu tidak berafiliasi dengan Nintendo dalam maksud apapun.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4011,760 +4006,760 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4011 | <translation>Terjadi kesalahan yang tak diketahui. Mohon lihat catatan untuk informasi lebih rinci.</translation> | 4006 | <translation>Terjadi kesalahan yang tak diketahui. Mohon lihat catatan untuk informasi lebih rinci.</translation> |
| 4012 | </message> | 4007 | </message> |
| 4013 | <message> | 4008 | <message> |
| 4014 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4009 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4015 | <source>(64-bit)</source> | 4010 | <source>(64-bit)</source> |
| 4016 | <translation>(64-bit)</translation> | 4011 | <translation>(64-bit)</translation> |
| 4017 | </message> | 4012 | </message> |
| 4018 | <message> | 4013 | <message> |
| 4019 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4014 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4020 | <source>(32-bit)</source> | 4015 | <source>(32-bit)</source> |
| 4021 | <translation>(32-bit)</translation> | 4016 | <translation>(32-bit)</translation> |
| 4022 | </message> | 4017 | </message> |
| 4023 | <message> | 4018 | <message> |
| 4024 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4019 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4025 | <source>%1 %2</source> | 4020 | <source>%1 %2</source> |
| 4026 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4021 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4027 | <translation>%1 %2</translation> | 4022 | <translation>%1 %2</translation> |
| 4028 | </message> | 4023 | </message> |
| 4029 | <message> | 4024 | <message> |
| 4030 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4025 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4031 | <source>Save Data</source> | 4026 | <source>Save Data</source> |
| 4032 | <translation>Simpan Data</translation> | 4027 | <translation>Simpan Data</translation> |
| 4033 | </message> | 4028 | </message> |
| 4034 | <message> | 4029 | <message> |
| 4035 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4030 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4036 | <source>Mod Data</source> | 4031 | <source>Mod Data</source> |
| 4037 | <translation>Mod Data</translation> | 4032 | <translation>Mod Data</translation> |
| 4038 | </message> | 4033 | </message> |
| 4039 | <message> | 4034 | <message> |
| 4040 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4035 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4041 | <source>Error Opening %1 Folder</source> | 4036 | <source>Error Opening %1 Folder</source> |
| 4042 | <translation>Gagal Membuka Folder %1</translation> | 4037 | <translation>Gagal Membuka Folder %1</translation> |
| 4043 | </message> | 4038 | </message> |
| 4044 | <message> | 4039 | <message> |
| 4045 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4046 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4041 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4047 | <source>Folder does not exist!</source> | 4042 | <source>Folder does not exist!</source> |
| 4048 | <translation>Folder tak ada!</translation> | 4043 | <translation>Folder tak ada!</translation> |
| 4049 | </message> | 4044 | </message> |
| 4050 | <message> | 4045 | <message> |
| 4051 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4046 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4052 | <source>Error Opening Transferable Shader Cache</source> | 4047 | <source>Error Opening Transferable Shader Cache</source> |
| 4053 | <translation>Gagal Ketika Membuka Tembolok Shader yang Dapat Ditransfer</translation> | 4048 | <translation>Gagal Ketika Membuka Tembolok Shader yang Dapat Ditransfer</translation> |
| 4054 | </message> | 4049 | </message> |
| 4055 | <message> | 4050 | <message> |
| 4056 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4051 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4057 | <source>Failed to create the shader cache directory for this title.</source> | 4052 | <source>Failed to create the shader cache directory for this title.</source> |
| 4058 | <translation type="unfinished"/> | 4053 | <translation type="unfinished"/> |
| 4059 | </message> | 4054 | </message> |
| 4060 | <message> | 4055 | <message> |
| 4061 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4062 | <source>Contents</source> | 4057 | <source>Contents</source> |
| 4063 | <translation>Konten</translation> | 4058 | <translation>Konten</translation> |
| 4064 | </message> | 4059 | </message> |
| 4065 | <message> | 4060 | <message> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4067 | <source>Update</source> | 4062 | <source>Update</source> |
| 4068 | <translation>Perbaharui</translation> | 4063 | <translation>Perbaharui</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4072 | <source>DLC</source> | 4067 | <source>DLC</source> |
| 4073 | <translation>DLC</translation> | 4068 | <translation>DLC</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4077 | <source>Remove Entry</source> | 4072 | <source>Remove Entry</source> |
| 4078 | <translation>Hapus Masukan</translation> | 4073 | <translation>Hapus Masukan</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4082 | <source>Remove Installed Game %1?</source> | 4077 | <source>Remove Installed Game %1?</source> |
| 4083 | <translation type="unfinished"/> | 4078 | <translation type="unfinished"/> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4088 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4083 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4089 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4084 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4090 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4085 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4092 | <source>Successfully Removed</source> | 4087 | <source>Successfully Removed</source> |
| 4093 | <translation type="unfinished"/> | 4088 | <translation type="unfinished"/> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4097 | <source>Successfully removed the installed base game.</source> | 4092 | <source>Successfully removed the installed base game.</source> |
| 4098 | <translation type="unfinished"/> | 4093 | <translation type="unfinished"/> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4104 | <source>Error Removing %1</source> | 4099 | <source>Error Removing %1</source> |
| 4105 | <translation type="unfinished"/> | 4100 | <translation type="unfinished"/> |
| 4106 | </message> | 4101 | </message> |
| 4107 | <message> | 4102 | <message> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4109 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4104 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4110 | <translation type="unfinished"/> | 4105 | <translation type="unfinished"/> |
| 4111 | </message> | 4106 | </message> |
| 4112 | <message> | 4107 | <message> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4114 | <source>Successfully removed the installed update.</source> | 4109 | <source>Successfully removed the installed update.</source> |
| 4115 | <translation type="unfinished"/> | 4110 | <translation type="unfinished"/> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4119 | <source>There is no update installed for this title.</source> | 4114 | <source>There is no update installed for this title.</source> |
| 4120 | <translation type="unfinished"/> | 4115 | <translation type="unfinished"/> |
| 4121 | </message> | 4116 | </message> |
| 4122 | <message> | 4117 | <message> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4124 | <source>There are no DLC installed for this title.</source> | 4119 | <source>There are no DLC installed for this title.</source> |
| 4125 | <translation>Tidak ada DLC yang terinstall untuk judul ini.</translation> | 4120 | <translation>Tidak ada DLC yang terinstall untuk judul ini.</translation> |
| 4126 | </message> | 4121 | </message> |
| 4127 | <message> | 4122 | <message> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4129 | <source>Successfully removed %1 installed DLC.</source> | 4124 | <source>Successfully removed %1 installed DLC.</source> |
| 4130 | <translation type="unfinished"/> | 4125 | <translation type="unfinished"/> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4134 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4129 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4135 | <translation type="unfinished"/> | 4130 | <translation type="unfinished"/> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4139 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4134 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4140 | <translation type="unfinished"/> | 4135 | <translation type="unfinished"/> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4144 | <source>Delete All Transferable Shader Caches?</source> | 4139 | <source>Delete All Transferable Shader Caches?</source> |
| 4145 | <translation type="unfinished"/> | 4140 | <translation type="unfinished"/> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4149 | <source>Remove Custom Game Configuration?</source> | 4144 | <source>Remove Custom Game Configuration?</source> |
| 4150 | <translation type="unfinished"/> | 4145 | <translation type="unfinished"/> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4154 | <source>Remove File</source> | 4149 | <source>Remove File</source> |
| 4155 | <translation>Hapus File</translation> | 4150 | <translation>Hapus File</translation> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4160 | <source>Error Removing Transferable Shader Cache</source> | 4155 | <source>Error Removing Transferable Shader Cache</source> |
| 4161 | <translation>Kesalahan Menghapus Transferable Shader Cache</translation> | 4156 | <translation>Kesalahan Menghapus Transferable Shader Cache</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4165 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4160 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4166 | <source>A shader cache for this title does not exist.</source> | 4161 | <source>A shader cache for this title does not exist.</source> |
| 4167 | <translation>Cache shader bagi judul ini tidak ada</translation> | 4162 | <translation>Cache shader bagi judul ini tidak ada</translation> |
| 4168 | </message> | 4163 | </message> |
| 4169 | <message> | 4164 | <message> |
| 4170 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4165 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4171 | <source>Successfully removed the transferable shader cache.</source> | 4166 | <source>Successfully removed the transferable shader cache.</source> |
| 4172 | <translation type="unfinished"/> | 4167 | <translation type="unfinished"/> |
| 4173 | </message> | 4168 | </message> |
| 4174 | <message> | 4169 | <message> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4176 | <source>Failed to remove the transferable shader cache.</source> | 4171 | <source>Failed to remove the transferable shader cache.</source> |
| 4177 | <translation type="unfinished"/> | 4172 | <translation type="unfinished"/> |
| 4178 | </message> | 4173 | </message> |
| 4179 | <message> | 4174 | <message> |
| 4180 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4182 | <source>Error Removing Transferable Shader Caches</source> | 4177 | <source>Error Removing Transferable Shader Caches</source> |
| 4183 | <translation type="unfinished"/> | 4178 | <translation type="unfinished"/> |
| 4184 | </message> | 4179 | </message> |
| 4185 | <message> | 4180 | <message> |
| 4186 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4181 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4187 | <source>Successfully removed the transferable shader caches.</source> | 4182 | <source>Successfully removed the transferable shader caches.</source> |
| 4188 | <translation type="unfinished"/> | 4183 | <translation type="unfinished"/> |
| 4189 | </message> | 4184 | </message> |
| 4190 | <message> | 4185 | <message> |
| 4191 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4186 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4192 | <source>Failed to remove the transferable shader cache directory.</source> | 4187 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4193 | <translation type="unfinished"/> | 4188 | <translation type="unfinished"/> |
| 4194 | </message> | 4189 | </message> |
| 4195 | <message> | 4190 | <message> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4198 | <source>Error Removing Custom Configuration</source> | 4193 | <source>Error Removing Custom Configuration</source> |
| 4199 | <translation>Kesalahan Menghapus Konfigurasi Buatan</translation> | 4194 | <translation>Kesalahan Menghapus Konfigurasi Buatan</translation> |
| 4200 | </message> | 4195 | </message> |
| 4201 | <message> | 4196 | <message> |
| 4202 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4197 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4203 | <source>A custom configuration for this title does not exist.</source> | 4198 | <source>A custom configuration for this title does not exist.</source> |
| 4204 | <translation type="unfinished"/> | 4199 | <translation type="unfinished"/> |
| 4205 | </message> | 4200 | </message> |
| 4206 | <message> | 4201 | <message> |
| 4207 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4202 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4208 | <source>Successfully removed the custom game configuration.</source> | 4203 | <source>Successfully removed the custom game configuration.</source> |
| 4209 | <translation type="unfinished"/> | 4204 | <translation type="unfinished"/> |
| 4210 | </message> | 4205 | </message> |
| 4211 | <message> | 4206 | <message> |
| 4212 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4213 | <source>Failed to remove the custom game configuration.</source> | 4208 | <source>Failed to remove the custom game configuration.</source> |
| 4214 | <translation type="unfinished"/> | 4209 | <translation type="unfinished"/> |
| 4215 | </message> | 4210 | </message> |
| 4216 | <message> | 4211 | <message> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4218 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4213 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4219 | <source>RomFS Extraction Failed!</source> | 4214 | <source>RomFS Extraction Failed!</source> |
| 4220 | <translation>Pengekstrakan RomFS Gagal!</translation> | 4215 | <translation>Pengekstrakan RomFS Gagal!</translation> |
| 4221 | </message> | 4216 | </message> |
| 4222 | <message> | 4217 | <message> |
| 4223 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4218 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4224 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4219 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4225 | <translation>Terjadi kesalahan ketika menyalin berkas RomFS atau dibatalkan oleh pengguna.</translation> | 4220 | <translation>Terjadi kesalahan ketika menyalin berkas RomFS atau dibatalkan oleh pengguna.</translation> |
| 4226 | </message> | 4221 | </message> |
| 4227 | <message> | 4222 | <message> |
| 4228 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4223 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4229 | <source>Full</source> | 4224 | <source>Full</source> |
| 4230 | <translation>Penuh</translation> | 4225 | <translation>Penuh</translation> |
| 4231 | </message> | 4226 | </message> |
| 4232 | <message> | 4227 | <message> |
| 4233 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4234 | <source>Skeleton</source> | 4229 | <source>Skeleton</source> |
| 4235 | <translation>Skeleton</translation> | 4230 | <translation>Skeleton</translation> |
| 4236 | </message> | 4231 | </message> |
| 4237 | <message> | 4232 | <message> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4239 | <source>Select RomFS Dump Mode</source> | 4234 | <source>Select RomFS Dump Mode</source> |
| 4240 | <translation>Pilih Mode Dump RomFS</translation> | 4235 | <translation>Pilih Mode Dump RomFS</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4244 | <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> | 4239 | <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> |
| 4245 | <translation>Mohon pilih cara RomFS akan di-dump.<br>FPenuh akan menyalin seluruh berkas ke dalam direktori baru sementara <br>jerangkong hanya akan menciptakan struktur direktorinya saja.</translation> | 4240 | <translation>Mohon pilih cara RomFS akan di-dump.<br>FPenuh akan menyalin seluruh berkas ke dalam direktori baru sementara <br>jerangkong hanya akan menciptakan struktur direktorinya saja.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4249 | <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> | 4244 | <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> |
| 4250 | <translation type="unfinished"/> | 4245 | <translation type="unfinished"/> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4254 | <source>Extracting RomFS...</source> | 4249 | <source>Extracting RomFS...</source> |
| 4255 | <translation>Mengekstrak RomFS...</translation> | 4250 | <translation>Mengekstrak RomFS...</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4260 | <source>Cancel</source> | 4255 | <source>Cancel</source> |
| 4261 | <translation>Batal</translation> | 4256 | <translation>Batal</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4265 | <source>RomFS Extraction Succeeded!</source> | 4260 | <source>RomFS Extraction Succeeded!</source> |
| 4266 | <translation>Pengekstrakan RomFS Berhasil!</translation> | 4261 | <translation>Pengekstrakan RomFS Berhasil!</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4270 | <source>The operation completed successfully.</source> | 4265 | <source>The operation completed successfully.</source> |
| 4271 | <translation>Operasi selesai dengan sukses,</translation> | 4266 | <translation>Operasi selesai dengan sukses,</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4275 | <source>Error Opening %1</source> | 4270 | <source>Error Opening %1</source> |
| 4276 | <translation>Gagal membuka %1</translation> | 4271 | <translation>Gagal membuka %1</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4280 | <source>Select Directory</source> | 4275 | <source>Select Directory</source> |
| 4281 | <translation>Pilih Direktori</translation> | 4276 | <translation>Pilih Direktori</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4285 | <source>Properties</source> | 4280 | <source>Properties</source> |
| 4286 | <translation>Properti</translation> | 4281 | <translation>Properti</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4290 | <source>The game properties could not be loaded.</source> | 4285 | <source>The game properties could not be loaded.</source> |
| 4291 | <translation>Properti permainan tak dapat dimuat.</translation> | 4286 | <translation>Properti permainan tak dapat dimuat.</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4295 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4290 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4296 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4291 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4297 | <translation>Eksekutabel Switch (%1);;Semua Berkas (*.*)</translation> | 4292 | <translation>Eksekutabel Switch (%1);;Semua Berkas (*.*)</translation> |
| 4298 | </message> | 4293 | </message> |
| 4299 | <message> | 4294 | <message> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4301 | <source>Load File</source> | 4296 | <source>Load File</source> |
| 4302 | <translation>Muat Berkas</translation> | 4297 | <translation>Muat Berkas</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4306 | <source>Open Extracted ROM Directory</source> | 4301 | <source>Open Extracted ROM Directory</source> |
| 4307 | <translation>Buka Direktori ROM Terekstrak</translation> | 4302 | <translation>Buka Direktori ROM Terekstrak</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4311 | <source>Invalid Directory Selected</source> | 4306 | <source>Invalid Directory Selected</source> |
| 4312 | <translation>Direktori Terpilih Tidak Sah</translation> | 4307 | <translation>Direktori Terpilih Tidak Sah</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4316 | <source>The directory you have selected does not contain a 'main' file.</source> | 4311 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4317 | <translation>Direktori yang Anda pilih tak memiliki berkas 'utama.'</translation> | 4312 | <translation>Direktori yang Anda pilih tak memiliki berkas 'utama.'</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4321 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4316 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4322 | <translation type="unfinished"/> | 4317 | <translation type="unfinished"/> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4326 | <source>Install Files</source> | 4321 | <source>Install Files</source> |
| 4327 | <translation>Install File</translation> | 4322 | <translation>Install File</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message numerus="yes"> | 4324 | <message numerus="yes"> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4331 | <source>%n file(s) remaining</source> | 4326 | <source>%n file(s) remaining</source> |
| 4332 | <translation type="unfinished"><numerusform></numerusform></translation> | 4327 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4336 | <source>Installing file "%1"...</source> | 4331 | <source>Installing file "%1"...</source> |
| 4337 | <translation>Memasang berkas "%1"...</translation> | 4332 | <translation>Memasang berkas "%1"...</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4342 | <source>Install Results</source> | 4337 | <source>Install Results</source> |
| 4343 | <translation>Hasil Install</translation> | 4338 | <translation>Hasil Install</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4347 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4342 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4348 | Please, only use this feature to install updates and DLC.</source> | 4343 | Please, only use this feature to install updates and DLC.</source> |
| 4349 | <translation type="unfinished"/> | 4344 | <translation type="unfinished"/> |
| 4350 | </message> | 4345 | </message> |
| 4351 | <message numerus="yes"> | 4346 | <message numerus="yes"> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4353 | <source>%n file(s) were newly installed | 4348 | <source>%n file(s) were newly installed |
| 4354 | </source> | 4349 | </source> |
| 4355 | <translation><numerusform>%n file(s) baru diinstall | 4350 | <translation><numerusform>%n file(s) baru diinstall |
| 4356 | </numerusform></translation> | 4351 | </numerusform></translation> |
| 4357 | </message> | 4352 | </message> |
| 4358 | <message numerus="yes"> | 4353 | <message numerus="yes"> |
| 4359 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4354 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4360 | <source>%n file(s) were overwritten | 4355 | <source>%n file(s) were overwritten |
| 4361 | </source> | 4356 | </source> |
| 4362 | <translation><numerusform>%n file(s) telah ditimpa | 4357 | <translation><numerusform>%n file(s) telah ditimpa |
| 4363 | </numerusform></translation> | 4358 | </numerusform></translation> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message numerus="yes"> | 4360 | <message numerus="yes"> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4367 | <source>%n file(s) failed to install | 4362 | <source>%n file(s) failed to install |
| 4368 | </source> | 4363 | </source> |
| 4369 | <translation><numerusform>%n file(s) gagal di install | 4364 | <translation><numerusform>%n file(s) gagal di install |
| 4370 | </numerusform></translation> | 4365 | </numerusform></translation> |
| 4371 | </message> | 4366 | </message> |
| 4372 | <message> | 4367 | <message> |
| 4373 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4368 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4374 | <source>System Application</source> | 4369 | <source>System Application</source> |
| 4375 | <translation>Aplikasi Sistem</translation> | 4370 | <translation>Aplikasi Sistem</translation> |
| 4376 | </message> | 4371 | </message> |
| 4377 | <message> | 4372 | <message> |
| 4378 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4373 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4379 | <source>System Archive</source> | 4374 | <source>System Archive</source> |
| 4380 | <translation>Arsip Sistem</translation> | 4375 | <translation>Arsip Sistem</translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message> | 4377 | <message> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4384 | <source>System Application Update</source> | 4379 | <source>System Application Update</source> |
| 4385 | <translation>Pembaruan Aplikasi Sistem</translation> | 4380 | <translation>Pembaruan Aplikasi Sistem</translation> |
| 4386 | </message> | 4381 | </message> |
| 4387 | <message> | 4382 | <message> |
| 4388 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4383 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4389 | <source>Firmware Package (Type A)</source> | 4384 | <source>Firmware Package (Type A)</source> |
| 4390 | <translation>Paket Perangkat Tegar (Tipe A)</translation> | 4385 | <translation>Paket Perangkat Tegar (Tipe A)</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4394 | <source>Firmware Package (Type B)</source> | 4389 | <source>Firmware Package (Type B)</source> |
| 4395 | <translation>Paket Perangkat Tegar (Tipe B)</translation> | 4390 | <translation>Paket Perangkat Tegar (Tipe B)</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4399 | <source>Game</source> | 4394 | <source>Game</source> |
| 4400 | <translation>Permainan</translation> | 4395 | <translation>Permainan</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4404 | <source>Game Update</source> | 4399 | <source>Game Update</source> |
| 4405 | <translation>Pembaruan Permainan</translation> | 4400 | <translation>Pembaruan Permainan</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4409 | <source>Game DLC</source> | 4404 | <source>Game DLC</source> |
| 4410 | <translation>DLC Permainan</translation> | 4405 | <translation>DLC Permainan</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4414 | <source>Delta Title</source> | 4409 | <source>Delta Title</source> |
| 4415 | <translation>Judul Delta</translation> | 4410 | <translation>Judul Delta</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4419 | <source>Select NCA Install Type...</source> | 4414 | <source>Select NCA Install Type...</source> |
| 4420 | <translation>Pilih Tipe Pemasangan NCA...</translation> | 4415 | <translation>Pilih Tipe Pemasangan NCA...</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4424 | <source>Please select the type of title you would like to install this NCA as: | 4419 | <source>Please select the type of title you would like to install this NCA as: |
| 4425 | (In most instances, the default 'Game' is fine.)</source> | 4420 | (In most instances, the default 'Game' is fine.)</source> |
| 4426 | <translation>Mohon pilih jenis judul yang Anda ingin pasang sebagai NCA ini: | 4421 | <translation>Mohon pilih jenis judul yang Anda ingin pasang sebagai NCA ini: |
| 4427 | (Dalam kebanyakan kasus, pilihan bawaan 'Permainan' tidak apa-apa`.)</translation> | 4422 | (Dalam kebanyakan kasus, pilihan bawaan 'Permainan' tidak apa-apa`.)</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4431 | <source>Failed to Install</source> | 4426 | <source>Failed to Install</source> |
| 4432 | <translation>Gagal Memasang</translation> | 4427 | <translation>Gagal Memasang</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4436 | <source>The title type you selected for the NCA is invalid.</source> | 4431 | <source>The title type you selected for the NCA is invalid.</source> |
| 4437 | <translation>Jenis judul yang Anda pilih untuk NCA tidak sah.</translation> | 4432 | <translation>Jenis judul yang Anda pilih untuk NCA tidak sah.</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4441 | <source>File not found</source> | 4436 | <source>File not found</source> |
| 4442 | <translation>Berkas tak ditemukan</translation> | 4437 | <translation>Berkas tak ditemukan</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4446 | <source>File "%1" not found</source> | 4441 | <source>File "%1" not found</source> |
| 4447 | <translation>Berkas "%1" tak ditemukan</translation> | 4442 | <translation>Berkas "%1" tak ditemukan</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4451 | <source>OK</source> | 4446 | <source>OK</source> |
| 4452 | <translation>OK</translation> | 4447 | <translation>OK</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4456 | <source>Missing yuzu Account</source> | 4451 | <source>Missing yuzu Account</source> |
| 4457 | <translation>Akun yuzu Hilang</translation> | 4452 | <translation>Akun yuzu Hilang</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4461 | <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> | 4456 | <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> |
| 4462 | <translation>Agar dapat mengirimkan berkas uju kompatibilitas permainan, Anda harus menautkan akun yuzu Anda.<br><br/>TUntuk mennautkan akun yuzu Anda, pergi ke Emulasi &gt; Konfigurasi &gt; Web.</translation> | 4457 | <translation>Agar dapat mengirimkan berkas uju kompatibilitas permainan, Anda harus menautkan akun yuzu Anda.<br><br/>TUntuk mennautkan akun yuzu Anda, pergi ke Emulasi &gt; Konfigurasi &gt; Web.</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4466 | <source>Error opening URL</source> | 4461 | <source>Error opening URL</source> |
| 4467 | <translation>Kesalahan saat membuka URL</translation> | 4462 | <translation>Kesalahan saat membuka URL</translation> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4471 | <source>Unable to open the URL "%1".</source> | 4466 | <source>Unable to open the URL "%1".</source> |
| 4472 | <translation>Tidak dapat membuka URL "%1".</translation> | 4467 | <translation>Tidak dapat membuka URL "%1".</translation> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4476 | <source>TAS Recording</source> | 4471 | <source>TAS Recording</source> |
| 4477 | <translation>Rekaman TAS</translation> | 4472 | <translation>Rekaman TAS</translation> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4481 | <source>Overwrite file of player 1?</source> | 4476 | <source>Overwrite file of player 1?</source> |
| 4482 | <translation>Timpa file pemain 1? </translation> | 4477 | <translation>Timpa file pemain 1? </translation> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4486 | <source>Invalid config detected</source> | 4481 | <source>Invalid config detected</source> |
| 4487 | <translation>Konfigurasi tidak sah terdeteksi</translation> | 4482 | <translation>Konfigurasi tidak sah terdeteksi</translation> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4491 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4486 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4492 | <translation>Kontroller jinjing tidak bisa digunakan dalam mode dock. Kontroller Pro akan dipilih</translation> | 4487 | <translation>Kontroller jinjing tidak bisa digunakan dalam mode dock. Kontroller Pro akan dipilih</translation> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4497 | <source>Error</source> | 4492 | <source>Error</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4503 | <source>The current game is not looking for amiibos</source> | 4498 | <source>The current game is not looking for amiibos</source> |
| 4504 | <translation type="unfinished"/> | 4499 | <translation type="unfinished"/> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4509 | <source>Amiibo</source> | 4504 | <source>Amiibo</source> |
| 4510 | <translation type="unfinished"/> | 4505 | <translation type="unfinished"/> |
| 4511 | </message> | 4506 | </message> |
| 4512 | <message> | 4507 | <message> |
| 4513 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4515 | <source>The current amiibo has been removed</source> | 4510 | <source>The current amiibo has been removed</source> |
| 4516 | <translation type="unfinished"/> | 4511 | <translation type="unfinished"/> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4520 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4515 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4521 | <translation>Berkas Amiibo (%1);; Semua Berkas (*.*)</translation> | 4516 | <translation>Berkas Amiibo (%1);; Semua Berkas (*.*)</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4525 | <source>Load Amiibo</source> | 4520 | <source>Load Amiibo</source> |
| 4526 | <translation>Muat Amiibo</translation> | 4521 | <translation>Muat Amiibo</translation> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4530 | <source>Error opening Amiibo data file</source> | 4525 | <source>Error opening Amiibo data file</source> |
| 4531 | <translation>Gagal membuka berkas data Amiibo</translation> | 4526 | <translation>Gagal membuka berkas data Amiibo</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4535 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4530 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4536 | <translation>Tak dapat membuka berkas Amiibo "%1" untuk dibaca.</translation> | 4531 | <translation>Tak dapat membuka berkas Amiibo "%1" untuk dibaca.</translation> |
| 4537 | </message> | 4532 | </message> |
| 4538 | <message> | 4533 | <message> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4540 | <source>Error reading Amiibo data file</source> | 4535 | <source>Error reading Amiibo data file</source> |
| 4541 | <translation>Gagal membaca berkas data Amiibo</translation> | 4536 | <translation>Gagal membaca berkas data Amiibo</translation> |
| 4542 | </message> | 4537 | </message> |
| 4543 | <message> | 4538 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4545 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4540 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4546 | <translation>Tak dapat membaca data Amiibo sepenuhnya. Diperkirakan membaca %1 bita, namun hanya terbaca %2 bita.</translation> | 4541 | <translation>Tak dapat membaca data Amiibo sepenuhnya. Diperkirakan membaca %1 bita, namun hanya terbaca %2 bita.</translation> |
| 4547 | </message> | 4542 | </message> |
| 4548 | <message> | 4543 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4550 | <source>Error loading Amiibo data</source> | 4545 | <source>Error loading Amiibo data</source> |
| 4551 | <translation>Gagal memuat data Amiibo</translation> | 4546 | <translation>Gagal memuat data Amiibo</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4555 | <source>Unable to load Amiibo data.</source> | 4550 | <source>Unable to load Amiibo data.</source> |
| 4556 | <translation>Tak dapat memuat data Amiibo</translation> | 4551 | <translation>Tak dapat memuat data Amiibo</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4560 | <source>Capture Screenshot</source> | 4555 | <source>Capture Screenshot</source> |
| 4561 | <translation>Tangkapan Layar</translation> | 4556 | <translation>Tangkapan Layar</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4565 | <source>PNG Image (*.png)</source> | 4560 | <source>PNG Image (*.png)</source> |
| 4566 | <translation>Berkas PNG (*.png)</translation> | 4561 | <translation>Berkas PNG (*.png)</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4570 | <source>TAS state: Running %1/%2</source> | 4565 | <source>TAS state: Running %1/%2</source> |
| 4571 | <translation>Status TAS: Berjalan %1/%2</translation> | 4566 | <translation>Status TAS: Berjalan %1/%2</translation> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4575 | <source>TAS state: Recording %1</source> | 4570 | <source>TAS state: Recording %1</source> |
| 4576 | <translation>Status TAS: Merekam %1</translation> | 4571 | <translation>Status TAS: Merekam %1</translation> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4580 | <source>TAS state: Idle %1/%2</source> | 4575 | <source>TAS state: Idle %1/%2</source> |
| 4581 | <translation>Status TAS: Diam %1/%2</translation> | 4576 | <translation>Status TAS: Diam %1/%2</translation> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4585 | <source>TAS State: Invalid</source> | 4580 | <source>TAS State: Invalid</source> |
| 4586 | <translation>Status TAS: Tidak Valid</translation> | 4581 | <translation>Status TAS: Tidak Valid</translation> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4590 | <source>&Stop Running</source> | 4585 | <source>&Stop Running</source> |
| 4591 | <translation>&Matikan</translation> | 4586 | <translation>&Matikan</translation> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4595 | <source>&Start</source> | 4590 | <source>&Start</source> |
| 4596 | <translation>&Mulai</translation> | 4591 | <translation>&Mulai</translation> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4600 | <source>Stop R&ecording</source> | 4595 | <source>Stop R&ecording</source> |
| 4601 | <translation>Berhenti Mer&ekam</translation> | 4596 | <translation>Berhenti Mer&ekam</translation> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4605 | <source>R&ecord</source> | 4600 | <source>R&ecord</source> |
| 4606 | <translation>R&ekam</translation> | 4601 | <translation>R&ekam</translation> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message numerus="yes"> | 4603 | <message numerus="yes"> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4610 | <source>Building: %n shader(s)</source> | 4605 | <source>Building: %n shader(s)</source> |
| 4611 | <translation><numerusform>Membangun: %n shader(s)</numerusform></translation> | 4606 | <translation><numerusform>Membangun: %n shader(s)</numerusform></translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4615 | <source>Scale: %1x</source> | 4610 | <source>Scale: %1x</source> |
| 4616 | <comment>%1 is the resolution scaling factor</comment> | 4611 | <comment>%1 is the resolution scaling factor</comment> |
| 4617 | <translation>Skala: %1x</translation> | 4612 | <translation>Skala: %1x</translation> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4621 | <source>Speed: %1% / %2%</source> | 4616 | <source>Speed: %1% / %2%</source> |
| 4622 | <translation>Kecepatan: %1% / %2%</translation> | 4617 | <translation>Kecepatan: %1% / %2%</translation> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4626 | <source>Speed: %1%</source> | 4621 | <source>Speed: %1%</source> |
| 4627 | <translation>Kecepatan: %1%</translation> | 4622 | <translation>Kecepatan: %1%</translation> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message> | 4624 | <message> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4631 | <source>Game: %1 FPS (Unlocked)</source> | 4626 | <source>Game: %1 FPS (Unlocked)</source> |
| 4632 | <translation type="unfinished"/> | 4627 | <translation type="unfinished"/> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4636 | <source>Game: %1 FPS</source> | 4631 | <source>Game: %1 FPS</source> |
| 4637 | <translation>Permainan: %1 FPS</translation> | 4632 | <translation>Permainan: %1 FPS</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4641 | <source>Frame: %1 ms</source> | 4636 | <source>Frame: %1 ms</source> |
| 4642 | <translation>Frame: %1 ms</translation> | 4637 | <translation>Frame: %1 ms</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4646 | <source>GPU NORMAL</source> | 4641 | <source>GPU NORMAL</source> |
| 4647 | <translation>GPU NORMAL</translation> | 4642 | <translation>GPU NORMAL</translation> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4651 | <source>GPU HIGH</source> | 4646 | <source>GPU HIGH</source> |
| 4652 | <translation>GPU TINGGI</translation> | 4647 | <translation>GPU TINGGI</translation> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4656 | <source>GPU EXTREME</source> | 4651 | <source>GPU EXTREME</source> |
| 4657 | <translation>GPU EKSTRIM</translation> | 4652 | <translation>GPU EKSTRIM</translation> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4661 | <source>GPU ERROR</source> | 4656 | <source>GPU ERROR</source> |
| 4662 | <translation>KESALAHAN GPU</translation> | 4657 | <translation>KESALAHAN GPU</translation> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4666 | <source>NEAREST</source> | 4661 | <source>NEAREST</source> |
| 4667 | <translation>NEAREST</translation> | 4662 | <translation>NEAREST</translation> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4672 | <source>BILINEAR</source> | 4667 | <source>BILINEAR</source> |
| 4673 | <translation>BILINEAR</translation> | 4668 | <translation>BILINEAR</translation> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4677 | <source>BICUBIC</source> | 4672 | <source>BICUBIC</source> |
| 4678 | <translation>BICUBIC</translation> | 4673 | <translation>BICUBIC</translation> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4682 | <source>GAUSSIAN</source> | 4677 | <source>GAUSSIAN</source> |
| 4683 | <translation>GAUSSIAN</translation> | 4678 | <translation>GAUSSIAN</translation> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4687 | <source>SCALEFORCE</source> | 4682 | <source>SCALEFORCE</source> |
| 4688 | <translation>SCALEFORCE</translation> | 4683 | <translation>SCALEFORCE</translation> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4692 | <source>FSR</source> | 4687 | <source>FSR</source> |
| 4693 | <translation>FSR</translation> | 4688 | <translation>FSR</translation> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4698 | <source>NO AA</source> | 4693 | <source>NO AA</source> |
| 4699 | <translation>TANPA AA</translation> | 4694 | <translation>TANPA AA</translation> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4703 | <source>FXAA</source> | 4698 | <source>FXAA</source> |
| 4704 | <translation>FXAA</translation> | 4699 | <translation>FXAA</translation> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4708 | <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> | 4703 | <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> |
| 4709 | <translation type="unfinished"/> | 4704 | <translation type="unfinished"/> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4713 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4708 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4718 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4713 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4719 | <translation type="unfinished"/> | 4714 | <translation type="unfinished"/> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4723 | <source>System Archive Not Found</source> | 4718 | <source>System Archive Not Found</source> |
| 4724 | <translation type="unfinished"/> | 4719 | <translation type="unfinished"/> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4728 | <source>System Archive Missing</source> | 4723 | <source>System Archive Missing</source> |
| 4729 | <translation type="unfinished"/> | 4724 | <translation type="unfinished"/> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4733 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4728 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4734 | <translation type="unfinished"/> | 4729 | <translation type="unfinished"/> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4738 | <source>Shared Fonts Not Found</source> | 4733 | <source>Shared Fonts Not Found</source> |
| 4739 | <translation type="unfinished"/> | 4734 | <translation type="unfinished"/> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4743 | <source>Shared Font Missing</source> | 4738 | <source>Shared Font Missing</source> |
| 4744 | <translation type="unfinished"/> | 4739 | <translation type="unfinished"/> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4748 | <source>Fatal Error</source> | 4743 | <source>Fatal Error</source> |
| 4749 | <translation>Kesalahan Fatal</translation> | 4744 | <translation>Kesalahan Fatal</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4753 | <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> | 4748 | <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> |
| 4754 | <translation type="unfinished"/> | 4749 | <translation type="unfinished"/> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4758 | <source>Fatal Error encountered</source> | 4753 | <source>Fatal Error encountered</source> |
| 4759 | <translation type="unfinished"/> | 4754 | <translation type="unfinished"/> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4763 | <source>Confirm Key Rederivation</source> | 4758 | <source>Confirm Key Rederivation</source> |
| 4764 | <translation type="unfinished"/> | 4759 | <translation type="unfinished"/> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4768 | <source>You are about to force rederive all of your keys. | 4763 | <source>You are about to force rederive all of your keys. |
| 4769 | If you do not know what this means or what you are doing, | 4764 | If you do not know what this means or what you are doing, |
| 4770 | this is a potentially destructive action. | 4765 | this is a potentially destructive action. |
| @@ -4775,76 +4770,76 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4775 | <translation type="unfinished"/> | 4770 | <translation type="unfinished"/> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4779 | <source>Missing fuses</source> | 4774 | <source>Missing fuses</source> |
| 4780 | <translation type="unfinished"/> | 4775 | <translation type="unfinished"/> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4784 | <source> - Missing BOOT0</source> | 4779 | <source> - Missing BOOT0</source> |
| 4785 | <translation>- Kehilangan BOOT0</translation> | 4780 | <translation>- Kehilangan BOOT0</translation> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4789 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4784 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4790 | <translation>- Kehilangan BCPKG2-1-Normal-Main</translation> | 4785 | <translation>- Kehilangan BCPKG2-1-Normal-Main</translation> |
| 4791 | </message> | 4786 | </message> |
| 4792 | <message> | 4787 | <message> |
| 4793 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4788 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4794 | <source> - Missing PRODINFO</source> | 4789 | <source> - Missing PRODINFO</source> |
| 4795 | <translation>- Kehilangan PRODINFO</translation> | 4790 | <translation>- Kehilangan PRODINFO</translation> |
| 4796 | </message> | 4791 | </message> |
| 4797 | <message> | 4792 | <message> |
| 4798 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4793 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4799 | <source>Derivation Components Missing</source> | 4794 | <source>Derivation Components Missing</source> |
| 4800 | <translation type="unfinished"/> | 4795 | <translation type="unfinished"/> |
| 4801 | </message> | 4796 | </message> |
| 4802 | <message> | 4797 | <message> |
| 4803 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4798 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4804 | <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> | 4799 | <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> |
| 4805 | <translation type="unfinished"/> | 4800 | <translation type="unfinished"/> |
| 4806 | </message> | 4801 | </message> |
| 4807 | <message> | 4802 | <message> |
| 4808 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4809 | <source>Deriving keys... | 4804 | <source>Deriving keys... |
| 4810 | This may take up to a minute depending | 4805 | This may take up to a minute depending |
| 4811 | on your system's performance.</source> | 4806 | on your system's performance.</source> |
| 4812 | <translation type="unfinished"/> | 4807 | <translation type="unfinished"/> |
| 4813 | </message> | 4808 | </message> |
| 4814 | <message> | 4809 | <message> |
| 4815 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4810 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4816 | <source>Deriving Keys</source> | 4811 | <source>Deriving Keys</source> |
| 4817 | <translation type="unfinished"/> | 4812 | <translation type="unfinished"/> |
| 4818 | </message> | 4813 | </message> |
| 4819 | <message> | 4814 | <message> |
| 4820 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4815 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4821 | <source>Select RomFS Dump Target</source> | 4816 | <source>Select RomFS Dump Target</source> |
| 4822 | <translation type="unfinished"/> | 4817 | <translation type="unfinished"/> |
| 4823 | </message> | 4818 | </message> |
| 4824 | <message> | 4819 | <message> |
| 4825 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4820 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4826 | <source>Please select which RomFS you would like to dump.</source> | 4821 | <source>Please select which RomFS you would like to dump.</source> |
| 4827 | <translation type="unfinished"/> | 4822 | <translation type="unfinished"/> |
| 4828 | </message> | 4823 | </message> |
| 4829 | <message> | 4824 | <message> |
| 4830 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4825 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4831 | <source>Are you sure you want to close yuzu?</source> | 4826 | <source>Are you sure you want to close yuzu?</source> |
| 4832 | <translation>Apakah anda yakin ingin menutup yuzu?</translation> | 4827 | <translation>Apakah anda yakin ingin menutup yuzu?</translation> |
| 4833 | </message> | 4828 | </message> |
| 4834 | <message> | 4829 | <message> |
| 4835 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4836 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4831 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4837 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4832 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4838 | <source>yuzu</source> | 4833 | <source>yuzu</source> |
| 4839 | <translation>yuzu</translation> | 4834 | <translation>yuzu</translation> |
| 4840 | </message> | 4835 | </message> |
| 4841 | <message> | 4836 | <message> |
| 4842 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4837 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4843 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4838 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4844 | <translation type="unfinished"/> | 4839 | <translation type="unfinished"/> |
| 4845 | </message> | 4840 | </message> |
| 4846 | <message> | 4841 | <message> |
| 4847 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4848 | <source>The currently running application has requested yuzu to not exit. | 4843 | <source>The currently running application has requested yuzu to not exit. |
| 4849 | 4844 | ||
| 4850 | Would you like to bypass this and exit anyway?</source> | 4845 | Would you like to bypass this and exit anyway?</source> |
| @@ -4854,38 +4849,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4854 | <context> | 4849 | <context> |
| 4855 | <name>GRenderWindow</name> | 4850 | <name>GRenderWindow</name> |
| 4856 | <message> | 4851 | <message> |
| 4857 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4852 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4858 | <source>OpenGL not available!</source> | 4853 | <source>OpenGL not available!</source> |
| 4859 | <translation>OpenGL tidak tersedia!</translation> | 4854 | <translation>OpenGL tidak tersedia!</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4857 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4863 | <source>yuzu has not been compiled with OpenGL support.</source> | 4858 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4864 | <translation type="unfinished"/> | 4859 | <translation type="unfinished"/> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4862 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4868 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4863 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4869 | <source>Error while initializing OpenGL!</source> | 4864 | <source>Error while initializing OpenGL!</source> |
| 4870 | <translation>Terjadi kesalahan menginisialisasi OpenGL!</translation> | 4865 | <translation>Terjadi kesalahan menginisialisasi OpenGL!</translation> |
| 4871 | </message> | 4866 | </message> |
| 4872 | <message> | 4867 | <message> |
| 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4868 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4874 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4869 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4875 | <translation>VGA anda mungkin tidak mendukung OpenGL, atau anda tidak memiliki pemacu piranti (driver) grafis terbaharu.</translation> | 4870 | <translation>VGA anda mungkin tidak mendukung OpenGL, atau anda tidak memiliki pemacu piranti (driver) grafis terbaharu.</translation> |
| 4876 | </message> | 4871 | </message> |
| 4877 | <message> | 4872 | <message> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4879 | <source>Error while initializing OpenGL 4.6!</source> | 4874 | <source>Error while initializing OpenGL 4.6!</source> |
| 4880 | <translation>Terjadi kesalahan menginisialisasi OpenGL 4.6!</translation> | 4875 | <translation>Terjadi kesalahan menginisialisasi OpenGL 4.6!</translation> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4884 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4879 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4885 | <translation>VGA anda mungkin tidak mendukung OpenGL 4.6, atau anda tidak memiliki pemacu piranti (driver) grafis terbaharu.<br><br>Pemuat GL:<br>%1</translation> | 4880 | <translation>VGA anda mungkin tidak mendukung OpenGL 4.6, atau anda tidak memiliki pemacu piranti (driver) grafis terbaharu.<br><br>Pemuat GL:<br>%1</translation> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4889 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4884 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4890 | <translation>VGA anda mungkin tidak mendukung satu atau lebih ekstensi OpenGL. Mohon pastikan bahwa anda memiliki pemacu piranti (driver) grafis terbaharu.<br><br>Pemuat GL:<br>%1<br><br>Ekstensi yang tidak didukung:<br>%2</translation> | 4885 | <translation>VGA anda mungkin tidak mendukung satu atau lebih ekstensi OpenGL. Mohon pastikan bahwa anda memiliki pemacu piranti (driver) grafis terbaharu.<br><br>Pemuat GL:<br>%1<br><br>Ekstensi yang tidak didukung:<br>%2</translation> |
| 4891 | </message> | 4886 | </message> |
diff --git a/dist/languages/it.ts b/dist/languages/it.ts index 62b3959cd..9845c468a 100644 --- a/dist/languages/it.ts +++ b/dist/languages/it.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Riguardo yuzu</translation> | 7 | <translation>Riguardo yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Sito</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Codice Sorgente</span></a> I <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributori</span></a> I <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licenza</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Sito</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Codice Sorgente</span></a> I <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributori</span></a> I <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licenza</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; è un marchio registrato di Nintendo. yuzu non è affiliato a Nintendo in alcun modo.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; è un marchio registrato di Nintendo. yuzu non è affiliato a Nintendo in alcun modo.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4033,759 +4028,759 @@ Per un'emulazione alla massima velocità , il valore dev'essere al mass | |||
| 4033 | <translation>E' stato riscontrato un errore sconosciuto. Visualizza il log per maggiori dettagli.</translation> | 4028 | <translation>E' stato riscontrato un errore sconosciuto. Visualizza il log per maggiori dettagli.</translation> |
| 4034 | </message> | 4029 | </message> |
| 4035 | <message> | 4030 | <message> |
| 4036 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4031 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4037 | <source>(64-bit)</source> | 4032 | <source>(64-bit)</source> |
| 4038 | <translation>(64-bit)</translation> | 4033 | <translation>(64-bit)</translation> |
| 4039 | </message> | 4034 | </message> |
| 4040 | <message> | 4035 | <message> |
| 4041 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4036 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4042 | <source>(32-bit)</source> | 4037 | <source>(32-bit)</source> |
| 4043 | <translation>(32-bit)</translation> | 4038 | <translation>(32-bit)</translation> |
| 4044 | </message> | 4039 | </message> |
| 4045 | <message> | 4040 | <message> |
| 4046 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4041 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4047 | <source>%1 %2</source> | 4042 | <source>%1 %2</source> |
| 4048 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4043 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4049 | <translation type="unfinished"/> | 4044 | <translation type="unfinished"/> |
| 4050 | </message> | 4045 | </message> |
| 4051 | <message> | 4046 | <message> |
| 4052 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4047 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4053 | <source>Save Data</source> | 4048 | <source>Save Data</source> |
| 4054 | <translation>Dati di Salvataggio</translation> | 4049 | <translation>Dati di Salvataggio</translation> |
| 4055 | </message> | 4050 | </message> |
| 4056 | <message> | 4051 | <message> |
| 4057 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4052 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4058 | <source>Mod Data</source> | 4053 | <source>Mod Data</source> |
| 4059 | <translation>Dati delle Mod</translation> | 4054 | <translation>Dati delle Mod</translation> |
| 4060 | </message> | 4055 | </message> |
| 4061 | <message> | 4056 | <message> |
| 4062 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4057 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4063 | <source>Error Opening %1 Folder</source> | 4058 | <source>Error Opening %1 Folder</source> |
| 4064 | <translation>Errore nell'Apertura della Cartella %1</translation> | 4059 | <translation>Errore nell'Apertura della Cartella %1</translation> |
| 4065 | </message> | 4060 | </message> |
| 4066 | <message> | 4061 | <message> |
| 4067 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4062 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4068 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4063 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4069 | <source>Folder does not exist!</source> | 4064 | <source>Folder does not exist!</source> |
| 4070 | <translation>La cartella non esiste!</translation> | 4065 | <translation>La cartella non esiste!</translation> |
| 4071 | </message> | 4066 | </message> |
| 4072 | <message> | 4067 | <message> |
| 4073 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4074 | <source>Error Opening Transferable Shader Cache</source> | 4069 | <source>Error Opening Transferable Shader Cache</source> |
| 4075 | <translation>Errore nell'Apertura della Cache Shader Trasferibile</translation> | 4070 | <translation>Errore nell'Apertura della Cache Shader Trasferibile</translation> |
| 4076 | </message> | 4071 | </message> |
| 4077 | <message> | 4072 | <message> |
| 4078 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4073 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4079 | <source>Failed to create the shader cache directory for this title.</source> | 4074 | <source>Failed to create the shader cache directory for this title.</source> |
| 4080 | <translation type="unfinished"/> | 4075 | <translation type="unfinished"/> |
| 4081 | </message> | 4076 | </message> |
| 4082 | <message> | 4077 | <message> |
| 4083 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4078 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4084 | <source>Contents</source> | 4079 | <source>Contents</source> |
| 4085 | <translation>Contenuti</translation> | 4080 | <translation>Contenuti</translation> |
| 4086 | </message> | 4081 | </message> |
| 4087 | <message> | 4082 | <message> |
| 4088 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4083 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4089 | <source>Update</source> | 4084 | <source>Update</source> |
| 4090 | <translation>Aggiorna</translation> | 4085 | <translation>Aggiorna</translation> |
| 4091 | </message> | 4086 | </message> |
| 4092 | <message> | 4087 | <message> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4094 | <source>DLC</source> | 4089 | <source>DLC</source> |
| 4095 | <translation>DLC</translation> | 4090 | <translation>DLC</translation> |
| 4096 | </message> | 4091 | </message> |
| 4097 | <message> | 4092 | <message> |
| 4098 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4093 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4099 | <source>Remove Entry</source> | 4094 | <source>Remove Entry</source> |
| 4100 | <translation>Rimuovi voce</translation> | 4095 | <translation>Rimuovi voce</translation> |
| 4101 | </message> | 4096 | </message> |
| 4102 | <message> | 4097 | <message> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4104 | <source>Remove Installed Game %1?</source> | 4099 | <source>Remove Installed Game %1?</source> |
| 4105 | <translation>Rimuovere i giochi installati %1?</translation> | 4100 | <translation>Rimuovere i giochi installati %1?</translation> |
| 4106 | </message> | 4101 | </message> |
| 4107 | <message> | 4102 | <message> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4109 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4104 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4110 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4105 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4114 | <source>Successfully Removed</source> | 4109 | <source>Successfully Removed</source> |
| 4115 | <translation>Rimosso con successo</translation> | 4110 | <translation>Rimosso con successo</translation> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4119 | <source>Successfully removed the installed base game.</source> | 4114 | <source>Successfully removed the installed base game.</source> |
| 4120 | <translation>Rimosso con successo il gioco base installato</translation> | 4115 | <translation>Rimosso con successo il gioco base installato</translation> |
| 4121 | </message> | 4116 | </message> |
| 4122 | <message> | 4117 | <message> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4124 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4119 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4126 | <source>Error Removing %1</source> | 4121 | <source>Error Removing %1</source> |
| 4127 | <translation>Errore durante la rimozione %1</translation> | 4122 | <translation>Errore durante la rimozione %1</translation> |
| 4128 | </message> | 4123 | </message> |
| 4129 | <message> | 4124 | <message> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4131 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4126 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4132 | <translation>Il gioco base non è installato su NAND e non può essere rimosso.</translation> | 4127 | <translation>Il gioco base non è installato su NAND e non può essere rimosso.</translation> |
| 4133 | </message> | 4128 | </message> |
| 4134 | <message> | 4129 | <message> |
| 4135 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4130 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4136 | <source>Successfully removed the installed update.</source> | 4131 | <source>Successfully removed the installed update.</source> |
| 4137 | <translation>Aggiornamento rimosso on successo.</translation> | 4132 | <translation>Aggiornamento rimosso on successo.</translation> |
| 4138 | </message> | 4133 | </message> |
| 4139 | <message> | 4134 | <message> |
| 4140 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4135 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4141 | <source>There is no update installed for this title.</source> | 4136 | <source>There is no update installed for this title.</source> |
| 4142 | <translation>Non c'è alcun aggiornamento installato per questo gioco.</translation> | 4137 | <translation>Non c'è alcun aggiornamento installato per questo gioco.</translation> |
| 4143 | </message> | 4138 | </message> |
| 4144 | <message> | 4139 | <message> |
| 4145 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4140 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4146 | <source>There are no DLC installed for this title.</source> | 4141 | <source>There are no DLC installed for this title.</source> |
| 4147 | <translation>Non c'è alcun DLC installato per questo gioco.</translation> | 4142 | <translation>Non c'è alcun DLC installato per questo gioco.</translation> |
| 4148 | </message> | 4143 | </message> |
| 4149 | <message> | 4144 | <message> |
| 4150 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4145 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4151 | <source>Successfully removed %1 installed DLC.</source> | 4146 | <source>Successfully removed %1 installed DLC.</source> |
| 4152 | <translation>Rimossi con successo %1 DLC installati.</translation> | 4147 | <translation>Rimossi con successo %1 DLC installati.</translation> |
| 4153 | </message> | 4148 | </message> |
| 4154 | <message> | 4149 | <message> |
| 4155 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4150 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4156 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4151 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4157 | <translation type="unfinished"/> | 4152 | <translation type="unfinished"/> |
| 4158 | </message> | 4153 | </message> |
| 4159 | <message> | 4154 | <message> |
| 4160 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4155 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4161 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4156 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4162 | <translation type="unfinished"/> | 4157 | <translation type="unfinished"/> |
| 4163 | </message> | 4158 | </message> |
| 4164 | <message> | 4159 | <message> |
| 4165 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4160 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4166 | <source>Delete All Transferable Shader Caches?</source> | 4161 | <source>Delete All Transferable Shader Caches?</source> |
| 4167 | <translation type="unfinished"/> | 4162 | <translation type="unfinished"/> |
| 4168 | </message> | 4163 | </message> |
| 4169 | <message> | 4164 | <message> |
| 4170 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4165 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4171 | <source>Remove Custom Game Configuration?</source> | 4166 | <source>Remove Custom Game Configuration?</source> |
| 4172 | <translation>Rimuovere la configurazione personalizzata del gioco?</translation> | 4167 | <translation>Rimuovere la configurazione personalizzata del gioco?</translation> |
| 4173 | </message> | 4168 | </message> |
| 4174 | <message> | 4169 | <message> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4176 | <source>Remove File</source> | 4171 | <source>Remove File</source> |
| 4177 | <translation>Rimuovi file?</translation> | 4172 | <translation>Rimuovi file?</translation> |
| 4178 | </message> | 4173 | </message> |
| 4179 | <message> | 4174 | <message> |
| 4180 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4182 | <source>Error Removing Transferable Shader Cache</source> | 4177 | <source>Error Removing Transferable Shader Cache</source> |
| 4183 | <translation>Errore rimuovendo la shader cache trasferibile.</translation> | 4178 | <translation>Errore rimuovendo la shader cache trasferibile.</translation> |
| 4184 | </message> | 4179 | </message> |
| 4185 | <message> | 4180 | <message> |
| 4186 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4181 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4187 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4182 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4188 | <source>A shader cache for this title does not exist.</source> | 4183 | <source>A shader cache for this title does not exist.</source> |
| 4189 | <translation>Una cache di shader per questo titolo non esiste.</translation> | 4184 | <translation>Una cache di shader per questo titolo non esiste.</translation> |
| 4190 | </message> | 4185 | </message> |
| 4191 | <message> | 4186 | <message> |
| 4192 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4187 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4193 | <source>Successfully removed the transferable shader cache.</source> | 4188 | <source>Successfully removed the transferable shader cache.</source> |
| 4194 | <translation>Rimossa con successo la shader cache trasferibile.</translation> | 4189 | <translation>Rimossa con successo la shader cache trasferibile.</translation> |
| 4195 | </message> | 4190 | </message> |
| 4196 | <message> | 4191 | <message> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4198 | <source>Failed to remove the transferable shader cache.</source> | 4193 | <source>Failed to remove the transferable shader cache.</source> |
| 4199 | <translation>Impossibile rimuovere la cache dello shader trasferibile.</translation> | 4194 | <translation>Impossibile rimuovere la cache dello shader trasferibile.</translation> |
| 4200 | </message> | 4195 | </message> |
| 4201 | <message> | 4196 | <message> |
| 4202 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4197 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4203 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4198 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4204 | <source>Error Removing Transferable Shader Caches</source> | 4199 | <source>Error Removing Transferable Shader Caches</source> |
| 4205 | <translation type="unfinished"/> | 4200 | <translation type="unfinished"/> |
| 4206 | </message> | 4201 | </message> |
| 4207 | <message> | 4202 | <message> |
| 4208 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4203 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4209 | <source>Successfully removed the transferable shader caches.</source> | 4204 | <source>Successfully removed the transferable shader caches.</source> |
| 4210 | <translation type="unfinished"/> | 4205 | <translation type="unfinished"/> |
| 4211 | </message> | 4206 | </message> |
| 4212 | <message> | 4207 | <message> |
| 4213 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4208 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4214 | <source>Failed to remove the transferable shader cache directory.</source> | 4209 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4215 | <translation type="unfinished"/> | 4210 | <translation type="unfinished"/> |
| 4216 | </message> | 4211 | </message> |
| 4217 | <message> | 4212 | <message> |
| 4218 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4213 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4214 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4220 | <source>Error Removing Custom Configuration</source> | 4215 | <source>Error Removing Custom Configuration</source> |
| 4221 | <translation>Errore rimuovendo la configurazione personalizzata</translation> | 4216 | <translation>Errore rimuovendo la configurazione personalizzata</translation> |
| 4222 | </message> | 4217 | </message> |
| 4223 | <message> | 4218 | <message> |
| 4224 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4219 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4225 | <source>A custom configuration for this title does not exist.</source> | 4220 | <source>A custom configuration for this title does not exist.</source> |
| 4226 | <translation>Una configurazione personalizzata per questo gioco non esiste.</translation> | 4221 | <translation>Una configurazione personalizzata per questo gioco non esiste.</translation> |
| 4227 | </message> | 4222 | </message> |
| 4228 | <message> | 4223 | <message> |
| 4229 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4224 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4230 | <source>Successfully removed the custom game configuration.</source> | 4225 | <source>Successfully removed the custom game configuration.</source> |
| 4231 | <translation>Rimossa con successo la configurazione personalizzata del gioco.</translation> | 4226 | <translation>Rimossa con successo la configurazione personalizzata del gioco.</translation> |
| 4232 | </message> | 4227 | </message> |
| 4233 | <message> | 4228 | <message> |
| 4234 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4229 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4235 | <source>Failed to remove the custom game configuration.</source> | 4230 | <source>Failed to remove the custom game configuration.</source> |
| 4236 | <translation>Impossibile rimuovere la configurazione personalizzata del gioco</translation> | 4231 | <translation>Impossibile rimuovere la configurazione personalizzata del gioco</translation> |
| 4237 | </message> | 4232 | </message> |
| 4238 | <message> | 4233 | <message> |
| 4239 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4234 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4235 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4241 | <source>RomFS Extraction Failed!</source> | 4236 | <source>RomFS Extraction Failed!</source> |
| 4242 | <translation>Estrazione RomFS Fallita!</translation> | 4237 | <translation>Estrazione RomFS Fallita!</translation> |
| 4243 | </message> | 4238 | </message> |
| 4244 | <message> | 4239 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4240 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4246 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4241 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4247 | <translation>C'è stato un errore nella copia dei file del RomFS o l'operazione è stata annullata dall'utente.</translation> | 4242 | <translation>C'è stato un errore nella copia dei file del RomFS o l'operazione è stata annullata dall'utente.</translation> |
| 4248 | </message> | 4243 | </message> |
| 4249 | <message> | 4244 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4245 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4251 | <source>Full</source> | 4246 | <source>Full</source> |
| 4252 | <translation>Completa</translation> | 4247 | <translation>Completa</translation> |
| 4253 | </message> | 4248 | </message> |
| 4254 | <message> | 4249 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4250 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4256 | <source>Skeleton</source> | 4251 | <source>Skeleton</source> |
| 4257 | <translation>Scheletro.</translation> | 4252 | <translation>Scheletro.</translation> |
| 4258 | </message> | 4253 | </message> |
| 4259 | <message> | 4254 | <message> |
| 4260 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4255 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4261 | <source>Select RomFS Dump Mode</source> | 4256 | <source>Select RomFS Dump Mode</source> |
| 4262 | <translation>Seleziona Modalità Estrazione RomFS</translation> | 4257 | <translation>Seleziona Modalità Estrazione RomFS</translation> |
| 4263 | </message> | 4258 | </message> |
| 4264 | <message> | 4259 | <message> |
| 4265 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4260 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4266 | <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> | 4261 | <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> |
| 4267 | <translation>Seleziona come vorresti estrarre il RomFS. <br>Completo copierà tutti i file in una nuova cartella mentre<br>scheletro creerà solamente le cartelle e le sottocartelle.</translation> | 4262 | <translation>Seleziona come vorresti estrarre il RomFS. <br>Completo copierà tutti i file in una nuova cartella mentre<br>scheletro creerà solamente le cartelle e le sottocartelle.</translation> |
| 4268 | </message> | 4263 | </message> |
| 4269 | <message> | 4264 | <message> |
| 4270 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4265 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4271 | <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> | 4266 | <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> |
| 4272 | <translation type="unfinished"/> | 4267 | <translation type="unfinished"/> |
| 4273 | </message> | 4268 | </message> |
| 4274 | <message> | 4269 | <message> |
| 4275 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4270 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4276 | <source>Extracting RomFS...</source> | 4271 | <source>Extracting RomFS...</source> |
| 4277 | <translation>Estrazione RomFS in corso...</translation> | 4272 | <translation>Estrazione RomFS in corso...</translation> |
| 4278 | </message> | 4273 | </message> |
| 4279 | <message> | 4274 | <message> |
| 4280 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4275 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4281 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4276 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4282 | <source>Cancel</source> | 4277 | <source>Cancel</source> |
| 4283 | <translation>Annulla</translation> | 4278 | <translation>Annulla</translation> |
| 4284 | </message> | 4279 | </message> |
| 4285 | <message> | 4280 | <message> |
| 4286 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4281 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4287 | <source>RomFS Extraction Succeeded!</source> | 4282 | <source>RomFS Extraction Succeeded!</source> |
| 4288 | <translation>Estrazione RomFS Riuscita!</translation> | 4283 | <translation>Estrazione RomFS Riuscita!</translation> |
| 4289 | </message> | 4284 | </message> |
| 4290 | <message> | 4285 | <message> |
| 4291 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4286 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4292 | <source>The operation completed successfully.</source> | 4287 | <source>The operation completed successfully.</source> |
| 4293 | <translation>L'operazione è stata completata con successo.</translation> | 4288 | <translation>L'operazione è stata completata con successo.</translation> |
| 4294 | </message> | 4289 | </message> |
| 4295 | <message> | 4290 | <message> |
| 4296 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4291 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4297 | <source>Error Opening %1</source> | 4292 | <source>Error Opening %1</source> |
| 4298 | <translation>Errore nell'Apertura di %1</translation> | 4293 | <translation>Errore nell'Apertura di %1</translation> |
| 4299 | </message> | 4294 | </message> |
| 4300 | <message> | 4295 | <message> |
| 4301 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4296 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4302 | <source>Select Directory</source> | 4297 | <source>Select Directory</source> |
| 4303 | <translation>Seleziona Cartella</translation> | 4298 | <translation>Seleziona Cartella</translation> |
| 4304 | </message> | 4299 | </message> |
| 4305 | <message> | 4300 | <message> |
| 4306 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4301 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4307 | <source>Properties</source> | 4302 | <source>Properties</source> |
| 4308 | <translation>Proprietà </translation> | 4303 | <translation>Proprietà </translation> |
| 4309 | </message> | 4304 | </message> |
| 4310 | <message> | 4305 | <message> |
| 4311 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4306 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4312 | <source>The game properties could not be loaded.</source> | 4307 | <source>The game properties could not be loaded.</source> |
| 4313 | <translation>Le proprietà del gioco non sono potute essere caricate.</translation> | 4308 | <translation>Le proprietà del gioco non sono potute essere caricate.</translation> |
| 4314 | </message> | 4309 | </message> |
| 4315 | <message> | 4310 | <message> |
| 4316 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4311 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4317 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4312 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4318 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4313 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4319 | <translation>Eseguibile Switch (%1);;Tutti i File (*.*)</translation> | 4314 | <translation>Eseguibile Switch (%1);;Tutti i File (*.*)</translation> |
| 4320 | </message> | 4315 | </message> |
| 4321 | <message> | 4316 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4317 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4323 | <source>Load File</source> | 4318 | <source>Load File</source> |
| 4324 | <translation>Carica File</translation> | 4319 | <translation>Carica File</translation> |
| 4325 | </message> | 4320 | </message> |
| 4326 | <message> | 4321 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4322 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4328 | <source>Open Extracted ROM Directory</source> | 4323 | <source>Open Extracted ROM Directory</source> |
| 4329 | <translation>Apri Cartella ROM Estratta</translation> | 4324 | <translation>Apri Cartella ROM Estratta</translation> |
| 4330 | </message> | 4325 | </message> |
| 4331 | <message> | 4326 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4327 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4333 | <source>Invalid Directory Selected</source> | 4328 | <source>Invalid Directory Selected</source> |
| 4334 | <translation>Cartella Selezionata Non Valida</translation> | 4329 | <translation>Cartella Selezionata Non Valida</translation> |
| 4335 | </message> | 4330 | </message> |
| 4336 | <message> | 4331 | <message> |
| 4337 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4332 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4338 | <source>The directory you have selected does not contain a 'main' file.</source> | 4333 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4339 | <translation>La cartella che hai selezionato non contiene un file "main".</translation> | 4334 | <translation>La cartella che hai selezionato non contiene un file "main".</translation> |
| 4340 | </message> | 4335 | </message> |
| 4341 | <message> | 4336 | <message> |
| 4342 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4337 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4343 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4338 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4344 | <translation>File installabili Switch (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4339 | <translation>File installabili Switch (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4345 | </message> | 4340 | </message> |
| 4346 | <message> | 4341 | <message> |
| 4347 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4342 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4348 | <source>Install Files</source> | 4343 | <source>Install Files</source> |
| 4349 | <translation>Installa files</translation> | 4344 | <translation>Installa files</translation> |
| 4350 | </message> | 4345 | </message> |
| 4351 | <message numerus="yes"> | 4346 | <message numerus="yes"> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4353 | <source>%n file(s) remaining</source> | 4348 | <source>%n file(s) remaining</source> |
| 4354 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4349 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4355 | </message> | 4350 | </message> |
| 4356 | <message> | 4351 | <message> |
| 4357 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4352 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4358 | <source>Installing file "%1"...</source> | 4353 | <source>Installing file "%1"...</source> |
| 4359 | <translation>Installazione del file "%1"...</translation> | 4354 | <translation>Installazione del file "%1"...</translation> |
| 4360 | </message> | 4355 | </message> |
| 4361 | <message> | 4356 | <message> |
| 4362 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4357 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4363 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4358 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4364 | <source>Install Results</source> | 4359 | <source>Install Results</source> |
| 4365 | <translation>Installa risultati</translation> | 4360 | <translation>Installa risultati</translation> |
| 4366 | </message> | 4361 | </message> |
| 4367 | <message> | 4362 | <message> |
| 4368 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4363 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4369 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4364 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4370 | Please, only use this feature to install updates and DLC.</source> | 4365 | Please, only use this feature to install updates and DLC.</source> |
| 4371 | <translation>Per evitare possibli conflitti, scoraggiamo gli utenti dall'installare giochi base su NAND. | 4366 | <translation>Per evitare possibli conflitti, scoraggiamo gli utenti dall'installare giochi base su NAND. |
| 4372 | Per favore, usare questa funzione solo per installare aggiornamenti e DLC.</translation> | 4367 | Per favore, usare questa funzione solo per installare aggiornamenti e DLC.</translation> |
| 4373 | </message> | 4368 | </message> |
| 4374 | <message numerus="yes"> | 4369 | <message numerus="yes"> |
| 4375 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4376 | <source>%n file(s) were newly installed | 4371 | <source>%n file(s) were newly installed |
| 4377 | </source> | 4372 | </source> |
| 4378 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4373 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4379 | </message> | 4374 | </message> |
| 4380 | <message numerus="yes"> | 4375 | <message numerus="yes"> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4382 | <source>%n file(s) were overwritten | 4377 | <source>%n file(s) were overwritten |
| 4383 | </source> | 4378 | </source> |
| 4384 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4379 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4385 | </message> | 4380 | </message> |
| 4386 | <message numerus="yes"> | 4381 | <message numerus="yes"> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4382 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4388 | <source>%n file(s) failed to install | 4383 | <source>%n file(s) failed to install |
| 4389 | </source> | 4384 | </source> |
| 4390 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4385 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4394 | <source>System Application</source> | 4389 | <source>System Application</source> |
| 4395 | <translation>Applicazione di Sistema</translation> | 4390 | <translation>Applicazione di Sistema</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4399 | <source>System Archive</source> | 4394 | <source>System Archive</source> |
| 4400 | <translation>Archivio di Sistema</translation> | 4395 | <translation>Archivio di Sistema</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4404 | <source>System Application Update</source> | 4399 | <source>System Application Update</source> |
| 4405 | <translation>Aggiornamento Applicazione di Sistema</translation> | 4400 | <translation>Aggiornamento Applicazione di Sistema</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4409 | <source>Firmware Package (Type A)</source> | 4404 | <source>Firmware Package (Type A)</source> |
| 4410 | <translation>Pacchetto Firmware (Tipo A)</translation> | 4405 | <translation>Pacchetto Firmware (Tipo A)</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4414 | <source>Firmware Package (Type B)</source> | 4409 | <source>Firmware Package (Type B)</source> |
| 4415 | <translation>Pacchetto Firmware (Tipo B)</translation> | 4410 | <translation>Pacchetto Firmware (Tipo B)</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4419 | <source>Game</source> | 4414 | <source>Game</source> |
| 4420 | <translation>Gioco</translation> | 4415 | <translation>Gioco</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4424 | <source>Game Update</source> | 4419 | <source>Game Update</source> |
| 4425 | <translation>Aggiornamento di Gioco</translation> | 4420 | <translation>Aggiornamento di Gioco</translation> |
| 4426 | </message> | 4421 | </message> |
| 4427 | <message> | 4422 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4423 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4429 | <source>Game DLC</source> | 4424 | <source>Game DLC</source> |
| 4430 | <translation>DLC Gioco</translation> | 4425 | <translation>DLC Gioco</translation> |
| 4431 | </message> | 4426 | </message> |
| 4432 | <message> | 4427 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4428 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4434 | <source>Delta Title</source> | 4429 | <source>Delta Title</source> |
| 4435 | <translation>Titolo Delta</translation> | 4430 | <translation>Titolo Delta</translation> |
| 4436 | </message> | 4431 | </message> |
| 4437 | <message> | 4432 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4433 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4439 | <source>Select NCA Install Type...</source> | 4434 | <source>Select NCA Install Type...</source> |
| 4440 | <translation>Seleziona il Tipo di Installazione NCA</translation> | 4435 | <translation>Seleziona il Tipo di Installazione NCA</translation> |
| 4441 | </message> | 4436 | </message> |
| 4442 | <message> | 4437 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4438 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4444 | <source>Please select the type of title you would like to install this NCA as: | 4439 | <source>Please select the type of title you would like to install this NCA as: |
| 4445 | (In most instances, the default 'Game' is fine.)</source> | 4440 | (In most instances, the default 'Game' is fine.)</source> |
| 4446 | <translation>Seleziona il tipo del file NCA da installare: | 4441 | <translation>Seleziona il tipo del file NCA da installare: |
| 4447 | (Nella maggior parte dei casi, il predefinito 'Gioco' va bene.)</translation> | 4442 | (Nella maggior parte dei casi, il predefinito 'Gioco' va bene.)</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4451 | <source>Failed to Install</source> | 4446 | <source>Failed to Install</source> |
| 4452 | <translation>Installazione Fallita</translation> | 4447 | <translation>Installazione Fallita</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4456 | <source>The title type you selected for the NCA is invalid.</source> | 4451 | <source>The title type you selected for the NCA is invalid.</source> |
| 4457 | <translation>Il tipo che hai selezionato per l'NCA non è valido.</translation> | 4452 | <translation>Il tipo che hai selezionato per l'NCA non è valido.</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4461 | <source>File not found</source> | 4456 | <source>File not found</source> |
| 4462 | <translation>File non trovato</translation> | 4457 | <translation>File non trovato</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4466 | <source>File "%1" not found</source> | 4461 | <source>File "%1" not found</source> |
| 4467 | <translation>File "%1" non trovato</translation> | 4462 | <translation>File "%1" non trovato</translation> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4471 | <source>OK</source> | 4466 | <source>OK</source> |
| 4472 | <translation>OK</translation> | 4467 | <translation>OK</translation> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4476 | <source>Missing yuzu Account</source> | 4471 | <source>Missing yuzu Account</source> |
| 4477 | <translation>Account di yuzu non trovato</translation> | 4472 | <translation>Account di yuzu non trovato</translation> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4481 | <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> | 4476 | <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> |
| 4482 | <translation>Per segnalare la compatibilità di un gioco, devi collegare il tuo account yuzu. <br><br/>Per collegare il tuo account yuzu, vai su Emulazione &gt; | 4477 | <translation>Per segnalare la compatibilità di un gioco, devi collegare il tuo account yuzu. <br><br/>Per collegare il tuo account yuzu, vai su Emulazione &gt; |
| 4483 | Configurazione &gt; Web.</translation> | 4478 | Configurazione &gt; Web.</translation> |
| 4484 | </message> | 4479 | </message> |
| 4485 | <message> | 4480 | <message> |
| 4486 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4487 | <source>Error opening URL</source> | 4482 | <source>Error opening URL</source> |
| 4488 | <translation>Errore aprendo l'URL</translation> | 4483 | <translation>Errore aprendo l'URL</translation> |
| 4489 | </message> | 4484 | </message> |
| 4490 | <message> | 4485 | <message> |
| 4491 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4492 | <source>Unable to open the URL "%1".</source> | 4487 | <source>Unable to open the URL "%1".</source> |
| 4493 | <translation>Impossibile aprire l'URL "% 1".</translation> | 4488 | <translation>Impossibile aprire l'URL "% 1".</translation> |
| 4494 | </message> | 4489 | </message> |
| 4495 | <message> | 4490 | <message> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4497 | <source>TAS Recording</source> | 4492 | <source>TAS Recording</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4502 | <source>Overwrite file of player 1?</source> | 4497 | <source>Overwrite file of player 1?</source> |
| 4503 | <translation>Vuoi sovrascrivere lo script del giocatore 1?</translation> | 4498 | <translation>Vuoi sovrascrivere lo script del giocatore 1?</translation> |
| 4504 | </message> | 4499 | </message> |
| 4505 | <message> | 4500 | <message> |
| 4506 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4507 | <source>Invalid config detected</source> | 4502 | <source>Invalid config detected</source> |
| 4508 | <translation>Trovata configurazione invalida</translation> | 4503 | <translation>Trovata configurazione invalida</translation> |
| 4509 | </message> | 4504 | </message> |
| 4510 | <message> | 4505 | <message> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4512 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4507 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4513 | <translation>Il controller Handheld non può essere utilizzato in modalità docked. Verrà selezionato il controller Pro.</translation> | 4508 | <translation>Il controller Handheld non può essere utilizzato in modalità docked. Verrà selezionato il controller Pro.</translation> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4518 | <source>Error</source> | 4513 | <source>Error</source> |
| 4519 | <translation type="unfinished"/> | 4514 | <translation type="unfinished"/> |
| 4520 | </message> | 4515 | </message> |
| 4521 | <message> | 4516 | <message> |
| 4522 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4524 | <source>The current game is not looking for amiibos</source> | 4519 | <source>The current game is not looking for amiibos</source> |
| 4525 | <translation type="unfinished"/> | 4520 | <translation type="unfinished"/> |
| 4526 | </message> | 4521 | </message> |
| 4527 | <message> | 4522 | <message> |
| 4528 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4530 | <source>Amiibo</source> | 4525 | <source>Amiibo</source> |
| 4531 | <translation type="unfinished"/> | 4526 | <translation type="unfinished"/> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4536 | <source>The current amiibo has been removed</source> | 4531 | <source>The current amiibo has been removed</source> |
| 4537 | <translation type="unfinished"/> | 4532 | <translation type="unfinished"/> |
| 4538 | </message> | 4533 | </message> |
| 4539 | <message> | 4534 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4535 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4541 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4536 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4542 | <translation>File Amiibo (%1);; Tutti I File (*.*)</translation> | 4537 | <translation>File Amiibo (%1);; Tutti I File (*.*)</translation> |
| 4543 | </message> | 4538 | </message> |
| 4544 | <message> | 4539 | <message> |
| 4545 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4540 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4546 | <source>Load Amiibo</source> | 4541 | <source>Load Amiibo</source> |
| 4547 | <translation>Carica Amiibo</translation> | 4542 | <translation>Carica Amiibo</translation> |
| 4548 | </message> | 4543 | </message> |
| 4549 | <message> | 4544 | <message> |
| 4550 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4551 | <source>Error opening Amiibo data file</source> | 4546 | <source>Error opening Amiibo data file</source> |
| 4552 | <translation>Errore nell'apertura del file dati Amiibo</translation> | 4547 | <translation>Errore nell'apertura del file dati Amiibo</translation> |
| 4553 | </message> | 4548 | </message> |
| 4554 | <message> | 4549 | <message> |
| 4555 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4556 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4551 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4557 | <translation>Impossibile aprire e leggere il file Amiibo "%1".</translation> | 4552 | <translation>Impossibile aprire e leggere il file Amiibo "%1".</translation> |
| 4558 | </message> | 4553 | </message> |
| 4559 | <message> | 4554 | <message> |
| 4560 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4555 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4561 | <source>Error reading Amiibo data file</source> | 4556 | <source>Error reading Amiibo data file</source> |
| 4562 | <translation>Errore nella lettura dei dati del file Amiibo</translation> | 4557 | <translation>Errore nella lettura dei dati del file Amiibo</translation> |
| 4563 | </message> | 4558 | </message> |
| 4564 | <message> | 4559 | <message> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4566 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4561 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4567 | <translation>Impossibile leggere tutti i dati dell'Amiibo. E' stato possibile leggere solamente %2 byte di %1.</translation> | 4562 | <translation>Impossibile leggere tutti i dati dell'Amiibo. E' stato possibile leggere solamente %2 byte di %1.</translation> |
| 4568 | </message> | 4563 | </message> |
| 4569 | <message> | 4564 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4571 | <source>Error loading Amiibo data</source> | 4566 | <source>Error loading Amiibo data</source> |
| 4572 | <translation>Errore nel caricamento dei dati dell'Amiibo.</translation> | 4567 | <translation>Errore nel caricamento dei dati dell'Amiibo.</translation> |
| 4573 | </message> | 4568 | </message> |
| 4574 | <message> | 4569 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4576 | <source>Unable to load Amiibo data.</source> | 4571 | <source>Unable to load Amiibo data.</source> |
| 4577 | <translation>Impossibile caricare i dati dell'Amiibo.</translation> | 4572 | <translation>Impossibile caricare i dati dell'Amiibo.</translation> |
| 4578 | </message> | 4573 | </message> |
| 4579 | <message> | 4574 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4581 | <source>Capture Screenshot</source> | 4576 | <source>Capture Screenshot</source> |
| 4582 | <translation>Cattura Screenshot</translation> | 4577 | <translation>Cattura Screenshot</translation> |
| 4583 | </message> | 4578 | </message> |
| 4584 | <message> | 4579 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4586 | <source>PNG Image (*.png)</source> | 4581 | <source>PNG Image (*.png)</source> |
| 4587 | <translation>Immagine PNG (*.png)</translation> | 4582 | <translation>Immagine PNG (*.png)</translation> |
| 4588 | </message> | 4583 | </message> |
| 4589 | <message> | 4584 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4591 | <source>TAS state: Running %1/%2</source> | 4586 | <source>TAS state: Running %1/%2</source> |
| 4592 | <translation type="unfinished"/> | 4587 | <translation type="unfinished"/> |
| 4593 | </message> | 4588 | </message> |
| 4594 | <message> | 4589 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4596 | <source>TAS state: Recording %1</source> | 4591 | <source>TAS state: Recording %1</source> |
| 4597 | <translation type="unfinished"/> | 4592 | <translation type="unfinished"/> |
| 4598 | </message> | 4593 | </message> |
| 4599 | <message> | 4594 | <message> |
| 4600 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4601 | <source>TAS state: Idle %1/%2</source> | 4596 | <source>TAS state: Idle %1/%2</source> |
| 4602 | <translation type="unfinished"/> | 4597 | <translation type="unfinished"/> |
| 4603 | </message> | 4598 | </message> |
| 4604 | <message> | 4599 | <message> |
| 4605 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4606 | <source>TAS State: Invalid</source> | 4601 | <source>TAS State: Invalid</source> |
| 4607 | <translation type="unfinished"/> | 4602 | <translation type="unfinished"/> |
| 4608 | </message> | 4603 | </message> |
| 4609 | <message> | 4604 | <message> |
| 4610 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4611 | <source>&Stop Running</source> | 4606 | <source>&Stop Running</source> |
| 4612 | <translation type="unfinished"/> | 4607 | <translation type="unfinished"/> |
| 4613 | </message> | 4608 | </message> |
| 4614 | <message> | 4609 | <message> |
| 4615 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4616 | <source>&Start</source> | 4611 | <source>&Start</source> |
| 4617 | <translation>&Avvia</translation> | 4612 | <translation>&Avvia</translation> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4621 | <source>Stop R&ecording</source> | 4616 | <source>Stop R&ecording</source> |
| 4622 | <translation type="unfinished"/> | 4617 | <translation type="unfinished"/> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4626 | <source>R&ecord</source> | 4621 | <source>R&ecord</source> |
| 4627 | <translation type="unfinished"/> | 4622 | <translation type="unfinished"/> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message numerus="yes"> | 4624 | <message numerus="yes"> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4631 | <source>Building: %n shader(s)</source> | 4626 | <source>Building: %n shader(s)</source> |
| 4632 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4627 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4636 | <source>Scale: %1x</source> | 4631 | <source>Scale: %1x</source> |
| 4637 | <comment>%1 is the resolution scaling factor</comment> | 4632 | <comment>%1 is the resolution scaling factor</comment> |
| 4638 | <translation type="unfinished"/> | 4633 | <translation type="unfinished"/> |
| 4639 | </message> | 4634 | </message> |
| 4640 | <message> | 4635 | <message> |
| 4641 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4636 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4642 | <source>Speed: %1% / %2%</source> | 4637 | <source>Speed: %1% / %2%</source> |
| 4643 | <translation>Velocità : %1% / %2%</translation> | 4638 | <translation>Velocità : %1% / %2%</translation> |
| 4644 | </message> | 4639 | </message> |
| 4645 | <message> | 4640 | <message> |
| 4646 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4641 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4647 | <source>Speed: %1%</source> | 4642 | <source>Speed: %1%</source> |
| 4648 | <translation>Velocità : %1%</translation> | 4643 | <translation>Velocità : %1%</translation> |
| 4649 | </message> | 4644 | </message> |
| 4650 | <message> | 4645 | <message> |
| 4651 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4646 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4652 | <source>Game: %1 FPS (Unlocked)</source> | 4647 | <source>Game: %1 FPS (Unlocked)</source> |
| 4653 | <translation>Gioco: %1 FPS (Sbloccati)</translation> | 4648 | <translation>Gioco: %1 FPS (Sbloccati)</translation> |
| 4654 | </message> | 4649 | </message> |
| 4655 | <message> | 4650 | <message> |
| 4656 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4651 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4657 | <source>Game: %1 FPS</source> | 4652 | <source>Game: %1 FPS</source> |
| 4658 | <translation>Gioco: %1 FPS</translation> | 4653 | <translation>Gioco: %1 FPS</translation> |
| 4659 | </message> | 4654 | </message> |
| 4660 | <message> | 4655 | <message> |
| 4661 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4656 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4662 | <source>Frame: %1 ms</source> | 4657 | <source>Frame: %1 ms</source> |
| 4663 | <translation>Frame: %1 ms</translation> | 4658 | <translation>Frame: %1 ms</translation> |
| 4664 | </message> | 4659 | </message> |
| 4665 | <message> | 4660 | <message> |
| 4666 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4661 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4667 | <source>GPU NORMAL</source> | 4662 | <source>GPU NORMAL</source> |
| 4668 | <translation>GPU NORMALE</translation> | 4663 | <translation>GPU NORMALE</translation> |
| 4669 | </message> | 4664 | </message> |
| 4670 | <message> | 4665 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4672 | <source>GPU HIGH</source> | 4667 | <source>GPU HIGH</source> |
| 4673 | <translation type="unfinished"/> | 4668 | <translation type="unfinished"/> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4677 | <source>GPU EXTREME</source> | 4672 | <source>GPU EXTREME</source> |
| 4678 | <translation>GPU ESTREMA</translation> | 4673 | <translation>GPU ESTREMA</translation> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4682 | <source>GPU ERROR</source> | 4677 | <source>GPU ERROR</source> |
| 4683 | <translation>ERRORE GPU</translation> | 4678 | <translation>ERRORE GPU</translation> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4687 | <source>NEAREST</source> | 4682 | <source>NEAREST</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4692 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4687 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4693 | <source>BILINEAR</source> | 4688 | <source>BILINEAR</source> |
| 4694 | <translation type="unfinished"/> | 4689 | <translation type="unfinished"/> |
| 4695 | </message> | 4690 | </message> |
| 4696 | <message> | 4691 | <message> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4698 | <source>BICUBIC</source> | 4693 | <source>BICUBIC</source> |
| 4699 | <translation type="unfinished"/> | 4694 | <translation type="unfinished"/> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4703 | <source>GAUSSIAN</source> | 4698 | <source>GAUSSIAN</source> |
| 4704 | <translation type="unfinished"/> | 4699 | <translation type="unfinished"/> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4708 | <source>SCALEFORCE</source> | 4703 | <source>SCALEFORCE</source> |
| 4709 | <translation type="unfinished"/> | 4704 | <translation type="unfinished"/> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4713 | <source>FSR</source> | 4708 | <source>FSR</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4718 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4719 | <source>NO AA</source> | 4714 | <source>NO AA</source> |
| 4720 | <translation type="unfinished"/> | 4715 | <translation type="unfinished"/> |
| 4721 | </message> | 4716 | </message> |
| 4722 | <message> | 4717 | <message> |
| 4723 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4718 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4724 | <source>FXAA</source> | 4719 | <source>FXAA</source> |
| 4725 | <translation type="unfinished"/> | 4720 | <translation type="unfinished"/> |
| 4726 | </message> | 4721 | </message> |
| 4727 | <message> | 4722 | <message> |
| 4728 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4723 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4729 | <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> | 4724 | <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> |
| 4730 | <translation>Il gioco che stai provando a caricare richiede ulteriori file che devono essere estratti dalla tua Switch prima di poter giocare. <br/><br/>Per maggiori informazioni sull'estrazione di questi file, visualizza la seguente pagina della wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Estrazione di Archivi di Sistema e Font Condivisi da una Console Switch</a>.<br/><br/>Vuoi uscire e tornare alla lista dei giochi? Continuare l'emulazione potrebbe risultare in crash, salvataggi corrotti o altri bug.</translation> | 4725 | <translation>Il gioco che stai provando a caricare richiede ulteriori file che devono essere estratti dalla tua Switch prima di poter giocare. <br/><br/>Per maggiori informazioni sull'estrazione di questi file, visualizza la seguente pagina della wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Estrazione di Archivi di Sistema e Font Condivisi da una Console Switch</a>.<br/><br/>Vuoi uscire e tornare alla lista dei giochi? Continuare l'emulazione potrebbe risultare in crash, salvataggi corrotti o altri bug.</translation> |
| 4731 | </message> | 4726 | </message> |
| 4732 | <message> | 4727 | <message> |
| 4733 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4728 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4734 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4729 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4735 | <translation>yuzu non ha potuto individuare un archivio di sistema della Switch. %1</translation> | 4730 | <translation>yuzu non ha potuto individuare un archivio di sistema della Switch. %1</translation> |
| 4736 | </message> | 4731 | </message> |
| 4737 | <message> | 4732 | <message> |
| 4738 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4733 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4739 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4734 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4740 | <translation>yuzu non ha potuto individuare un archivio di sistema della Switch: %1. %2</translation> | 4735 | <translation>yuzu non ha potuto individuare un archivio di sistema della Switch: %1. %2</translation> |
| 4741 | </message> | 4736 | </message> |
| 4742 | <message> | 4737 | <message> |
| 4743 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4738 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4744 | <source>System Archive Not Found</source> | 4739 | <source>System Archive Not Found</source> |
| 4745 | <translation>Archivio di Sistema Non Trovato</translation> | 4740 | <translation>Archivio di Sistema Non Trovato</translation> |
| 4746 | </message> | 4741 | </message> |
| 4747 | <message> | 4742 | <message> |
| 4748 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4749 | <source>System Archive Missing</source> | 4744 | <source>System Archive Missing</source> |
| 4750 | <translation>Archivio di Sistema Mancante</translation> | 4745 | <translation>Archivio di Sistema Mancante</translation> |
| 4751 | </message> | 4746 | </message> |
| 4752 | <message> | 4747 | <message> |
| 4753 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4754 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4749 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4755 | <translation>yuzu non ha potuto individuare i font condivisi della Switch. %1</translation> | 4750 | <translation>yuzu non ha potuto individuare i font condivisi della Switch. %1</translation> |
| 4756 | </message> | 4751 | </message> |
| 4757 | <message> | 4752 | <message> |
| 4758 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4759 | <source>Shared Fonts Not Found</source> | 4754 | <source>Shared Fonts Not Found</source> |
| 4760 | <translation>Font Condivisi Non Trovati</translation> | 4755 | <translation>Font Condivisi Non Trovati</translation> |
| 4761 | </message> | 4756 | </message> |
| 4762 | <message> | 4757 | <message> |
| 4763 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4764 | <source>Shared Font Missing</source> | 4759 | <source>Shared Font Missing</source> |
| 4765 | <translation>Font Condivisi Mancanti</translation> | 4760 | <translation>Font Condivisi Mancanti</translation> |
| 4766 | </message> | 4761 | </message> |
| 4767 | <message> | 4762 | <message> |
| 4768 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4769 | <source>Fatal Error</source> | 4764 | <source>Fatal Error</source> |
| 4770 | <translation>Errore Fatale</translation> | 4765 | <translation>Errore Fatale</translation> |
| 4771 | </message> | 4766 | </message> |
| 4772 | <message> | 4767 | <message> |
| 4773 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4774 | <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> | 4769 | <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> |
| 4775 | <translation>yuzu ha riscontrato un errore fatale, visualizza il log per maggiori dettagli. Per maggiori informazioni su come accedere al log, visualizza la seguente pagina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Come Caricare Il File Log</a>.<br/><br/>Vuoi uscire e tornare alla lista dei giochi? Continuare l'emulazione potrebbe risultare in crash, salvataggi corrotti o altri bug.</translation> | 4770 | <translation>yuzu ha riscontrato un errore fatale, visualizza il log per maggiori dettagli. Per maggiori informazioni su come accedere al log, visualizza la seguente pagina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Come Caricare Il File Log</a>.<br/><br/>Vuoi uscire e tornare alla lista dei giochi? Continuare l'emulazione potrebbe risultare in crash, salvataggi corrotti o altri bug.</translation> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4779 | <source>Fatal Error encountered</source> | 4774 | <source>Fatal Error encountered</source> |
| 4780 | <translation>Errore Fatale riscontrato</translation> | 4775 | <translation>Errore Fatale riscontrato</translation> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4784 | <source>Confirm Key Rederivation</source> | 4779 | <source>Confirm Key Rederivation</source> |
| 4785 | <translation>Conferma Riderivazione Chiave</translation> | 4780 | <translation>Conferma Riderivazione Chiave</translation> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4789 | <source>You are about to force rederive all of your keys. | 4784 | <source>You are about to force rederive all of your keys. |
| 4790 | If you do not know what this means or what you are doing, | 4785 | If you do not know what this means or what you are doing, |
| 4791 | this is a potentially destructive action. | 4786 | this is a potentially destructive action. |
| @@ -4802,37 +4797,37 @@ e facoltativamente fai dei backup. | |||
| 4802 | Questo eliminerà i tuoi file di chiavi autogenerati e ri-avvierà il processo di derivazione delle chiavi.</translation> | 4797 | Questo eliminerà i tuoi file di chiavi autogenerati e ri-avvierà il processo di derivazione delle chiavi.</translation> |
| 4803 | </message> | 4798 | </message> |
| 4804 | <message> | 4799 | <message> |
| 4805 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4800 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4806 | <source>Missing fuses</source> | 4801 | <source>Missing fuses</source> |
| 4807 | <translation>Fusi mancanti</translation> | 4802 | <translation>Fusi mancanti</translation> |
| 4808 | </message> | 4803 | </message> |
| 4809 | <message> | 4804 | <message> |
| 4810 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4805 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4811 | <source> - Missing BOOT0</source> | 4806 | <source> - Missing BOOT0</source> |
| 4812 | <translation> - Manca BOOT0</translation> | 4807 | <translation> - Manca BOOT0</translation> |
| 4813 | </message> | 4808 | </message> |
| 4814 | <message> | 4809 | <message> |
| 4815 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4810 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4816 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4811 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4817 | <translation> - Manca BCPKG2-1-Normal-Main</translation> | 4812 | <translation> - Manca BCPKG2-1-Normal-Main</translation> |
| 4818 | </message> | 4813 | </message> |
| 4819 | <message> | 4814 | <message> |
| 4820 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4815 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4821 | <source> - Missing PRODINFO</source> | 4816 | <source> - Missing PRODINFO</source> |
| 4822 | <translation>- Manca PRODINFO</translation> | 4817 | <translation>- Manca PRODINFO</translation> |
| 4823 | </message> | 4818 | </message> |
| 4824 | <message> | 4819 | <message> |
| 4825 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4820 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4826 | <source>Derivation Components Missing</source> | 4821 | <source>Derivation Components Missing</source> |
| 4827 | <translation>Componenti di derivazione mancanti</translation> | 4822 | <translation>Componenti di derivazione mancanti</translation> |
| 4828 | </message> | 4823 | </message> |
| 4829 | <message> | 4824 | <message> |
| 4830 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4825 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4831 | <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> | 4826 | <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> |
| 4832 | <translation type="unfinished"/> | 4827 | <translation type="unfinished"/> |
| 4833 | </message> | 4828 | </message> |
| 4834 | <message> | 4829 | <message> |
| 4835 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4836 | <source>Deriving keys... | 4831 | <source>Deriving keys... |
| 4837 | This may take up to a minute depending | 4832 | This may take up to a minute depending |
| 4838 | on your system's performance.</source> | 4833 | on your system's performance.</source> |
| @@ -4841,39 +4836,39 @@ Questa operazione potrebbe durare fino a un minuto in | |||
| 4841 | base alle prestazioni del tuo sistema.</translation> | 4836 | base alle prestazioni del tuo sistema.</translation> |
| 4842 | </message> | 4837 | </message> |
| 4843 | <message> | 4838 | <message> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4839 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4845 | <source>Deriving Keys</source> | 4840 | <source>Deriving Keys</source> |
| 4846 | <translation>Derivazione Chiavi</translation> | 4841 | <translation>Derivazione Chiavi</translation> |
| 4847 | </message> | 4842 | </message> |
| 4848 | <message> | 4843 | <message> |
| 4849 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4844 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4850 | <source>Select RomFS Dump Target</source> | 4845 | <source>Select RomFS Dump Target</source> |
| 4851 | <translation>Seleziona Target dell'Estrazione del RomFS</translation> | 4846 | <translation>Seleziona Target dell'Estrazione del RomFS</translation> |
| 4852 | </message> | 4847 | </message> |
| 4853 | <message> | 4848 | <message> |
| 4854 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4849 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4855 | <source>Please select which RomFS you would like to dump.</source> | 4850 | <source>Please select which RomFS you would like to dump.</source> |
| 4856 | <translation>Seleziona quale RomFS vorresti estrarre.</translation> | 4851 | <translation>Seleziona quale RomFS vorresti estrarre.</translation> |
| 4857 | </message> | 4852 | </message> |
| 4858 | <message> | 4853 | <message> |
| 4859 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4854 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4860 | <source>Are you sure you want to close yuzu?</source> | 4855 | <source>Are you sure you want to close yuzu?</source> |
| 4861 | <translation>Sei sicuro di voler chiudere yuzu?</translation> | 4856 | <translation>Sei sicuro di voler chiudere yuzu?</translation> |
| 4862 | </message> | 4857 | </message> |
| 4863 | <message> | 4858 | <message> |
| 4864 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4859 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4865 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4860 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4866 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4861 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4867 | <source>yuzu</source> | 4862 | <source>yuzu</source> |
| 4868 | <translation>yuzu</translation> | 4863 | <translation>yuzu</translation> |
| 4869 | </message> | 4864 | </message> |
| 4870 | <message> | 4865 | <message> |
| 4871 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4866 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4872 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4867 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4873 | <translation>Sei sicuro di voler fermare l'emulazione? Tutti i progressi non salvati verranno perduti.</translation> | 4868 | <translation>Sei sicuro di voler fermare l'emulazione? Tutti i progressi non salvati verranno perduti.</translation> |
| 4874 | </message> | 4869 | </message> |
| 4875 | <message> | 4870 | <message> |
| 4876 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4871 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4877 | <source>The currently running application has requested yuzu to not exit. | 4872 | <source>The currently running application has requested yuzu to not exit. |
| 4878 | 4873 | ||
| 4879 | Would you like to bypass this and exit anyway?</source> | 4874 | Would you like to bypass this and exit anyway?</source> |
| @@ -4885,38 +4880,38 @@ Desideri uscire comunque?</translation> | |||
| 4885 | <context> | 4880 | <context> |
| 4886 | <name>GRenderWindow</name> | 4881 | <name>GRenderWindow</name> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4889 | <source>OpenGL not available!</source> | 4884 | <source>OpenGL not available!</source> |
| 4890 | <translation>OpenGL non disponibile!</translation> | 4885 | <translation>OpenGL non disponibile!</translation> |
| 4891 | </message> | 4886 | </message> |
| 4892 | <message> | 4887 | <message> |
| 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4894 | <source>yuzu has not been compiled with OpenGL support.</source> | 4889 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4895 | <translation>yuzu non è stato compilato con il supporto OpenGL.</translation> | 4890 | <translation>yuzu non è stato compilato con il supporto OpenGL.</translation> |
| 4896 | </message> | 4891 | </message> |
| 4897 | <message> | 4892 | <message> |
| 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4900 | <source>Error while initializing OpenGL!</source> | 4895 | <source>Error while initializing OpenGL!</source> |
| 4901 | <translation>Errore durante l'inizializzazione di OpenGL!</translation> | 4896 | <translation>Errore durante l'inizializzazione di OpenGL!</translation> |
| 4902 | </message> | 4897 | </message> |
| 4903 | <message> | 4898 | <message> |
| 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4905 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4900 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4906 | <translation>La tua GPU potrebbe non supportare OpenGL, o non hai installato l'ultima versione dei driver video.</translation> | 4901 | <translation>La tua GPU potrebbe non supportare OpenGL, o non hai installato l'ultima versione dei driver video.</translation> |
| 4907 | </message> | 4902 | </message> |
| 4908 | <message> | 4903 | <message> |
| 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4910 | <source>Error while initializing OpenGL 4.6!</source> | 4905 | <source>Error while initializing OpenGL 4.6!</source> |
| 4911 | <translation>Errore durante l'inizializzazione di OpenGL 4.6!</translation> | 4906 | <translation>Errore durante l'inizializzazione di OpenGL 4.6!</translation> |
| 4912 | </message> | 4907 | </message> |
| 4913 | <message> | 4908 | <message> |
| 4914 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4915 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4910 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4916 | <translation>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</translation> | 4911 | <translation>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</translation> |
| 4917 | </message> | 4912 | </message> |
| 4918 | <message> | 4913 | <message> |
| 4919 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4914 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4920 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4915 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4921 | <translation>La tua GPU potrebbe non supportare una o più estensioni OpenGL richieste. Assicurati di avere gli ultimi driver grafici.<br><br>Estensioni non supportate:<br></translation> | 4916 | <translation>La tua GPU potrebbe non supportare una o più estensioni OpenGL richieste. Assicurati di avere gli ultimi driver grafici.<br><br>Estensioni non supportate:<br></translation> |
| 4922 | </message> | 4917 | </message> |
| @@ -5168,7 +5163,7 @@ Iniziale.</translation> | |||
| 5168 | <message numerus="yes"> | 5163 | <message numerus="yes"> |
| 5169 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> | 5164 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> |
| 5170 | <source>%1 of %n result(s)</source> | 5165 | <source>%1 of %n result(s)</source> |
| 5171 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 5166 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 5172 | </message> | 5167 | </message> |
| 5173 | <message> | 5168 | <message> |
| 5174 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> | 5169 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> |
diff --git a/dist/languages/ja_JP.ts b/dist/languages/ja_JP.ts index f64333dd3..6d928fd5e 100644 --- a/dist/languages/ja_JP.ts +++ b/dist/languages/ja_JP.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>yuzuã«ã¤ã„ã¦</translation> | 7 | <translation>yuzuã«ã¤ã„ã¦</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -30,15 +25,21 @@ p, li { white-space: pre-wrap; } | |||
| 30 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">yuzu is an experimental open-source emulator for the Nintendo Switch licensed under GPLv3.0+.</span></p> | 25 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">yuzu is an experimental open-source emulator for the Nintendo Switch licensed under GPLv3.0+.</span></p> |
| 31 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> | 26 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> |
| 32 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">This software should not be used to play games you have not legally obtained.</span></p></body></html></source> | 27 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">This software should not be used to play games you have not legally obtained.</span></p></body></html></source> |
| 33 | <translation type="unfinished"/> | 28 | <translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 29 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | ||
| 30 | p, li { white-space: pre-wrap; } | ||
| 31 | </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> | ||
| 32 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">yuzuã¯GPLv3.0+ã®ä¸‹ã§æä¾›ã•れã¦ã„ã‚‹Nintendo Switchã®å®Ÿé¨“çš„ãªã‚ªãƒ¼ãƒ—ンソースエミュレータã§ã™ã€‚</span></p> | ||
| 33 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> | ||
| 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">ã“ã®ã‚½ãƒ•トウェアã¯é•法ã«å…¥æ‰‹ã—ãŸã‚²ãƒ¼ãƒ ã‚’éŠã¶ãŸã‚ã«ä½¿ç”¨ã•れるã¹ãã§ã¯ã‚りã¾ã›ã‚“。</span></p></body></html></translation> | ||
| 34 | </message> | 35 | </message> |
| 35 | <message> | 36 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">ウェブサイト</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">ソースコード</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">貢献者</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ライセンス</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">ウェブサイト</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">ソースコード</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">貢献者</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ライセンス</span></a></p></body></html></translation> |
| 39 | </message> | 40 | </message> |
| 40 | <message> | 41 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot;ã¯ä»»å¤©å ‚ã®ç™»éŒ²å•†æ¨™ã§ã™ã€‚ yuzuã¯ä»»å¤©å ‚ã¨ææºã—ã¦ã„ã‚‹ã‚ã‘ã§ã¯ã‚りã¾ã›ã‚“。</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot;ã¯ä»»å¤©å ‚ã®ç™»éŒ²å•†æ¨™ã§ã™ã€‚ yuzuã¯ä»»å¤©å ‚ã¨ææºã—ã¦ã„ã‚‹ã‚ã‘ã§ã¯ã‚りã¾ã›ã‚“。</span></p></body></html></translation> |
| 44 | </message> | 45 | </message> |
| @@ -68,7 +69,7 @@ p, li { white-space: pre-wrap; } | |||
| 68 | <message> | 69 | <message> |
| 69 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="50"/> | 70 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="50"/> |
| 70 | <source>Configuration completed!</source> | 71 | <source>Configuration completed!</source> |
| 71 | <translation>è¨å®šãŒå®Œäº†ã—ã¾ã—ãŸã€‚</translation> | 72 | <translation>è¨å®šå®Œäº†ï¼</translation> |
| 72 | </message> | 73 | </message> |
| 73 | <message> | 74 | <message> |
| 74 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="58"/> | 75 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="58"/> |
| @@ -81,7 +82,7 @@ p, li { white-space: pre-wrap; } | |||
| 81 | <message> | 82 | <message> |
| 82 | <location filename="../../src/yuzu/compatdb.ui" line="20"/> | 83 | <location filename="../../src/yuzu/compatdb.ui" line="20"/> |
| 83 | <source>Report Compatibility</source> | 84 | <source>Report Compatibility</source> |
| 84 | <translation>äº’æ›æ€§ã‚’å ±å‘Š</translation> | 85 | <translation>äº’æ›æ€§ã®å ±å‘Š</translation> |
| 85 | </message> | 86 | </message> |
| 86 | <message> | 87 | <message> |
| 87 | <location filename="../../src/yuzu/compatdb.ui" line="27"/> | 88 | <location filename="../../src/yuzu/compatdb.ui" line="27"/> |
| @@ -97,52 +98,52 @@ p, li { white-space: pre-wrap; } | |||
| 97 | <message> | 98 | <message> |
| 98 | <location filename="../../src/yuzu/compatdb.ui" line="72"/> | 99 | <location filename="../../src/yuzu/compatdb.ui" line="72"/> |
| 99 | <source>Perfect</source> | 100 | <source>Perfect</source> |
| 100 | <translation>完璧</translation> | 101 | <translation>カンペã‚</translation> |
| 101 | </message> | 102 | </message> |
| 102 | <message> | 103 | <message> |
| 103 | <location filename="../../src/yuzu/compatdb.ui" line="79"/> | 104 | <location filename="../../src/yuzu/compatdb.ui" line="79"/> |
| 104 | <source><html><head/><body><p>Game functions flawlessly with no audio or graphical glitches.</p></body></html></source> | 105 | <source><html><head/><body><p>Game functions flawlessly with no audio or graphical glitches.</p></body></html></source> |
| 105 | <translation><html><head/><body><p>オーディオやグラフィックã®ä¸å…·åˆãªã—ã«å®Œå…¨ã«å‹•作ã—ã¾ã™ã€‚</p></body></html></translation> | 106 | <translation><html><head/><body><p>サウンドやグラフィックã®ä¸å…·åˆãªã—ã«å®Œå…¨å‹•作ã—ã¾ã™ã€‚</p></body></html></translation> |
| 106 | </message> | 107 | </message> |
| 107 | <message> | 108 | <message> |
| 108 | <location filename="../../src/yuzu/compatdb.ui" line="89"/> | 109 | <location filename="../../src/yuzu/compatdb.ui" line="89"/> |
| 109 | <source>Great</source> | 110 | <source>Great</source> |
| 110 | <translation>グレート</translation> | 111 | <translation>ãƒãƒ„グン</translation> |
| 111 | </message> | 112 | </message> |
| 112 | <message> | 113 | <message> |
| 113 | <location filename="../../src/yuzu/compatdb.ui" line="96"/> | 114 | <location filename="../../src/yuzu/compatdb.ui" line="96"/> |
| 114 | <source><html><head/><body><p>Game functions with minor graphical or audio glitches and is playable from start to finish. May require some workarounds.</p></body></html></source> | 115 | <source><html><head/><body><p>Game functions with minor graphical or audio glitches and is playable from start to finish. May require some workarounds.</p></body></html></source> |
| 115 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã«è»½å¾®ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€ã‚²ãƒ¼ãƒ を最åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚ã„ãã¤ã‹ã®å›žé¿ç–ã‚’è¦ã™ã‚‹å ´åˆãŒã‚りã¾ã™ã€‚</p></body></html></translation> | 116 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã«è»½å¾®ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€ã‚²ãƒ¼ãƒ を最åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚ã„ãã¤ã‹ã®å›žé¿ç–ãŒå¿…è¦ãªå ´åˆãŒã‚りã¾ã™ã€‚</p></body></html></translation> |
| 116 | </message> | 117 | </message> |
| 117 | <message> | 118 | <message> |
| 118 | <location filename="../../src/yuzu/compatdb.ui" line="106"/> | 119 | <location filename="../../src/yuzu/compatdb.ui" line="106"/> |
| 119 | <source>Okay</source> | 120 | <source>Okay</source> |
| 120 | <translation>OK</translation> | 121 | <translation>ソコソコ</translation> |
| 121 | </message> | 122 | </message> |
| 122 | <message> | 123 | <message> |
| 123 | <location filename="../../src/yuzu/compatdb.ui" line="113"/> | 124 | <location filename="../../src/yuzu/compatdb.ui" line="113"/> |
| 124 | <source><html><head/><body><p>Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds.</p></body></html></source> | 125 | <source><html><head/><body><p>Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds.</p></body></html></source> |
| 125 | <translation><html><head/><body>グラフィックã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã«é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€å›žé¿ç–を使ã†ã“ã¨ã§æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚</p></body></html></translation> | 126 | <translation><html><head/><body>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã«é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€å›žé¿ç–を使ã†ã“ã¨ã§æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚</p></body></html></translation> |
| 126 | </message> | 127 | </message> |
| 127 | <message> | 128 | <message> |
| 128 | <location filename="../../src/yuzu/compatdb.ui" line="123"/> | 129 | <location filename="../../src/yuzu/compatdb.ui" line="123"/> |
| 129 | <source>Bad</source> | 130 | <source>Bad</source> |
| 130 | <translation>難ã‚り</translation> | 131 | <translation>ナンアリ</translation> |
| 131 | </message> | 132 | </message> |
| 132 | <message> | 133 | <message> |
| 133 | <location filename="../../src/yuzu/compatdb.ui" line="130"/> | 134 | <location filename="../../src/yuzu/compatdb.ui" line="130"/> |
| 134 | <source><html><head/><body><p>Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds.</p></body></html></source> | 135 | <source><html><head/><body><p>Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds.</p></body></html></source> |
| 135 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã«é‡å¤§ãªä¸å…·åˆãŒã‚りã€å›žé¿ç–を使用ã—ã¦ã‚‚特定ã®å ´æ‰€ã‹ã‚‰é€²ã‚ãªããªã‚Šã¾ã™ã€‚</p></body></html></translation> | 136 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã«é‡å¤§ãªä¸å…·åˆãŒã‚りã€å›žé¿ç–を使用ã—ã¦ã‚‚特定ã®å ´æ‰€ã‹ã‚‰é€²ã‚ãªããªã‚Šã¾ã™ã€‚</p></body></html></translation> |
| 136 | </message> | 137 | </message> |
| 137 | <message> | 138 | <message> |
| 138 | <location filename="../../src/yuzu/compatdb.ui" line="140"/> | 139 | <location filename="../../src/yuzu/compatdb.ui" line="140"/> |
| 139 | <source>Intro/Menu</source> | 140 | <source>Intro/Menu</source> |
| 140 | <translation>イントãƒï¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã¾ã§</translation> | 141 | <translation>イントãƒ</translation> |
| 141 | </message> | 142 | </message> |
| 142 | <message> | 143 | <message> |
| 143 | <location filename="../../src/yuzu/compatdb.ui" line="147"/> | 144 | <location filename="../../src/yuzu/compatdb.ui" line="147"/> |
| 144 | <source><html><head/><body><p>Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen.</p></body></html></source> | 145 | <source><html><head/><body><p>Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen.</p></body></html></source> |
| 145 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã®é‡å¤§ãªä¸å…·åˆã®ãŸã‚ã€ã‚²ãƒ¼ãƒ をスタート画é¢ã‹ã‚‰å…ˆã«é€²ã‚ã‚‹ã“ã¨ãŒå‡ºæ¥ã¾ã›ã‚“。</p></body></html></translation> | 146 | <translation><html><head/><body><p>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã®é‡å¤§ãªä¸å…·åˆã®ãŸã‚ã€ã‚¹ã‚¿ãƒ¼ãƒˆç”»é¢ã‹ã‚‰å…ˆã«é€²ã‚€ã“ã¨ãŒå‡ºæ¥ã¾ã›ã‚“。</p></body></html></translation> |
| 146 | </message> | 147 | </message> |
| 147 | <message> | 148 | <message> |
| 148 | <location filename="../../src/yuzu/compatdb.ui" line="157"/> | 149 | <location filename="../../src/yuzu/compatdb.ui" line="157"/> |
| @@ -152,12 +153,12 @@ p, li { white-space: pre-wrap; } | |||
| 152 | <message> | 153 | <message> |
| 153 | <location filename="../../src/yuzu/compatdb.ui" line="170"/> | 154 | <location filename="../../src/yuzu/compatdb.ui" line="170"/> |
| 154 | <source><html><head/><body><p>The game crashes when attempting to startup.</p></body></html></source> | 155 | <source><html><head/><body><p>The game crashes when attempting to startup.</p></body></html></source> |
| 155 | <translation><html><head/><body><p>起動時ã«ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã‚’èµ·ã“ã—ã¾ã™ã€‚</p></body></html></translation> | 156 | <translation><html><head/><body><p>起動時ã«ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ãŒç™ºç”Ÿã—ã¾ã™ã€‚</p></body></html></translation> |
| 156 | </message> | 157 | </message> |
| 157 | <message> | 158 | <message> |
| 158 | <location filename="../../src/yuzu/compatdb.ui" line="182"/> | 159 | <location filename="../../src/yuzu/compatdb.ui" line="182"/> |
| 159 | <source><html><head/><body><p>Independent of speed or performance, how well does this game play from start to finish on this version of yuzu?</p></body></html></source> | 160 | <source><html><head/><body><p>Independent of speed or performance, how well does this game play from start to finish on this version of yuzu?</p></body></html></source> |
| 160 | <translation><html><head/><body><p>速度やパフォーマンスã®å•題を除ã„ã¦ã€ã“ã®ã‚²ãƒ¼ãƒ ã¯ã“ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®yuzuã§æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ã©ã®ç¨‹åº¦ã†ã¾ã実行ã§ãã¾ã™ã‹ï¼Ÿ</p></body></html></translation> | 161 | <translation><html><head/><body><p>速度やパフォーマンスã®å•題を除ãã€ã“ã®ã‚²ãƒ¼ãƒ ã¯æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ã®é–“ã©ã®ç¨‹åº¦ã†ã¾ã実行ã§ãã¾ã™ã‹ï¼Ÿ</p></body></html></translation> |
| 161 | </message> | 162 | </message> |
| 162 | <message> | 163 | <message> |
| 163 | <location filename="../../src/yuzu/compatdb.ui" line="206"/> | 164 | <location filename="../../src/yuzu/compatdb.ui" line="206"/> |
| @@ -182,7 +183,7 @@ p, li { white-space: pre-wrap; } | |||
| 182 | <message> | 183 | <message> |
| 183 | <location filename="../../src/yuzu/compatdb.cpp" line="75"/> | 184 | <location filename="../../src/yuzu/compatdb.cpp" line="75"/> |
| 184 | <source>Next</source> | 185 | <source>Next</source> |
| 185 | <translation>次</translation> | 186 | <translation>次ã¸</translation> |
| 186 | </message> | 187 | </message> |
| 187 | </context> | 188 | </context> |
| 188 | <context> | 189 | <context> |
| @@ -191,7 +192,7 @@ p, li { white-space: pre-wrap; } | |||
| 191 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="14"/> | 192 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="14"/> |
| 192 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="20"/> | 193 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="20"/> |
| 193 | <source>Audio</source> | 194 | <source>Audio</source> |
| 194 | <translation>オーディオ</translation> | 195 | <translation>サウンド</translation> |
| 195 | </message> | 196 | </message> |
| 196 | <message> | 197 | <message> |
| 197 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="28"/> | 198 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="28"/> |
| @@ -211,7 +212,7 @@ p, li { white-space: pre-wrap; } | |||
| 211 | <message> | 212 | <message> |
| 212 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="75"/> | 213 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="75"/> |
| 213 | <source>Set volume:</source> | 214 | <source>Set volume:</source> |
| 214 | <translation>個別ã«è¨å®š</translation> | 215 | <translation>カスタムè¨å®š</translation> |
| 215 | </message> | 216 | </message> |
| 216 | <message> | 217 | <message> |
| 217 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="83"/> | 218 | <location filename="../../src/yuzu/configuration/configure_audio.ui" line="83"/> |
| @@ -250,7 +251,7 @@ p, li { white-space: pre-wrap; } | |||
| 250 | <message> | 251 | <message> |
| 251 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="34"/> | 252 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="34"/> |
| 252 | <source>Accuracy:</source> | 253 | <source>Accuracy:</source> |
| 253 | <translation>æ£ç¢ºåº¦ï¼š</translation> | 254 | <translation>エミュレーション精度:</translation> |
| 254 | </message> | 255 | </message> |
| 255 | <message> | 256 | <message> |
| 256 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="42"/> | 257 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="42"/> |
| @@ -270,12 +271,12 @@ p, li { white-space: pre-wrap; } | |||
| 270 | <message> | 271 | <message> |
| 271 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="57"/> | 272 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="57"/> |
| 272 | <source>Paranoid (disables most optimizations)</source> | 273 | <source>Paranoid (disables most optimizations)</source> |
| 273 | <translation type="unfinished"/> | 274 | <translation>Paranoid (ã»ã¨ã‚“ã©ã®æœ€é©åŒ–無効)</translation> |
| 274 | </message> | 275 | </message> |
| 275 | <message> | 276 | <message> |
| 276 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="68"/> | 277 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="68"/> |
| 277 | <source>We recommend setting accuracy to "Auto".</source> | 278 | <source>We recommend setting accuracy to "Auto".</source> |
| 278 | <translation>æ£ç¢ºåº¦ã¯"自動"ã«è¨å®šã—ã¦ãŠãã“ã¨ã‚’推奨ã—ã¾ã™.</translation> | 279 | <translation>エミュレーション精度ã®è¨å®šã¯ã€Œè‡ªå‹•ã€æŽ¨å¥¨ã§ã™</translation> |
| 279 | </message> | 280 | </message> |
| 280 | <message> | 281 | <message> |
| 281 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="85"/> | 282 | <location filename="../../src/yuzu/configuration/configure_cpu.ui" line="85"/> |
| @@ -395,7 +396,7 @@ p, li { white-space: pre-wrap; } | |||
| 395 | <message> | 396 | <message> |
| 396 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="31"/> | 397 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="31"/> |
| 397 | <source><html><head/><body><p><span style=" font-weight:600;">For debugging only.</span><br/>If you're not sure what these do, keep all of these enabled. <br/>These settings, when disabled, only take effect when CPU Debugging is enabled. </p></body></html></source> | 398 | <source><html><head/><body><p><span style=" font-weight:600;">For debugging only.</span><br/>If you're not sure what these do, keep all of these enabled. <br/>These settings, when disabled, only take effect when CPU Debugging is enabled. </p></body></html></source> |
| 398 | <translation><html><head/><body><p><span style=" font-weight:600;">デãƒãƒƒã‚°å°‚用ã§ã™.</span>è¨å®šå†…å®¹ã®æ„味ãŒç†è§£ã§ããªã„å ´åˆã¯, å…¨ã¦æœ‰åйã®ã¾ã¾ã«ã—ã¦ãã ã•ã„. <br/>ã“れらã®è¨å®šã‚’無効化ã—ãŸå ´åˆ, CPUデãƒãƒƒã‚°ãŒæœ‰åŠ¹åŒ–ã•れã¦ã„ã‚‹ã¨ãã®ã¿è¨å®šå†…容ãŒåæ˜ ã•れã¾ã™.</p></body></html></translation> | 399 | <translation><html><head/><body><p><span style=" font-weight:600;">デãƒãƒƒã‚°ç”¨ã®è¨å®šã§ã™ã€‚</span>è¨å®šã®æ„味ãŒç†è§£ã§ããªã„å ´åˆã¯ã€å…¨ã¦æœ‰åйã®ã¾ã¾ã«ã—ã¦ãã ã•ã„。 <br/>ã“れらã®è¨å®šã‚’無効ã«ã—ã¦ã‚‚ã€è¨å®šå†…容ãŒåæ˜ ã•れるã®ã¯CPUデãƒãƒƒã‚°ãŒæœ‰åŠ¹æ™‚ã®ã¿ã§ã™ã€‚</p></body></html></translation> |
| 399 | </message> | 400 | </message> |
| 400 | <message> | 401 | <message> |
| 401 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="41"/> | 402 | <location filename="../../src/yuzu/configuration/configure_cpu_debug.ui" line="41"/> |
| @@ -591,7 +592,7 @@ p, li { white-space: pre-wrap; } | |||
| 591 | <message> | 592 | <message> |
| 592 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="46"/> | 593 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="46"/> |
| 593 | <source>When checked, the max size of the log increases from 100 MB to 1 GB</source> | 594 | <source>When checked, the max size of the log increases from 100 MB to 1 GB</source> |
| 594 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨, ãƒã‚°ã®æœ€å¤§ã‚µã‚¤ã‚ºãŒ100MBã‹ã‚‰1GBã«å¢—åŠ ã—ã¾ã™.</translation> | 595 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨ã€ãƒã‚°ã®æœ€å¤§ã‚µã‚¤ã‚ºãŒ100MBã‹ã‚‰1GBã«å¢—åŠ ã—ã¾ã™ã€‚</translation> |
| 595 | </message> | 596 | </message> |
| 596 | <message> | 597 | <message> |
| 597 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> | 598 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> |
| @@ -616,7 +617,7 @@ p, li { white-space: pre-wrap; } | |||
| 616 | <message> | 617 | <message> |
| 617 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="91"/> | 618 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="91"/> |
| 618 | <source>When checked, the graphics API enters a slower debugging mode</source> | 619 | <source>When checked, the graphics API enters a slower debugging mode</source> |
| 619 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨, グラフィックAPIã¯ã‚ˆã‚Šé…ã„デãƒãƒƒã‚°ãƒ¢ãƒ¼ãƒ‰ã«ãªã‚Šã¾ã™.</translation> | 620 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨ã€ グラフィックAPIã¯ã‚ˆã‚Šé…ã„デãƒãƒƒã‚°ãƒ¢ãƒ¼ãƒ‰ã«ãªã‚Šã¾ã™ã€‚</translation> |
| 620 | </message> | 621 | </message> |
| 621 | <message> | 622 | <message> |
| 622 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="94"/> | 623 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="94"/> |
| @@ -626,7 +627,7 @@ p, li { white-space: pre-wrap; } | |||
| 626 | <message> | 627 | <message> |
| 627 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="101"/> | 628 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="101"/> |
| 628 | <source>When checked, it enables Nsight Aftermath crash dumps</source> | 629 | <source>When checked, it enables Nsight Aftermath crash dumps</source> |
| 629 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨, Nsight Aftermathã®ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ãƒ€ãƒ³ãƒ—ãŒæœ‰åйã«ãªã‚Šã¾ã™</translation> | 630 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨ã€Nsight Aftermathã®ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ãƒ€ãƒ³ãƒ—ãŒæœ‰åйã«ãªã‚Šã¾ã™</translation> |
| 630 | </message> | 631 | </message> |
| 631 | <message> | 632 | <message> |
| 632 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="104"/> | 633 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="104"/> |
| @@ -666,7 +667,7 @@ p, li { white-space: pre-wrap; } | |||
| 666 | <message> | 667 | <message> |
| 667 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="150"/> | 668 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="150"/> |
| 668 | <source>When checked, yuzu will log statistics about the compiled pipeline cache</source> | 669 | <source>When checked, yuzu will log statistics about the compiled pipeline cache</source> |
| 669 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨, コンパイルã—ãŸãƒ‘イプラインã‚ャッシュã®çµ±è¨ˆæƒ…å ±ã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™</translation> | 670 | <translation>ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã¨ã€ã‚³ãƒ³ãƒ‘イルã—ãŸãƒ‘イプラインã‚ャッシュã®çµ±è¨ˆæƒ…å ±ã‚’ãƒã‚®ãƒ³ã‚°ã—ã¾ã™</translation> |
| 670 | </message> | 671 | </message> |
| 671 | <message> | 672 | <message> |
| 672 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="153"/> | 673 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="153"/> |
| @@ -736,7 +737,7 @@ p, li { white-space: pre-wrap; } | |||
| 736 | <message> | 737 | <message> |
| 737 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="252"/> | 738 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="252"/> |
| 738 | <source>**This will be reset automatically when yuzu closes.</source> | 739 | <source>**This will be reset automatically when yuzu closes.</source> |
| 739 | <translation>**yuzuを終了ã—ãŸã¨ãã«è‡ªå‹•çš„ã«ãƒªã‚»ãƒƒãƒˆã•れã¾ã™.</translation> | 740 | <translation>** yuzuを終了ã—ãŸã¨ãã«è‡ªå‹•çš„ã«ãƒªã‚»ãƒƒãƒˆã•れã¾ã™ã€‚</translation> |
| 740 | </message> | 741 | </message> |
| 741 | </context> | 742 | </context> |
| 742 | <context> | 743 | <context> |
| @@ -787,7 +788,7 @@ p, li { white-space: pre-wrap; } | |||
| 787 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="53"/> | 788 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="53"/> |
| 788 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="156"/> | 789 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="156"/> |
| 789 | <source>Audio</source> | 790 | <source>Audio</source> |
| 790 | <translation>オーディオ</translation> | 791 | <translation>サウンド</translation> |
| 791 | </message> | 792 | </message> |
| 792 | <message> | 793 | <message> |
| 793 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="54"/> | 794 | <location filename="../../src/yuzu/configuration/configure_dialog.cpp" line="54"/> |
| @@ -1072,12 +1073,12 @@ p, li { white-space: pre-wrap; } | |||
| 1072 | <message> | 1073 | <message> |
| 1073 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="169"/> | 1074 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="169"/> |
| 1074 | <source>Pause emulation when in background</source> | 1075 | <source>Pause emulation when in background</source> |
| 1075 | <translation>ãƒãƒƒã‚¯ã‚°ãƒ©ã‚¦ãƒ³ãƒ‰æ™‚ã«ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ä¸€æ™‚åœæ¢</translation> | 1076 | <translation>éžã‚¢ã‚¯ãƒ†ã‚£ãƒ–時ã«ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ä¸€æ™‚åœæ¢</translation> |
| 1076 | </message> | 1077 | </message> |
| 1077 | <message> | 1078 | <message> |
| 1078 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="176"/> | 1079 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="176"/> |
| 1079 | <source>Mute audio when in background</source> | 1080 | <source>Mute audio when in background</source> |
| 1080 | <translation type="unfinished"/> | 1081 | <translation>éžã‚¢ã‚¯ãƒ†ã‚£ãƒ–時ã«ã‚µã‚¦ãƒ³ãƒ‰ã‚’ミュート</translation> |
| 1081 | </message> | 1082 | </message> |
| 1082 | <message> | 1083 | <message> |
| 1083 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="183"/> | 1084 | <location filename="../../src/yuzu/configuration/configure_general.ui" line="183"/> |
| @@ -1180,7 +1181,7 @@ p, li { white-space: pre-wrap; } | |||
| 1180 | <message> | 1181 | <message> |
| 1181 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="250"/> | 1182 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="250"/> |
| 1182 | <source>Borderless Windowed</source> | 1183 | <source>Borderless Windowed</source> |
| 1183 | <translation>境界ãªã—ã®ã‚¦ã‚¤ãƒ³ãƒ‰ã‚¦</translation> | 1184 | <translation>ボーダーレスウィンドウ</translation> |
| 1184 | </message> | 1185 | </message> |
| 1185 | <message> | 1186 | <message> |
| 1186 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="255"/> | 1187 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="255"/> |
| @@ -1220,42 +1221,42 @@ p, li { white-space: pre-wrap; } | |||
| 1220 | <message> | 1221 | <message> |
| 1221 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="338"/> | 1222 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="338"/> |
| 1222 | <source>0.5X (360p/540p) [EXPERIMENTAL]</source> | 1223 | <source>0.5X (360p/540p) [EXPERIMENTAL]</source> |
| 1223 | <translation>0.5å€ (360p/540p) [実験的]</translation> | 1224 | <translation>0.5X (360p/540p) [実験的]</translation> |
| 1224 | </message> | 1225 | </message> |
| 1225 | <message> | 1226 | <message> |
| 1226 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="343"/> | 1227 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="343"/> |
| 1227 | <source>0.75X (540p/810p) [EXPERIMENTAL]</source> | 1228 | <source>0.75X (540p/810p) [EXPERIMENTAL]</source> |
| 1228 | <translation>0.75å€ (540p/810p) [実験的]</translation> | 1229 | <translation>0.75X (540p/810p) [実験的]</translation> |
| 1229 | </message> | 1230 | </message> |
| 1230 | <message> | 1231 | <message> |
| 1231 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="348"/> | 1232 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="348"/> |
| 1232 | <source>1X (720p/1080p)</source> | 1233 | <source>1X (720p/1080p)</source> |
| 1233 | <translation>ç‰å€ (720p/1080p)</translation> | 1234 | <translation>1X (720p/1080p)</translation> |
| 1234 | </message> | 1235 | </message> |
| 1235 | <message> | 1236 | <message> |
| 1236 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="353"/> | 1237 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="353"/> |
| 1237 | <source>2X (1440p/2160p)</source> | 1238 | <source>2X (1440p/2160p)</source> |
| 1238 | <translation>2å€ (1440p/2160p)</translation> | 1239 | <translation>2X (1440p/2160p)</translation> |
| 1239 | </message> | 1240 | </message> |
| 1240 | <message> | 1241 | <message> |
| 1241 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="358"/> | 1242 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="358"/> |
| 1242 | <source>3X (2160p/3240p)</source> | 1243 | <source>3X (2160p/3240p)</source> |
| 1243 | <translation>3å€ (2160p/3240p)</translation> | 1244 | <translation>3X (2160p/3240p)</translation> |
| 1244 | </message> | 1245 | </message> |
| 1245 | <message> | 1246 | <message> |
| 1246 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="363"/> | 1247 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="363"/> |
| 1247 | <source>4X (2880p/4320p)</source> | 1248 | <source>4X (2880p/4320p)</source> |
| 1248 | <translation>4å€ (2880p/4320p)</translation> | 1249 | <translation>4X (2880p/4320p)</translation> |
| 1249 | </message> | 1250 | </message> |
| 1250 | <message> | 1251 | <message> |
| 1251 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="368"/> | 1252 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="368"/> |
| 1252 | <source>5X (3600p/5400p)</source> | 1253 | <source>5X (3600p/5400p)</source> |
| 1253 | <translation>5å€ (3600p/5400p)</translation> | 1254 | <translation>5X (3600p/5400p)</translation> |
| 1254 | </message> | 1255 | </message> |
| 1255 | <message> | 1256 | <message> |
| 1256 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="373"/> | 1257 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="373"/> |
| 1257 | <source>6X (4320p/6480p)</source> | 1258 | <source>6X (4320p/6480p)</source> |
| 1258 | <translation>6å€ (4320p/6480p)</translation> | 1259 | <translation>6X (4320p/6480p)</translation> |
| 1259 | </message> | 1260 | </message> |
| 1260 | <message> | 1261 | <message> |
| 1261 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="399"/> | 1262 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="399"/> |
| @@ -1265,32 +1266,32 @@ p, li { white-space: pre-wrap; } | |||
| 1265 | <message> | 1266 | <message> |
| 1266 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="407"/> | 1267 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="407"/> |
| 1267 | <source>Nearest Neighbor</source> | 1268 | <source>Nearest Neighbor</source> |
| 1268 | <translation type="unfinished"/> | 1269 | <translation>Nearest Neighbor</translation> |
| 1269 | </message> | 1270 | </message> |
| 1270 | <message> | 1271 | <message> |
| 1271 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="412"/> | 1272 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="412"/> |
| 1272 | <source>Bilinear</source> | 1273 | <source>Bilinear</source> |
| 1273 | <translation type="unfinished"/> | 1274 | <translation>Bilinear</translation> |
| 1274 | </message> | 1275 | </message> |
| 1275 | <message> | 1276 | <message> |
| 1276 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="417"/> | 1277 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="417"/> |
| 1277 | <source>Bicubic</source> | 1278 | <source>Bicubic</source> |
| 1278 | <translation type="unfinished"/> | 1279 | <translation>Bicubic</translation> |
| 1279 | </message> | 1280 | </message> |
| 1280 | <message> | 1281 | <message> |
| 1281 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="422"/> | 1282 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="422"/> |
| 1282 | <source>Gaussian</source> | 1283 | <source>Gaussian</source> |
| 1283 | <translation type="unfinished"/> | 1284 | <translation>Gaussian</translation> |
| 1284 | </message> | 1285 | </message> |
| 1285 | <message> | 1286 | <message> |
| 1286 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="427"/> | 1287 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="427"/> |
| 1287 | <source>ScaleForce</source> | 1288 | <source>ScaleForce</source> |
| 1288 | <translation type="unfinished"/> | 1289 | <translation>ScaleForce</translation> |
| 1289 | </message> | 1290 | </message> |
| 1290 | <message> | 1291 | <message> |
| 1291 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="432"/> | 1292 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="432"/> |
| 1292 | <source>AMD FidelityFXâ„¢ï¸ Super Resolution (Vulkan Only)</source> | 1293 | <source>AMD FidelityFXâ„¢ï¸ Super Resolution (Vulkan Only)</source> |
| 1293 | <translation type="unfinished"/> | 1294 | <translation>AMD FidelityFXâ„¢ï¸ Super Resolution (Vulkan ã®ã¿)</translation> |
| 1294 | </message> | 1295 | </message> |
| 1295 | <message> | 1296 | <message> |
| 1296 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="458"/> | 1297 | <location filename="../../src/yuzu/configuration/configure_graphics.ui" line="458"/> |
| @@ -1326,7 +1327,7 @@ p, li { white-space: pre-wrap; } | |||
| 1326 | <message> | 1327 | <message> |
| 1327 | <location filename="../../src/yuzu/configuration/configure_graphics.cpp" line="33"/> | 1328 | <location filename="../../src/yuzu/configuration/configure_graphics.cpp" line="33"/> |
| 1328 | <source>GLASM (Assembly Shaders, NVIDIA Only)</source> | 1329 | <source>GLASM (Assembly Shaders, NVIDIA Only)</source> |
| 1329 | <translation>GLASM (アセンブリシェーダ, NVIDIA ã®ã¿)</translation> | 1330 | <translation>GLASM (アセンブリシェーダã€NVIDIA ã®ã¿)</translation> |
| 1330 | </message> | 1331 | </message> |
| 1331 | </context> | 1332 | </context> |
| 1332 | <context> | 1333 | <context> |
| @@ -1339,7 +1340,7 @@ p, li { white-space: pre-wrap; } | |||
| 1339 | <message> | 1340 | <message> |
| 1340 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="17"/> | 1341 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="17"/> |
| 1341 | <source>Advanced</source> | 1342 | <source>Advanced</source> |
| 1342 | <translation>æ‹¡å¼µ</translation> | 1343 | <translation>高度ãªè¨å®š</translation> |
| 1343 | </message> | 1344 | </message> |
| 1344 | <message> | 1345 | <message> |
| 1345 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="25"/> | 1346 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="25"/> |
| @@ -1369,17 +1370,17 @@ p, li { white-space: pre-wrap; } | |||
| 1369 | <message> | 1370 | <message> |
| 1370 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="88"/> | 1371 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="88"/> |
| 1371 | <source>Use asynchronous shader building (Hack)</source> | 1372 | <source>Use asynchronous shader building (Hack)</source> |
| 1372 | <translation>éžåŒæœŸã§ã®ã‚·ã‚§ãƒ¼ãƒ€ãƒ¼æ§‹ç¯‰ã‚’使用 (ãƒãƒƒã‚¯)</translation> | 1373 | <translation>Use asynchronous shader building (Hack)</translation> |
| 1373 | </message> | 1374 | </message> |
| 1374 | <message> | 1375 | <message> |
| 1375 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="95"/> | 1376 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="95"/> |
| 1376 | <source>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</source> | 1377 | <source>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</source> |
| 1377 | <translation type="unfinished"/> | 1378 | <translation>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</translation> |
| 1378 | </message> | 1379 | </message> |
| 1379 | <message> | 1380 | <message> |
| 1380 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="98"/> | 1381 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="98"/> |
| 1381 | <source>Use Fast GPU Time (Hack)</source> | 1382 | <source>Use Fast GPU Time (Hack)</source> |
| 1382 | <translation type="unfinished"/> | 1383 | <translation>Use Fast GPU Time (Hack)</translation> |
| 1383 | </message> | 1384 | </message> |
| 1384 | <message> | 1385 | <message> |
| 1385 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="120"/> | 1386 | <location filename="../../src/yuzu/configuration/configure_graphics_advanced.ui" line="120"/> |
| @@ -1806,7 +1807,7 @@ p, li { white-space: pre-wrap; } | |||
| 1806 | <message> | 1807 | <message> |
| 1807 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2609"/> | 1808 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2609"/> |
| 1808 | <source>Ring Controller</source> | 1809 | <source>Ring Controller</source> |
| 1809 | <translation type="unfinished"/> | 1810 | <translation>リングコン</translation> |
| 1810 | </message> | 1811 | </message> |
| 1811 | <message> | 1812 | <message> |
| 1812 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2626"/> | 1813 | <location filename="../../src/yuzu/configuration/configure_input_advanced.ui" line="2626"/> |
| @@ -2162,8 +2163,8 @@ p, li { white-space: pre-wrap; } | |||
| 2162 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="479"/> | 2163 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="479"/> |
| 2163 | <source>After pressing OK, first move your joystick horizontally, and then vertically. | 2164 | <source>After pressing OK, first move your joystick horizontally, and then vertically. |
| 2164 | To invert the axes, first move your joystick vertically, and then horizontally.</source> | 2165 | To invert the axes, first move your joystick vertically, and then horizontally.</source> |
| 2165 | <translation>OKを押ã—ãŸã‚ã¨, ã¾ãšã‚¸ãƒ§ã‚¤ã‚¹ãƒ†ã‚£ãƒƒã‚¯ã‚’水平方å‘ã«å‹•ã‹ã—, 次ã«åž‚ç›´æ–¹å‘ã«å‹•ã‹ã—ã¦ãã ã•ã„. | 2166 | <translation>OKを押ã—ãŸå¾Œã€ã‚¹ãƒ†ã‚£ãƒƒã‚¯ã‚’水平方å‘ã«å‹•ã‹ã—ã€æ¬¡ã«åž‚ç›´æ–¹å‘ã«å‹•ã‹ã—ã¦ãã ã•ã„。 |
| 2166 | 軸をå転ã•ã›ã‚‹å ´åˆã¯, 最åˆã«åž‚ç›´æ–¹å‘ã«å‹•ã‹ã—, æ¬¡ã«æ°´å¹³æ–¹å‘ã«å‹•ã‹ã—ã¦ãã ã•ã„.</translation> | 2167 | 軸をå転ã•ã›ã‚‹å ´åˆã€ 最åˆã«åž‚ç›´æ–¹å‘ã«å‹•ã‹ã—ã€æ¬¡ã«æ°´å¹³æ–¹å‘ã«å‹•ã‹ã—ã¦ãã ã•ã„。</translation> |
| 2167 | </message> | 2168 | </message> |
| 2168 | <message> | 2169 | <message> |
| 2169 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="547"/> | 2170 | <location filename="../../src/yuzu/configuration/configure_input_player.cpp" line="547"/> |
| @@ -2421,7 +2422,7 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 2421 | <message> | 2422 | <message> |
| 2422 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="88"/> | 2423 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="88"/> |
| 2423 | <source><a href='https://yuzu-emu.org/wiki/using-a-controller-or-android-phone-for-motion-or-touch-input'><span style="text-decoration: underline; color:#039be5;">Learn More</span></a></source> | 2424 | <source><a href='https://yuzu-emu.org/wiki/using-a-controller-or-android-phone-for-motion-or-touch-input'><span style="text-decoration: underline; color:#039be5;">Learn More</span></a></source> |
| 2424 | <translation><a href='https://yuzu-emu.org/wiki/using-a-controller-or-android-phone-for-motion-or-touch-input'><span style="text-decoration: underline; color:#039be5;">è©³ç´°æƒ…å ±</span></a></translation> | 2425 | <translation><a href='https://yuzu-emu.org/wiki/using-a-controller-or-android-phone-for-motion-or-touch-input'><span style="text-decoration: underline; color:#039be5;">ã•らã«è©³ã—ã</span></a></translation> |
| 2425 | </message> | 2426 | </message> |
| 2426 | <message> | 2427 | <message> |
| 2427 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="168"/> | 2428 | <location filename="../../src/yuzu/configuration/configure_motion_touch.cpp" line="168"/> |
| @@ -2567,7 +2568,7 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 2567 | <message> | 2568 | <message> |
| 2568 | <location filename="../../src/yuzu/configuration/configure_per_game.ui" line="170"/> | 2569 | <location filename="../../src/yuzu/configuration/configure_per_game.ui" line="170"/> |
| 2569 | <source>Size</source> | 2570 | <source>Size</source> |
| 2570 | <translation>サイズ</translation> | 2571 | <translation>ファイルサイズ</translation> |
| 2571 | </message> | 2572 | </message> |
| 2572 | <message> | 2573 | <message> |
| 2573 | <location filename="../../src/yuzu/configuration/configure_per_game.ui" line="177"/> | 2574 | <location filename="../../src/yuzu/configuration/configure_per_game.ui" line="177"/> |
| @@ -2607,7 +2608,7 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 2607 | <message> | 2608 | <message> |
| 2608 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="64"/> | 2609 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="64"/> |
| 2609 | <source>Audio</source> | 2610 | <source>Audio</source> |
| 2610 | <translation>オーディオ</translation> | 2611 | <translation>サウンド</translation> |
| 2611 | </message> | 2612 | </message> |
| 2612 | <message> | 2613 | <message> |
| 2613 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="67"/> | 2614 | <location filename="../../src/yuzu/configuration/configure_per_game.cpp" line="67"/> |
| @@ -2799,7 +2800,7 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 2799 | <message> | 2800 | <message> |
| 2800 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="14"/> | 2801 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="14"/> |
| 2801 | <source>Configure Ring Controller</source> | 2802 | <source>Configure Ring Controller</source> |
| 2802 | <translation type="unfinished"/> | 2803 | <translation>リングコンã®è¨å®š</translation> |
| 2803 | </message> | 2804 | </message> |
| 2804 | <message> | 2805 | <message> |
| 2805 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="26"/> | 2806 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="26"/> |
| @@ -2809,19 +2810,19 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 2809 | <message> | 2810 | <message> |
| 2810 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="52"/> | 2811 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="52"/> |
| 2811 | <source>Ring Sensor Parameters</source> | 2812 | <source>Ring Sensor Parameters</source> |
| 2812 | <translation type="unfinished"/> | 2813 | <translation>センサーパラメータ</translation> |
| 2813 | </message> | 2814 | </message> |
| 2814 | <message> | 2815 | <message> |
| 2815 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="84"/> | 2816 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="84"/> |
| 2816 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="123"/> | 2817 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="123"/> |
| 2817 | <source>Pull</source> | 2818 | <source>Pull</source> |
| 2818 | <translation type="unfinished"/> | 2819 | <translation>引ã£å¼µã‚Š</translation> |
| 2819 | </message> | 2820 | </message> |
| 2820 | <message> | 2821 | <message> |
| 2821 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="133"/> | 2822 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="133"/> |
| 2822 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="172"/> | 2823 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="172"/> |
| 2823 | <source>Push</source> | 2824 | <source>Push</source> |
| 2824 | <translation type="unfinished"/> | 2825 | <translation>押ã—è¾¼ã¿</translation> |
| 2825 | </message> | 2826 | </message> |
| 2826 | <message> | 2827 | <message> |
| 2827 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="206"/> | 2828 | <location filename="../../src/yuzu/configuration/configure_ringcon.ui" line="206"/> |
| @@ -3329,7 +3330,7 @@ To invert the axes, first move your joystick vertically, and then horizontally.< | |||
| 3329 | <message> | 3330 | <message> |
| 3330 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="34"/> | 3331 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="34"/> |
| 3331 | <source>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</source> | 3332 | <source>WARNING: This is an experimental feature.<br/>It will not play back scripts frame perfectly with the current, imperfect syncing method.</source> |
| 3332 | <translation>è¦å‘Š: ã“れã¯å®Ÿé¨“çš„ãªæ©Ÿèƒ½ã§ã™.<br/>ç¾çжã§ã¯å®Œå…¨ãªå†ç”Ÿã‚„åŒæœŸã¯ã§ãã¾ã›ã‚“.</translation> | 3333 | <translation>è¦å‘Šï¼šå®Ÿé¨“çš„ãªæ©Ÿèƒ½ã§ã™ã€‚<br/>ç¾çжã§ã¯å®Œå…¨ãªå†ç”Ÿã‚„åŒæœŸã¯ã§ãã¾ã›ã‚“。</translation> |
| 3333 | </message> | 3334 | </message> |
| 3334 | <message> | 3335 | <message> |
| 3335 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="51"/> | 3336 | <location filename="../../src/yuzu/configuration/configure_tas.ui" line="51"/> |
| @@ -3829,7 +3830,7 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 3829 | <message> | 3830 | <message> |
| 3830 | <location filename="../../src/yuzu/configuration/configure_web.ui" line="176"/> | 3831 | <location filename="../../src/yuzu/configuration/configure_web.ui" line="176"/> |
| 3831 | <source>Show Current Game in your Discord Status</source> | 3832 | <source>Show Current Game in your Discord Status</source> |
| 3832 | <translation>Discordã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã«å®Ÿè¡Œä¸ã®ã‚²ãƒ¼ãƒ を表示ã™ã‚‹</translation> | 3833 | <translation>Discordã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã«å®Ÿè¡Œä¸ã®ã‚²ãƒ¼ãƒ を表示</translation> |
| 3833 | </message> | 3834 | </message> |
| 3834 | <message> | 3835 | <message> |
| 3835 | <location filename="../../src/yuzu/configuration/configure_web.cpp" line="69"/> | 3836 | <location filename="../../src/yuzu/configuration/configure_web.cpp" line="69"/> |
| @@ -3889,12 +3890,12 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 3889 | <message> | 3890 | <message> |
| 3890 | <location filename="../../src/yuzu/debugger/controller.cpp" line="21"/> | 3891 | <location filename="../../src/yuzu/debugger/controller.cpp" line="21"/> |
| 3891 | <source>Controller P1</source> | 3892 | <source>Controller P1</source> |
| 3892 | <translation>コントãƒãƒ¼ãƒ© P1</translation> | 3893 | <translation>Controller P1</translation> |
| 3893 | </message> | 3894 | </message> |
| 3894 | <message> | 3895 | <message> |
| 3895 | <location filename="../../src/yuzu/debugger/controller.cpp" line="60"/> | 3896 | <location filename="../../src/yuzu/debugger/controller.cpp" line="60"/> |
| 3896 | <source>&Controller P1</source> | 3897 | <source>&Controller P1</source> |
| 3897 | <translation>コントãƒãƒ¼ãƒ© P1(&C)</translation> | 3898 | <translation>&Controller P1</translation> |
| 3898 | </message> | 3899 | </message> |
| 3899 | </context> | 3900 | </context> |
| 3900 | <context> | 3901 | <context> |
| @@ -4036,760 +4037,760 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4036 | <translation>䏿˜Žãªã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚詳細ã¯ãƒã‚°ã‚’確èªã—ã¦ä¸‹ã•ã„。</translation> | 4037 | <translation>䏿˜Žãªã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚詳細ã¯ãƒã‚°ã‚’確èªã—ã¦ä¸‹ã•ã„。</translation> |
| 4037 | </message> | 4038 | </message> |
| 4038 | <message> | 4039 | <message> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4040 | <source>(64-bit)</source> | 4041 | <source>(64-bit)</source> |
| 4041 | <translation>(64-bit)</translation> | 4042 | <translation>(64-bit)</translation> |
| 4042 | </message> | 4043 | </message> |
| 4043 | <message> | 4044 | <message> |
| 4044 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4045 | <source>(32-bit)</source> | 4046 | <source>(32-bit)</source> |
| 4046 | <translation>(32-bit)</translation> | 4047 | <translation>(32-bit)</translation> |
| 4047 | </message> | 4048 | </message> |
| 4048 | <message> | 4049 | <message> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4050 | <source>%1 %2</source> | 4051 | <source>%1 %2</source> |
| 4051 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4052 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4052 | <translation>%1 %2</translation> | 4053 | <translation>%1 %2</translation> |
| 4053 | </message> | 4054 | </message> |
| 4054 | <message> | 4055 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4056 | <source>Save Data</source> | 4057 | <source>Save Data</source> |
| 4057 | <translation>データã®ã‚»ãƒ¼ãƒ–</translation> | 4058 | <translation>データã®ã‚»ãƒ¼ãƒ–</translation> |
| 4058 | </message> | 4059 | </message> |
| 4059 | <message> | 4060 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4061 | <source>Mod Data</source> | 4062 | <source>Mod Data</source> |
| 4062 | <translation>Modデータ</translation> | 4063 | <translation>Modデータ</translation> |
| 4063 | </message> | 4064 | </message> |
| 4064 | <message> | 4065 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4066 | <source>Error Opening %1 Folder</source> | 4067 | <source>Error Opening %1 Folder</source> |
| 4067 | <translation>â€%1â€ãƒ•ォルダを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> | 4068 | <translation>â€%1â€ãƒ•ォルダを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> |
| 4068 | </message> | 4069 | </message> |
| 4069 | <message> | 4070 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4072 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4072 | <source>Folder does not exist!</source> | 4073 | <source>Folder does not exist!</source> |
| 4073 | <translation>フォルダãŒå˜åœ¨ã—ã¾ã›ã‚“ï¼</translation> | 4074 | <translation>フォルダãŒå˜åœ¨ã—ã¾ã›ã‚“ï¼</translation> |
| 4074 | </message> | 4075 | </message> |
| 4075 | <message> | 4076 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4077 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4077 | <source>Error Opening Transferable Shader Cache</source> | 4078 | <source>Error Opening Transferable Shader Cache</source> |
| 4078 | <translation>シェーダã‚ャッシュを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> | 4079 | <translation>シェーダã‚ャッシュを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> |
| 4079 | </message> | 4080 | </message> |
| 4080 | <message> | 4081 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4082 | <source>Failed to create the shader cache directory for this title.</source> | 4083 | <source>Failed to create the shader cache directory for this title.</source> |
| 4083 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ç”¨ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュディレクトリã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ</translation> | 4084 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ç”¨ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュディレクトリã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ</translation> |
| 4084 | </message> | 4085 | </message> |
| 4085 | <message> | 4086 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4087 | <source>Contents</source> | 4088 | <source>Contents</source> |
| 4088 | <translation>コンテンツ</translation> | 4089 | <translation>コンテンツ</translation> |
| 4089 | </message> | 4090 | </message> |
| 4090 | <message> | 4091 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4092 | <source>Update</source> | 4093 | <source>Update</source> |
| 4093 | <translation>アップデート</translation> | 4094 | <translation>アップデート</translation> |
| 4094 | </message> | 4095 | </message> |
| 4095 | <message> | 4096 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4097 | <source>DLC</source> | 4098 | <source>DLC</source> |
| 4098 | <translation>DLC</translation> | 4099 | <translation>DLC</translation> |
| 4099 | </message> | 4100 | </message> |
| 4100 | <message> | 4101 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4102 | <source>Remove Entry</source> | 4103 | <source>Remove Entry</source> |
| 4103 | <translation>エントリ削除</translation> | 4104 | <translation>エントリ削除</translation> |
| 4104 | </message> | 4105 | </message> |
| 4105 | <message> | 4106 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4107 | <source>Remove Installed Game %1?</source> | 4108 | <source>Remove Installed Game %1?</source> |
| 4108 | <translation>インストールã•れã¦ã„るゲーム%1を削除ã—ã¾ã™ã‹ï¼Ÿ</translation> | 4109 | <translation>インストールã•れã¦ã„るゲーム%1を削除ã—ã¾ã™ã‹ï¼Ÿ</translation> |
| 4109 | </message> | 4110 | </message> |
| 4110 | <message> | 4111 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4115 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4115 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4117 | <source>Successfully Removed</source> | 4118 | <source>Successfully Removed</source> |
| 4118 | <translation>削除ã—ã¾ã—ãŸ</translation> | 4119 | <translation>削除ã—ã¾ã—ãŸ</translation> |
| 4119 | </message> | 4120 | </message> |
| 4120 | <message> | 4121 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4122 | <source>Successfully removed the installed base game.</source> | 4123 | <source>Successfully removed the installed base game.</source> |
| 4123 | <translation>インストールã•れãŸã‚²ãƒ¼ãƒ ã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> | 4124 | <translation>インストールã•れãŸã‚²ãƒ¼ãƒ ã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> |
| 4124 | </message> | 4125 | </message> |
| 4125 | <message> | 4126 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4127 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4129 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4129 | <source>Error Removing %1</source> | 4130 | <source>Error Removing %1</source> |
| 4130 | <translation>%1削除エラー</translation> | 4131 | <translation>%1削除エラー</translation> |
| 4131 | </message> | 4132 | </message> |
| 4132 | <message> | 4133 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4134 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4134 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4135 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4135 | <translation>ゲームã¯NANDã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ãªã„ãŸã‚ã€å‰Šé™¤ã§ãã¾ã›ã‚“。</translation> | 4136 | <translation>ゲームã¯NANDã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ãªã„ãŸã‚ã€å‰Šé™¤ã§ãã¾ã›ã‚“。</translation> |
| 4136 | </message> | 4137 | </message> |
| 4137 | <message> | 4138 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4139 | <source>Successfully removed the installed update.</source> | 4140 | <source>Successfully removed the installed update.</source> |
| 4140 | <translation>インストールã•れãŸã‚¢ãƒƒãƒ—デートをæ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> | 4141 | <translation>インストールã•れãŸã‚¢ãƒƒãƒ—デートをæ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> |
| 4141 | </message> | 4142 | </message> |
| 4142 | <message> | 4143 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4144 | <source>There is no update installed for this title.</source> | 4145 | <source>There is no update installed for this title.</source> |
| 4145 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚¢ãƒƒãƒ—デートã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ã¾ã›ã‚“。</translation> | 4146 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚¢ãƒƒãƒ—デートã¯ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ã¾ã›ã‚“。</translation> |
| 4146 | </message> | 4147 | </message> |
| 4147 | <message> | 4148 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4149 | <source>There are no DLC installed for this title.</source> | 4150 | <source>There are no DLC installed for this title.</source> |
| 4150 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã«ã¯DLCãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ã¾ã›ã‚“。</translation> | 4151 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã«ã¯DLCãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¦ã„ã¾ã›ã‚“。</translation> |
| 4151 | </message> | 4152 | </message> |
| 4152 | <message> | 4153 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4154 | <source>Successfully removed %1 installed DLC.</source> | 4155 | <source>Successfully removed %1 installed DLC.</source> |
| 4155 | <translation>ï¼…1ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れãŸDLCã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> | 4156 | <translation>ï¼…1ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れãŸDLCã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> |
| 4156 | </message> | 4157 | </message> |
| 4157 | <message> | 4158 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4159 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4160 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4160 | <translation>転é€å¯èƒ½ãªOpenGLシェーダã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> | 4161 | <translation>転é€å¯èƒ½ãªOpenGLシェーダã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> |
| 4161 | </message> | 4162 | </message> |
| 4162 | <message> | 4163 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4164 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4165 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4165 | <translation>転é€å¯èƒ½ãªVulkanシェーダã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> | 4166 | <translation>転é€å¯èƒ½ãªVulkanシェーダã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> |
| 4166 | </message> | 4167 | </message> |
| 4167 | <message> | 4168 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4169 | <source>Delete All Transferable Shader Caches?</source> | 4170 | <source>Delete All Transferable Shader Caches?</source> |
| 4170 | <translation>転é€å¯èƒ½ãªã™ã¹ã¦ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> | 4171 | <translation>転é€å¯èƒ½ãªã™ã¹ã¦ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュを削除ã—ã¾ã™ã‹?</translation> |
| 4171 | </message> | 4172 | </message> |
| 4172 | <message> | 4173 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4174 | <source>Remove Custom Game Configuration?</source> | 4175 | <source>Remove Custom Game Configuration?</source> |
| 4175 | <translation>カスタムゲームè¨å®šã‚’削除ã—ã¾ã™ã‹ï¼Ÿ</translation> | 4176 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚«ã‚¹ã‚¿ãƒ è¨å®šã‚’削除ã—ã¾ã™ã‹ï¼Ÿ</translation> |
| 4176 | </message> | 4177 | </message> |
| 4177 | <message> | 4178 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4179 | <source>Remove File</source> | 4180 | <source>Remove File</source> |
| 4180 | <translation>ファイル削除</translation> | 4181 | <translation>ファイル削除</translation> |
| 4181 | </message> | 4182 | </message> |
| 4182 | <message> | 4183 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4185 | <source>Error Removing Transferable Shader Cache</source> | 4186 | <source>Error Removing Transferable Shader Cache</source> |
| 4186 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ャッシュã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> | 4187 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ャッシュã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> |
| 4187 | </message> | 4188 | </message> |
| 4188 | <message> | 4189 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4191 | <source>A shader cache for this title does not exist.</source> | 4192 | <source>A shader cache for this title does not exist.</source> |
| 4192 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ç”¨ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュã¯å˜åœ¨ã—ã¾ã›ã‚“。</translation> | 4193 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ç”¨ã®ã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュã¯å˜åœ¨ã—ã¾ã›ã‚“。</translation> |
| 4193 | </message> | 4194 | </message> |
| 4194 | <message> | 4195 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4196 | <source>Successfully removed the transferable shader cache.</source> | 4197 | <source>Successfully removed the transferable shader cache.</source> |
| 4197 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ãƒ£ãƒƒã‚·ãƒ¥ãŒæ£å¸¸ã«å‰Šé™¤ã•れã¾ã—ãŸã€‚</translation> | 4198 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ãƒ£ãƒƒã‚·ãƒ¥ãŒæ£å¸¸ã«å‰Šé™¤ã•れã¾ã—ãŸã€‚</translation> |
| 4198 | </message> | 4199 | </message> |
| 4199 | <message> | 4200 | <message> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4201 | <source>Failed to remove the transferable shader cache.</source> | 4202 | <source>Failed to remove the transferable shader cache.</source> |
| 4202 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ャッシュを削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4203 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ãƒ¼ã‚ャッシュを削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4203 | </message> | 4204 | </message> |
| 4204 | <message> | 4205 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4207 | <source>Error Removing Transferable Shader Caches</source> | 4208 | <source>Error Removing Transferable Shader Caches</source> |
| 4208 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> | 4209 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> |
| 4209 | </message> | 4210 | </message> |
| 4210 | <message> | 4211 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4212 | <source>Successfully removed the transferable shader caches.</source> | 4213 | <source>Successfully removed the transferable shader caches.</source> |
| 4213 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュをæ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸ.</translation> | 4214 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュをæ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> |
| 4214 | </message> | 4215 | </message> |
| 4215 | <message> | 4216 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4217 | <source>Failed to remove the transferable shader cache directory.</source> | 4218 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4218 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュディレクトリã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸ.</translation> | 4219 | <translation>転é€å¯èƒ½ãªã‚·ã‚§ãƒ¼ãƒ€ã‚ャッシュディレクトリã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚</translation> |
| 4219 | </message> | 4220 | </message> |
| 4220 | <message> | 4221 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4223 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4223 | <source>Error Removing Custom Configuration</source> | 4224 | <source>Error Removing Custom Configuration</source> |
| 4224 | <translation>カスタムè¨å®šã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> | 4225 | <translation>カスタムè¨å®šã®å‰Šé™¤ã‚¨ãƒ©ãƒ¼</translation> |
| 4225 | </message> | 4226 | </message> |
| 4226 | <message> | 4227 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4228 | <source>A custom configuration for this title does not exist.</source> | 4229 | <source>A custom configuration for this title does not exist.</source> |
| 4229 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚«ã‚¹ã‚¿ãƒ è¨å®šã¯å˜åœ¨ã—ã¾ã›ã‚“。</translation> | 4230 | <translation>ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã®ã‚«ã‚¹ã‚¿ãƒ è¨å®šã¯å˜åœ¨ã—ã¾ã›ã‚“。</translation> |
| 4230 | </message> | 4231 | </message> |
| 4231 | <message> | 4232 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4233 | <source>Successfully removed the custom game configuration.</source> | 4234 | <source>Successfully removed the custom game configuration.</source> |
| 4234 | <translation>カスタムゲームè¨å®šã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> | 4235 | <translation>カスタムè¨å®šã‚’æ£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚</translation> |
| 4235 | </message> | 4236 | </message> |
| 4236 | <message> | 4237 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4238 | <source>Failed to remove the custom game configuration.</source> | 4239 | <source>Failed to remove the custom game configuration.</source> |
| 4239 | <translation>カスタムゲームè¨å®šã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚</translation> | 4240 | <translation>カスタムè¨å®šã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚</translation> |
| 4240 | </message> | 4241 | </message> |
| 4241 | <message> | 4242 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4244 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4244 | <source>RomFS Extraction Failed!</source> | 4245 | <source>RomFS Extraction Failed!</source> |
| 4245 | <translation>RomFSã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸï¼</translation> | 4246 | <translation>RomFSã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸï¼</translation> |
| 4246 | </message> | 4247 | </message> |
| 4247 | <message> | 4248 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4249 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4249 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4250 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4250 | <translation>RomFSファイルをコピーä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸã‹ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼æ“作ã«ã‚ˆã‚Šã‚ャンセルã•れã¾ã—ãŸã€‚</translation> | 4251 | <translation>RomFSファイルをコピーä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸã‹ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼æ“作ã«ã‚ˆã‚Šã‚ャンセルã•れã¾ã—ãŸã€‚</translation> |
| 4251 | </message> | 4252 | </message> |
| 4252 | <message> | 4253 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4254 | <source>Full</source> | 4255 | <source>Full</source> |
| 4255 | <translation>フル</translation> | 4256 | <translation>フル</translation> |
| 4256 | </message> | 4257 | </message> |
| 4257 | <message> | 4258 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4259 | <source>Skeleton</source> | 4260 | <source>Skeleton</source> |
| 4260 | <translation>スケルトン</translation> | 4261 | <translation>スケルトン</translation> |
| 4261 | </message> | 4262 | </message> |
| 4262 | <message> | 4263 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4264 | <source>Select RomFS Dump Mode</source> | 4265 | <source>Select RomFS Dump Mode</source> |
| 4265 | <translation>RomFSダンプモードã®é¸æŠž</translation> | 4266 | <translation>RomFSダンプモードã®é¸æŠž</translation> |
| 4266 | </message> | 4267 | </message> |
| 4267 | <message> | 4268 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4269 | <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> | 4270 | <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> |
| 4270 | <translation>RomFSã®ãƒ€ãƒ³ãƒ—æ–¹æ³•ã‚’é¸æŠžã—ã¦ãã ã•ã„。<br>â€å®Œå…¨â€ã¯ã™ã¹ã¦ã®ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ–°ã—ã„ディレクトリã«ã‚³ãƒ”ーã•れã¾ã™ã€‚<br>â€ã‚¹ã‚±ãƒ«ãƒˆãƒ³â€ã¯ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªæ§‹é€ を作æˆã™ã‚‹ã ã‘ã§ã™ã€‚</translation> | 4271 | <translation>RomFSã®ãƒ€ãƒ³ãƒ—æ–¹æ³•ã‚’é¸æŠžã—ã¦ãã ã•ã„。<br>â€å®Œå…¨â€ã¯ã™ã¹ã¦ã®ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ–°ã—ã„ディレクトリã«ã‚³ãƒ”ーã•れã¾ã™ã€‚<br>â€ã‚¹ã‚±ãƒ«ãƒˆãƒ³â€ã¯ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªæ§‹é€ を作æˆã™ã‚‹ã ã‘ã§ã™ã€‚</translation> |
| 4271 | </message> | 4272 | </message> |
| 4272 | <message> | 4273 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4274 | <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> | 4275 | <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> |
| 4275 | <translation type="unfinished"/> | 4276 | <translation type="unfinished"/> |
| 4276 | </message> | 4277 | </message> |
| 4277 | <message> | 4278 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4279 | <source>Extracting RomFS...</source> | 4280 | <source>Extracting RomFS...</source> |
| 4280 | <translation>RomFSã‚’è§£æžä¸...</translation> | 4281 | <translation>RomFSã‚’è§£æžä¸...</translation> |
| 4281 | </message> | 4282 | </message> |
| 4282 | <message> | 4283 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4285 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4285 | <source>Cancel</source> | 4286 | <source>Cancel</source> |
| 4286 | <translation>ã‚ャンセル</translation> | 4287 | <translation>ã‚ャンセル</translation> |
| 4287 | </message> | 4288 | </message> |
| 4288 | <message> | 4289 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4290 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4290 | <source>RomFS Extraction Succeeded!</source> | 4291 | <source>RomFS Extraction Succeeded!</source> |
| 4291 | <translation>RomFSè§£æžæˆåŠŸï¼</translation> | 4292 | <translation>RomFSè§£æžæˆåŠŸï¼</translation> |
| 4292 | </message> | 4293 | </message> |
| 4293 | <message> | 4294 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4295 | <source>The operation completed successfully.</source> | 4296 | <source>The operation completed successfully.</source> |
| 4296 | <translation>æ“ä½œã¯æˆåŠŸã—ã¾ã—ãŸã€‚</translation> | 4297 | <translation>æ“ä½œã¯æˆåŠŸã—ã¾ã—ãŸã€‚</translation> |
| 4297 | </message> | 4298 | </message> |
| 4298 | <message> | 4299 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4300 | <source>Error Opening %1</source> | 4301 | <source>Error Opening %1</source> |
| 4301 | <translation>â€%1â€ã‚’é–‹ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> | 4302 | <translation>â€%1â€ã‚’é–‹ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> |
| 4302 | </message> | 4303 | </message> |
| 4303 | <message> | 4304 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4305 | <source>Select Directory</source> | 4306 | <source>Select Directory</source> |
| 4306 | <translation>ディレクトリã®é¸æŠž</translation> | 4307 | <translation>ディレクトリã®é¸æŠž</translation> |
| 4307 | </message> | 4308 | </message> |
| 4308 | <message> | 4309 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4310 | <source>Properties</source> | 4311 | <source>Properties</source> |
| 4311 | <translation>プãƒãƒ‘ティ</translation> | 4312 | <translation>プãƒãƒ‘ティ</translation> |
| 4312 | </message> | 4313 | </message> |
| 4313 | <message> | 4314 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4315 | <source>The game properties could not be loaded.</source> | 4316 | <source>The game properties could not be loaded.</source> |
| 4316 | <translation>ゲームプãƒãƒ‘ティをãƒãƒ¼ãƒ‰å‡ºæ¥ã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4317 | <translation>ゲームプãƒãƒ‘ティをãƒãƒ¼ãƒ‰å‡ºæ¥ã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4317 | </message> | 4318 | </message> |
| 4318 | <message> | 4319 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4320 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4321 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4321 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4322 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4322 | <translation>Switch実行ファイル (%1);;ã™ã¹ã¦ã®ãƒ•ァイル (*.*)</translation> | 4323 | <translation>Switch実行ファイル (%1);;ã™ã¹ã¦ã®ãƒ•ァイル (*.*)</translation> |
| 4323 | </message> | 4324 | </message> |
| 4324 | <message> | 4325 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4326 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4326 | <source>Load File</source> | 4327 | <source>Load File</source> |
| 4327 | <translation>ファイルã®ãƒãƒ¼ãƒ‰</translation> | 4328 | <translation>ファイルã®ãƒãƒ¼ãƒ‰</translation> |
| 4328 | </message> | 4329 | </message> |
| 4329 | <message> | 4330 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4331 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4331 | <source>Open Extracted ROM Directory</source> | 4332 | <source>Open Extracted ROM Directory</source> |
| 4332 | <translation>展開ã•れã¦ã„ã‚‹ROMディレクトリを開ã</translation> | 4333 | <translation>展開ã•れã¦ã„ã‚‹ROMディレクトリを開ã</translation> |
| 4333 | </message> | 4334 | </message> |
| 4334 | <message> | 4335 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4336 | <source>Invalid Directory Selected</source> | 4337 | <source>Invalid Directory Selected</source> |
| 4337 | <translation>無効ãªãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªãŒé¸æŠžã•れã¾ã—ãŸ</translation> | 4338 | <translation>無効ãªãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªãŒé¸æŠžã•れã¾ã—ãŸ</translation> |
| 4338 | </message> | 4339 | </message> |
| 4339 | <message> | 4340 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4341 | <source>The directory you have selected does not contain a 'main' file.</source> | 4342 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4342 | <translation>é¸æŠžã•れãŸãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«â€mainâ€ãƒ•ァイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4343 | <translation>é¸æŠžã•れãŸãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«â€mainâ€ãƒ•ァイルãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4343 | </message> | 4344 | </message> |
| 4344 | <message> | 4345 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4346 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4347 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4347 | <translation>インストールå¯èƒ½ãªã‚¹ã‚¤ãƒƒãƒãƒ•ァイル (*.nca *.nsp *.xci);;ä»»å¤©å ‚ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¢ãƒ¼ã‚«ã‚¤ãƒ– (*.nca);;ä»»å¤©å ‚ã‚µãƒ–ãƒŸãƒƒã‚·ãƒ§ãƒ³ãƒ‘ãƒƒã‚±ãƒ¼ã‚¸ (*.nsp);;NXカートリッジイメージ (*.xci)</translation> | 4348 | <translation>インストールå¯èƒ½ãªã‚¹ã‚¤ãƒƒãƒãƒ•ァイル (*.nca *.nsp *.xci);;ä»»å¤©å ‚ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã‚¢ãƒ¼ã‚«ã‚¤ãƒ– (*.nca);;ä»»å¤©å ‚ã‚µãƒ–ãƒŸãƒƒã‚·ãƒ§ãƒ³ãƒ‘ãƒƒã‚±ãƒ¼ã‚¸ (*.nsp);;NXカートリッジイメージ (*.xci)</translation> |
| 4348 | </message> | 4349 | </message> |
| 4349 | <message> | 4350 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4351 | <source>Install Files</source> | 4352 | <source>Install Files</source> |
| 4352 | <translation>ファイルã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«</translation> | 4353 | <translation>ファイルã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«</translation> |
| 4353 | </message> | 4354 | </message> |
| 4354 | <message numerus="yes"> | 4355 | <message numerus="yes"> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4356 | <source>%n file(s) remaining</source> | 4357 | <source>%n file(s) remaining</source> |
| 4357 | <translation><numerusform>残り %n ファイル</numerusform></translation> | 4358 | <translation><numerusform>残り %n ファイル</numerusform></translation> |
| 4358 | </message> | 4359 | </message> |
| 4359 | <message> | 4360 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4361 | <source>Installing file "%1"...</source> | 4362 | <source>Installing file "%1"...</source> |
| 4362 | <translation>"%1"ファイルをインストールã—ã¦ã„ã¾ã™ãƒ»ãƒ»ãƒ»</translation> | 4363 | <translation>"%1"ファイルをインストールã—ã¦ã„ã¾ã™ãƒ»ãƒ»ãƒ»</translation> |
| 4363 | </message> | 4364 | </message> |
| 4364 | <message> | 4365 | <message> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4367 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4367 | <source>Install Results</source> | 4368 | <source>Install Results</source> |
| 4368 | <translation>ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«çµæžœ</translation> | 4369 | <translation>ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«çµæžœ</translation> |
| 4369 | </message> | 4370 | </message> |
| 4370 | <message> | 4371 | <message> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4372 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4372 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4373 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4373 | Please, only use this feature to install updates and DLC.</source> | 4374 | Please, only use this feature to install updates and DLC.</source> |
| 4374 | <translation type="unfinished"/> | 4375 | <translation type="unfinished"/> |
| 4375 | </message> | 4376 | </message> |
| 4376 | <message numerus="yes"> | 4377 | <message numerus="yes"> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4378 | <source>%n file(s) were newly installed | 4379 | <source>%n file(s) were newly installed |
| 4379 | </source> | 4380 | </source> |
| 4380 | <translation><numerusform>%n ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ–°ãŸã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—㟠| 4381 | <translation><numerusform>%n ãƒ•ã‚¡ã‚¤ãƒ«ãŒæ–°ãŸã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•れã¾ã—㟠|
| 4381 | </numerusform></translation> | 4382 | </numerusform></translation> |
| 4382 | </message> | 4383 | </message> |
| 4383 | <message numerus="yes"> | 4384 | <message numerus="yes"> |
| 4384 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4385 | <source>%n file(s) were overwritten | 4386 | <source>%n file(s) were overwritten |
| 4386 | </source> | 4387 | </source> |
| 4387 | <translation><numerusform>%n ファイルãŒä¸Šæ›¸ãã•れã¾ã—㟠| 4388 | <translation><numerusform>%n ファイルãŒä¸Šæ›¸ãã•れã¾ã—㟠|
| 4388 | </numerusform></translation> | 4389 | </numerusform></translation> |
| 4389 | </message> | 4390 | </message> |
| 4390 | <message numerus="yes"> | 4391 | <message numerus="yes"> |
| 4391 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4392 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4392 | <source>%n file(s) failed to install | 4393 | <source>%n file(s) failed to install |
| 4393 | </source> | 4394 | </source> |
| 4394 | <translation><numerusform>%n ファイルã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å¤±æ•—ã—ã¾ã—㟠| 4395 | <translation><numerusform>%n ファイルã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å¤±æ•—ã—ã¾ã—㟠|
| 4395 | </numerusform></translation> | 4396 | </numerusform></translation> |
| 4396 | </message> | 4397 | </message> |
| 4397 | <message> | 4398 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4399 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4399 | <source>System Application</source> | 4400 | <source>System Application</source> |
| 4400 | <translation>システムアプリケーション</translation> | 4401 | <translation>システムアプリケーション</translation> |
| 4401 | </message> | 4402 | </message> |
| 4402 | <message> | 4403 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4404 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4404 | <source>System Archive</source> | 4405 | <source>System Archive</source> |
| 4405 | <translation>システムアーカイブ</translation> | 4406 | <translation>システムアーカイブ</translation> |
| 4406 | </message> | 4407 | </message> |
| 4407 | <message> | 4408 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4409 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4409 | <source>System Application Update</source> | 4410 | <source>System Application Update</source> |
| 4410 | <translation>システムアプリケーションアップデート</translation> | 4411 | <translation>システムアプリケーションアップデート</translation> |
| 4411 | </message> | 4412 | </message> |
| 4412 | <message> | 4413 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4414 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4414 | <source>Firmware Package (Type A)</source> | 4415 | <source>Firmware Package (Type A)</source> |
| 4415 | <translation>ファームウェアパッケージ(Type A)</translation> | 4416 | <translation>ファームウェアパッケージ(Type A)</translation> |
| 4416 | </message> | 4417 | </message> |
| 4417 | <message> | 4418 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4419 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4419 | <source>Firmware Package (Type B)</source> | 4420 | <source>Firmware Package (Type B)</source> |
| 4420 | <translation>ファームウェアパッケージ(Type B)</translation> | 4421 | <translation>ファームウェアパッケージ(Type B)</translation> |
| 4421 | </message> | 4422 | </message> |
| 4422 | <message> | 4423 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4424 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4424 | <source>Game</source> | 4425 | <source>Game</source> |
| 4425 | <translation>ゲーム</translation> | 4426 | <translation>ゲーム</translation> |
| 4426 | </message> | 4427 | </message> |
| 4427 | <message> | 4428 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4429 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4429 | <source>Game Update</source> | 4430 | <source>Game Update</source> |
| 4430 | <translation>ゲームアップデート</translation> | 4431 | <translation>ゲームアップデート</translation> |
| 4431 | </message> | 4432 | </message> |
| 4432 | <message> | 4433 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4434 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4434 | <source>Game DLC</source> | 4435 | <source>Game DLC</source> |
| 4435 | <translation>ゲームDLC</translation> | 4436 | <translation>ゲームDLC</translation> |
| 4436 | </message> | 4437 | </message> |
| 4437 | <message> | 4438 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4439 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4439 | <source>Delta Title</source> | 4440 | <source>Delta Title</source> |
| 4440 | <translation>差分タイトル</translation> | 4441 | <translation>差分タイトル</translation> |
| 4441 | </message> | 4442 | </message> |
| 4442 | <message> | 4443 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4444 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4444 | <source>Select NCA Install Type...</source> | 4445 | <source>Select NCA Install Type...</source> |
| 4445 | <translation>NCAã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ç¨®åˆ¥ã‚’é¸æŠžãƒ»ãƒ»ãƒ»</translation> | 4446 | <translation>NCAã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ç¨®åˆ¥ã‚’é¸æŠžãƒ»ãƒ»ãƒ»</translation> |
| 4446 | </message> | 4447 | </message> |
| 4447 | <message> | 4448 | <message> |
| 4448 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4449 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4449 | <source>Please select the type of title you would like to install this NCA as: | 4450 | <source>Please select the type of title you would like to install this NCA as: |
| 4450 | (In most instances, the default 'Game' is fine.)</source> | 4451 | (In most instances, the default 'Game' is fine.)</source> |
| 4451 | <translation>インストールã™ã‚‹NCAã‚¿ã‚¤ãƒˆãƒ«ç¨®åˆ¥ã‚’é¸æŠžã—ã¦ä¸‹ã•ã„: | 4452 | <translation>インストールã™ã‚‹NCAã‚¿ã‚¤ãƒˆãƒ«ç¨®åˆ¥ã‚’é¸æŠžã—ã¦ä¸‹ã•ã„: |
| 4452 | (ã»ã¨ã‚“ã©ã®å ´åˆã€ãƒ‡ãƒ•ォルトã®â€ã‚²ãƒ¼ãƒ â€ã§å•題ã‚りã¾ã›ã‚“。)</translation> | 4453 | (ã»ã¨ã‚“ã©ã®å ´åˆã€ãƒ‡ãƒ•ォルトã®â€ã‚²ãƒ¼ãƒ â€ã§å•題ã‚りã¾ã›ã‚“。)</translation> |
| 4453 | </message> | 4454 | </message> |
| 4454 | <message> | 4455 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4456 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4456 | <source>Failed to Install</source> | 4457 | <source>Failed to Install</source> |
| 4457 | <translation>インストール失敗</translation> | 4458 | <translation>インストール失敗</translation> |
| 4458 | </message> | 4459 | </message> |
| 4459 | <message> | 4460 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4461 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4461 | <source>The title type you selected for the NCA is invalid.</source> | 4462 | <source>The title type you selected for the NCA is invalid.</source> |
| 4462 | <translation>é¸æŠžã•れãŸNCAã®ã‚¿ã‚¤ãƒˆãƒ«ç¨®åˆ¥ãŒç„¡åйã§ã™ã€‚</translation> | 4463 | <translation>é¸æŠžã•れãŸNCAã®ã‚¿ã‚¤ãƒˆãƒ«ç¨®åˆ¥ãŒç„¡åйã§ã™ã€‚</translation> |
| 4463 | </message> | 4464 | </message> |
| 4464 | <message> | 4465 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4466 | <source>File not found</source> | 4467 | <source>File not found</source> |
| 4467 | <translation>ファイルãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> | 4468 | <translation>ファイルãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> |
| 4468 | </message> | 4469 | </message> |
| 4469 | <message> | 4470 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4471 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4471 | <source>File "%1" not found</source> | 4472 | <source>File "%1" not found</source> |
| 4472 | <translation>ファイルâ€%1â€ãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> | 4473 | <translation>ファイルâ€%1â€ãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> |
| 4473 | </message> | 4474 | </message> |
| 4474 | <message> | 4475 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4476 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4476 | <source>OK</source> | 4477 | <source>OK</source> |
| 4477 | <translation>OK</translation> | 4478 | <translation>OK</translation> |
| 4478 | </message> | 4479 | </message> |
| 4479 | <message> | 4480 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4481 | <source>Missing yuzu Account</source> | 4482 | <source>Missing yuzu Account</source> |
| 4482 | <translation>yuzuアカウントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> | 4483 | <translation>yuzuアカウントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> |
| 4483 | </message> | 4484 | </message> |
| 4484 | <message> | 4485 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4486 | <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> | 4487 | <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> |
| 4487 | <translation>ゲームã®äº’æ›æ€§ãƒ†ã‚¹ãƒˆã‚±ãƒ¼ã‚¹ã‚’é€ä¿¡ã™ã‚‹ã«ã¯ã€yuzuアカウントをリンクã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚<br><br/>yuzuアカウントをリンクã™ã‚‹ã«ã¯ã€ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ > è¨å®š > Web ã‹ã‚‰è¡Œã„ã¾ã™ã€‚</translation> | 4488 | <translation>ゲームã®äº’æ›æ€§ãƒ†ã‚¹ãƒˆã‚±ãƒ¼ã‚¹ã‚’é€ä¿¡ã™ã‚‹ã«ã¯ã€yuzuアカウントをリンクã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚<br><br/>yuzuアカウントをリンクã™ã‚‹ã«ã¯ã€ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ > è¨å®š > Web ã‹ã‚‰è¡Œã„ã¾ã™ã€‚</translation> |
| 4488 | </message> | 4489 | </message> |
| 4489 | <message> | 4490 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4491 | <source>Error opening URL</source> | 4492 | <source>Error opening URL</source> |
| 4492 | <translation>URLオープンエラー</translation> | 4493 | <translation>URLオープンエラー</translation> |
| 4493 | </message> | 4494 | </message> |
| 4494 | <message> | 4495 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4496 | <source>Unable to open the URL "%1".</source> | 4497 | <source>Unable to open the URL "%1".</source> |
| 4497 | <translation>URL"%1"ã‚’é–‹ã‘ã¾ã›ã‚“。</translation> | 4498 | <translation>URL"%1"ã‚’é–‹ã‘ã¾ã›ã‚“。</translation> |
| 4498 | </message> | 4499 | </message> |
| 4499 | <message> | 4500 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4501 | <source>TAS Recording</source> | 4502 | <source>TAS Recording</source> |
| 4502 | <translation> TAS 記録ä¸</translation> | 4503 | <translation> TAS 記録ä¸</translation> |
| 4503 | </message> | 4504 | </message> |
| 4504 | <message> | 4505 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4506 | <source>Overwrite file of player 1?</source> | 4507 | <source>Overwrite file of player 1?</source> |
| 4507 | <translation>プレイヤー1ã®ãƒ•ァイルを上書ãã—ã¾ã™ã‹?</translation> | 4508 | <translation>プレイヤー1ã®ãƒ•ァイルを上書ãã—ã¾ã™ã‹?</translation> |
| 4508 | </message> | 4509 | </message> |
| 4509 | <message> | 4510 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4511 | <source>Invalid config detected</source> | 4512 | <source>Invalid config detected</source> |
| 4512 | <translation>無効ãªè¨å®šã‚’検出ã—ã¾ã—ãŸ</translation> | 4513 | <translation>無効ãªè¨å®šã‚’検出ã—ã¾ã—ãŸ</translation> |
| 4513 | </message> | 4514 | </message> |
| 4514 | <message> | 4515 | <message> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4516 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4516 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4517 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4517 | <translation>æºå¸¯ã‚³ãƒ³ãƒˆãƒãƒ¼ãƒ©ã¯ãƒ‰ãƒƒã‚¯ãƒ¢ãƒ¼ãƒ‰ã§ä½¿ç”¨ã§ãã¾ã›ã‚“. Proコントãƒãƒ¼ãƒ©ãŒé¸æŠžã•れã¾ã™.</translation> | 4518 | <translation>æºå¸¯ã‚³ãƒ³ãƒˆãƒãƒ¼ãƒ©ã¯ãƒ‰ãƒƒã‚¯ãƒ¢ãƒ¼ãƒ‰ã§ä½¿ç”¨ã§ããªã„ãŸã‚ã€Proコントãƒãƒ¼ãƒ©ãŒé¸æŠžã•れã¾ã™ã€‚</translation> |
| 4518 | </message> | 4519 | </message> |
| 4519 | <message> | 4520 | <message> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4521 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4522 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4522 | <source>Error</source> | 4523 | <source>Error</source> |
| 4523 | <translation type="unfinished"/> | 4524 | <translation type="unfinished"/> |
| 4524 | </message> | 4525 | </message> |
| 4525 | <message> | 4526 | <message> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4527 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4527 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4528 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4528 | <source>The current game is not looking for amiibos</source> | 4529 | <source>The current game is not looking for amiibos</source> |
| 4529 | <translation type="unfinished"/> | 4530 | <translation type="unfinished"/> |
| 4530 | </message> | 4531 | </message> |
| 4531 | <message> | 4532 | <message> |
| 4532 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4533 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4533 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4534 | <source>Amiibo</source> | 4535 | <source>Amiibo</source> |
| 4535 | <translation type="unfinished"/> | 4536 | <translation>Amiibo</translation> |
| 4536 | </message> | 4537 | </message> |
| 4537 | <message> | 4538 | <message> |
| 4538 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4540 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4540 | <source>The current amiibo has been removed</source> | 4541 | <source>The current amiibo has been removed</source> |
| 4541 | <translation type="unfinished"/> | 4542 | <translation type="unfinished"/> |
| 4542 | </message> | 4543 | </message> |
| 4543 | <message> | 4544 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4545 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4546 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4546 | <translation>amiiboファイル (%1);;ã™ã¹ã¦ã®ãƒ•ァイル (*.*)</translation> | 4547 | <translation>amiiboファイル (%1);;ã™ã¹ã¦ã®ãƒ•ァイル (*.*)</translation> |
| 4547 | </message> | 4548 | </message> |
| 4548 | <message> | 4549 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4550 | <source>Load Amiibo</source> | 4551 | <source>Load Amiibo</source> |
| 4551 | <translation>amiiboã®ãƒãƒ¼ãƒ‰</translation> | 4552 | <translation>amiiboã®ãƒãƒ¼ãƒ‰</translation> |
| 4552 | </message> | 4553 | </message> |
| 4553 | <message> | 4554 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4555 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4555 | <source>Error opening Amiibo data file</source> | 4556 | <source>Error opening Amiibo data file</source> |
| 4556 | <translation>amiiboデータファイルを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> | 4557 | <translation>amiiboデータファイルを開ã‘ã¾ã›ã‚“ã§ã—ãŸ</translation> |
| 4557 | </message> | 4558 | </message> |
| 4558 | <message> | 4559 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4560 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4561 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4561 | <translation>amiiboデータファイルâ€%1â€ã‚’èªã¿è¾¼ã‚ã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4562 | <translation>amiiboデータファイルâ€%1â€ã‚’èªã¿è¾¼ã‚ã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4562 | </message> | 4563 | </message> |
| 4563 | <message> | 4564 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4565 | <source>Error reading Amiibo data file</source> | 4566 | <source>Error reading Amiibo data file</source> |
| 4566 | <translation>amiiboデータファイルをèªã¿è¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸ</translation> | 4567 | <translation>amiiboデータファイルをèªã¿è¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ãŸ</translation> |
| 4567 | </message> | 4568 | </message> |
| 4568 | <message> | 4569 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4570 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4571 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4571 | <translation>amiiboデータを完全ã«ã¯èªã¿å–ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚%1ãƒã‚¤ãƒˆã‚’èªã¿è¾¼ã‚‚ã†ã¨ã—ã¾ã—ãŸãŒã€%2ãƒã‚¤ãƒˆã—ã‹èªã¿å–れã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4572 | <translation>amiiboデータを完全ã«ã¯èªã¿å–ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚%1ãƒã‚¤ãƒˆã‚’èªã¿è¾¼ã‚‚ã†ã¨ã—ã¾ã—ãŸãŒã€%2ãƒã‚¤ãƒˆã—ã‹èªã¿å–れã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4572 | </message> | 4573 | </message> |
| 4573 | <message> | 4574 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4575 | <source>Error loading Amiibo data</source> | 4576 | <source>Error loading Amiibo data</source> |
| 4576 | <translation>amiiboデータèªã¿è¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ</translation> | 4577 | <translation>amiiboデータèªã¿è¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ</translation> |
| 4577 | </message> | 4578 | </message> |
| 4578 | <message> | 4579 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4580 | <source>Unable to load Amiibo data.</source> | 4581 | <source>Unable to load Amiibo data.</source> |
| 4581 | <translation>amiiboデータをãƒãƒ¼ãƒ‰ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4582 | <translation>amiiboデータをãƒãƒ¼ãƒ‰ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4582 | </message> | 4583 | </message> |
| 4583 | <message> | 4584 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4585 | <source>Capture Screenshot</source> | 4586 | <source>Capture Screenshot</source> |
| 4586 | <translation>スクリーンショットã®ã‚ャプãƒãƒ£</translation> | 4587 | <translation>スクリーンショットã®ã‚ャプãƒãƒ£</translation> |
| 4587 | </message> | 4588 | </message> |
| 4588 | <message> | 4589 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4590 | <source>PNG Image (*.png)</source> | 4591 | <source>PNG Image (*.png)</source> |
| 4591 | <translation>PNGç”»åƒ (*.png)</translation> | 4592 | <translation>PNGç”»åƒ (*.png)</translation> |
| 4592 | </message> | 4593 | </message> |
| 4593 | <message> | 4594 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4595 | <source>TAS state: Running %1/%2</source> | 4596 | <source>TAS state: Running %1/%2</source> |
| 4596 | <translation>TAS 状態: å®Ÿè¡Œä¸ %1/%2</translation> | 4597 | <translation>TAS 状態: å®Ÿè¡Œä¸ %1/%2</translation> |
| 4597 | </message> | 4598 | </message> |
| 4598 | <message> | 4599 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4600 | <source>TAS state: Recording %1</source> | 4601 | <source>TAS state: Recording %1</source> |
| 4601 | <translation>TAS 状態: è¨˜éŒ²ä¸ %1</translation> | 4602 | <translation>TAS 状態: è¨˜éŒ²ä¸ %1</translation> |
| 4602 | </message> | 4603 | </message> |
| 4603 | <message> | 4604 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4605 | <source>TAS state: Idle %1/%2</source> | 4606 | <source>TAS state: Idle %1/%2</source> |
| 4606 | <translation>TAS 状態: アイドル %1/%2</translation> | 4607 | <translation>TAS 状態: アイドル %1/%2</translation> |
| 4607 | </message> | 4608 | </message> |
| 4608 | <message> | 4609 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4610 | <source>TAS State: Invalid</source> | 4611 | <source>TAS State: Invalid</source> |
| 4611 | <translation>TAS 状態: 無効</translation> | 4612 | <translation>TAS 状態: 無効</translation> |
| 4612 | </message> | 4613 | </message> |
| 4613 | <message> | 4614 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4615 | <source>&Stop Running</source> | 4616 | <source>&Stop Running</source> |
| 4616 | <translation>å®Ÿè¡Œåœæ¢(&S)</translation> | 4617 | <translation>å®Ÿè¡Œåœæ¢(&S)</translation> |
| 4617 | </message> | 4618 | </message> |
| 4618 | <message> | 4619 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4620 | <source>&Start</source> | 4621 | <source>&Start</source> |
| 4621 | <translation>実行(&S)</translation> | 4622 | <translation>実行(&S)</translation> |
| 4622 | </message> | 4623 | </message> |
| 4623 | <message> | 4624 | <message> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4625 | <source>Stop R&ecording</source> | 4626 | <source>Stop R&ecording</source> |
| 4626 | <translation>è¨˜éŒ²åœæ¢(&R)</translation> | 4627 | <translation>è¨˜éŒ²åœæ¢(&R)</translation> |
| 4627 | </message> | 4628 | </message> |
| 4628 | <message> | 4629 | <message> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4630 | <source>R&ecord</source> | 4631 | <source>R&ecord</source> |
| 4631 | <translation>記録(&R)</translation> | 4632 | <translation>記録(&R)</translation> |
| 4632 | </message> | 4633 | </message> |
| 4633 | <message numerus="yes"> | 4634 | <message numerus="yes"> |
| 4634 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4635 | <source>Building: %n shader(s)</source> | 4636 | <source>Building: %n shader(s)</source> |
| 4636 | <translation><numerusform>構築ä¸: %n シェーダー</numerusform></translation> | 4637 | <translation><numerusform>構築ä¸: %n シェーダー</numerusform></translation> |
| 4637 | </message> | 4638 | </message> |
| 4638 | <message> | 4639 | <message> |
| 4639 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4640 | <source>Scale: %1x</source> | 4641 | <source>Scale: %1x</source> |
| 4641 | <comment>%1 is the resolution scaling factor</comment> | 4642 | <comment>%1 is the resolution scaling factor</comment> |
| 4642 | <translation>拡大率: %1å€</translation> | 4643 | <translation>拡大率: %1x</translation> |
| 4643 | </message> | 4644 | </message> |
| 4644 | <message> | 4645 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4646 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4646 | <source>Speed: %1% / %2%</source> | 4647 | <source>Speed: %1% / %2%</source> |
| 4647 | <translation>速度:%1% / %2%</translation> | 4648 | <translation>速度:%1% / %2%</translation> |
| 4648 | </message> | 4649 | </message> |
| 4649 | <message> | 4650 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4651 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4651 | <source>Speed: %1%</source> | 4652 | <source>Speed: %1%</source> |
| 4652 | <translation>速度:%1%</translation> | 4653 | <translation>速度:%1%</translation> |
| 4653 | </message> | 4654 | </message> |
| 4654 | <message> | 4655 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4656 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4656 | <source>Game: %1 FPS (Unlocked)</source> | 4657 | <source>Game: %1 FPS (Unlocked)</source> |
| 4657 | <translation type="unfinished"/> | 4658 | <translation type="unfinished"/> |
| 4658 | </message> | 4659 | </message> |
| 4659 | <message> | 4660 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4661 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4661 | <source>Game: %1 FPS</source> | 4662 | <source>Game: %1 FPS</source> |
| 4662 | <translation>ゲーム:%1 FPS</translation> | 4663 | <translation>ゲーム:%1 FPS</translation> |
| 4663 | </message> | 4664 | </message> |
| 4664 | <message> | 4665 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4666 | <source>Frame: %1 ms</source> | 4667 | <source>Frame: %1 ms</source> |
| 4667 | <translation>フレーム:%1 ms</translation> | 4668 | <translation>フレーム:%1 ms</translation> |
| 4668 | </message> | 4669 | </message> |
| 4669 | <message> | 4670 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4671 | <source>GPU NORMAL</source> | 4672 | <source>GPU NORMAL</source> |
| 4672 | <translation>GPU NORMAL</translation> | 4673 | <translation>GPU NORMAL</translation> |
| 4673 | </message> | 4674 | </message> |
| 4674 | <message> | 4675 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4676 | <source>GPU HIGH</source> | 4677 | <source>GPU HIGH</source> |
| 4677 | <translation>GPU HIGH</translation> | 4678 | <translation>GPU HIGH</translation> |
| 4678 | </message> | 4679 | </message> |
| 4679 | <message> | 4680 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4681 | <source>GPU EXTREME</source> | 4682 | <source>GPU EXTREME</source> |
| 4682 | <translation>GPU EXTREME</translation> | 4683 | <translation>GPU EXTREME</translation> |
| 4683 | </message> | 4684 | </message> |
| 4684 | <message> | 4685 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4686 | <source>GPU ERROR</source> | 4687 | <source>GPU ERROR</source> |
| 4687 | <translation>GPU ERROR</translation> | 4688 | <translation>GPU ERROR</translation> |
| 4688 | </message> | 4689 | </message> |
| 4689 | <message> | 4690 | <message> |
| 4690 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4691 | <source>NEAREST</source> | 4692 | <source>NEAREST</source> |
| 4692 | <translation type="unfinished"/> | 4693 | <translation>NEAREST</translation> |
| 4693 | </message> | 4694 | </message> |
| 4694 | <message> | 4695 | <message> |
| 4695 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4696 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4697 | <source>BILINEAR</source> | 4698 | <source>BILINEAR</source> |
| 4698 | <translation type="unfinished"/> | 4699 | <translation>BILINEAR</translation> |
| 4699 | </message> | 4700 | </message> |
| 4700 | <message> | 4701 | <message> |
| 4701 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4702 | <source>BICUBIC</source> | 4703 | <source>BICUBIC</source> |
| 4703 | <translation type="unfinished"/> | 4704 | <translation>BICUBIC</translation> |
| 4704 | </message> | 4705 | </message> |
| 4705 | <message> | 4706 | <message> |
| 4706 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4707 | <source>GAUSSIAN</source> | 4708 | <source>GAUSSIAN</source> |
| 4708 | <translation type="unfinished"/> | 4709 | <translation>GAUSSIAN</translation> |
| 4709 | </message> | 4710 | </message> |
| 4710 | <message> | 4711 | <message> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4712 | <source>SCALEFORCE</source> | 4713 | <source>SCALEFORCE</source> |
| 4713 | <translation type="unfinished"/> | 4714 | <translation>SCALEFORCE</translation> |
| 4714 | </message> | 4715 | </message> |
| 4715 | <message> | 4716 | <message> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4717 | <source>FSR</source> | 4718 | <source>FSR</source> |
| 4718 | <translation type="unfinished"/> | 4719 | <translation>FSR</translation> |
| 4719 | </message> | 4720 | </message> |
| 4720 | <message> | 4721 | <message> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4723 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4723 | <source>NO AA</source> | 4724 | <source>NO AA</source> |
| 4724 | <translation type="unfinished"/> | 4725 | <translation>NO AA</translation> |
| 4725 | </message> | 4726 | </message> |
| 4726 | <message> | 4727 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4728 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4728 | <source>FXAA</source> | 4729 | <source>FXAA</source> |
| 4729 | <translation>FXAA</translation> | 4730 | <translation>FXAA</translation> |
| 4730 | </message> | 4731 | </message> |
| 4731 | <message> | 4732 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4733 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4733 | <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> | 4734 | <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> |
| 4734 | <translation>ãƒãƒ¼ãƒ‰ã—よã†ã¨ã—ã¦ã„るゲームã¯ãƒ—レイã™ã‚‹å‰ã«ã€è¿½åŠ ã®ãƒ•ァイルを必è¦ã¨ã—ã¾ã™ã€‚ãれã¯Switchã‹ã‚‰ãƒ€ãƒ³ãƒ—ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚<br/><br/>ã“れらã®ãƒ•ァイルã®ãƒ€ãƒ³ãƒ—ã®è©³ç´°ã«ã¤ã„ã¦ã¯ã€æ¬¡ã®Wikiページをå‚ç…§ã—ã¦ãã ã•ã„:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>スイッãƒã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã‹ã‚‰ã®ã‚·ã‚¹ãƒ†ãƒ アーカイブã¨å…±æœ‰ãƒ•ォントをダンプã™ã‚‹</a>。<br/><br/>ã‚²ãƒ¼ãƒ ãƒªã‚¹ãƒˆã«æˆ»ã‚Šã¾ã™ã‹ï¼Ÿã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ç¶šã‘ã‚‹ã¨ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã€ä¿å˜ãƒ‡ãƒ¼ã‚¿ã®ç ´æã€ã¾ãŸã¯ãã®ä»–ã®ãƒã‚°ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚</translation> | 4735 | <translation>ãƒãƒ¼ãƒ‰ã—よã†ã¨ã—ã¦ã„るゲームã¯ãƒ—レイã™ã‚‹å‰ã«ã€è¿½åŠ ã®ãƒ•ァイルを必è¦ã¨ã—ã¾ã™ã€‚ãれã¯Switchã‹ã‚‰ãƒ€ãƒ³ãƒ—ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚<br/><br/>ã“れらã®ãƒ•ァイルã®ãƒ€ãƒ³ãƒ—ã®è©³ç´°ã«ã¤ã„ã¦ã¯ã€æ¬¡ã®Wikiページをå‚ç…§ã—ã¦ãã ã•ã„:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>スイッãƒã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã‹ã‚‰ã®ã‚·ã‚¹ãƒ†ãƒ アーカイブã¨å…±æœ‰ãƒ•ォントをダンプã™ã‚‹</a>。<br/><br/>ã‚²ãƒ¼ãƒ ãƒªã‚¹ãƒˆã«æˆ»ã‚Šã¾ã™ã‹ï¼Ÿã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ç¶šã‘ã‚‹ã¨ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã€ä¿å˜ãƒ‡ãƒ¼ã‚¿ã®ç ´æã€ã¾ãŸã¯ãã®ä»–ã®ãƒã‚°ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚</translation> |
| 4735 | </message> | 4736 | </message> |
| 4736 | <message> | 4737 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4738 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4738 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4739 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4739 | <translation>yuzuã¯Switchã®ã‚·ã‚¹ãƒ†ãƒ アーカイブ "%1" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4740 | <translation>yuzuã¯Switchã®ã‚·ã‚¹ãƒ†ãƒ アーカイブ "%1" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4740 | </message> | 4741 | </message> |
| 4741 | <message> | 4742 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4743 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4744 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4744 | <translation>yuzuã¯Switchã®ã‚·ã‚¹ãƒ†ãƒ アーカイブ "%1" "%2" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4745 | <translation>yuzuã¯Switchã®ã‚·ã‚¹ãƒ†ãƒ アーカイブ "%1" "%2" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4745 | </message> | 4746 | </message> |
| 4746 | <message> | 4747 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4748 | <source>System Archive Not Found</source> | 4749 | <source>System Archive Not Found</source> |
| 4749 | <translation>システムアーカイブãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“</translation> | 4750 | <translation>システムアーカイブãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“</translation> |
| 4750 | </message> | 4751 | </message> |
| 4751 | <message> | 4752 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4753 | <source>System Archive Missing</source> | 4754 | <source>System Archive Missing</source> |
| 4754 | <translation>システムアーカイブãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“</translation> | 4755 | <translation>システムアーカイブãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“</translation> |
| 4755 | </message> | 4756 | </message> |
| 4756 | <message> | 4757 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4758 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4759 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4759 | <translation>yuzuã¯Switchã®å…±æœ‰ãƒ•ォント "%1" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> | 4760 | <translation>yuzuã¯Switchã®å…±æœ‰ãƒ•ォント "%1" を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸã€‚</translation> |
| 4760 | </message> | 4761 | </message> |
| 4761 | <message> | 4762 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4763 | <source>Shared Fonts Not Found</source> | 4764 | <source>Shared Fonts Not Found</source> |
| 4764 | <translation>共有フォントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> | 4765 | <translation>共有フォントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> |
| 4765 | </message> | 4766 | </message> |
| 4766 | <message> | 4767 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4768 | <source>Shared Font Missing</source> | 4769 | <source>Shared Font Missing</source> |
| 4769 | <translation>共有フォントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> | 4770 | <translation>共有フォントãŒå˜åœ¨ã—ã¾ã›ã‚“</translation> |
| 4770 | </message> | 4771 | </message> |
| 4771 | <message> | 4772 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4773 | <source>Fatal Error</source> | 4774 | <source>Fatal Error</source> |
| 4774 | <translation>致命的ãªã‚¨ãƒ©ãƒ¼</translation> | 4775 | <translation>致命的ãªã‚¨ãƒ©ãƒ¼</translation> |
| 4775 | </message> | 4776 | </message> |
| 4776 | <message> | 4777 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4778 | <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> | 4779 | <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> |
| 4779 | <translation>yuzuãŒè‡´å‘½çš„ãªã‚¨ãƒ©ãƒ¼ã‚’検出ã—ã¾ã—ãŸã€‚詳細ã«ã¤ã„ã¦ã¯ã€ãƒã‚°ã‚’å‚ç…§ã—ã¦ãã ã•ã„。ãƒã‚°ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã®è©³ç´°ã«ã¤ã„ã¦ã¯ã€æ¬¡ã®ãƒšãƒ¼ã‚¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„。<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>ãƒã‚°ãƒ•ァイルをアップãƒãƒ¼ãƒ‰ã™ã‚‹æ–¹æ³•</a>。<br/><br/>ã‚²ãƒ¼ãƒ ãƒªã‚¹ãƒˆã«æˆ»ã‚Šã¾ã™ã‹ï¼Ÿã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ç¶šã‘ã‚‹ã¨ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã€ä¿å˜ãƒ‡ãƒ¼ã‚¿ã®ç ´æã€ã¾ãŸã¯ãã®ä»–ã®ãƒã‚°ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚</translation> | 4780 | <translation>yuzuãŒè‡´å‘½çš„ãªã‚¨ãƒ©ãƒ¼ã‚’検出ã—ã¾ã—ãŸã€‚詳細ã«ã¤ã„ã¦ã¯ã€ãƒã‚°ã‚’å‚ç…§ã—ã¦ãã ã•ã„。ãƒã‚°ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã®è©³ç´°ã«ã¤ã„ã¦ã¯ã€æ¬¡ã®ãƒšãƒ¼ã‚¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„。<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>ãƒã‚°ãƒ•ァイルをアップãƒãƒ¼ãƒ‰ã™ã‚‹æ–¹æ³•</a>。<br/><br/>ã‚²ãƒ¼ãƒ ãƒªã‚¹ãƒˆã«æˆ»ã‚Šã¾ã™ã‹ï¼Ÿã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ç¶šã‘ã‚‹ã¨ã€ã‚¯ãƒ©ãƒƒã‚·ãƒ¥ã€ä¿å˜ãƒ‡ãƒ¼ã‚¿ã®ç ´æã€ã¾ãŸã¯ãã®ä»–ã®ãƒã‚°ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚</translation> |
| 4780 | </message> | 4781 | </message> |
| 4781 | <message> | 4782 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4783 | <source>Fatal Error encountered</source> | 4784 | <source>Fatal Error encountered</source> |
| 4784 | <translation>致命的ãªã‚¨ãƒ©ãƒ¼ç™ºç”Ÿ</translation> | 4785 | <translation>致命的ãªã‚¨ãƒ©ãƒ¼ç™ºç”Ÿ</translation> |
| 4785 | </message> | 4786 | </message> |
| 4786 | <message> | 4787 | <message> |
| 4787 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4788 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4788 | <source>Confirm Key Rederivation</source> | 4789 | <source>Confirm Key Rederivation</source> |
| 4789 | <translation>ã‚ーã®å†å–得確èª</translation> | 4790 | <translation>ã‚ーã®å†å–得確èª</translation> |
| 4790 | </message> | 4791 | </message> |
| 4791 | <message> | 4792 | <message> |
| 4792 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4793 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4793 | <source>You are about to force rederive all of your keys. | 4794 | <source>You are about to force rederive all of your keys. |
| 4794 | If you do not know what this means or what you are doing, | 4795 | If you do not know what this means or what you are doing, |
| 4795 | this is a potentially destructive action. | 4796 | this is a potentially destructive action. |
| @@ -4798,45 +4799,45 @@ and optionally make backups. | |||
| 4798 | 4799 | ||
| 4799 | This will delete your autogenerated key files and re-run the key derivation module.</source> | 4800 | This will delete your autogenerated key files and re-run the key derivation module.</source> |
| 4800 | <translation>ã™ã¹ã¦ã®ã‚ーをå†ä½œæˆã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ | 4801 | <translation>ã™ã¹ã¦ã®ã‚ーをå†ä½œæˆã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ |
| 4801 | ã“れãŒä½•ã‚’æ„味ã™ã‚‹ã®ã‹åˆ†ã‹ã‚‰ãªã„å ´åˆã€ã¾ãŸã¯ä½•ã‚’ã—よã†ã¨ã—ã¦ã„ã‚‹ã®ã‹åˆ†ã‹ã‚‰ãªã„å ´åˆã€ | 4802 | ã“れãŒä½•ã‚’æ„味ã™ã‚‹ã®ã‹ã€ä½•ã‚’ã—よã†ã¨ã—ã¦ã„ã‚‹ã®ã‹åˆ†ã‹ã‚‰ãªã„å ´åˆã€ |
| 4802 | ã“れã¯ç ´å£Šçš„ãªå¯èƒ½æ€§ãŒã‚る実行ã§ã™ã€‚ | 4803 | ã“れã¯ç ´å£Šçš„ãªå‡¦ç†ã§ã‚ã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚ |
| 4803 | ã“れãŒã‚ãªãŸãŒæœ›ã‚€ã‚‚ã®ã§ã‚ã‚‹ã“ã¨ã‚’確èªã—〠| 4804 | 本当ã«å®Ÿè¡Œã™ã¹ã処ç†ã‹ç¢ºèªã—〠|
| 4804 | ãã—ã¦ã‚ªãƒ—ションã§ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—を作æˆã—ã¾ã™ã€‚ | 4805 | å¿…è¦ã«å¿œã˜ã¦ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ã‚’å–ã£ã¦ãã ã•ã„。 |
| 4805 | 4806 | ||
| 4806 | ã“れã«ã‚ˆã‚Šã€è‡ªå‹•生æˆã•れãŸã‚ーファイルãŒå‰Šé™¤ã•れã€ã‚ー導出モジュールãŒå†å®Ÿè¡Œã•れã¾ã™ã€‚</translation> | 4807 | 実行ã™ã‚‹ã¨ã€è‡ªå‹•生æˆã•れãŸéµãƒ•ァイルãŒå‰Šé™¤ã•れã€éµç”Ÿæˆãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ãŒå†å®Ÿè¡Œã•れã¾ã™ã€‚</translation> |
| 4807 | </message> | 4808 | </message> |
| 4808 | <message> | 4809 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4810 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4810 | <source>Missing fuses</source> | 4811 | <source>Missing fuses</source> |
| 4811 | <translation>ヒューズãŒã‚りã¾ã›ã‚“</translation> | 4812 | <translation>ヒューズãŒã‚りã¾ã›ã‚“</translation> |
| 4812 | </message> | 4813 | </message> |
| 4813 | <message> | 4814 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4815 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4815 | <source> - Missing BOOT0</source> | 4816 | <source> - Missing BOOT0</source> |
| 4816 | <translation> - BOOT0ãŒã‚りã¾ã›ã‚“</translation> | 4817 | <translation> - BOOT0ãŒã‚りã¾ã›ã‚“</translation> |
| 4817 | </message> | 4818 | </message> |
| 4818 | <message> | 4819 | <message> |
| 4819 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4820 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4820 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4821 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4821 | <translation> - BCPKG2-1-Normal-MainãŒã‚りã¾ã›ã‚“</translation> | 4822 | <translation> - BCPKG2-1-Normal-MainãŒã‚りã¾ã›ã‚“</translation> |
| 4822 | </message> | 4823 | </message> |
| 4823 | <message> | 4824 | <message> |
| 4824 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4825 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4825 | <source> - Missing PRODINFO</source> | 4826 | <source> - Missing PRODINFO</source> |
| 4826 | <translation> - PRODINFOãŒã‚りã¾ã›ã‚“</translation> | 4827 | <translation> - PRODINFOãŒã‚りã¾ã›ã‚“</translation> |
| 4827 | </message> | 4828 | </message> |
| 4828 | <message> | 4829 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4830 | <source>Derivation Components Missing</source> | 4831 | <source>Derivation Components Missing</source> |
| 4831 | <translation>派生コンãƒãƒ¼ãƒãƒ³ãƒˆãŒã‚りã¾ã›ã‚“</translation> | 4832 | <translation>派生コンãƒãƒ¼ãƒãƒ³ãƒˆãŒã‚りã¾ã›ã‚“</translation> |
| 4832 | </message> | 4833 | </message> |
| 4833 | <message> | 4834 | <message> |
| 4834 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4835 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4835 | <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> | 4836 | <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> |
| 4836 | <translation>æš—å·åŒ–ã‚ーãŒã‚りã¾ã›ã‚“。<br>ã‚ーã€ãƒ•ァームウェアã€ã‚²ãƒ¼ãƒ ã‚’å–å¾—ã™ã‚‹ã«ã¯<a href='https://yuzu-emu.org/help/quickstart/'>yuzu クイックスタートガイド</a>ã‚’å‚ç…§ãã ã•ã„。<br><br><small>(%1)</small></translation> | 4837 | <translation>æš—å·åŒ–ã‚ーãŒã‚りã¾ã›ã‚“。<br>ã‚ーã€ãƒ•ァームウェアã€ã‚²ãƒ¼ãƒ ã‚’å–å¾—ã™ã‚‹ã«ã¯<a href='https://yuzu-emu.org/help/quickstart/'>yuzu クイックスタートガイド</a>ã‚’å‚ç…§ãã ã•ã„。<br><br><small>(%1)</small></translation> |
| 4837 | </message> | 4838 | </message> |
| 4838 | <message> | 4839 | <message> |
| 4839 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4840 | <source>Deriving keys... | 4841 | <source>Deriving keys... |
| 4841 | This may take up to a minute depending | 4842 | This may take up to a minute depending |
| 4842 | on your system's performance.</source> | 4843 | on your system's performance.</source> |
| @@ -4845,39 +4846,39 @@ on your system's performance.</source> | |||
| 4845 | 1分以上ã‹ã‹ã‚Šã¾ã™ã€‚</translation> | 4846 | 1分以上ã‹ã‹ã‚Šã¾ã™ã€‚</translation> |
| 4846 | </message> | 4847 | </message> |
| 4847 | <message> | 4848 | <message> |
| 4848 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4849 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4849 | <source>Deriving Keys</source> | 4850 | <source>Deriving Keys</source> |
| 4850 | <translation>派生ã‚ー</translation> | 4851 | <translation>派生ã‚ー</translation> |
| 4851 | </message> | 4852 | </message> |
| 4852 | <message> | 4853 | <message> |
| 4853 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4854 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4854 | <source>Select RomFS Dump Target</source> | 4855 | <source>Select RomFS Dump Target</source> |
| 4855 | <translation>RomFSダンプターゲットã®é¸æŠž</translation> | 4856 | <translation>RomFSダンプターゲットã®é¸æŠž</translation> |
| 4856 | </message> | 4857 | </message> |
| 4857 | <message> | 4858 | <message> |
| 4858 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4859 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4859 | <source>Please select which RomFS you would like to dump.</source> | 4860 | <source>Please select which RomFS you would like to dump.</source> |
| 4860 | <translation>ダンプã—ãŸã„RomFSã‚’é¸æŠžã—ã¦ä¸‹ã•ã„。</translation> | 4861 | <translation>ダンプã—ãŸã„RomFSã‚’é¸æŠžã—ã¦ä¸‹ã•ã„。</translation> |
| 4861 | </message> | 4862 | </message> |
| 4862 | <message> | 4863 | <message> |
| 4863 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4864 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4864 | <source>Are you sure you want to close yuzu?</source> | 4865 | <source>Are you sure you want to close yuzu?</source> |
| 4865 | <translation>yuzuを終了ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ</translation> | 4866 | <translation>yuzuを終了ã—ã¾ã™ã‹ï¼Ÿ</translation> |
| 4866 | </message> | 4867 | </message> |
| 4867 | <message> | 4868 | <message> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4869 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4870 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4870 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4871 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4871 | <source>yuzu</source> | 4872 | <source>yuzu</source> |
| 4872 | <translation>yuzu</translation> | 4873 | <translation>yuzu</translation> |
| 4873 | </message> | 4874 | </message> |
| 4874 | <message> | 4875 | <message> |
| 4875 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4876 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4876 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4877 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4877 | <translation>ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’åœæ¢ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿã‚»ãƒ¼ãƒ–ã•れã¦ã„ãªã„進行状æ³ã¯å¤±ã‚れã¾ã™ã€‚</translation> | 4878 | <translation>ã‚¨ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ã‚’åœæ¢ã—ã¾ã™ã‹ï¼Ÿã‚»ãƒ¼ãƒ–ã•れã¦ã„ãªã„進行状æ³ã¯å¤±ã‚れã¾ã™ã€‚</translation> |
| 4878 | </message> | 4879 | </message> |
| 4879 | <message> | 4880 | <message> |
| 4880 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4881 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4881 | <source>The currently running application has requested yuzu to not exit. | 4882 | <source>The currently running application has requested yuzu to not exit. |
| 4882 | 4883 | ||
| 4883 | Would you like to bypass this and exit anyway?</source> | 4884 | Would you like to bypass this and exit anyway?</source> |
| @@ -4889,40 +4890,40 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4889 | <context> | 4890 | <context> |
| 4890 | <name>GRenderWindow</name> | 4891 | <name>GRenderWindow</name> |
| 4891 | <message> | 4892 | <message> |
| 4892 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4893 | <source>OpenGL not available!</source> | 4894 | <source>OpenGL not available!</source> |
| 4894 | <translation>OpenGLã¯ä½¿ç”¨ã§ãã¾ã›ã‚“ï¼</translation> | 4895 | <translation>OpenGLã¯ä½¿ç”¨ã§ãã¾ã›ã‚“ï¼</translation> |
| 4895 | </message> | 4896 | </message> |
| 4896 | <message> | 4897 | <message> |
| 4897 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4898 | <source>yuzu has not been compiled with OpenGL support.</source> | 4899 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4899 | <translation>yuzuã¯OpenGLサãƒãƒ¼ãƒˆä»˜ãã§ã‚³ãƒ³ãƒ‘イルã•れã¦ã„ã¾ã›ã‚“。</translation> | 4900 | <translation>yuzuã¯OpenGLサãƒãƒ¼ãƒˆä»˜ãã§ã‚³ãƒ³ãƒ‘イルã•れã¦ã„ã¾ã›ã‚“。</translation> |
| 4900 | </message> | 4901 | </message> |
| 4901 | <message> | 4902 | <message> |
| 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4904 | <source>Error while initializing OpenGL!</source> | 4905 | <source>Error while initializing OpenGL!</source> |
| 4905 | <translation>OpenGLåˆæœŸåŒ–エラー</translation> | 4906 | <translation>OpenGLåˆæœŸåŒ–エラー</translation> |
| 4906 | </message> | 4907 | </message> |
| 4907 | <message> | 4908 | <message> |
| 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4909 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4910 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4910 | <translation>GPUãŒOpenGLをサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„ã‹ã€ã‚°ãƒ©ãƒ•ィックスドライãƒãƒ¼ãŒæœ€æ–°ã§ã¯ã‚りã¾ã›ã‚“。</translation> | 4911 | <translation>GPUãŒOpenGLをサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„ã‹ã€ã‚°ãƒ©ãƒ•ィックスドライãƒãƒ¼ãŒæœ€æ–°ã§ã¯ã‚りã¾ã›ã‚“。</translation> |
| 4911 | </message> | 4912 | </message> |
| 4912 | <message> | 4913 | <message> |
| 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4914 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4914 | <source>Error while initializing OpenGL 4.6!</source> | 4915 | <source>Error while initializing OpenGL 4.6!</source> |
| 4915 | <translation>OpenGL4.6åˆæœŸåŒ–エラー!</translation> | 4916 | <translation>OpenGL4.6åˆæœŸåŒ–エラー!</translation> |
| 4916 | </message> | 4917 | </message> |
| 4917 | <message> | 4918 | <message> |
| 4918 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4919 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4919 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4920 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4920 | <translation>GPUãŒOpenGL4.6をサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„ã‹, グラフィックスドライãƒãƒ¼ãŒæœ€æ–°ã§ã¯ã‚りã¾ã›ã‚“.<br><br>GL レンダラ:<br>%1</translation> | 4921 | <translation>GPUãŒOpenGL4.6をサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„ã‹ã€ã‚°ãƒ©ãƒ•ィックスドライãƒãƒ¼ãŒæœ€æ–°ã§ã¯ã‚りã¾ã›ã‚“。<br><br>GL レンダラ:<br>%1</translation> |
| 4921 | </message> | 4922 | </message> |
| 4922 | <message> | 4923 | <message> |
| 4923 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4924 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4924 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4925 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4925 | <translation>GPUãŒ1ã¤ä»¥ä¸Šã®å¿…è¦ãªOpenGL拡張機能をサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚りã¾ã™. 最新ã®ã‚°ãƒ©ãƒ•ィックドライãƒã‚’使用ã—ã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„.<br><br>GL レンダラ:<br>%1<br><br>サãƒãƒ¼ãƒˆã•れã¦ã„ãªã„拡張機能:<br>%2</translation> | 4926 | <translation>GPUãŒ1ã¤ä»¥ä¸Šã®å¿…è¦ãªOpenGL拡張機能をサãƒãƒ¼ãƒˆã—ã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚最新ã®ã‚°ãƒ©ãƒ•ィックドライãƒã‚’使用ã—ã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。<br><br>GL レンダラ:<br>%1<br><br>サãƒãƒ¼ãƒˆã•れã¦ã„ãªã„拡張機能:<br>%2</translation> |
| 4926 | </message> | 4927 | </message> |
| 4927 | </context> | 4928 | </context> |
| 4928 | <context> | 4929 | <context> |
| @@ -4930,7 +4931,7 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4930 | <message> | 4931 | <message> |
| 4931 | <location filename="../../src/yuzu/game_list.cpp" line="337"/> | 4932 | <location filename="../../src/yuzu/game_list.cpp" line="337"/> |
| 4932 | <source>Name</source> | 4933 | <source>Name</source> |
| 4933 | <translation>åç§°</translation> | 4934 | <translation>ゲームå</translation> |
| 4934 | </message> | 4935 | </message> |
| 4935 | <message> | 4936 | <message> |
| 4936 | <location filename="../../src/yuzu/game_list.cpp" line="338"/> | 4937 | <location filename="../../src/yuzu/game_list.cpp" line="338"/> |
| @@ -4950,7 +4951,7 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4950 | <message> | 4951 | <message> |
| 4951 | <location filename="../../src/yuzu/game_list.cpp" line="343"/> | 4952 | <location filename="../../src/yuzu/game_list.cpp" line="343"/> |
| 4952 | <source>Size</source> | 4953 | <source>Size</source> |
| 4953 | <translation>サイズ</translation> | 4954 | <translation>ファイルサイズ</translation> |
| 4954 | </message> | 4955 | </message> |
| 4955 | <message> | 4956 | <message> |
| 4956 | <location filename="../../src/yuzu/game_list.cpp" line="535"/> | 4957 | <location filename="../../src/yuzu/game_list.cpp" line="535"/> |
| @@ -5084,62 +5085,62 @@ Would you like to bypass this and exit anyway?</source> | |||
| 5084 | <message> | 5085 | <message> |
| 5085 | <location filename="../../src/yuzu/game_list_p.h" line="150"/> | 5086 | <location filename="../../src/yuzu/game_list_p.h" line="150"/> |
| 5086 | <source>Perfect</source> | 5087 | <source>Perfect</source> |
| 5087 | <translation>パーフェクト</translation> | 5088 | <translation>カンペã‚</translation> |
| 5088 | </message> | 5089 | </message> |
| 5089 | <message> | 5090 | <message> |
| 5090 | <location filename="../../src/yuzu/game_list_p.h" line="150"/> | 5091 | <location filename="../../src/yuzu/game_list_p.h" line="150"/> |
| 5091 | <source>Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without | 5092 | <source>Game functions flawless with no audio or graphical glitches, all tested functionality works as intended without |
| 5092 | any workarounds needed.</source> | 5093 | any workarounds needed.</source> |
| 5093 | <translation>ゲームã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã€ã¾ãŸã¯ã‚°ãƒ©ãƒ•ィックã®ä¸å…·åˆãªã—ã§å®Œç’§ã«å‹•作ã—ã€å›žé¿ç–ãªã—ã§æœŸå¾…通りã«å‹•作ã—ã¾ã™ã€‚</translation> | 5094 | <translation>サウンドã¾ãŸã¯ã‚°ãƒ©ãƒ•ィックã®ä¸å…·åˆã¯è¦‹ã‚‰ã‚Œãšã€å›žé¿ç–ãªã—ã§å®Œå…¨ã«å‹•作ã—ã¾ã™ã€‚</translation> |
| 5094 | </message> | 5095 | </message> |
| 5095 | <message> | 5096 | <message> |
| 5096 | <location filename="../../src/yuzu/game_list_p.h" line="151"/> | 5097 | <location filename="../../src/yuzu/game_list_p.h" line="151"/> |
| 5097 | <source>Great</source> | 5098 | <source>Great</source> |
| 5098 | <translation>グレート</translation> | 5099 | <translation>ãƒãƒ„グン</translation> |
| 5099 | </message> | 5100 | </message> |
| 5100 | <message> | 5101 | <message> |
| 5101 | <location filename="../../src/yuzu/game_list_p.h" line="151"/> | 5102 | <location filename="../../src/yuzu/game_list_p.h" line="151"/> |
| 5102 | <source>Game functions with minor graphical or audio glitches and is playable from start to finish. May require some | 5103 | <source>Game functions with minor graphical or audio glitches and is playable from start to finish. May require some |
| 5103 | workarounds.</source> | 5104 | workarounds.</source> |
| 5104 | <translation>ゲームã®å‹•作ã«ã¯ã‚°ãƒ©ãƒ•ィックã€ã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã®è»½å¾®ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚ã„ãã¤ã‹ã®å›žé¿ç–ãŒå¿…è¦ãªå ´åˆãŒã‚りã¾ã™ã€‚</translation> | 5105 | <translation>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã«è»½å¾®ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€ã‚²ãƒ¼ãƒ を最åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚回é¿ç–ãŒå¿…è¦ãªå ´åˆãŒã‚りã¾ã™</translation> |
| 5105 | </message> | 5106 | </message> |
| 5106 | <message> | 5107 | <message> |
| 5107 | <location filename="../../src/yuzu/game_list_p.h" line="152"/> | 5108 | <location filename="../../src/yuzu/game_list_p.h" line="152"/> |
| 5108 | <source>Okay</source> | 5109 | <source>Okay</source> |
| 5109 | <translation>OK</translation> | 5110 | <translation>ソコソコ</translation> |
| 5110 | </message> | 5111 | </message> |
| 5111 | <message> | 5112 | <message> |
| 5112 | <location filename="../../src/yuzu/game_list_p.h" line="152"/> | 5113 | <location filename="../../src/yuzu/game_list_p.h" line="152"/> |
| 5113 | <source>Game functions with major graphical or audio glitches, but game is playable from start to finish with | 5114 | <source>Game functions with major graphical or audio glitches, but game is playable from start to finish with |
| 5114 | workarounds.</source> | 5115 | workarounds.</source> |
| 5115 | <translation>ゲームã®å‹•作ã«ã¯ã‚°ãƒ©ãƒ•ィックã€ã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã®é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€å›žé¿ç–を使ã†ã“ã¨ã§æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚</translation> | 5116 | <translation>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã®é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ãŒã€å›žé¿ç–を使ã†ã“ã¨ã§æœ€åˆã‹ã‚‰æœ€å¾Œã¾ã§ãƒ—レイå¯èƒ½ã§ã™ã€‚</translation> |
| 5116 | </message> | 5117 | </message> |
| 5117 | <message> | 5118 | <message> |
| 5118 | <location filename="../../src/yuzu/game_list_p.h" line="153"/> | 5119 | <location filename="../../src/yuzu/game_list_p.h" line="153"/> |
| 5119 | <source>Bad</source> | 5120 | <source>Bad</source> |
| 5120 | <translation>NG</translation> | 5121 | <translation>ナンアリ</translation> |
| 5121 | </message> | 5122 | </message> |
| 5122 | <message> | 5123 | <message> |
| 5123 | <location filename="../../src/yuzu/game_list_p.h" line="153"/> | 5124 | <location filename="../../src/yuzu/game_list_p.h" line="153"/> |
| 5124 | <source>Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches | 5125 | <source>Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches |
| 5125 | even with workarounds.</source> | 5126 | even with workarounds.</source> |
| 5126 | <translation>ゲームã¯å‹•作ã—ã¾ã™ãŒã€ã‚°ãƒ©ãƒ•ィックã€ã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã«é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ã€‚回é¿ç–を使用ã—ã¦ã‚‚ä¸å…·åˆãŒåŽŸå› ã§ç‰¹å®šã®å ´æ‰€ã‹ã‚‰é€²ã‚ãªããªã‚Šã¾ã™ã€‚</translation> | 5127 | <translation>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã«é‡å¤§ãªä¸å…·åˆãŒã‚りã¾ã™ã€‚回é¿ç–を使用ã—ã¦ã‚‚ä¸å…·åˆã®ãŸã‚特定ã®å ´æ‰€ã‹ã‚‰é€²ã‚ãªããªã‚Šã¾ã™ã€‚</translation> |
| 5127 | </message> | 5128 | </message> |
| 5128 | <message> | 5129 | <message> |
| 5129 | <location filename="../../src/yuzu/game_list_p.h" line="154"/> | 5130 | <location filename="../../src/yuzu/game_list_p.h" line="154"/> |
| 5130 | <source>Intro/Menu</source> | 5131 | <source>Intro/Menu</source> |
| 5131 | <translation>イントãƒï¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼</translation> | 5132 | <translation>イントãƒ</translation> |
| 5132 | </message> | 5133 | </message> |
| 5133 | <message> | 5134 | <message> |
| 5134 | <location filename="../../src/yuzu/game_list_p.h" line="154"/> | 5135 | <location filename="../../src/yuzu/game_list_p.h" line="154"/> |
| 5135 | <source>Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start | 5136 | <source>Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start |
| 5136 | Screen.</source> | 5137 | Screen.</source> |
| 5137 | <translation>グラフィックã€ã¾ãŸã¯ã‚ªãƒ¼ãƒ‡ã‚£ã‚ªã®é‡å¤§ãªä¸å…·åˆã®ãŸã‚ã€ã‚²ãƒ¼ãƒ ã¯ãƒ—レイä¸å¯èƒ½ã§ã™ã€‚スタート画é¢ã‹ã‚‰å…ˆã«é€²ã‚ã‚‹ã“ã¨ã¯å‡ºæ¥ã¾ã›ã‚“。</translation> | 5138 | <translation>グラフィックã¾ãŸã¯ã‚µã‚¦ãƒ³ãƒ‰ã®é‡å¤§ãªä¸å…·åˆã®ãŸã‚ã€ãƒ—レイä¸å¯èƒ½ã§ã™ã€‚スタート画é¢ã‹ã‚‰å…ˆã«ã‚€ã“ã¨ãŒå‡ºæ¥ã¾ã›ã‚“。</translation> |
| 5138 | </message> | 5139 | </message> |
| 5139 | <message> | 5140 | <message> |
| 5140 | <location filename="../../src/yuzu/game_list_p.h" line="155"/> | 5141 | <location filename="../../src/yuzu/game_list_p.h" line="155"/> |
| 5141 | <source>Won't Boot</source> | 5142 | <source>Won't Boot</source> |
| 5142 | <translation>èµ·å‹•ã›ãš</translation> | 5143 | <translation>èµ·å‹•ä¸å¯</translation> |
| 5143 | </message> | 5144 | </message> |
| 5144 | <message> | 5145 | <message> |
| 5145 | <location filename="../../src/yuzu/game_list_p.h" line="155"/> | 5146 | <location filename="../../src/yuzu/game_list_p.h" line="155"/> |
| @@ -5154,7 +5155,7 @@ Screen.</source> | |||
| 5154 | <message> | 5155 | <message> |
| 5155 | <location filename="../../src/yuzu/game_list_p.h" line="156"/> | 5156 | <location filename="../../src/yuzu/game_list_p.h" line="156"/> |
| 5156 | <source>The game has not yet been tested.</source> | 5157 | <source>The game has not yet been tested.</source> |
| 5157 | <translation>ゲームã¯ã¾ã テストã•れã¦ã„ã¾ã›ã‚“。</translation> | 5158 | <translation>ã“ã®ã‚²ãƒ¼ãƒ ã¯ã¾ã テストã•れã¦ã„ã¾ã›ã‚“。</translation> |
| 5158 | </message> | 5159 | </message> |
| 5159 | </context> | 5160 | </context> |
| 5160 | <context> | 5161 | <context> |
| @@ -5284,7 +5285,7 @@ Screen.</source> | |||
| 5284 | <message> | 5285 | <message> |
| 5285 | <location filename="../../src/yuzu/main.ui" line="82"/> | 5286 | <location filename="../../src/yuzu/main.ui" line="82"/> |
| 5286 | <source>&Reset Window Size</source> | 5287 | <source>&Reset Window Size</source> |
| 5287 | <translation>ウインドウサイズをリセット(&R)</translation> | 5288 | <translation>ウィンドウサイズã®ãƒªã‚»ãƒƒãƒˆ(&R)</translation> |
| 5288 | </message> | 5289 | </message> |
| 5289 | <message> | 5290 | <message> |
| 5290 | <location filename="../../src/yuzu/main.ui" line="87"/> | 5291 | <location filename="../../src/yuzu/main.ui" line="87"/> |
| @@ -5294,32 +5295,32 @@ Screen.</source> | |||
| 5294 | <message> | 5295 | <message> |
| 5295 | <location filename="../../src/yuzu/main.ui" line="92"/> | 5296 | <location filename="../../src/yuzu/main.ui" line="92"/> |
| 5296 | <source>Reset Window Size to &720p</source> | 5297 | <source>Reset Window Size to &720p</source> |
| 5297 | <translation>ウインドウサイズを&720Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5298 | <translation>&720P</translation> |
| 5298 | </message> | 5299 | </message> |
| 5299 | <message> | 5300 | <message> |
| 5300 | <location filename="../../src/yuzu/main.ui" line="95"/> | 5301 | <location filename="../../src/yuzu/main.ui" line="95"/> |
| 5301 | <source>Reset Window Size to 720p</source> | 5302 | <source>Reset Window Size to 720p</source> |
| 5302 | <translation>ウインドウサイズを720Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5303 | <translation>ウィンドウサイズを720Pã«ãƒªã‚»ãƒƒãƒˆ</translation> |
| 5303 | </message> | 5304 | </message> |
| 5304 | <message> | 5305 | <message> |
| 5305 | <location filename="../../src/yuzu/main.ui" line="100"/> | 5306 | <location filename="../../src/yuzu/main.ui" line="100"/> |
| 5306 | <source>Reset Window Size to &900p</source> | 5307 | <source>Reset Window Size to &900p</source> |
| 5307 | <translation>ウインドウサイズを&900Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5308 | <translation>&900P</translation> |
| 5308 | </message> | 5309 | </message> |
| 5309 | <message> | 5310 | <message> |
| 5310 | <location filename="../../src/yuzu/main.ui" line="103"/> | 5311 | <location filename="../../src/yuzu/main.ui" line="103"/> |
| 5311 | <source>Reset Window Size to 900p</source> | 5312 | <source>Reset Window Size to 900p</source> |
| 5312 | <translation>ウインドウサイズを900Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5313 | <translation>ウィンドウサイズを900Pã«ãƒªã‚»ãƒƒãƒˆ</translation> |
| 5313 | </message> | 5314 | </message> |
| 5314 | <message> | 5315 | <message> |
| 5315 | <location filename="../../src/yuzu/main.ui" line="108"/> | 5316 | <location filename="../../src/yuzu/main.ui" line="108"/> |
| 5316 | <source>Reset Window Size to &1080p</source> | 5317 | <source>Reset Window Size to &1080p</source> |
| 5317 | <translation>ウインドウサイズを&1080Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5318 | <translation>&1080P</translation> |
| 5318 | </message> | 5319 | </message> |
| 5319 | <message> | 5320 | <message> |
| 5320 | <location filename="../../src/yuzu/main.ui" line="111"/> | 5321 | <location filename="../../src/yuzu/main.ui" line="111"/> |
| 5321 | <source>Reset Window Size to 1080p</source> | 5322 | <source>Reset Window Size to 1080p</source> |
| 5322 | <translation>ウインドウサイズを1080Pã«ãƒªã‚»ãƒƒãƒˆ</translation> | 5323 | <translation>ウィンドウサイズを1080Pã«ãƒªã‚»ãƒƒãƒˆ</translation> |
| 5323 | </message> | 5324 | </message> |
| 5324 | <message> | 5325 | <message> |
| 5325 | <location filename="../../src/yuzu/main.ui" line="125"/> | 5326 | <location filename="../../src/yuzu/main.ui" line="125"/> |
| @@ -5379,7 +5380,7 @@ Screen.</source> | |||
| 5379 | <message> | 5380 | <message> |
| 5380 | <location filename="../../src/yuzu/main.ui" line="213"/> | 5381 | <location filename="../../src/yuzu/main.ui" line="213"/> |
| 5381 | <source>Single &Window Mode</source> | 5382 | <source>Single &Window Mode</source> |
| 5382 | <translation>シングルウインドウモード(&W)</translation> | 5383 | <translation>シングルウィンドウモード(&W)</translation> |
| 5383 | </message> | 5384 | </message> |
| 5384 | <message> | 5385 | <message> |
| 5385 | <location filename="../../src/yuzu/main.ui" line="218"/> | 5386 | <location filename="../../src/yuzu/main.ui" line="218"/> |
| @@ -5389,17 +5390,17 @@ Screen.</source> | |||
| 5389 | <message> | 5390 | <message> |
| 5390 | <location filename="../../src/yuzu/main.ui" line="226"/> | 5391 | <location filename="../../src/yuzu/main.ui" line="226"/> |
| 5391 | <source>Display D&ock Widget Headers</source> | 5392 | <source>Display D&ock Widget Headers</source> |
| 5392 | <translation>ドックウィジェットヘッダã®è¡¨ç¤º(&O)</translation> | 5393 | <translation>ドックウィジェットヘッダ(&O)</translation> |
| 5393 | </message> | 5394 | </message> |
| 5394 | <message> | 5395 | <message> |
| 5395 | <location filename="../../src/yuzu/main.ui" line="234"/> | 5396 | <location filename="../../src/yuzu/main.ui" line="234"/> |
| 5396 | <source>Show &Filter Bar</source> | 5397 | <source>Show &Filter Bar</source> |
| 5397 | <translation>フィルタãƒãƒ¼ã‚’表示(&F)</translation> | 5398 | <translation>フィルタãƒãƒ¼(&F)</translation> |
| 5398 | </message> | 5399 | </message> |
| 5399 | <message> | 5400 | <message> |
| 5400 | <location filename="../../src/yuzu/main.ui" line="242"/> | 5401 | <location filename="../../src/yuzu/main.ui" line="242"/> |
| 5401 | <source>Show &Status Bar</source> | 5402 | <source>Show &Status Bar</source> |
| 5402 | <translation>ステータスãƒãƒ¼ã‚’表示(&S)</translation> | 5403 | <translation>ステータスãƒãƒ¼(&S)</translation> |
| 5403 | </message> | 5404 | </message> |
| 5404 | <message> | 5405 | <message> |
| 5405 | <location filename="../../src/yuzu/main.ui" line="245"/> | 5406 | <location filename="../../src/yuzu/main.ui" line="245"/> |
| @@ -5482,7 +5483,7 @@ Screen.</source> | |||
| 5482 | <message> | 5483 | <message> |
| 5483 | <location filename="../../src/yuzu/debugger/profiler.cpp" line="51"/> | 5484 | <location filename="../../src/yuzu/debugger/profiler.cpp" line="51"/> |
| 5484 | <source>&MicroProfile</source> | 5485 | <source>&MicroProfile</source> |
| 5485 | <translation>マイクãƒãƒ—ãƒãƒ•ァイル(&M)</translation> | 5486 | <translation>&MicroProfile</translation> |
| 5486 | </message> | 5487 | </message> |
| 5487 | </context> | 5488 | </context> |
| 5488 | <context> | 5489 | <context> |
| @@ -6135,8 +6136,8 @@ p, li { white-space: pre-wrap; } | |||
| 6135 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="24"/> | 6136 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="24"/> |
| 6136 | <source>An error has occurred. | 6137 | <source>An error has occurred. |
| 6137 | Please try again or contact the developer of the software.</source> | 6138 | Please try again or contact the developer of the software.</source> |
| 6138 | <translation>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ. | 6139 | <translation>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ |
| 6139 | ã‚‚ã†ä¸€åº¦è©¦ã™ã‹, ソフトウェア開発者ã«é€£çµ¡ã—ã¦ãã ã•ã„.</translation> | 6140 | ã‚‚ã†ä¸€åº¦è©¦ã™ã‹ã€é–‹ç™ºè€…ã«å ±å‘Šã—ã¦ãã ã•ã„。</translation> |
| 6140 | </message> | 6141 | </message> |
| 6141 | <message> | 6142 | <message> |
| 6142 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="37"/> | 6143 | <location filename="../../src/yuzu/applets/qt_error.cpp" line="37"/> |
| @@ -6151,7 +6152,7 @@ Please try again or contact the developer of the software.</source> | |||
| 6151 | %1 | 6152 | %1 |
| 6152 | 6153 | ||
| 6153 | %2</source> | 6154 | %2</source> |
| 6154 | <translation>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸ. | 6155 | <translation>エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ |
| 6155 | 6156 | ||
| 6156 | %1 | 6157 | %1 |
| 6157 | 6158 | ||
| @@ -6230,7 +6231,7 @@ p, li { white-space: pre-wrap; } | |||
| 6230 | <message> | 6231 | <message> |
| 6231 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="148"/> | 6232 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="148"/> |
| 6232 | <source>Call stack</source> | 6233 | <source>Call stack</source> |
| 6233 | <translation>コールスタック</translation> | 6234 | <translation>Call stack</translation> |
| 6234 | </message> | 6235 | </message> |
| 6235 | </context> | 6236 | </context> |
| 6236 | <context> | 6237 | <context> |
| @@ -6238,17 +6239,17 @@ p, li { white-space: pre-wrap; } | |||
| 6238 | <message> | 6239 | <message> |
| 6239 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="127"/> | 6240 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="127"/> |
| 6240 | <source>waiting for mutex 0x%1</source> | 6241 | <source>waiting for mutex 0x%1</source> |
| 6241 | <translation>ミューテックス 0x%1 å¾…ã¡</translation> | 6242 | <translation>waiting for mutex 0x%1</translation> |
| 6242 | </message> | 6243 | </message> |
| 6243 | <message> | 6244 | <message> |
| 6244 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="134"/> | 6245 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="134"/> |
| 6245 | <source>has waiters: %1</source> | 6246 | <source>has waiters: %1</source> |
| 6246 | <translation>待機:%1</translation> | 6247 | <translation>has waiters: %1</translation> |
| 6247 | </message> | 6248 | </message> |
| 6248 | <message> | 6249 | <message> |
| 6249 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="136"/> | 6250 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="136"/> |
| 6250 | <source>owner handle: 0x%1</source> | 6251 | <source>owner handle: 0x%1</source> |
| 6251 | <translation>オーナーãƒãƒ³ãƒ‰ãƒ«ï¼š 0x%1</translation> | 6252 | <translation>owner handle: 0x%1</translation> |
| 6252 | </message> | 6253 | </message> |
| 6253 | </context> | 6254 | </context> |
| 6254 | <context> | 6255 | <context> |
| @@ -6256,12 +6257,12 @@ p, li { white-space: pre-wrap; } | |||
| 6256 | <message> | 6257 | <message> |
| 6257 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="229"/> | 6258 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="229"/> |
| 6258 | <source>waiting for all objects</source> | 6259 | <source>waiting for all objects</source> |
| 6259 | <translation>全オブジェクト待ã¡</translation> | 6260 | <translation>waiting for all objects</translation> |
| 6260 | </message> | 6261 | </message> |
| 6261 | <message> | 6262 | <message> |
| 6262 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="230"/> | 6263 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="230"/> |
| 6263 | <source>waiting for one of the following objects</source> | 6264 | <source>waiting for one of the following objects</source> |
| 6264 | <translation>以下ã®ã‚ªãƒ–ジェクトã®ã†ã¡ã®ä¸€ã¤ã‚’待機ä¸</translation> | 6265 | <translation>waiting for one of the following objects</translation> |
| 6265 | </message> | 6266 | </message> |
| 6266 | </context> | 6267 | </context> |
| 6267 | <context> | 6268 | <context> |
| @@ -6274,7 +6275,7 @@ p, li { white-space: pre-wrap; } | |||
| 6274 | <message> | 6275 | <message> |
| 6275 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="213"/> | 6276 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="213"/> |
| 6276 | <source>waited by no thread</source> | 6277 | <source>waited by no thread</source> |
| 6277 | <translation>スレッドãªã—ã§å¾…機</translation> | 6278 | <translation>waited by no thread</translation> |
| 6278 | </message> | 6279 | </message> |
| 6279 | </context> | 6280 | </context> |
| 6280 | <context> | 6281 | <context> |
| @@ -6282,62 +6283,62 @@ p, li { white-space: pre-wrap; } | |||
| 6282 | <message> | 6283 | <message> |
| 6283 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="251"/> | 6284 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="251"/> |
| 6284 | <source>runnable</source> | 6285 | <source>runnable</source> |
| 6285 | <translation type="unfinished"/> | 6286 | <translation>runnable</translation> |
| 6286 | </message> | 6287 | </message> |
| 6287 | <message> | 6288 | <message> |
| 6288 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="253"/> | 6289 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="253"/> |
| 6289 | <source>paused</source> | 6290 | <source>paused</source> |
| 6290 | <translation>䏿–</translation> | 6291 | <translation>paused</translation> |
| 6291 | </message> | 6292 | </message> |
| 6292 | <message> | 6293 | <message> |
| 6293 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="259"/> | 6294 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="259"/> |
| 6294 | <source>sleeping</source> | 6295 | <source>sleeping</source> |
| 6295 | <translation>休æ¢ä¸</translation> | 6296 | <translation>sleeping</translation> |
| 6296 | </message> | 6297 | </message> |
| 6297 | <message> | 6298 | <message> |
| 6298 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="262"/> | 6299 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="262"/> |
| 6299 | <source>waiting for IPC reply</source> | 6300 | <source>waiting for IPC reply</source> |
| 6300 | <translation>IPCè¿”ç”å¾…ã¡</translation> | 6301 | <translation>waiting for IPC reply</translation> |
| 6301 | </message> | 6302 | </message> |
| 6302 | <message> | 6303 | <message> |
| 6303 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="265"/> | 6304 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="265"/> |
| 6304 | <source>waiting for objects</source> | 6305 | <source>waiting for objects</source> |
| 6305 | <translation>オブジェクト待ã¡</translation> | 6306 | <translation>waiting for objects</translation> |
| 6306 | </message> | 6307 | </message> |
| 6307 | <message> | 6308 | <message> |
| 6308 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="268"/> | 6309 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="268"/> |
| 6309 | <source>waiting for condition variable</source> | 6310 | <source>waiting for condition variable</source> |
| 6310 | <translation>æ¡ä»¶å¤‰æ•°å¾…ã¡</translation> | 6311 | <translation>waiting for condition variable</translation> |
| 6311 | </message> | 6312 | </message> |
| 6312 | <message> | 6313 | <message> |
| 6313 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="271"/> | 6314 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="271"/> |
| 6314 | <source>waiting for address arbiter</source> | 6315 | <source>waiting for address arbiter</source> |
| 6315 | <translation>アドレス決定待ã¡</translation> | 6316 | <translation>waiting for address arbiter</translation> |
| 6316 | </message> | 6317 | </message> |
| 6317 | <message> | 6318 | <message> |
| 6318 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="274"/> | 6319 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="274"/> |
| 6319 | <source>waiting for suspend resume</source> | 6320 | <source>waiting for suspend resume</source> |
| 6320 | <translation type="unfinished"/> | 6321 | <translation>waiting for suspend resume</translation> |
| 6321 | </message> | 6322 | </message> |
| 6322 | <message> | 6323 | <message> |
| 6323 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="277"/> | 6324 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="277"/> |
| 6324 | <source>waiting</source> | 6325 | <source>waiting</source> |
| 6325 | <translation type="unfinished"/> | 6326 | <translation>waiting</translation> |
| 6326 | </message> | 6327 | </message> |
| 6327 | <message> | 6328 | <message> |
| 6328 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="282"/> | 6329 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="282"/> |
| 6329 | <source>initialized</source> | 6330 | <source>initialized</source> |
| 6330 | <translation type="unfinished"/> | 6331 | <translation>initialized</translation> |
| 6331 | </message> | 6332 | </message> |
| 6332 | <message> | 6333 | <message> |
| 6333 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="285"/> | 6334 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="285"/> |
| 6334 | <source>terminated</source> | 6335 | <source>terminated</source> |
| 6335 | <translation type="unfinished"/> | 6336 | <translation>terminated</translation> |
| 6336 | </message> | 6337 | </message> |
| 6337 | <message> | 6338 | <message> |
| 6338 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="288"/> | 6339 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="288"/> |
| 6339 | <source>unknown</source> | 6340 | <source>unknown</source> |
| 6340 | <translation>䏿˜Ž</translation> | 6341 | <translation>unknown</translation> |
| 6341 | </message> | 6342 | </message> |
| 6342 | <message> | 6343 | <message> |
| 6343 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="293"/> | 6344 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="293"/> |
| @@ -6347,47 +6348,47 @@ p, li { white-space: pre-wrap; } | |||
| 6347 | <message> | 6348 | <message> |
| 6348 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="343"/> | 6349 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="343"/> |
| 6349 | <source>ideal</source> | 6350 | <source>ideal</source> |
| 6350 | <translation>ç†æƒ³çš„</translation> | 6351 | <translation>ideal</translation> |
| 6351 | </message> | 6352 | </message> |
| 6352 | <message> | 6353 | <message> |
| 6353 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="346"/> | 6354 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="346"/> |
| 6354 | <source>core %1</source> | 6355 | <source>core %1</source> |
| 6355 | <translation>コア %1</translation> | 6356 | <translation>core %1</translation> |
| 6356 | </message> | 6357 | </message> |
| 6357 | <message> | 6358 | <message> |
| 6358 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="350"/> | 6359 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="350"/> |
| 6359 | <source>processor = %1</source> | 6360 | <source>processor = %1</source> |
| 6360 | <translation>プãƒã‚»ãƒƒã‚µ = %1</translation> | 6361 | <translation>processor = %1</translation> |
| 6361 | </message> | 6362 | </message> |
| 6362 | <message> | 6363 | <message> |
| 6363 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="352"/> | 6364 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="352"/> |
| 6364 | <source>ideal core = %1</source> | 6365 | <source>ideal core = %1</source> |
| 6365 | <translation>イデアルコア = %1</translation> | 6366 | <translation>ideal core = %1</translation> |
| 6366 | </message> | 6367 | </message> |
| 6367 | <message> | 6368 | <message> |
| 6368 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="354"/> | 6369 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="354"/> |
| 6369 | <source>affinity mask = %1</source> | 6370 | <source>affinity mask = %1</source> |
| 6370 | <translation>アフィニティマスク = %1</translation> | 6371 | <translation>affinity mask = %1</translation> |
| 6371 | </message> | 6372 | </message> |
| 6372 | <message> | 6373 | <message> |
| 6373 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="355"/> | 6374 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="355"/> |
| 6374 | <source>thread id = %1</source> | 6375 | <source>thread id = %1</source> |
| 6375 | <translation>スレッドID = %1</translation> | 6376 | <translation>thread id = %1</translation> |
| 6376 | </message> | 6377 | </message> |
| 6377 | <message> | 6378 | <message> |
| 6378 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="356"/> | 6379 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="356"/> |
| 6379 | <source>priority = %1(current) / %2(normal)</source> | 6380 | <source>priority = %1(current) / %2(normal)</source> |
| 6380 | <translation>優先度 = %1(ç¾åœ¨ï¼‰ / %2(通常)</translation> | 6381 | <translation>priority = %1(current) / %2(normal)</translation> |
| 6381 | </message> | 6382 | </message> |
| 6382 | <message> | 6383 | <message> |
| 6383 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="360"/> | 6384 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="360"/> |
| 6384 | <source>last running ticks = %1</source> | 6385 | <source>last running ticks = %1</source> |
| 6385 | <translation>最終実行刻㿠= %1</translation> | 6386 | <translation>last running ticks = %1</translation> |
| 6386 | </message> | 6387 | </message> |
| 6387 | <message> | 6388 | <message> |
| 6388 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="368"/> | 6389 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="368"/> |
| 6389 | <source>not waiting for mutex</source> | 6390 | <source>not waiting for mutex</source> |
| 6390 | <translation>ミューテックス待ã¡ã§ã¯ãªã„</translation> | 6391 | <translation>not waiting for mutex</translation> |
| 6391 | </message> | 6392 | </message> |
| 6392 | </context> | 6393 | </context> |
| 6393 | <context> | 6394 | <context> |
| @@ -6395,7 +6396,7 @@ p, li { white-space: pre-wrap; } | |||
| 6395 | <message> | 6396 | <message> |
| 6396 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="392"/> | 6397 | <location filename="../../src/yuzu/debugger/wait_tree.cpp" line="392"/> |
| 6397 | <source>waited by thread</source> | 6398 | <source>waited by thread</source> |
| 6398 | <translation>スレッドã«ã‚ˆã‚‹å¾…機</translation> | 6399 | <translation>waited by thread</translation> |
| 6399 | </message> | 6400 | </message> |
| 6400 | </context> | 6401 | </context> |
| 6401 | <context> | 6402 | <context> |
diff --git a/dist/languages/ko_KR.ts b/dist/languages/ko_KR.ts index f26b34a27..2ef7fafe7 100644 --- a/dist/languages/ko_KR.ts +++ b/dist/languages/ko_KR.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>yuzu ì •ë³´</translation> | 7 | <translation>yuzu ì •ë³´</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">ì´ ì†Œí”„íŠ¸ì›¨ì–´ëŠ” 합법ì 으로 íšë“하지 ì•Šì€ ê²Œìž„ì„ í•˜ëŠ” ë° ì‚¬ìš©í•´ì„œëŠ” 안 ë©ë‹ˆë‹¤.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">ì´ ì†Œí”„íŠ¸ì›¨ì–´ëŠ” 합법ì 으로 íšë“하지 ì•Šì€ ê²Œìž„ì„ í•˜ëŠ” ë° ì‚¬ìš©í•´ì„œëŠ” 안 ë©ë‹ˆë‹¤.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">웹사ì´íЏ</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">소스코드</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">기여ìž</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ë¼ì´ì„¼ìФ</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">웹사ì´íЏ</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">소스코드</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">기여ìž</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ë¼ì´ì„¼ìФ</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot;는 Nintendo ì‚¬ì˜ ìƒí‘œìž…니다. yuzu는 Nintendo 사와 ì–´ë–¤ í˜•íƒœì˜ ì œíœ´ë„ ë§ºê³ ìžˆì§€ 않습니다.</translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot;는 Nintendo ì‚¬ì˜ ìƒí‘œìž…니다. yuzu는 Nintendo 사와 ì–´ë–¤ í˜•íƒœì˜ ì œíœ´ë„ ë§ºê³ ìžˆì§€ 않습니다.</translation> |
| 50 | </message> | 45 | </message> |
| @@ -4051,761 +4046,761 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4051 | <translation>알 수 없는 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. ìžì„¸í•œ ë‚´ìš©ì€ ë¡œê·¸ë¥¼ ì°¸ê³ í•˜ì‹ì‹œì˜¤.</translation> | 4046 | <translation>알 수 없는 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. ìžì„¸í•œ ë‚´ìš©ì€ ë¡œê·¸ë¥¼ ì°¸ê³ í•˜ì‹ì‹œì˜¤.</translation> |
| 4052 | </message> | 4047 | </message> |
| 4053 | <message> | 4048 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4055 | <source>(64-bit)</source> | 4050 | <source>(64-bit)</source> |
| 4056 | <translation>(64비트)</translation> | 4051 | <translation>(64비트)</translation> |
| 4057 | </message> | 4052 | </message> |
| 4058 | <message> | 4053 | <message> |
| 4059 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4060 | <source>(32-bit)</source> | 4055 | <source>(32-bit)</source> |
| 4061 | <translation>(32비트)</translation> | 4056 | <translation>(32비트)</translation> |
| 4062 | </message> | 4057 | </message> |
| 4063 | <message> | 4058 | <message> |
| 4064 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4065 | <source>%1 %2</source> | 4060 | <source>%1 %2</source> |
| 4066 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4061 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4067 | <translation>%1 %2</translation> | 4062 | <translation>%1 %2</translation> |
| 4068 | </message> | 4063 | </message> |
| 4069 | <message> | 4064 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4071 | <source>Save Data</source> | 4066 | <source>Save Data</source> |
| 4072 | <translation>세ì´ë¸Œ ë°ì´í„°</translation> | 4067 | <translation>세ì´ë¸Œ ë°ì´í„°</translation> |
| 4073 | </message> | 4068 | </message> |
| 4074 | <message> | 4069 | <message> |
| 4075 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4070 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4076 | <source>Mod Data</source> | 4071 | <source>Mod Data</source> |
| 4077 | <translation>모드 ë°ì´í„°</translation> | 4072 | <translation>모드 ë°ì´í„°</translation> |
| 4078 | </message> | 4073 | </message> |
| 4079 | <message> | 4074 | <message> |
| 4080 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4075 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4081 | <source>Error Opening %1 Folder</source> | 4076 | <source>Error Opening %1 Folder</source> |
| 4082 | <translation>%1 í´ë” 열기 오류</translation> | 4077 | <translation>%1 í´ë” 열기 오류</translation> |
| 4083 | </message> | 4078 | </message> |
| 4084 | <message> | 4079 | <message> |
| 4085 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4080 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4087 | <source>Folder does not exist!</source> | 4082 | <source>Folder does not exist!</source> |
| 4088 | <translation>í´ë”ê°€ 존재하지 않습니다!</translation> | 4083 | <translation>í´ë”ê°€ 존재하지 않습니다!</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4092 | <source>Error Opening Transferable Shader Cache</source> | 4087 | <source>Error Opening Transferable Shader Cache</source> |
| 4093 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ 열기 오류</translation> | 4088 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ 열기 오류</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4097 | <source>Failed to create the shader cache directory for this title.</source> | 4092 | <source>Failed to create the shader cache directory for this title.</source> |
| 4098 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì…°ì´ë” ìºì‹œ ë””ë ‰í† ë¦¬ë¥¼ ìƒì„±í•˜ì§€ 못했습니다.</translation> | 4093 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì…°ì´ë” ìºì‹œ ë””ë ‰í† ë¦¬ë¥¼ ìƒì„±í•˜ì§€ 못했습니다.</translation> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4102 | <source>Contents</source> | 4097 | <source>Contents</source> |
| 4103 | <translation>컨í…ì¸ </translation> | 4098 | <translation>컨í…ì¸ </translation> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4107 | <source>Update</source> | 4102 | <source>Update</source> |
| 4108 | <translation>ì—…ë°ì´íЏ</translation> | 4103 | <translation>ì—…ë°ì´íЏ</translation> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4112 | <source>DLC</source> | 4107 | <source>DLC</source> |
| 4113 | <translation>DLC</translation> | 4108 | <translation>DLC</translation> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4117 | <source>Remove Entry</source> | 4112 | <source>Remove Entry</source> |
| 4118 | <translation>í•목 ì œê±°</translation> | 4113 | <translation>í•목 ì œê±°</translation> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4122 | <source>Remove Installed Game %1?</source> | 4117 | <source>Remove Installed Game %1?</source> |
| 4123 | <translation>ì„¤ì¹˜ëœ ê²Œìž„ì„ ì‚ì œ %1?</translation> | 4118 | <translation>ì„¤ì¹˜ëœ ê²Œìž„ì„ ì‚ì œ %1?</translation> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4132 | <source>Successfully Removed</source> | 4127 | <source>Successfully Removed</source> |
| 4133 | <translation>ì‚ì œ 완료</translation> | 4128 | <translation>ì‚ì œ 완료</translation> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4137 | <source>Successfully removed the installed base game.</source> | 4132 | <source>Successfully removed the installed base game.</source> |
| 4138 | <translation>ì„¤ì¹˜ëœ ê¸°ë³¸ ê²Œìž„ì„ ì„±ê³µì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4133 | <translation>ì„¤ì¹˜ëœ ê¸°ë³¸ ê²Œìž„ì„ ì„±ê³µì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4139 | </message> | 4134 | </message> |
| 4140 | <message> | 4135 | <message> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4144 | <source>Error Removing %1</source> | 4139 | <source>Error Removing %1</source> |
| 4145 | <translation>ì‚ì œ 중 오류 ë°œìƒ %1</translation> | 4140 | <translation>ì‚ì œ 중 오류 ë°œìƒ %1</translation> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4149 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4144 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4150 | <translation>기본 ê²Œìž„ì€ NANDì— ì„¤ì¹˜ë˜ì–´ 있지 않으며 ì œê±° í• ìˆ˜ 없습니다.</translation> | 4145 | <translation>기본 ê²Œìž„ì€ NANDì— ì„¤ì¹˜ë˜ì–´ 있지 않으며 ì œê±° í• ìˆ˜ 없습니다.</translation> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4154 | <source>Successfully removed the installed update.</source> | 4149 | <source>Successfully removed the installed update.</source> |
| 4155 | <translation>ì„¤ì¹˜ëœ ì—…ë°ì´íŠ¸ë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4150 | <translation>ì„¤ì¹˜ëœ ì—…ë°ì´íŠ¸ë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4159 | <source>There is no update installed for this title.</source> | 4154 | <source>There is no update installed for this title.</source> |
| 4160 | <translation>ì´ íƒ€ì´í‹€ì— 대해 ì„¤ì¹˜ëœ ì—…ë°ì´íŠ¸ê°€ 없습니다.</translation> | 4155 | <translation>ì´ íƒ€ì´í‹€ì— 대해 ì„¤ì¹˜ëœ ì—…ë°ì´íŠ¸ê°€ 없습니다.</translation> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4164 | <source>There are no DLC installed for this title.</source> | 4159 | <source>There are no DLC installed for this title.</source> |
| 4165 | <translation>ì´ íƒ€ì´í‹€ì— ì„¤ì¹˜ëœ DLCê°€ 없습니다.</translation> | 4160 | <translation>ì´ íƒ€ì´í‹€ì— ì„¤ì¹˜ëœ DLCê°€ 없습니다.</translation> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4169 | <source>Successfully removed %1 installed DLC.</source> | 4164 | <source>Successfully removed %1 installed DLC.</source> |
| 4170 | <translation>ì„¤ì¹˜ëœ %1 DLC를 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4165 | <translation>ì„¤ì¹˜ëœ %1 DLC를 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4174 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4169 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4175 | <translation>OpenGL ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> | 4170 | <translation>OpenGL ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4179 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4174 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4180 | <translation>Vulkan ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> | 4175 | <translation>Vulkan ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4184 | <source>Delete All Transferable Shader Caches?</source> | 4179 | <source>Delete All Transferable Shader Caches?</source> |
| 4185 | <translation>ëª¨ë“ ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> | 4180 | <translation>ëª¨ë“ ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì‚ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> |
| 4186 | </message> | 4181 | </message> |
| 4187 | <message> | 4182 | <message> |
| 4188 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4183 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4189 | <source>Remove Custom Game Configuration?</source> | 4184 | <source>Remove Custom Game Configuration?</source> |
| 4190 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì œê±° í•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> | 4185 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì œê±° í•˜ì‹œê² ìŠµë‹ˆê¹Œ?</translation> |
| 4191 | </message> | 4186 | </message> |
| 4192 | <message> | 4187 | <message> |
| 4193 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4188 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4194 | <source>Remove File</source> | 4189 | <source>Remove File</source> |
| 4195 | <translation>íŒŒì¼ ì œê±°</translation> | 4190 | <translation>íŒŒì¼ ì œê±°</translation> |
| 4196 | </message> | 4191 | </message> |
| 4197 | <message> | 4192 | <message> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4193 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4200 | <source>Error Removing Transferable Shader Cache</source> | 4195 | <source>Error Removing Transferable Shader Cache</source> |
| 4201 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ì œê±° 오류</translation> | 4196 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ì œê±° 오류</translation> |
| 4202 | </message> | 4197 | </message> |
| 4203 | <message> | 4198 | <message> |
| 4204 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4199 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4206 | <source>A shader cache for this title does not exist.</source> | 4201 | <source>A shader cache for this title does not exist.</source> |
| 4207 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì…°ì´ë” ìºì‹œê°€ 존재하지 않습니다.</translation> | 4202 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì…°ì´ë” ìºì‹œê°€ 존재하지 않습니다.</translation> |
| 4208 | </message> | 4203 | </message> |
| 4209 | <message> | 4204 | <message> |
| 4210 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4205 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4211 | <source>Successfully removed the transferable shader cache.</source> | 4206 | <source>Successfully removed the transferable shader cache.</source> |
| 4212 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4207 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4213 | </message> | 4208 | </message> |
| 4214 | <message> | 4209 | <message> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4216 | <source>Failed to remove the transferable shader cache.</source> | 4211 | <source>Failed to remove the transferable shader cache.</source> |
| 4217 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì œê±°í•˜ì§€ 못했습니다.</translation> | 4212 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ ì œê±°í•˜ì§€ 못했습니다.</translation> |
| 4218 | </message> | 4213 | </message> |
| 4219 | <message> | 4214 | <message> |
| 4220 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4215 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4222 | <source>Error Removing Transferable Shader Caches</source> | 4217 | <source>Error Removing Transferable Shader Caches</source> |
| 4223 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ì œê±° 오류</translation> | 4218 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ì œê±° 오류</translation> |
| 4224 | </message> | 4219 | </message> |
| 4225 | <message> | 4220 | <message> |
| 4226 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4227 | <source>Successfully removed the transferable shader caches.</source> | 4222 | <source>Successfully removed the transferable shader caches.</source> |
| 4228 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4223 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œë¥¼ 성공ì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4229 | </message> | 4224 | </message> |
| 4230 | <message> | 4225 | <message> |
| 4231 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4232 | <source>Failed to remove the transferable shader cache directory.</source> | 4227 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4233 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ë””ë ‰í† ë¦¬ë¥¼ ì œê±°í•˜ì§€ 못했습니다.</translation> | 4228 | <translation>ì „ì†¡ 가능한 ì…°ì´ë” ìºì‹œ ë””ë ‰í† ë¦¬ë¥¼ ì œê±°í•˜ì§€ 못했습니다.</translation> |
| 4234 | </message> | 4229 | </message> |
| 4235 | <message> | 4230 | <message> |
| 4236 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4238 | <source>Error Removing Custom Configuration</source> | 4233 | <source>Error Removing Custom Configuration</source> |
| 4239 | <translation>ì‚¬ìš©ìž ì§€ì • 구성 ì œê±° 오류</translation> | 4234 | <translation>ì‚¬ìš©ìž ì§€ì • 구성 ì œê±° 오류</translation> |
| 4240 | </message> | 4235 | </message> |
| 4241 | <message> | 4236 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4243 | <source>A custom configuration for this title does not exist.</source> | 4238 | <source>A custom configuration for this title does not exist.</source> |
| 4244 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì‚¬ìš©ìž ì§€ì • êµ¬ì„±ì´ ì¡´ìž¬í•˜ì§€ 않습니다.</translation> | 4239 | <translation>ì´ íƒ€ì´í‹€ì— 대한 ì‚¬ìš©ìž ì§€ì • êµ¬ì„±ì´ ì¡´ìž¬í•˜ì§€ 않습니다.</translation> |
| 4245 | </message> | 4240 | </message> |
| 4246 | <message> | 4241 | <message> |
| 4247 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4242 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4248 | <source>Successfully removed the custom game configuration.</source> | 4243 | <source>Successfully removed the custom game configuration.</source> |
| 4249 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì„±ê³µì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> | 4244 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì„±ê³µì 으로 ì œê±°í–ˆìŠµë‹ˆë‹¤.</translation> |
| 4250 | </message> | 4245 | </message> |
| 4251 | <message> | 4246 | <message> |
| 4252 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4247 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4253 | <source>Failed to remove the custom game configuration.</source> | 4248 | <source>Failed to remove the custom game configuration.</source> |
| 4254 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì œê±°í•˜ì§€ 못했습니다.</translation> | 4249 | <translation>ì‚¬ìš©ìž ì§€ì • 게임 êµ¬ì„±ì„ ì œê±°í•˜ì§€ 못했습니다.</translation> |
| 4255 | </message> | 4250 | </message> |
| 4256 | <message> | 4251 | <message> |
| 4257 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4252 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4259 | <source>RomFS Extraction Failed!</source> | 4254 | <source>RomFS Extraction Failed!</source> |
| 4260 | <translation>RomFS 추출 실패!</translation> | 4255 | <translation>RomFS 추출 실패!</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4264 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4259 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4265 | <translation>RomFS 파ì¼ì„ 복사하는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆê±°ë‚˜ 사용ìžê°€ ìž‘ì—…ì„ ì·¨ì†Œí–ˆìŠµë‹ˆë‹¤.</translation> | 4260 | <translation>RomFS 파ì¼ì„ 복사하는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆê±°ë‚˜ 사용ìžê°€ ìž‘ì—…ì„ ì·¨ì†Œí–ˆìŠµë‹ˆë‹¤.</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4269 | <source>Full</source> | 4264 | <source>Full</source> |
| 4270 | <translation>ì „ì²´</translation> | 4265 | <translation>ì „ì²´</translation> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4274 | <source>Skeleton</source> | 4269 | <source>Skeleton</source> |
| 4275 | <translation>뼈대</translation> | 4270 | <translation>뼈대</translation> |
| 4276 | </message> | 4271 | </message> |
| 4277 | <message> | 4272 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4273 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4279 | <source>Select RomFS Dump Mode</source> | 4274 | <source>Select RomFS Dump Mode</source> |
| 4280 | <translation>RomFS ë¤í”„ 모드 ì„ íƒ</translation> | 4275 | <translation>RomFS ë¤í”„ 모드 ì„ íƒ</translation> |
| 4281 | </message> | 4276 | </message> |
| 4282 | <message> | 4277 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4284 | <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> | 4279 | <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> |
| 4285 | <translation>RomFS ë¤í”„ ë°©ë²•ì„ ì„ íƒí•˜ì‹ì‹œì˜¤.<br>ì „ì²´ëŠ” ëª¨ë“ íŒŒì¼ì„ 새 ë””ë ‰í† ë¦¬ì— ë³µì‚¬í•˜ê³ <br>뼈대는 ë””ë ‰í† ë¦¬ 구조 ë§Œ ìƒì„±í•©ë‹ˆë‹¤.</translation> | 4280 | <translation>RomFS ë¤í”„ ë°©ë²•ì„ ì„ íƒí•˜ì‹ì‹œì˜¤.<br>ì „ì²´ëŠ” ëª¨ë“ íŒŒì¼ì„ 새 ë””ë ‰í† ë¦¬ì— ë³µì‚¬í•˜ê³ <br>뼈대는 ë””ë ‰í† ë¦¬ 구조 ë§Œ ìƒì„±í•©ë‹ˆë‹¤.</translation> |
| 4286 | </message> | 4281 | </message> |
| 4287 | <message> | 4282 | <message> |
| 4288 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4283 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4289 | <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> | 4284 | <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> |
| 4290 | <translation>%1ì— RomFS를 ì¶”ì¶œí•˜ê¸°ì— ì¶©ë¶„í•œ ì—¬ìœ ê³µê°„ì´ ì—†ìŠµë‹ˆë‹¤. ê³µê°„ì„ í™•ë³´í•˜ê±°ë‚˜ ì—ë®¬ë ˆì´ê²¬ > ì„¤ì • > 시스템 > 파ì¼ì‹œìŠ¤í…œ > ë¤í”„ 경로ì—서 다른 ë¤í”„ ë””ë ‰í† ë¦¬ë¥¼ ì„ íƒí•˜ì‹ì‹œì˜¤.</translation> | 4285 | <translation>%1ì— RomFS를 ì¶”ì¶œí•˜ê¸°ì— ì¶©ë¶„í•œ ì—¬ìœ ê³µê°„ì´ ì—†ìŠµë‹ˆë‹¤. ê³µê°„ì„ í™•ë³´í•˜ê±°ë‚˜ ì—ë®¬ë ˆì´ê²¬ > ì„¤ì • > 시스템 > 파ì¼ì‹œìŠ¤í…œ > ë¤í”„ 경로ì—서 다른 ë¤í”„ ë””ë ‰í† ë¦¬ë¥¼ ì„ íƒí•˜ì‹ì‹œì˜¤.</translation> |
| 4291 | </message> | 4286 | </message> |
| 4292 | <message> | 4287 | <message> |
| 4293 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4288 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4294 | <source>Extracting RomFS...</source> | 4289 | <source>Extracting RomFS...</source> |
| 4295 | <translation>RomFS 추출 중...</translation> | 4290 | <translation>RomFS 추출 중...</translation> |
| 4296 | </message> | 4291 | </message> |
| 4297 | <message> | 4292 | <message> |
| 4298 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4293 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4300 | <source>Cancel</source> | 4295 | <source>Cancel</source> |
| 4301 | <translation>취소</translation> | 4296 | <translation>취소</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4305 | <source>RomFS Extraction Succeeded!</source> | 4300 | <source>RomFS Extraction Succeeded!</source> |
| 4306 | <translation>RomFS ì¶”ì¶œì´ ì„±ê³µí–ˆìŠµë‹ˆë‹¤!</translation> | 4301 | <translation>RomFS ì¶”ì¶œì´ ì„±ê³µí–ˆìŠµë‹ˆë‹¤!</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4310 | <source>The operation completed successfully.</source> | 4305 | <source>The operation completed successfully.</source> |
| 4311 | <translation>ìž‘ì—…ì´ ì„±ê³µì 으로 완료ë˜ì—ˆìŠµë‹ˆë‹¤.</translation> | 4306 | <translation>ìž‘ì—…ì´ ì„±ê³µì 으로 완료ë˜ì—ˆìŠµë‹ˆë‹¤.</translation> |
| 4312 | </message> | 4307 | </message> |
| 4313 | <message> | 4308 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4309 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4315 | <source>Error Opening %1</source> | 4310 | <source>Error Opening %1</source> |
| 4316 | <translation>%1 열기 오류</translation> | 4311 | <translation>%1 열기 오류</translation> |
| 4317 | </message> | 4312 | </message> |
| 4318 | <message> | 4313 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4314 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4320 | <source>Select Directory</source> | 4315 | <source>Select Directory</source> |
| 4321 | <translation>경로 ì„ íƒ</translation> | 4316 | <translation>경로 ì„ íƒ</translation> |
| 4322 | </message> | 4317 | </message> |
| 4323 | <message> | 4318 | <message> |
| 4324 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4319 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4325 | <source>Properties</source> | 4320 | <source>Properties</source> |
| 4326 | <translation>ì†ì„±</translation> | 4321 | <translation>ì†ì„±</translation> |
| 4327 | </message> | 4322 | </message> |
| 4328 | <message> | 4323 | <message> |
| 4329 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4324 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4330 | <source>The game properties could not be loaded.</source> | 4325 | <source>The game properties could not be loaded.</source> |
| 4331 | <translation>게임 ì†ì„±ì„ 로드 í• ìˆ˜ 없습니다.</translation> | 4326 | <translation>게임 ì†ì„±ì„ 로드 í• ìˆ˜ 없습니다.</translation> |
| 4332 | </message> | 4327 | </message> |
| 4333 | <message> | 4328 | <message> |
| 4334 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4329 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4335 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4330 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4336 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4331 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4337 | <translation>Switch ì‹¤í–‰íŒŒì¼ (%1);;ëª¨ë“ íŒŒì¼ (*.*)</translation> | 4332 | <translation>Switch ì‹¤í–‰íŒŒì¼ (%1);;ëª¨ë“ íŒŒì¼ (*.*)</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4341 | <source>Load File</source> | 4336 | <source>Load File</source> |
| 4342 | <translation>íŒŒì¼ ë¡œë“œ</translation> | 4337 | <translation>íŒŒì¼ ë¡œë“œ</translation> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4346 | <source>Open Extracted ROM Directory</source> | 4341 | <source>Open Extracted ROM Directory</source> |
| 4347 | <translation>ì¶”ì¶œëœ ROM ë””ë ‰í† ë¦¬ 열기</translation> | 4342 | <translation>ì¶”ì¶œëœ ROM ë””ë ‰í† ë¦¬ 열기</translation> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4351 | <source>Invalid Directory Selected</source> | 4346 | <source>Invalid Directory Selected</source> |
| 4352 | <translation>ìž˜ëª»ëœ ë””ë ‰í† ë¦¬ ì„ íƒ</translation> | 4347 | <translation>ìž˜ëª»ëœ ë””ë ‰í† ë¦¬ ì„ íƒ</translation> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message> | 4349 | <message> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4356 | <source>The directory you have selected does not contain a 'main' file.</source> | 4351 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4357 | <translation>ì„ íƒí•œ ë””ë ‰í† ë¦¬ì— 'main'파ì¼ì´ 없습니다.</translation> | 4352 | <translation>ì„ íƒí•œ ë””ë ‰í† ë¦¬ì— 'main'파ì¼ì´ 없습니다.</translation> |
| 4358 | </message> | 4353 | </message> |
| 4359 | <message> | 4354 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4361 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4356 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4362 | <translation>설치 가능한 Switch íŒŒì¼ (*.nca *.nsp *.xci);;Nintendo 컨í…ì¸ ì•„ì¹´ì´ë¸Œ (*.nca);;Nintendo 서브미션 패키지 (*.nsp);;NX 카트리지 ì´ë¯¸ì§€ (*.xci)</translation> | 4357 | <translation>설치 가능한 Switch íŒŒì¼ (*.nca *.nsp *.xci);;Nintendo 컨í…ì¸ ì•„ì¹´ì´ë¸Œ (*.nca);;Nintendo 서브미션 패키지 (*.nsp);;NX 카트리지 ì´ë¯¸ì§€ (*.xci)</translation> |
| 4363 | </message> | 4358 | </message> |
| 4364 | <message> | 4359 | <message> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4366 | <source>Install Files</source> | 4361 | <source>Install Files</source> |
| 4367 | <translation>íŒŒì¼ ì„¤ì¹˜</translation> | 4362 | <translation>íŒŒì¼ ì„¤ì¹˜</translation> |
| 4368 | </message> | 4363 | </message> |
| 4369 | <message numerus="yes"> | 4364 | <message numerus="yes"> |
| 4370 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4365 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4371 | <source>%n file(s) remaining</source> | 4366 | <source>%n file(s) remaining</source> |
| 4372 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì´ 남ìŒ</numerusform></translation> | 4367 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì´ 남ìŒ</numerusform></translation> |
| 4373 | </message> | 4368 | </message> |
| 4374 | <message> | 4369 | <message> |
| 4375 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4376 | <source>Installing file "%1"...</source> | 4371 | <source>Installing file "%1"...</source> |
| 4377 | <translation>íŒŒì¼ "%1" 설치 중...</translation> | 4372 | <translation>íŒŒì¼ "%1" 설치 중...</translation> |
| 4378 | </message> | 4373 | </message> |
| 4379 | <message> | 4374 | <message> |
| 4380 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4375 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4382 | <source>Install Results</source> | 4377 | <source>Install Results</source> |
| 4383 | <translation>설치 결과</translation> | 4378 | <translation>설치 결과</translation> |
| 4384 | </message> | 4379 | </message> |
| 4385 | <message> | 4380 | <message> |
| 4386 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4381 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4387 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4382 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4388 | Please, only use this feature to install updates and DLC.</source> | 4383 | Please, only use this feature to install updates and DLC.</source> |
| 4389 | <translation>ì¶©ëŒì„ 피하기 위해, ë‚¸ë“œì— ë² ì´ìФ ê²Œìž„ì„ ì„¤ì¹˜í•˜ëŠ” ê²ƒì„ ê¶Œìž¥í•˜ì§€ 않습니다. | 4384 | <translation>ì¶©ëŒì„ 피하기 위해, ë‚¸ë“œì— ë² ì´ìФ ê²Œìž„ì„ ì„¤ì¹˜í•˜ëŠ” ê²ƒì„ ê¶Œìž¥í•˜ì§€ 않습니다. |
| 4390 | ì´ ê¸°ëŠ¥ì€ ì—…ë°ì´íŠ¸ë‚˜ DLC를 ì„¤ì¹˜í• ë•Œì—ë§Œ 사용해주세요.</translation> | 4385 | ì´ ê¸°ëŠ¥ì€ ì—…ë°ì´íŠ¸ë‚˜ DLC를 ì„¤ì¹˜í• ë•Œì—ë§Œ 사용해주세요.</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message numerus="yes"> | 4387 | <message numerus="yes"> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4394 | <source>%n file(s) were newly installed | 4389 | <source>%n file(s) were newly installed |
| 4395 | </source> | 4390 | </source> |
| 4396 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì´ 새로 설치ë˜ì—ˆìŠµë‹ˆë‹¤. | 4391 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì´ 새로 설치ë˜ì—ˆìŠµë‹ˆë‹¤. |
| 4397 | </numerusform></translation> | 4392 | </numerusform></translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message numerus="yes"> | 4394 | <message numerus="yes"> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4401 | <source>%n file(s) were overwritten | 4396 | <source>%n file(s) were overwritten |
| 4402 | </source> | 4397 | </source> |
| 4403 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì„ ë®ì–´ì¼ìŠµë‹ˆë‹¤. | 4398 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì„ ë®ì–´ì¼ìŠµë‹ˆë‹¤. |
| 4404 | </numerusform></translation> | 4399 | </numerusform></translation> |
| 4405 | </message> | 4400 | </message> |
| 4406 | <message numerus="yes"> | 4401 | <message numerus="yes"> |
| 4407 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4402 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4408 | <source>%n file(s) failed to install | 4403 | <source>%n file(s) failed to install |
| 4409 | </source> | 4404 | </source> |
| 4410 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì„ 설치하지 못했습니다. | 4405 | <translation><numerusform>%nê°œì˜ íŒŒì¼ì„ 설치하지 못했습니다. |
| 4411 | </numerusform></translation> | 4406 | </numerusform></translation> |
| 4412 | </message> | 4407 | </message> |
| 4413 | <message> | 4408 | <message> |
| 4414 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4409 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4415 | <source>System Application</source> | 4410 | <source>System Application</source> |
| 4416 | <translation>시스템 ì• í”Œë¦¬ì¼€ì´ì…˜</translation> | 4411 | <translation>시스템 ì• í”Œë¦¬ì¼€ì´ì…˜</translation> |
| 4417 | </message> | 4412 | </message> |
| 4418 | <message> | 4413 | <message> |
| 4419 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4414 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4420 | <source>System Archive</source> | 4415 | <source>System Archive</source> |
| 4421 | <translation>시스템 ì•„ì¹´ì´ë¸Œ</translation> | 4416 | <translation>시스템 ì•„ì¹´ì´ë¸Œ</translation> |
| 4422 | </message> | 4417 | </message> |
| 4423 | <message> | 4418 | <message> |
| 4424 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4419 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4425 | <source>System Application Update</source> | 4420 | <source>System Application Update</source> |
| 4426 | <translation>시스템 ì• í”Œë¦¬ì¼€ì´ì…˜ ì—…ë°ì´íЏ</translation> | 4421 | <translation>시스템 ì• í”Œë¦¬ì¼€ì´ì…˜ ì—…ë°ì´íЏ</translation> |
| 4427 | </message> | 4422 | </message> |
| 4428 | <message> | 4423 | <message> |
| 4429 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4424 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4430 | <source>Firmware Package (Type A)</source> | 4425 | <source>Firmware Package (Type A)</source> |
| 4431 | <translation>펌웨어 패키지 (A타입)</translation> | 4426 | <translation>펌웨어 패키지 (A타입)</translation> |
| 4432 | </message> | 4427 | </message> |
| 4433 | <message> | 4428 | <message> |
| 4434 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4429 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4435 | <source>Firmware Package (Type B)</source> | 4430 | <source>Firmware Package (Type B)</source> |
| 4436 | <translation>펌웨어 패키지 (B타입)</translation> | 4431 | <translation>펌웨어 패키지 (B타입)</translation> |
| 4437 | </message> | 4432 | </message> |
| 4438 | <message> | 4433 | <message> |
| 4439 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4434 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4440 | <source>Game</source> | 4435 | <source>Game</source> |
| 4441 | <translation>게임</translation> | 4436 | <translation>게임</translation> |
| 4442 | </message> | 4437 | </message> |
| 4443 | <message> | 4438 | <message> |
| 4444 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4439 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4445 | <source>Game Update</source> | 4440 | <source>Game Update</source> |
| 4446 | <translation>게임 ì—…ë°ì´íЏ</translation> | 4441 | <translation>게임 ì—…ë°ì´íЏ</translation> |
| 4447 | </message> | 4442 | </message> |
| 4448 | <message> | 4443 | <message> |
| 4449 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4444 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4450 | <source>Game DLC</source> | 4445 | <source>Game DLC</source> |
| 4451 | <translation>게임 DLC</translation> | 4446 | <translation>게임 DLC</translation> |
| 4452 | </message> | 4447 | </message> |
| 4453 | <message> | 4448 | <message> |
| 4454 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4449 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4455 | <source>Delta Title</source> | 4450 | <source>Delta Title</source> |
| 4456 | <translation>ë¸íƒ€ 타ì´í‹€</translation> | 4451 | <translation>ë¸íƒ€ 타ì´í‹€</translation> |
| 4457 | </message> | 4452 | </message> |
| 4458 | <message> | 4453 | <message> |
| 4459 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4454 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4460 | <source>Select NCA Install Type...</source> | 4455 | <source>Select NCA Install Type...</source> |
| 4461 | <translation>NCA 설치 ìœ í˜• ì„ íƒ...</translation> | 4456 | <translation>NCA 설치 ìœ í˜• ì„ íƒ...</translation> |
| 4462 | </message> | 4457 | </message> |
| 4463 | <message> | 4458 | <message> |
| 4464 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4459 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4465 | <source>Please select the type of title you would like to install this NCA as: | 4460 | <source>Please select the type of title you would like to install this NCA as: |
| 4466 | (In most instances, the default 'Game' is fine.)</source> | 4461 | (In most instances, the default 'Game' is fine.)</source> |
| 4467 | <translation>ì´ NCA를 ì„¤ì¹˜í• íƒ€ì´í‹€ ìœ í˜•ì„ ì„ íƒí•˜ì„¸ìš”: | 4462 | <translation>ì´ NCA를 ì„¤ì¹˜í• íƒ€ì´í‹€ ìœ í˜•ì„ ì„ íƒí•˜ì„¸ìš”: |
| 4468 | (ëŒ€ë¶€ë¶„ì˜ ê²½ìš° ê¸°ë³¸ê°’ì¸ '게임'ì´ ê´œì°®ìŠµë‹ˆë‹¤.)</translation> | 4463 | (ëŒ€ë¶€ë¶„ì˜ ê²½ìš° ê¸°ë³¸ê°’ì¸ '게임'ì´ ê´œì°®ìŠµë‹ˆë‹¤.)</translation> |
| 4469 | </message> | 4464 | </message> |
| 4470 | <message> | 4465 | <message> |
| 4471 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4472 | <source>Failed to Install</source> | 4467 | <source>Failed to Install</source> |
| 4473 | <translation>설치 실패</translation> | 4468 | <translation>설치 실패</translation> |
| 4474 | </message> | 4469 | </message> |
| 4475 | <message> | 4470 | <message> |
| 4476 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4471 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4477 | <source>The title type you selected for the NCA is invalid.</source> | 4472 | <source>The title type you selected for the NCA is invalid.</source> |
| 4478 | <translation>NCA 타ì´í‹€ ìœ í˜•ì´ ìœ íš¨í•˜ì§€ 않습니다.</translation> | 4473 | <translation>NCA 타ì´í‹€ ìœ í˜•ì´ ìœ íš¨í•˜ì§€ 않습니다.</translation> |
| 4479 | </message> | 4474 | </message> |
| 4480 | <message> | 4475 | <message> |
| 4481 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4476 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4482 | <source>File not found</source> | 4477 | <source>File not found</source> |
| 4483 | <translation>파ì¼ì„ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> | 4478 | <translation>파ì¼ì„ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> |
| 4484 | </message> | 4479 | </message> |
| 4485 | <message> | 4480 | <message> |
| 4486 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4487 | <source>File "%1" not found</source> | 4482 | <source>File "%1" not found</source> |
| 4488 | <translation>íŒŒì¼ "%1"ì„ ì°¾ì„ ìˆ˜ 없습니다</translation> | 4483 | <translation>íŒŒì¼ "%1"ì„ ì°¾ì„ ìˆ˜ 없습니다</translation> |
| 4489 | </message> | 4484 | </message> |
| 4490 | <message> | 4485 | <message> |
| 4491 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4492 | <source>OK</source> | 4487 | <source>OK</source> |
| 4493 | <translation>OK</translation> | 4488 | <translation>OK</translation> |
| 4494 | </message> | 4489 | </message> |
| 4495 | <message> | 4490 | <message> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4497 | <source>Missing yuzu Account</source> | 4492 | <source>Missing yuzu Account</source> |
| 4498 | <translation>yuzu ê³„ì • 누ë½</translation> | 4493 | <translation>yuzu ê³„ì • 누ë½</translation> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4502 | <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> | 4497 | <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> |
| 4503 | <translation>게임 호환성 테스트 결과를 ì œì¶œí•˜ë ¤ë©´ yuzu ê³„ì •ì„ ì—°ê²°í•´ì•¼í•©ë‹ˆë‹¤.<br><br/>yuzu ê³„ì •ì„ ì—°ê²°í•˜ë ¤ë©´ ì—ë®¬ë ˆì´ì…˜ &gt; ì„¤ì • &gt; 웹으로 가세요.</translation> | 4498 | <translation>게임 호환성 테스트 결과를 ì œì¶œí•˜ë ¤ë©´ yuzu ê³„ì •ì„ ì—°ê²°í•´ì•¼í•©ë‹ˆë‹¤.<br><br/>yuzu ê³„ì •ì„ ì—°ê²°í•˜ë ¤ë©´ ì—ë®¬ë ˆì´ì…˜ &gt; ì„¤ì • &gt; 웹으로 가세요.</translation> |
| 4504 | </message> | 4499 | </message> |
| 4505 | <message> | 4500 | <message> |
| 4506 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4507 | <source>Error opening URL</source> | 4502 | <source>Error opening URL</source> |
| 4508 | <translation>URL 열기 오류</translation> | 4503 | <translation>URL 열기 오류</translation> |
| 4509 | </message> | 4504 | </message> |
| 4510 | <message> | 4505 | <message> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4512 | <source>Unable to open the URL "%1".</source> | 4507 | <source>Unable to open the URL "%1".</source> |
| 4513 | <translation>URL "%1"ì„ ì—´ 수 없습니다.</translation> | 4508 | <translation>URL "%1"ì„ ì—´ 수 없습니다.</translation> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4517 | <source>TAS Recording</source> | 4512 | <source>TAS Recording</source> |
| 4518 | <translation>TAS ë ˆì½”ë”©</translation> | 4513 | <translation>TAS ë ˆì½”ë”©</translation> |
| 4519 | </message> | 4514 | </message> |
| 4520 | <message> | 4515 | <message> |
| 4521 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4516 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4522 | <source>Overwrite file of player 1?</source> | 4517 | <source>Overwrite file of player 1?</source> |
| 4523 | <translation>í”Œë ˆì´ì–´ 1ì˜ íŒŒì¼ì„ ë®ì–´ì“°ì‹œê² 습니까?</translation> | 4518 | <translation>í”Œë ˆì´ì–´ 1ì˜ íŒŒì¼ì„ ë®ì–´ì“°ì‹œê² 습니까?</translation> |
| 4524 | </message> | 4519 | </message> |
| 4525 | <message> | 4520 | <message> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4527 | <source>Invalid config detected</source> | 4522 | <source>Invalid config detected</source> |
| 4528 | <translation>ìœ íš¨í•˜ì§€ ì•Šì€ ì„¤ì • ê°ì§€</translation> | 4523 | <translation>ìœ íš¨í•˜ì§€ ì•Šì€ ì„¤ì • ê°ì§€</translation> |
| 4529 | </message> | 4524 | </message> |
| 4530 | <message> | 4525 | <message> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4532 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4527 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4533 | <translation>휴대 모드용 컨트롤러는 거치 모드ì—서 ì‚¬ìš©í• ìˆ˜ 없습니다. 프로 컨트롤러로 ëŒ€ì‹ ì„ íƒë©ë‹ˆë‹¤.</translation> | 4528 | <translation>휴대 모드용 컨트롤러는 거치 모드ì—서 ì‚¬ìš©í• ìˆ˜ 없습니다. 프로 컨트롤러로 ëŒ€ì‹ ì„ íƒë©ë‹ˆë‹¤.</translation> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4537 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4532 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4538 | <source>Error</source> | 4533 | <source>Error</source> |
| 4539 | <translation>오류</translation> | 4534 | <translation>오류</translation> |
| 4540 | </message> | 4535 | </message> |
| 4541 | <message> | 4536 | <message> |
| 4542 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4537 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4543 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4538 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4544 | <source>The current game is not looking for amiibos</source> | 4539 | <source>The current game is not looking for amiibos</source> |
| 4545 | <translation>현재 ê²Œìž„ì€ amiibo를 ì°¾ê³ ìžˆì§€ 않습니다</translation> | 4540 | <translation>현재 ê²Œìž„ì€ amiibo를 ì°¾ê³ ìžˆì§€ 않습니다</translation> |
| 4546 | </message> | 4541 | </message> |
| 4547 | <message> | 4542 | <message> |
| 4548 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4543 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4550 | <source>Amiibo</source> | 4545 | <source>Amiibo</source> |
| 4551 | <translation>Amiibo</translation> | 4546 | <translation>Amiibo</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4555 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4556 | <source>The current amiibo has been removed</source> | 4551 | <source>The current amiibo has been removed</source> |
| 4557 | <translation>현재 amiiboê°€ ì œê±°ë˜ì—ˆìŠµë‹ˆë‹¤.</translation> | 4552 | <translation>현재 amiiboê°€ ì œê±°ë˜ì—ˆìŠµë‹ˆë‹¤.</translation> |
| 4558 | </message> | 4553 | </message> |
| 4559 | <message> | 4554 | <message> |
| 4560 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4555 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4561 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4556 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4562 | <translation>Amiibo íŒŒì¼ (%1);; ëª¨ë“ íŒŒì¼ (*.*)</translation> | 4557 | <translation>Amiibo íŒŒì¼ (%1);; ëª¨ë“ íŒŒì¼ (*.*)</translation> |
| 4563 | </message> | 4558 | </message> |
| 4564 | <message> | 4559 | <message> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4566 | <source>Load Amiibo</source> | 4561 | <source>Load Amiibo</source> |
| 4567 | <translation>Amiibo 로드</translation> | 4562 | <translation>Amiibo 로드</translation> |
| 4568 | </message> | 4563 | </message> |
| 4569 | <message> | 4564 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4571 | <source>Error opening Amiibo data file</source> | 4566 | <source>Error opening Amiibo data file</source> |
| 4572 | <translation>Amiibo ë°ì´í„° íŒŒì¼ ì—´ê¸° 오류</translation> | 4567 | <translation>Amiibo ë°ì´í„° íŒŒì¼ ì—´ê¸° 오류</translation> |
| 4573 | </message> | 4568 | </message> |
| 4574 | <message> | 4569 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4576 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4571 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4577 | <translation>Amiibo íŒŒì¼ "%1"ì„(를) ì½ì„ 수 없습니다.</translation> | 4572 | <translation>Amiibo íŒŒì¼ "%1"ì„(를) ì½ì„ 수 없습니다.</translation> |
| 4578 | </message> | 4573 | </message> |
| 4579 | <message> | 4574 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4581 | <source>Error reading Amiibo data file</source> | 4576 | <source>Error reading Amiibo data file</source> |
| 4582 | <translation>Amiibo ë°ì´í„° íŒŒì¼ ì½ê¸° 오류</translation> | 4577 | <translation>Amiibo ë°ì´í„° íŒŒì¼ ì½ê¸° 오류</translation> |
| 4583 | </message> | 4578 | </message> |
| 4584 | <message> | 4579 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4586 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4581 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4587 | <translation>Amiibo ë°ì´í„°ë¥¼ ì™„ì „ížˆ ì½ì„ 수 없습니다. %1 ë°”ì´íŠ¸ë¥¼ ì½ìœ¼ë ¤ê³ 했지만 %2 ë°”ì´íŠ¸ë§Œ ì½ì„ 수 있었습니다.</translation> | 4582 | <translation>Amiibo ë°ì´í„°ë¥¼ ì™„ì „ížˆ ì½ì„ 수 없습니다. %1 ë°”ì´íŠ¸ë¥¼ ì½ìœ¼ë ¤ê³ 했지만 %2 ë°”ì´íŠ¸ë§Œ ì½ì„ 수 있었습니다.</translation> |
| 4588 | </message> | 4583 | </message> |
| 4589 | <message> | 4584 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4591 | <source>Error loading Amiibo data</source> | 4586 | <source>Error loading Amiibo data</source> |
| 4592 | <translation>Amiibo ë°ì´í„° 로드 오류</translation> | 4587 | <translation>Amiibo ë°ì´í„° 로드 오류</translation> |
| 4593 | </message> | 4588 | </message> |
| 4594 | <message> | 4589 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4596 | <source>Unable to load Amiibo data.</source> | 4591 | <source>Unable to load Amiibo data.</source> |
| 4597 | <translation>Amiibo ë°ì´í„°ë¥¼ ë¡œë“œí• ìˆ˜ 없습니다.</translation> | 4592 | <translation>Amiibo ë°ì´í„°ë¥¼ ë¡œë“œí• ìˆ˜ 없습니다.</translation> |
| 4598 | </message> | 4593 | </message> |
| 4599 | <message> | 4594 | <message> |
| 4600 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4601 | <source>Capture Screenshot</source> | 4596 | <source>Capture Screenshot</source> |
| 4602 | <translation>스í¬ë¦°ìƒ· 캡처</translation> | 4597 | <translation>스í¬ë¦°ìƒ· 캡처</translation> |
| 4603 | </message> | 4598 | </message> |
| 4604 | <message> | 4599 | <message> |
| 4605 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4606 | <source>PNG Image (*.png)</source> | 4601 | <source>PNG Image (*.png)</source> |
| 4607 | <translation>PNG ì´ë¯¸ì§€ (*.png)</translation> | 4602 | <translation>PNG ì´ë¯¸ì§€ (*.png)</translation> |
| 4608 | </message> | 4603 | </message> |
| 4609 | <message> | 4604 | <message> |
| 4610 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4611 | <source>TAS state: Running %1/%2</source> | 4606 | <source>TAS state: Running %1/%2</source> |
| 4612 | <translation>TAS ìƒíƒœ: %1/%2 실행 중</translation> | 4607 | <translation>TAS ìƒíƒœ: %1/%2 실행 중</translation> |
| 4613 | </message> | 4608 | </message> |
| 4614 | <message> | 4609 | <message> |
| 4615 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4616 | <source>TAS state: Recording %1</source> | 4611 | <source>TAS state: Recording %1</source> |
| 4617 | <translation>TAS ìƒíƒœ: ë ˆì½”ë”© %1</translation> | 4612 | <translation>TAS ìƒíƒœ: ë ˆì½”ë”© %1</translation> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4621 | <source>TAS state: Idle %1/%2</source> | 4616 | <source>TAS state: Idle %1/%2</source> |
| 4622 | <translation>TAS ìƒíƒœ: ìœ íœ´ %1/%2</translation> | 4617 | <translation>TAS ìƒíƒœ: ìœ íœ´ %1/%2</translation> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4626 | <source>TAS State: Invalid</source> | 4621 | <source>TAS State: Invalid</source> |
| 4627 | <translation>TAS ìƒíƒœ: ìœ íš¨í•˜ì§€ 않ìŒ</translation> | 4622 | <translation>TAS ìƒíƒœ: ìœ íš¨í•˜ì§€ 않ìŒ</translation> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message> | 4624 | <message> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4631 | <source>&Stop Running</source> | 4626 | <source>&Stop Running</source> |
| 4632 | <translation>실행 중지(&S)</translation> | 4627 | <translation>실행 중지(&S)</translation> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4636 | <source>&Start</source> | 4631 | <source>&Start</source> |
| 4637 | <translation>시작(&S)</translation> | 4632 | <translation>시작(&S)</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4641 | <source>Stop R&ecording</source> | 4636 | <source>Stop R&ecording</source> |
| 4642 | <translation>ë ˆì½”ë”© 중지(&e)</translation> | 4637 | <translation>ë ˆì½”ë”© 중지(&e)</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4646 | <source>R&ecord</source> | 4641 | <source>R&ecord</source> |
| 4647 | <translation>ë ˆì½”ë“œ(&R)</translation> | 4642 | <translation>ë ˆì½”ë“œ(&R)</translation> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message numerus="yes"> | 4644 | <message numerus="yes"> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4651 | <source>Building: %n shader(s)</source> | 4646 | <source>Building: %n shader(s)</source> |
| 4652 | <translation><numerusform>빌드중: %nê°œ ì…°ì´ë”</numerusform></translation> | 4647 | <translation><numerusform>빌드중: %nê°œ ì…°ì´ë”</numerusform></translation> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4656 | <source>Scale: %1x</source> | 4651 | <source>Scale: %1x</source> |
| 4657 | <comment>%1 is the resolution scaling factor</comment> | 4652 | <comment>%1 is the resolution scaling factor</comment> |
| 4658 | <translation>스케ì¼: %1x</translation> | 4653 | <translation>스케ì¼: %1x</translation> |
| 4659 | </message> | 4654 | </message> |
| 4660 | <message> | 4655 | <message> |
| 4661 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4656 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4662 | <source>Speed: %1% / %2%</source> | 4657 | <source>Speed: %1% / %2%</source> |
| 4663 | <translation>ì†ë„: %1% / %2%</translation> | 4658 | <translation>ì†ë„: %1% / %2%</translation> |
| 4664 | </message> | 4659 | </message> |
| 4665 | <message> | 4660 | <message> |
| 4666 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4661 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4667 | <source>Speed: %1%</source> | 4662 | <source>Speed: %1%</source> |
| 4668 | <translation>ì†ë„: %1%</translation> | 4663 | <translation>ì†ë„: %1%</translation> |
| 4669 | </message> | 4664 | </message> |
| 4670 | <message> | 4665 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4672 | <source>Game: %1 FPS (Unlocked)</source> | 4667 | <source>Game: %1 FPS (Unlocked)</source> |
| 4673 | <translation>게임: %1 FPS (ì œí•œì—†ìŒ)</translation> | 4668 | <translation>게임: %1 FPS (ì œí•œì—†ìŒ)</translation> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4677 | <source>Game: %1 FPS</source> | 4672 | <source>Game: %1 FPS</source> |
| 4678 | <translation>게임: %1 FPS</translation> | 4673 | <translation>게임: %1 FPS</translation> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4682 | <source>Frame: %1 ms</source> | 4677 | <source>Frame: %1 ms</source> |
| 4683 | <translation>í”„ë ˆìž„: %1 ms</translation> | 4678 | <translation>í”„ë ˆìž„: %1 ms</translation> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4687 | <source>GPU NORMAL</source> | 4682 | <source>GPU NORMAL</source> |
| 4688 | <translation>GPU 보통</translation> | 4683 | <translation>GPU 보통</translation> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4692 | <source>GPU HIGH</source> | 4687 | <source>GPU HIGH</source> |
| 4693 | <translation>GPU 높ìŒ</translation> | 4688 | <translation>GPU 높ìŒ</translation> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4697 | <source>GPU EXTREME</source> | 4692 | <source>GPU EXTREME</source> |
| 4698 | <translation>GPU 굉장함</translation> | 4693 | <translation>GPU 굉장함</translation> |
| 4699 | </message> | 4694 | </message> |
| 4700 | <message> | 4695 | <message> |
| 4701 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4696 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4702 | <source>GPU ERROR</source> | 4697 | <source>GPU ERROR</source> |
| 4703 | <translation>GPU 오류</translation> | 4698 | <translation>GPU 오류</translation> |
| 4704 | </message> | 4699 | </message> |
| 4705 | <message> | 4700 | <message> |
| 4706 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4701 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4707 | <source>NEAREST</source> | 4702 | <source>NEAREST</source> |
| 4708 | <translation>NEAREST</translation> | 4703 | <translation>NEAREST</translation> |
| 4709 | </message> | 4704 | </message> |
| 4710 | <message> | 4705 | <message> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4706 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4713 | <source>BILINEAR</source> | 4708 | <source>BILINEAR</source> |
| 4714 | <translation>BILINEAR</translation> | 4709 | <translation>BILINEAR</translation> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4718 | <source>BICUBIC</source> | 4713 | <source>BICUBIC</source> |
| 4719 | <translation>BICUBIC</translation> | 4714 | <translation>BICUBIC</translation> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4723 | <source>GAUSSIAN</source> | 4718 | <source>GAUSSIAN</source> |
| 4724 | <translation>GAUSSIAN</translation> | 4719 | <translation>GAUSSIAN</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4728 | <source>SCALEFORCE</source> | 4723 | <source>SCALEFORCE</source> |
| 4729 | <translation>SCALEFORCE</translation> | 4724 | <translation>SCALEFORCE</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4733 | <source>FSR</source> | 4728 | <source>FSR</source> |
| 4734 | <translation>FSR</translation> | 4729 | <translation>FSR</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4738 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4733 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4739 | <source>NO AA</source> | 4734 | <source>NO AA</source> |
| 4740 | <translation>AA ì—†ìŒ</translation> | 4735 | <translation>AA ì—†ìŒ</translation> |
| 4741 | </message> | 4736 | </message> |
| 4742 | <message> | 4737 | <message> |
| 4743 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4738 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4744 | <source>FXAA</source> | 4739 | <source>FXAA</source> |
| 4745 | <translation>FXAA</translation> | 4740 | <translation>FXAA</translation> |
| 4746 | </message> | 4741 | </message> |
| 4747 | <message> | 4742 | <message> |
| 4748 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4749 | <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> | 4744 | <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> |
| 4750 | <translation>해당 ê²Œìž„ì€ í”Œë ˆì´í•˜ê¸° ì „ì— Switch 기기ì—서 추가 파ì¼ì„ ë¤í”„해야합니다.<br/><br/>ì´ëŸ¬í•œ íŒŒì¼ ë¤í”„ì— ëŒ€í•œ ìžì„¸í•œ ë‚´ìš©ì€ ë‹¤ìŒ ìœ„í‚¤ 페ì´ì§€ë¥¼ 참조하ì‹ì‹œì˜¤: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Switch 콘솔ì—서 시스템 ì•„ì¹´ì´ë¸Œ ë° ê³µìœ ê¸€ê¼´ ë¤í”„</a>.<br/><br/>게임 목ë¡ìœ¼ë¡œ ëŒì•„ê°€ì‹œê² ìŠµë‹ˆê¹Œ? ì´ë¥¼ ë¬´ì‹œí•˜ê³ ì—ë®¬ë ˆì´ì…˜ì„ 계ì†í•˜ë©´ ì¶©ëŒ, ì €ìž¥ ë°ì´í„° ì†ìƒ ë˜ëŠ” 기타 버그가 ë°œìƒí• 수 있습니다.</translation> | 4745 | <translation>해당 ê²Œìž„ì€ í”Œë ˆì´í•˜ê¸° ì „ì— Switch 기기ì—서 추가 파ì¼ì„ ë¤í”„해야합니다.<br/><br/>ì´ëŸ¬í•œ íŒŒì¼ ë¤í”„ì— ëŒ€í•œ ìžì„¸í•œ ë‚´ìš©ì€ ë‹¤ìŒ ìœ„í‚¤ 페ì´ì§€ë¥¼ 참조하ì‹ì‹œì˜¤: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Switch 콘솔ì—서 시스템 ì•„ì¹´ì´ë¸Œ ë° ê³µìœ ê¸€ê¼´ ë¤í”„</a>.<br/><br/>게임 목ë¡ìœ¼ë¡œ ëŒì•„ê°€ì‹œê² ìŠµë‹ˆê¹Œ? ì´ë¥¼ ë¬´ì‹œí•˜ê³ ì—ë®¬ë ˆì´ì…˜ì„ 계ì†í•˜ë©´ ì¶©ëŒ, ì €ìž¥ ë°ì´í„° ì†ìƒ ë˜ëŠ” 기타 버그가 ë°œìƒí• 수 있습니다.</translation> |
| 4751 | </message> | 4746 | </message> |
| 4752 | <message> | 4747 | <message> |
| 4753 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4754 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4749 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4755 | <translation>yuzuê°€ Switch 시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ 없습니다. %1</translation> | 4750 | <translation>yuzuê°€ Switch 시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ 없습니다. %1</translation> |
| 4756 | </message> | 4751 | </message> |
| 4757 | <message> | 4752 | <message> |
| 4758 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4759 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4754 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4760 | <translation>yuzuê°€ Switch 시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ 없습니다: %1. %2</translation> | 4755 | <translation>yuzuê°€ Switch 시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ 없습니다: %1. %2</translation> |
| 4761 | </message> | 4756 | </message> |
| 4762 | <message> | 4757 | <message> |
| 4763 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4764 | <source>System Archive Not Found</source> | 4759 | <source>System Archive Not Found</source> |
| 4765 | <translation>시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> | 4760 | <translation>시스템 ì•„ì¹´ì´ë¸Œë¥¼ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> |
| 4766 | </message> | 4761 | </message> |
| 4767 | <message> | 4762 | <message> |
| 4768 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4769 | <source>System Archive Missing</source> | 4764 | <source>System Archive Missing</source> |
| 4770 | <translation>시스템 ì•„ì¹´ì´ë¸Œ 누ë½</translation> | 4765 | <translation>시스템 ì•„ì¹´ì´ë¸Œ 누ë½</translation> |
| 4771 | </message> | 4766 | </message> |
| 4772 | <message> | 4767 | <message> |
| 4773 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4774 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4769 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4775 | <translation>yuzuê°€ Switch ê³µìœ ê¸€ê¼´ì„ ì°¾ì„ ìˆ˜ 없습니다. %1</translation> | 4770 | <translation>yuzuê°€ Switch ê³µìœ ê¸€ê¼´ì„ ì°¾ì„ ìˆ˜ 없습니다. %1</translation> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4779 | <source>Shared Fonts Not Found</source> | 4774 | <source>Shared Fonts Not Found</source> |
| 4780 | <translation>ê³µìœ ê¸€ê¼´ì„ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> | 4775 | <translation>ê³µìœ ê¸€ê¼´ì„ ì°¾ì„ ìˆ˜ ì—†ìŒ</translation> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4784 | <source>Shared Font Missing</source> | 4779 | <source>Shared Font Missing</source> |
| 4785 | <translation>ê³µìœ ê¸€ê¼´ 누ë½</translation> | 4780 | <translation>ê³µìœ ê¸€ê¼´ 누ë½</translation> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4789 | <source>Fatal Error</source> | 4784 | <source>Fatal Error</source> |
| 4790 | <translation>치명ì ì¸ ì˜¤ë¥˜</translation> | 4785 | <translation>치명ì ì¸ ì˜¤ë¥˜</translation> |
| 4791 | </message> | 4786 | </message> |
| 4792 | <message> | 4787 | <message> |
| 4793 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4788 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4794 | <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> | 4789 | <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> |
| 4795 | <translation>치명ì ì¸ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤. ìžì„¸í•œ ë‚´ìš©ì€ ë¡œê·¸ë¥¼ 확ì¸í•˜ì‹ì‹œì˜¤. 로그 ì•¡ì„¸ìŠ¤ì— ëŒ€í•œ ìžì„¸í•œ ë‚´ìš©ì€ ë‹¤ìŒ íŽ˜ì´ì§€ë¥¼ 참조하ì‹ì‹œì˜¤: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>로그 파ì¼ì„ 업로드하는 방법</a>.<br/><br/>게임 목ë¡ìœ¼ë¡œ ëŒì•„ê°€ì‹œê² ìŠµë‹ˆê¹Œ? ì´ë¥¼ ë¬´ì‹œí•˜ê³ ì—ë®¬ë ˆì´ì…˜ì„ 계ì†í•˜ë©´ ì¶©ëŒ, ì €ìž¥ ë°ì´í„° ì†ìƒ ë˜ëŠ” 기타 버그가 ë°œìƒí• 수 있습니다.</translation> | 4790 | <translation>치명ì ì¸ ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤. ìžì„¸í•œ ë‚´ìš©ì€ ë¡œê·¸ë¥¼ 확ì¸í•˜ì‹ì‹œì˜¤. 로그 ì•¡ì„¸ìŠ¤ì— ëŒ€í•œ ìžì„¸í•œ ë‚´ìš©ì€ ë‹¤ìŒ íŽ˜ì´ì§€ë¥¼ 참조하ì‹ì‹œì˜¤: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>로그 파ì¼ì„ 업로드하는 방법</a>.<br/><br/>게임 목ë¡ìœ¼ë¡œ ëŒì•„ê°€ì‹œê² ìŠµë‹ˆê¹Œ? ì´ë¥¼ ë¬´ì‹œí•˜ê³ ì—ë®¬ë ˆì´ì…˜ì„ 계ì†í•˜ë©´ ì¶©ëŒ, ì €ìž¥ ë°ì´í„° ì†ìƒ ë˜ëŠ” 기타 버그가 ë°œìƒí• 수 있습니다.</translation> |
| 4796 | </message> | 4791 | </message> |
| 4797 | <message> | 4792 | <message> |
| 4798 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4793 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4799 | <source>Fatal Error encountered</source> | 4794 | <source>Fatal Error encountered</source> |
| 4800 | <translation>치명ì ì¸ ì˜¤ë¥˜ ë°œìƒ</translation> | 4795 | <translation>치명ì ì¸ ì˜¤ë¥˜ ë°œìƒ</translation> |
| 4801 | </message> | 4796 | </message> |
| 4802 | <message> | 4797 | <message> |
| 4803 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4798 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4804 | <source>Confirm Key Rederivation</source> | 4799 | <source>Confirm Key Rederivation</source> |
| 4805 | <translation>키 재ìƒì„± 확ì¸</translation> | 4800 | <translation>키 재ìƒì„± 확ì¸</translation> |
| 4806 | </message> | 4801 | </message> |
| 4807 | <message> | 4802 | <message> |
| 4808 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4809 | <source>You are about to force rederive all of your keys. | 4804 | <source>You are about to force rederive all of your keys. |
| 4810 | If you do not know what this means or what you are doing, | 4805 | If you do not know what this means or what you are doing, |
| 4811 | this is a potentially destructive action. | 4806 | this is a potentially destructive action. |
| @@ -4822,37 +4817,37 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4822 | ìžë™ ìƒì„±ë˜ì—ˆë˜ 키 파ì¼ë“¤ì´ ì‚ì œë˜ê³ 키 ìƒì„± ëª¨ë“ˆì´ ë‹¤ì‹œ 실행ë©ë‹ˆë‹¤.</translation> | 4817 | ìžë™ ìƒì„±ë˜ì—ˆë˜ 키 파ì¼ë“¤ì´ ì‚ì œë˜ê³ 키 ìƒì„± ëª¨ë“ˆì´ ë‹¤ì‹œ 실행ë©ë‹ˆë‹¤.</translation> |
| 4823 | </message> | 4818 | </message> |
| 4824 | <message> | 4819 | <message> |
| 4825 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4820 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4826 | <source>Missing fuses</source> | 4821 | <source>Missing fuses</source> |
| 4827 | <translation>fuses 누ë½</translation> | 4822 | <translation>fuses 누ë½</translation> |
| 4828 | </message> | 4823 | </message> |
| 4829 | <message> | 4824 | <message> |
| 4830 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4825 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4831 | <source> - Missing BOOT0</source> | 4826 | <source> - Missing BOOT0</source> |
| 4832 | <translation> - BOOT0 누ë½</translation> | 4827 | <translation> - BOOT0 누ë½</translation> |
| 4833 | </message> | 4828 | </message> |
| 4834 | <message> | 4829 | <message> |
| 4835 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4836 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4831 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4837 | <translation> - BCPKG2-1-Normal-Main 누ë½</translation> | 4832 | <translation> - BCPKG2-1-Normal-Main 누ë½</translation> |
| 4838 | </message> | 4833 | </message> |
| 4839 | <message> | 4834 | <message> |
| 4840 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4835 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4841 | <source> - Missing PRODINFO</source> | 4836 | <source> - Missing PRODINFO</source> |
| 4842 | <translation> - PRODINFO 누ë½</translation> | 4837 | <translation> - PRODINFO 누ë½</translation> |
| 4843 | </message> | 4838 | </message> |
| 4844 | <message> | 4839 | <message> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4846 | <source>Derivation Components Missing</source> | 4841 | <source>Derivation Components Missing</source> |
| 4847 | <translation>íŒŒìƒ êµ¬ì„± 요소 누ë½</translation> | 4842 | <translation>íŒŒìƒ êµ¬ì„± 요소 누ë½</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4851 | <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> | 4846 | <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> |
| 4852 | <translation>암호화 키가 없습니다. <br>ëª¨ë“ í‚¤, 펌웨어 ë° ê²Œìž„ì„ ì–»ìœ¼ë ¤ë©´ <a href='https://yuzu-emu.org/help/quickstart/'>yuzu ë¹ ë¥¸ 시작 ê°€ì´ë“œ</a>를 따르세요.<br><br> <small>(%1)</small></translation> | 4847 | <translation>암호화 키가 없습니다. <br>ëª¨ë“ í‚¤, 펌웨어 ë° ê²Œìž„ì„ ì–»ìœ¼ë ¤ë©´ <a href='https://yuzu-emu.org/help/quickstart/'>yuzu ë¹ ë¥¸ 시작 ê°€ì´ë“œ</a>를 따르세요.<br><br> <small>(%1)</small></translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4856 | <source>Deriving keys... | 4851 | <source>Deriving keys... |
| 4857 | This may take up to a minute depending | 4852 | This may take up to a minute depending |
| 4858 | on your system's performance.</source> | 4853 | on your system's performance.</source> |
| @@ -4861,39 +4856,39 @@ on your system's performance.</source> | |||
| 4861 | 소요ë 수 있습니다.</translation> | 4856 | 소요ë 수 있습니다.</translation> |
| 4862 | </message> | 4857 | </message> |
| 4863 | <message> | 4858 | <message> |
| 4864 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4859 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4865 | <source>Deriving Keys</source> | 4860 | <source>Deriving Keys</source> |
| 4866 | <translation>íŒŒìƒ í‚¤</translation> | 4861 | <translation>íŒŒìƒ í‚¤</translation> |
| 4867 | </message> | 4862 | </message> |
| 4868 | <message> | 4863 | <message> |
| 4869 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4864 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4870 | <source>Select RomFS Dump Target</source> | 4865 | <source>Select RomFS Dump Target</source> |
| 4871 | <translation>RomFS ë¤í”„ ëŒ€ìƒ ì„ íƒ</translation> | 4866 | <translation>RomFS ë¤í”„ ëŒ€ìƒ ì„ íƒ</translation> |
| 4872 | </message> | 4867 | </message> |
| 4873 | <message> | 4868 | <message> |
| 4874 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4875 | <source>Please select which RomFS you would like to dump.</source> | 4870 | <source>Please select which RomFS you would like to dump.</source> |
| 4876 | <translation>ë¤í”„í• RomFS를 ì„ íƒí•˜ì‹ì‹œì˜¤.</translation> | 4871 | <translation>ë¤í”„í• RomFS를 ì„ íƒí•˜ì‹ì‹œì˜¤.</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4874 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4880 | <source>Are you sure you want to close yuzu?</source> | 4875 | <source>Are you sure you want to close yuzu?</source> |
| 4881 | <translation>yuzu를 ë‹«ìœ¼ì‹œê² ìŠµë‹ˆê¹Œ?</translation> | 4876 | <translation>yuzu를 ë‹«ìœ¼ì‹œê² ìŠµë‹ˆê¹Œ?</translation> |
| 4882 | </message> | 4877 | </message> |
| 4883 | <message> | 4878 | <message> |
| 4884 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4879 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4885 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4880 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4886 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4881 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4887 | <source>yuzu</source> | 4882 | <source>yuzu</source> |
| 4888 | <translation>yuzu</translation> | 4883 | <translation>yuzu</translation> |
| 4889 | </message> | 4884 | </message> |
| 4890 | <message> | 4885 | <message> |
| 4891 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4886 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4892 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4887 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4893 | <translation>ì—ë®¬ë ˆì´ì…˜ì„ ì¤‘ì§€í•˜ì‹œê² ìŠµë‹ˆê¹Œ? ëª¨ë“ ì €ìž¥ë˜ì§€ ì•Šì€ ì§„í–‰ ìƒí™©ì€ 사ë¼ì§‘니다.</translation> | 4888 | <translation>ì—ë®¬ë ˆì´ì…˜ì„ ì¤‘ì§€í•˜ì‹œê² ìŠµë‹ˆê¹Œ? ëª¨ë“ ì €ìž¥ë˜ì§€ ì•Šì€ ì§„í–‰ ìƒí™©ì€ 사ë¼ì§‘니다.</translation> |
| 4894 | </message> | 4889 | </message> |
| 4895 | <message> | 4890 | <message> |
| 4896 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4891 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4897 | <source>The currently running application has requested yuzu to not exit. | 4892 | <source>The currently running application has requested yuzu to not exit. |
| 4898 | 4893 | ||
| 4899 | Would you like to bypass this and exit anyway?</source> | 4894 | Would you like to bypass this and exit anyway?</source> |
| @@ -4905,38 +4900,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4905 | <context> | 4900 | <context> |
| 4906 | <name>GRenderWindow</name> | 4901 | <name>GRenderWindow</name> |
| 4907 | <message> | 4902 | <message> |
| 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4909 | <source>OpenGL not available!</source> | 4904 | <source>OpenGL not available!</source> |
| 4910 | <translation>OpenGLì„ ì‚¬ìš©í• ìˆ˜ 없습니다!</translation> | 4905 | <translation>OpenGLì„ ì‚¬ìš©í• ìˆ˜ 없습니다!</translation> |
| 4911 | </message> | 4906 | </message> |
| 4912 | <message> | 4907 | <message> |
| 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4914 | <source>yuzu has not been compiled with OpenGL support.</source> | 4909 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4915 | <translation>yuzu는 OpenGL ì§€ì›ìœ¼ë¡œ 컴파ì¼ë˜ì§€ 않았습니다.</translation> | 4910 | <translation>yuzu는 OpenGL ì§€ì›ìœ¼ë¡œ 컴파ì¼ë˜ì§€ 않았습니다.</translation> |
| 4916 | </message> | 4911 | </message> |
| 4917 | <message> | 4912 | <message> |
| 4918 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4919 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4914 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4920 | <source>Error while initializing OpenGL!</source> | 4915 | <source>Error while initializing OpenGL!</source> |
| 4921 | <translation>OpenGLì„ ì´ˆê¸°í™”í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤!</translation> | 4916 | <translation>OpenGLì„ ì´ˆê¸°í™”í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤!</translation> |
| 4922 | </message> | 4917 | </message> |
| 4923 | <message> | 4918 | <message> |
| 4924 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4919 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4925 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4920 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4926 | <translation>사용하시는 GPUê°€ OpenGLì„ ì§€ì›í•˜ì§€ 않거나, ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있지 않습니다.</translation> | 4921 | <translation>사용하시는 GPUê°€ OpenGLì„ ì§€ì›í•˜ì§€ 않거나, ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있지 않습니다.</translation> |
| 4927 | </message> | 4922 | </message> |
| 4928 | <message> | 4923 | <message> |
| 4929 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4924 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4930 | <source>Error while initializing OpenGL 4.6!</source> | 4925 | <source>Error while initializing OpenGL 4.6!</source> |
| 4931 | <translation>OpenGL 4.6 초기화 중 오류 ë°œìƒ!</translation> | 4926 | <translation>OpenGL 4.6 초기화 중 오류 ë°œìƒ!</translation> |
| 4932 | </message> | 4927 | </message> |
| 4933 | <message> | 4928 | <message> |
| 4934 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4929 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4935 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4930 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4936 | <translation>사용하시는 GPUê°€ OpenGL 4.6ì„ ì§€ì›í•˜ì§€ 않거나 ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있지 않습니다. <br><br>GL ë Œë”ë§ ìž¥ì¹˜:<br>%1</translation> | 4931 | <translation>사용하시는 GPUê°€ OpenGL 4.6ì„ ì§€ì›í•˜ì§€ 않거나 ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있지 않습니다. <br><br>GL ë Œë”ë§ ìž¥ì¹˜:<br>%1</translation> |
| 4937 | </message> | 4932 | </message> |
| 4938 | <message> | 4933 | <message> |
| 4939 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4934 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4940 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4935 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4941 | <translation>사용하시는 GPUê°€ 1ê°œ ì´ìƒì˜ OpenGL 확장 ê¸°ëŠ¥ì„ ì§€ì›í•˜ì§€ 않습니다. ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있는지 확ì¸í•˜ì„¸ìš”. <br><br>GL ë Œë”ë§ ìž¥ì¹˜:<br>%1<br><br>ì§€ì›í•˜ì§€ 않는 확장 기능:<br>%2</translation> | 4936 | <translation>사용하시는 GPUê°€ 1ê°œ ì´ìƒì˜ OpenGL 확장 ê¸°ëŠ¥ì„ ì§€ì›í•˜ì§€ 않습니다. ìµœì‹ ê·¸ëž˜í”½ 드ë¼ì´ë²„ê°€ 설치ë˜ì–´ 있는지 확ì¸í•˜ì„¸ìš”. <br><br>GL ë Œë”ë§ ìž¥ì¹˜:<br>%1<br><br>ì§€ì›í•˜ì§€ 않는 확장 기능:<br>%2</translation> |
| 4942 | </message> | 4937 | </message> |
| @@ -5390,7 +5385,7 @@ Screen.</source> | |||
| 5390 | <message> | 5385 | <message> |
| 5391 | <location filename="../../src/yuzu/main.ui" line="200"/> | 5386 | <location filename="../../src/yuzu/main.ui" line="200"/> |
| 5392 | <source>&Reinitialize keys...</source> | 5387 | <source>&Reinitialize keys...</source> |
| 5393 | <translation>&키 ìž¬ì„¤ì •...(&R)</translation> | 5388 | <translation>키 ìž¬ì„¤ì •...(&R)</translation> |
| 5394 | </message> | 5389 | </message> |
| 5395 | <message> | 5390 | <message> |
| 5396 | <location filename="../../src/yuzu/main.ui" line="205"/> | 5391 | <location filename="../../src/yuzu/main.ui" line="205"/> |
| @@ -5503,7 +5498,7 @@ Screen.</source> | |||
| 5503 | <message> | 5498 | <message> |
| 5504 | <location filename="../../src/yuzu/debugger/profiler.cpp" line="51"/> | 5499 | <location filename="../../src/yuzu/debugger/profiler.cpp" line="51"/> |
| 5505 | <source>&MicroProfile</source> | 5500 | <source>&MicroProfile</source> |
| 5506 | <translation>마ì´í¬ë¡œ 프로필(&M)</translation> | 5501 | <translation>마ì´í¬ë¡œ 프로파ì¼(&M)</translation> |
| 5507 | </message> | 5502 | </message> |
| 5508 | </context> | 5503 | </context> |
| 5509 | <context> | 5504 | <context> |
diff --git a/dist/languages/nb.ts b/dist/languages/nb.ts index 649840e07..244dde66a 100644 --- a/dist/languages/nb.ts +++ b/dist/languages/nb.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Om yuzu</translation> | 7 | <translation>Om yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Nettside</span></a>|<a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kildekode</span></a>|<a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Medarbeidende</span></a>|<a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisens</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Nettside</span></a>|<a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kildekode</span></a>|<a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Medarbeidende</span></a>|<a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisens</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; er et varemerke av Nintendo. yuzu er ikke på noen måter affiliert med Nintendo.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; er et varemerke av Nintendo. yuzu er ikke på noen måter affiliert med Nintendo.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4028,345 +4023,345 @@ Dra punkter for å endre posisjon, eller dobbelttrykk på tabellfelter for å re | |||
| 4028 | <translation>En ukjent feil oppstod. Se loggen for flere detaljer.</translation> | 4023 | <translation>En ukjent feil oppstod. Se loggen for flere detaljer.</translation> |
| 4029 | </message> | 4024 | </message> |
| 4030 | <message> | 4025 | <message> |
| 4031 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4026 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4032 | <source>(64-bit)</source> | 4027 | <source>(64-bit)</source> |
| 4033 | <translation>(64-bit)</translation> | 4028 | <translation>(64-bit)</translation> |
| 4034 | </message> | 4029 | </message> |
| 4035 | <message> | 4030 | <message> |
| 4036 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4031 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4037 | <source>(32-bit)</source> | 4032 | <source>(32-bit)</source> |
| 4038 | <translation>(32-bit)</translation> | 4033 | <translation>(32-bit)</translation> |
| 4039 | </message> | 4034 | </message> |
| 4040 | <message> | 4035 | <message> |
| 4041 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4036 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4042 | <source>%1 %2</source> | 4037 | <source>%1 %2</source> |
| 4043 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4038 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4044 | <translation>%1 %2</translation> | 4039 | <translation>%1 %2</translation> |
| 4045 | </message> | 4040 | </message> |
| 4046 | <message> | 4041 | <message> |
| 4047 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4042 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4048 | <source>Save Data</source> | 4043 | <source>Save Data</source> |
| 4049 | <translation>Lagre Data</translation> | 4044 | <translation>Lagre Data</translation> |
| 4050 | </message> | 4045 | </message> |
| 4051 | <message> | 4046 | <message> |
| 4052 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4047 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4053 | <source>Mod Data</source> | 4048 | <source>Mod Data</source> |
| 4054 | <translation>Mod Data</translation> | 4049 | <translation>Mod Data</translation> |
| 4055 | </message> | 4050 | </message> |
| 4056 | <message> | 4051 | <message> |
| 4057 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4052 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4058 | <source>Error Opening %1 Folder</source> | 4053 | <source>Error Opening %1 Folder</source> |
| 4059 | <translation>Feil Under Ã…pning av %1 Mappen</translation> | 4054 | <translation>Feil Under Ã…pning av %1 Mappen</translation> |
| 4060 | </message> | 4055 | </message> |
| 4061 | <message> | 4056 | <message> |
| 4062 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4057 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4063 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4058 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4064 | <source>Folder does not exist!</source> | 4059 | <source>Folder does not exist!</source> |
| 4065 | <translation>Mappen eksisterer ikke!</translation> | 4060 | <translation>Mappen eksisterer ikke!</translation> |
| 4066 | </message> | 4061 | </message> |
| 4067 | <message> | 4062 | <message> |
| 4068 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4063 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4069 | <source>Error Opening Transferable Shader Cache</source> | 4064 | <source>Error Opening Transferable Shader Cache</source> |
| 4070 | <translation type="unfinished"/> | 4065 | <translation type="unfinished"/> |
| 4071 | </message> | 4066 | </message> |
| 4072 | <message> | 4067 | <message> |
| 4073 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4074 | <source>Failed to create the shader cache directory for this title.</source> | 4069 | <source>Failed to create the shader cache directory for this title.</source> |
| 4075 | <translation type="unfinished"/> | 4070 | <translation type="unfinished"/> |
| 4076 | </message> | 4071 | </message> |
| 4077 | <message> | 4072 | <message> |
| 4078 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4073 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4079 | <source>Contents</source> | 4074 | <source>Contents</source> |
| 4080 | <translation>Innhold</translation> | 4075 | <translation>Innhold</translation> |
| 4081 | </message> | 4076 | </message> |
| 4082 | <message> | 4077 | <message> |
| 4083 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4078 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4084 | <source>Update</source> | 4079 | <source>Update</source> |
| 4085 | <translation>Oppdatering</translation> | 4080 | <translation>Oppdatering</translation> |
| 4086 | </message> | 4081 | </message> |
| 4087 | <message> | 4082 | <message> |
| 4088 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4083 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4089 | <source>DLC</source> | 4084 | <source>DLC</source> |
| 4090 | <translation>DLC</translation> | 4085 | <translation>DLC</translation> |
| 4091 | </message> | 4086 | </message> |
| 4092 | <message> | 4087 | <message> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4094 | <source>Remove Entry</source> | 4089 | <source>Remove Entry</source> |
| 4095 | <translation>Fjern oppføring</translation> | 4090 | <translation>Fjern oppføring</translation> |
| 4096 | </message> | 4091 | </message> |
| 4097 | <message> | 4092 | <message> |
| 4098 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4093 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4099 | <source>Remove Installed Game %1?</source> | 4094 | <source>Remove Installed Game %1?</source> |
| 4100 | <translation>Fjern Installert Spill %1?</translation> | 4095 | <translation>Fjern Installert Spill %1?</translation> |
| 4101 | </message> | 4096 | </message> |
| 4102 | <message> | 4097 | <message> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4109 | <source>Successfully Removed</source> | 4104 | <source>Successfully Removed</source> |
| 4110 | <translation>Fjerning lykkes</translation> | 4105 | <translation>Fjerning lykkes</translation> |
| 4111 | </message> | 4106 | </message> |
| 4112 | <message> | 4107 | <message> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4114 | <source>Successfully removed the installed base game.</source> | 4109 | <source>Successfully removed the installed base game.</source> |
| 4115 | <translation type="unfinished"/> | 4110 | <translation type="unfinished"/> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4119 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4120 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4115 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4121 | <source>Error Removing %1</source> | 4116 | <source>Error Removing %1</source> |
| 4122 | <translation>Feil Under Fjerning av %1</translation> | 4117 | <translation>Feil Under Fjerning av %1</translation> |
| 4123 | </message> | 4118 | </message> |
| 4124 | <message> | 4119 | <message> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4126 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4121 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4127 | <translation>Grunnspillet er ikke installert i NAND og kan ikke bli fjernet.</translation> | 4122 | <translation>Grunnspillet er ikke installert i NAND og kan ikke bli fjernet.</translation> |
| 4128 | </message> | 4123 | </message> |
| 4129 | <message> | 4124 | <message> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4131 | <source>Successfully removed the installed update.</source> | 4126 | <source>Successfully removed the installed update.</source> |
| 4132 | <translation>Fjernet vellykket den installerte oppdateringen.</translation> | 4127 | <translation>Fjernet vellykket den installerte oppdateringen.</translation> |
| 4133 | </message> | 4128 | </message> |
| 4134 | <message> | 4129 | <message> |
| 4135 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4130 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4136 | <source>There is no update installed for this title.</source> | 4131 | <source>There is no update installed for this title.</source> |
| 4137 | <translation>Det er ingen oppdatering installert for denne tittelen.</translation> | 4132 | <translation>Det er ingen oppdatering installert for denne tittelen.</translation> |
| 4138 | </message> | 4133 | </message> |
| 4139 | <message> | 4134 | <message> |
| 4140 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4135 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4141 | <source>There are no DLC installed for this title.</source> | 4136 | <source>There are no DLC installed for this title.</source> |
| 4142 | <translation>Det er ingen DLC installert for denne tittelen.</translation> | 4137 | <translation>Det er ingen DLC installert for denne tittelen.</translation> |
| 4143 | </message> | 4138 | </message> |
| 4144 | <message> | 4139 | <message> |
| 4145 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4140 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4146 | <source>Successfully removed %1 installed DLC.</source> | 4141 | <source>Successfully removed %1 installed DLC.</source> |
| 4147 | <translation>Fjernet vellykket %1 installerte DLC-er.</translation> | 4142 | <translation>Fjernet vellykket %1 installerte DLC-er.</translation> |
| 4148 | </message> | 4143 | </message> |
| 4149 | <message> | 4144 | <message> |
| 4150 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4145 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4151 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4146 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4152 | <translation type="unfinished"/> | 4147 | <translation type="unfinished"/> |
| 4153 | </message> | 4148 | </message> |
| 4154 | <message> | 4149 | <message> |
| 4155 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4150 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4156 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4151 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4157 | <translation type="unfinished"/> | 4152 | <translation type="unfinished"/> |
| 4158 | </message> | 4153 | </message> |
| 4159 | <message> | 4154 | <message> |
| 4160 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4155 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4161 | <source>Delete All Transferable Shader Caches?</source> | 4156 | <source>Delete All Transferable Shader Caches?</source> |
| 4162 | <translation type="unfinished"/> | 4157 | <translation type="unfinished"/> |
| 4163 | </message> | 4158 | </message> |
| 4164 | <message> | 4159 | <message> |
| 4165 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4160 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4166 | <source>Remove Custom Game Configuration?</source> | 4161 | <source>Remove Custom Game Configuration?</source> |
| 4167 | <translation>Fjern Tilpasset Spillkonfigurasjon?</translation> | 4162 | <translation>Fjern Tilpasset Spillkonfigurasjon?</translation> |
| 4168 | </message> | 4163 | </message> |
| 4169 | <message> | 4164 | <message> |
| 4170 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4165 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4171 | <source>Remove File</source> | 4166 | <source>Remove File</source> |
| 4172 | <translation>Fjern Fil</translation> | 4167 | <translation>Fjern Fil</translation> |
| 4173 | </message> | 4168 | </message> |
| 4174 | <message> | 4169 | <message> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4176 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4171 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4177 | <source>Error Removing Transferable Shader Cache</source> | 4172 | <source>Error Removing Transferable Shader Cache</source> |
| 4178 | <translation>Feil under fjerning av overførbar shader cache</translation> | 4173 | <translation>Feil under fjerning av overførbar shader cache</translation> |
| 4179 | </message> | 4174 | </message> |
| 4180 | <message> | 4175 | <message> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4182 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4177 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4183 | <source>A shader cache for this title does not exist.</source> | 4178 | <source>A shader cache for this title does not exist.</source> |
| 4184 | <translation type="unfinished"/> | 4179 | <translation type="unfinished"/> |
| 4185 | </message> | 4180 | </message> |
| 4186 | <message> | 4181 | <message> |
| 4187 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4182 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4188 | <source>Successfully removed the transferable shader cache.</source> | 4183 | <source>Successfully removed the transferable shader cache.</source> |
| 4189 | <translation>Lykkes i å fjerne den overførbare shader cachen.</translation> | 4184 | <translation>Lykkes i å fjerne den overførbare shader cachen.</translation> |
| 4190 | </message> | 4185 | </message> |
| 4191 | <message> | 4186 | <message> |
| 4192 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4187 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4193 | <source>Failed to remove the transferable shader cache.</source> | 4188 | <source>Failed to remove the transferable shader cache.</source> |
| 4194 | <translation>Feil under fjerning av den overførbare shader cachen.</translation> | 4189 | <translation>Feil under fjerning av den overførbare shader cachen.</translation> |
| 4195 | </message> | 4190 | </message> |
| 4196 | <message> | 4191 | <message> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4193 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4199 | <source>Error Removing Transferable Shader Caches</source> | 4194 | <source>Error Removing Transferable Shader Caches</source> |
| 4200 | <translation type="unfinished"/> | 4195 | <translation type="unfinished"/> |
| 4201 | </message> | 4196 | </message> |
| 4202 | <message> | 4197 | <message> |
| 4203 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4198 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4204 | <source>Successfully removed the transferable shader caches.</source> | 4199 | <source>Successfully removed the transferable shader caches.</source> |
| 4205 | <translation type="unfinished"/> | 4200 | <translation type="unfinished"/> |
| 4206 | </message> | 4201 | </message> |
| 4207 | <message> | 4202 | <message> |
| 4208 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4203 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4209 | <source>Failed to remove the transferable shader cache directory.</source> | 4204 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4210 | <translation type="unfinished"/> | 4205 | <translation type="unfinished"/> |
| 4211 | </message> | 4206 | </message> |
| 4212 | <message> | 4207 | <message> |
| 4213 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4208 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4214 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4209 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4215 | <source>Error Removing Custom Configuration</source> | 4210 | <source>Error Removing Custom Configuration</source> |
| 4216 | <translation>Feil Under Fjerning Av Tilpasset Konfigurasjon</translation> | 4211 | <translation>Feil Under Fjerning Av Tilpasset Konfigurasjon</translation> |
| 4217 | </message> | 4212 | </message> |
| 4218 | <message> | 4213 | <message> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4214 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4220 | <source>A custom configuration for this title does not exist.</source> | 4215 | <source>A custom configuration for this title does not exist.</source> |
| 4221 | <translation>En tilpasset konfigurasjon for denne tittelen finnes ikke.</translation> | 4216 | <translation>En tilpasset konfigurasjon for denne tittelen finnes ikke.</translation> |
| 4222 | </message> | 4217 | </message> |
| 4223 | <message> | 4218 | <message> |
| 4224 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4219 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4225 | <source>Successfully removed the custom game configuration.</source> | 4220 | <source>Successfully removed the custom game configuration.</source> |
| 4226 | <translation>Fjernet vellykket den tilpassede spillkonfigurasjonen.</translation> | 4221 | <translation>Fjernet vellykket den tilpassede spillkonfigurasjonen.</translation> |
| 4227 | </message> | 4222 | </message> |
| 4228 | <message> | 4223 | <message> |
| 4229 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4224 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4230 | <source>Failed to remove the custom game configuration.</source> | 4225 | <source>Failed to remove the custom game configuration.</source> |
| 4231 | <translation>Feil under fjerning av den tilpassede spillkonfigurasjonen.</translation> | 4226 | <translation>Feil under fjerning av den tilpassede spillkonfigurasjonen.</translation> |
| 4232 | </message> | 4227 | </message> |
| 4233 | <message> | 4228 | <message> |
| 4234 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4229 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4235 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4230 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4236 | <source>RomFS Extraction Failed!</source> | 4231 | <source>RomFS Extraction Failed!</source> |
| 4237 | <translation>Utvinning av RomFS Feilet!</translation> | 4232 | <translation>Utvinning av RomFS Feilet!</translation> |
| 4238 | </message> | 4233 | </message> |
| 4239 | <message> | 4234 | <message> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4235 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4241 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4236 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4242 | <translation>Det oppstod en feil under kopiering av RomFS filene eller så kansellerte brukeren operasjonen.</translation> | 4237 | <translation>Det oppstod en feil under kopiering av RomFS filene eller så kansellerte brukeren operasjonen.</translation> |
| 4243 | </message> | 4238 | </message> |
| 4244 | <message> | 4239 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4240 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4246 | <source>Full</source> | 4241 | <source>Full</source> |
| 4247 | <translation>Fullstendig</translation> | 4242 | <translation>Fullstendig</translation> |
| 4248 | </message> | 4243 | </message> |
| 4249 | <message> | 4244 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4245 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4251 | <source>Skeleton</source> | 4246 | <source>Skeleton</source> |
| 4252 | <translation>Skjelett</translation> | 4247 | <translation>Skjelett</translation> |
| 4253 | </message> | 4248 | </message> |
| 4254 | <message> | 4249 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4250 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4256 | <source>Select RomFS Dump Mode</source> | 4251 | <source>Select RomFS Dump Mode</source> |
| 4257 | <translation>Velg RomFS Dump Modus</translation> | 4252 | <translation>Velg RomFS Dump Modus</translation> |
| 4258 | </message> | 4253 | </message> |
| 4259 | <message> | 4254 | <message> |
| 4260 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4255 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4261 | <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> | 4256 | <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> |
| 4262 | <translation>Velg hvordan du vil dumpe RomFS.<br>Fullstendig vil kopiere alle filene til en ny mappe mens <br>skjelett vil bare skape mappestrukturen.</translation> | 4257 | <translation>Velg hvordan du vil dumpe RomFS.<br>Fullstendig vil kopiere alle filene til en ny mappe mens <br>skjelett vil bare skape mappestrukturen.</translation> |
| 4263 | </message> | 4258 | </message> |
| 4264 | <message> | 4259 | <message> |
| 4265 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4260 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4266 | <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> | 4261 | <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> |
| 4267 | <translation type="unfinished"/> | 4262 | <translation type="unfinished"/> |
| 4268 | </message> | 4263 | </message> |
| 4269 | <message> | 4264 | <message> |
| 4270 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4265 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4271 | <source>Extracting RomFS...</source> | 4266 | <source>Extracting RomFS...</source> |
| 4272 | <translation>Utvinner RomFS...</translation> | 4267 | <translation>Utvinner RomFS...</translation> |
| 4273 | </message> | 4268 | </message> |
| 4274 | <message> | 4269 | <message> |
| 4275 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4270 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4276 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4271 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4277 | <source>Cancel</source> | 4272 | <source>Cancel</source> |
| 4278 | <translation>Avbryt</translation> | 4273 | <translation>Avbryt</translation> |
| 4279 | </message> | 4274 | </message> |
| 4280 | <message> | 4275 | <message> |
| 4281 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4276 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4282 | <source>RomFS Extraction Succeeded!</source> | 4277 | <source>RomFS Extraction Succeeded!</source> |
| 4283 | <translation>RomFS Utpakking lyktes!</translation> | 4278 | <translation>RomFS Utpakking lyktes!</translation> |
| 4284 | </message> | 4279 | </message> |
| 4285 | <message> | 4280 | <message> |
| 4286 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4281 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4287 | <source>The operation completed successfully.</source> | 4282 | <source>The operation completed successfully.</source> |
| 4288 | <translation>Operasjonen fullført vellykket.</translation> | 4283 | <translation>Operasjonen fullført vellykket.</translation> |
| 4289 | </message> | 4284 | </message> |
| 4290 | <message> | 4285 | <message> |
| 4291 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4286 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4292 | <source>Error Opening %1</source> | 4287 | <source>Error Opening %1</source> |
| 4293 | <translation>Feil ved åpning av %1</translation> | 4288 | <translation>Feil ved åpning av %1</translation> |
| 4294 | </message> | 4289 | </message> |
| 4295 | <message> | 4290 | <message> |
| 4296 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4291 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4297 | <source>Select Directory</source> | 4292 | <source>Select Directory</source> |
| 4298 | <translation>Velg Mappe</translation> | 4293 | <translation>Velg Mappe</translation> |
| 4299 | </message> | 4294 | </message> |
| 4300 | <message> | 4295 | <message> |
| 4301 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4296 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4302 | <source>Properties</source> | 4297 | <source>Properties</source> |
| 4303 | <translation>Egenskaper</translation> | 4298 | <translation>Egenskaper</translation> |
| 4304 | </message> | 4299 | </message> |
| 4305 | <message> | 4300 | <message> |
| 4306 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4301 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4307 | <source>The game properties could not be loaded.</source> | 4302 | <source>The game properties could not be loaded.</source> |
| 4308 | <translation>Spillets egenskaper kunne ikke bli lastet inn.</translation> | 4303 | <translation>Spillets egenskaper kunne ikke bli lastet inn.</translation> |
| 4309 | </message> | 4304 | </message> |
| 4310 | <message> | 4305 | <message> |
| 4311 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4306 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4312 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4307 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4313 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4308 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4314 | <translation>Switch Kjørbar Fil (%1);;Alle Filer (*.*)</translation> | 4309 | <translation>Switch Kjørbar Fil (%1);;Alle Filer (*.*)</translation> |
| 4315 | </message> | 4310 | </message> |
| 4316 | <message> | 4311 | <message> |
| 4317 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4312 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4318 | <source>Load File</source> | 4313 | <source>Load File</source> |
| 4319 | <translation>Last inn Fil</translation> | 4314 | <translation>Last inn Fil</translation> |
| 4320 | </message> | 4315 | </message> |
| 4321 | <message> | 4316 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4317 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4323 | <source>Open Extracted ROM Directory</source> | 4318 | <source>Open Extracted ROM Directory</source> |
| 4324 | <translation>Ã…pne Utpakket ROM Mappe</translation> | 4319 | <translation>Ã…pne Utpakket ROM Mappe</translation> |
| 4325 | </message> | 4320 | </message> |
| 4326 | <message> | 4321 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4322 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4328 | <source>Invalid Directory Selected</source> | 4323 | <source>Invalid Directory Selected</source> |
| 4329 | <translation>Ugyldig Mappe Valgt</translation> | 4324 | <translation>Ugyldig Mappe Valgt</translation> |
| 4330 | </message> | 4325 | </message> |
| 4331 | <message> | 4326 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4327 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4333 | <source>The directory you have selected does not contain a 'main' file.</source> | 4328 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4334 | <translation>Mappen du valgte inneholder ikke en 'main' fil.</translation> | 4329 | <translation>Mappen du valgte inneholder ikke en 'main' fil.</translation> |
| 4335 | </message> | 4330 | </message> |
| 4336 | <message> | 4331 | <message> |
| 4337 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4332 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4338 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4333 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4339 | <translation>Installerbar Switch-Fil (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xcI)</translation> | 4334 | <translation>Installerbar Switch-Fil (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xcI)</translation> |
| 4340 | </message> | 4335 | </message> |
| 4341 | <message> | 4336 | <message> |
| 4342 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4337 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4343 | <source>Install Files</source> | 4338 | <source>Install Files</source> |
| 4344 | <translation>Installer Filer</translation> | 4339 | <translation>Installer Filer</translation> |
| 4345 | </message> | 4340 | </message> |
| 4346 | <message numerus="yes"> | 4341 | <message numerus="yes"> |
| 4347 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4342 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4348 | <source>%n file(s) remaining</source> | 4343 | <source>%n file(s) remaining</source> |
| 4349 | <translation><numerusform>%n fil gjenstår</numerusform><numerusform>%n filer gjenstår</numerusform></translation> | 4344 | <translation><numerusform>%n fil gjenstår</numerusform><numerusform>%n filer gjenstår</numerusform></translation> |
| 4350 | </message> | 4345 | </message> |
| 4351 | <message> | 4346 | <message> |
| 4352 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4347 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4353 | <source>Installing file "%1"...</source> | 4348 | <source>Installing file "%1"...</source> |
| 4354 | <translation>Installerer fil "%1"...</translation> | 4349 | <translation>Installerer fil "%1"...</translation> |
| 4355 | </message> | 4350 | </message> |
| 4356 | <message> | 4351 | <message> |
| 4357 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4352 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4358 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4353 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4359 | <source>Install Results</source> | 4354 | <source>Install Results</source> |
| 4360 | <translation>Insallasjonsresultater</translation> | 4355 | <translation>Insallasjonsresultater</translation> |
| 4361 | </message> | 4356 | </message> |
| 4362 | <message> | 4357 | <message> |
| 4363 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4358 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4364 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4359 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4365 | Please, only use this feature to install updates and DLC.</source> | 4360 | Please, only use this feature to install updates and DLC.</source> |
| 4366 | <translation type="unfinished"/> | 4361 | <translation type="unfinished"/> |
| 4367 | </message> | 4362 | </message> |
| 4368 | <message numerus="yes"> | 4363 | <message numerus="yes"> |
| 4369 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4364 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4370 | <source>%n file(s) were newly installed | 4365 | <source>%n file(s) were newly installed |
| 4371 | </source> | 4366 | </source> |
| 4372 | <translation><numerusform>%n fil ble nylig installert | 4367 | <translation><numerusform>%n fil ble nylig installert |
| @@ -4374,7 +4369,7 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4374 | </numerusform></translation> | 4369 | </numerusform></translation> |
| 4375 | </message> | 4370 | </message> |
| 4376 | <message numerus="yes"> | 4371 | <message numerus="yes"> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4372 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4378 | <source>%n file(s) were overwritten | 4373 | <source>%n file(s) were overwritten |
| 4379 | </source> | 4374 | </source> |
| 4380 | <translation><numerusform>%n fil ble overskrevet | 4375 | <translation><numerusform>%n fil ble overskrevet |
| @@ -4382,7 +4377,7 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4382 | </numerusform></translation> | 4377 | </numerusform></translation> |
| 4383 | </message> | 4378 | </message> |
| 4384 | <message numerus="yes"> | 4379 | <message numerus="yes"> |
| 4385 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4380 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4386 | <source>%n file(s) failed to install | 4381 | <source>%n file(s) failed to install |
| 4387 | </source> | 4382 | </source> |
| 4388 | <translation><numerusform>%n fil ble ikke installert | 4383 | <translation><numerusform>%n fil ble ikke installert |
| @@ -4390,401 +4385,401 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4390 | </numerusform></translation> | 4385 | </numerusform></translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4394 | <source>System Application</source> | 4389 | <source>System Application</source> |
| 4395 | <translation>Systemapplikasjon</translation> | 4390 | <translation>Systemapplikasjon</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4399 | <source>System Archive</source> | 4394 | <source>System Archive</source> |
| 4400 | <translation>Systemarkiv</translation> | 4395 | <translation>Systemarkiv</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4404 | <source>System Application Update</source> | 4399 | <source>System Application Update</source> |
| 4405 | <translation>Systemapplikasjonsoppdatering</translation> | 4400 | <translation>Systemapplikasjonsoppdatering</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4409 | <source>Firmware Package (Type A)</source> | 4404 | <source>Firmware Package (Type A)</source> |
| 4410 | <translation>Firmware Pakke (Type A)</translation> | 4405 | <translation>Firmware Pakke (Type A)</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4414 | <source>Firmware Package (Type B)</source> | 4409 | <source>Firmware Package (Type B)</source> |
| 4415 | <translation>Firmware-Pakke (Type B)</translation> | 4410 | <translation>Firmware-Pakke (Type B)</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4419 | <source>Game</source> | 4414 | <source>Game</source> |
| 4420 | <translation>Spill</translation> | 4415 | <translation>Spill</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4424 | <source>Game Update</source> | 4419 | <source>Game Update</source> |
| 4425 | <translation>Spilloppdatering</translation> | 4420 | <translation>Spilloppdatering</translation> |
| 4426 | </message> | 4421 | </message> |
| 4427 | <message> | 4422 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4423 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4429 | <source>Game DLC</source> | 4424 | <source>Game DLC</source> |
| 4430 | <translation>Spill tilleggspakke</translation> | 4425 | <translation>Spill tilleggspakke</translation> |
| 4431 | </message> | 4426 | </message> |
| 4432 | <message> | 4427 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4428 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4434 | <source>Delta Title</source> | 4429 | <source>Delta Title</source> |
| 4435 | <translation>Delta Tittel</translation> | 4430 | <translation>Delta Tittel</translation> |
| 4436 | </message> | 4431 | </message> |
| 4437 | <message> | 4432 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4433 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4439 | <source>Select NCA Install Type...</source> | 4434 | <source>Select NCA Install Type...</source> |
| 4440 | <translation>Velg NCA Installasjonstype...</translation> | 4435 | <translation>Velg NCA Installasjonstype...</translation> |
| 4441 | </message> | 4436 | </message> |
| 4442 | <message> | 4437 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4438 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4444 | <source>Please select the type of title you would like to install this NCA as: | 4439 | <source>Please select the type of title you would like to install this NCA as: |
| 4445 | (In most instances, the default 'Game' is fine.)</source> | 4440 | (In most instances, the default 'Game' is fine.)</source> |
| 4446 | <translation>Vennligst velg typen tittel du vil installere denne NCA-en som: | 4441 | <translation>Vennligst velg typen tittel du vil installere denne NCA-en som: |
| 4447 | (I de fleste tilfellene, standarden 'Spill' fungerer.)</translation> | 4442 | (I de fleste tilfellene, standarden 'Spill' fungerer.)</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4451 | <source>Failed to Install</source> | 4446 | <source>Failed to Install</source> |
| 4452 | <translation>Feil under Installasjon</translation> | 4447 | <translation>Feil under Installasjon</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4456 | <source>The title type you selected for the NCA is invalid.</source> | 4451 | <source>The title type you selected for the NCA is invalid.</source> |
| 4457 | <translation>Titteltypen du valgte for NCA-en er ugyldig.</translation> | 4452 | <translation>Titteltypen du valgte for NCA-en er ugyldig.</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4461 | <source>File not found</source> | 4456 | <source>File not found</source> |
| 4462 | <translation>Fil ikke funnet</translation> | 4457 | <translation>Fil ikke funnet</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4466 | <source>File "%1" not found</source> | 4461 | <source>File "%1" not found</source> |
| 4467 | <translation>Filen "%1" ikke funnet</translation> | 4462 | <translation>Filen "%1" ikke funnet</translation> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4471 | <source>OK</source> | 4466 | <source>OK</source> |
| 4472 | <translation>OK</translation> | 4467 | <translation>OK</translation> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4476 | <source>Missing yuzu Account</source> | 4471 | <source>Missing yuzu Account</source> |
| 4477 | <translation>Mangler yuzu Bruker</translation> | 4472 | <translation>Mangler yuzu Bruker</translation> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4481 | <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> | 4476 | <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> |
| 4482 | <translation>For å sende inn et testtilfelle for spillkompatibilitet, må du linke yuzu-brukeren din.<br><br/>For å linke yuzu-brukeren din, gå til Emulasjon &gt; Konfigurasjon &gt; Nett.</translation> | 4477 | <translation>For å sende inn et testtilfelle for spillkompatibilitet, må du linke yuzu-brukeren din.<br><br/>For å linke yuzu-brukeren din, gå til Emulasjon &gt; Konfigurasjon &gt; Nett.</translation> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4486 | <source>Error opening URL</source> | 4481 | <source>Error opening URL</source> |
| 4487 | <translation>Feil under åpning av URL</translation> | 4482 | <translation>Feil under åpning av URL</translation> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4491 | <source>Unable to open the URL "%1".</source> | 4486 | <source>Unable to open the URL "%1".</source> |
| 4492 | <translation>Kunne ikke åpne URL "%1".</translation> | 4487 | <translation>Kunne ikke åpne URL "%1".</translation> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4496 | <source>TAS Recording</source> | 4491 | <source>TAS Recording</source> |
| 4497 | <translation>TAS-innspilling</translation> | 4492 | <translation>TAS-innspilling</translation> |
| 4498 | </message> | 4493 | </message> |
| 4499 | <message> | 4494 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4495 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4501 | <source>Overwrite file of player 1?</source> | 4496 | <source>Overwrite file of player 1?</source> |
| 4502 | <translation>Overskriv filen til spiller 1?</translation> | 4497 | <translation>Overskriv filen til spiller 1?</translation> |
| 4503 | </message> | 4498 | </message> |
| 4504 | <message> | 4499 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4500 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4506 | <source>Invalid config detected</source> | 4501 | <source>Invalid config detected</source> |
| 4507 | <translation>Ugyldig konfigurasjon oppdaget</translation> | 4502 | <translation>Ugyldig konfigurasjon oppdaget</translation> |
| 4508 | </message> | 4503 | </message> |
| 4509 | <message> | 4504 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4505 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4511 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4506 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4512 | <translation>HÃ¥ndholdt kontroller kan ikke brukes i dokket modus. Pro-kontroller vil bli valgt.</translation> | 4507 | <translation>HÃ¥ndholdt kontroller kan ikke brukes i dokket modus. Pro-kontroller vil bli valgt.</translation> |
| 4513 | </message> | 4508 | </message> |
| 4514 | <message> | 4509 | <message> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4510 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4517 | <source>Error</source> | 4512 | <source>Error</source> |
| 4518 | <translation>Feil</translation> | 4513 | <translation>Feil</translation> |
| 4519 | </message> | 4514 | </message> |
| 4520 | <message> | 4515 | <message> |
| 4521 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4516 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4522 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4517 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4523 | <source>The current game is not looking for amiibos</source> | 4518 | <source>The current game is not looking for amiibos</source> |
| 4524 | <translation>Det kjørende spillet sjekker ikke for amiibo-er</translation> | 4519 | <translation>Det kjørende spillet sjekker ikke for amiibo-er</translation> |
| 4525 | </message> | 4520 | </message> |
| 4526 | <message> | 4521 | <message> |
| 4527 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4522 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4528 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4529 | <source>Amiibo</source> | 4524 | <source>Amiibo</source> |
| 4530 | <translation>Amiibo</translation> | 4525 | <translation>Amiibo</translation> |
| 4531 | </message> | 4526 | </message> |
| 4532 | <message> | 4527 | <message> |
| 4533 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4528 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4535 | <source>The current amiibo has been removed</source> | 4530 | <source>The current amiibo has been removed</source> |
| 4536 | <translation>Den valgte amiibo-en har blitt fjernet</translation> | 4531 | <translation>Den valgte amiibo-en har blitt fjernet</translation> |
| 4537 | </message> | 4532 | </message> |
| 4538 | <message> | 4533 | <message> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4540 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4535 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4541 | <translation>Amiibo-Fil (%1);; Alle Filer (*.*)</translation> | 4536 | <translation>Amiibo-Fil (%1);; Alle Filer (*.*)</translation> |
| 4542 | </message> | 4537 | </message> |
| 4543 | <message> | 4538 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4545 | <source>Load Amiibo</source> | 4540 | <source>Load Amiibo</source> |
| 4546 | <translation>Last inn Amiibo</translation> | 4541 | <translation>Last inn Amiibo</translation> |
| 4547 | </message> | 4542 | </message> |
| 4548 | <message> | 4543 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4550 | <source>Error opening Amiibo data file</source> | 4545 | <source>Error opening Amiibo data file</source> |
| 4551 | <translation>Feil ved Ã…pning av Amiibo data fil</translation> | 4546 | <translation>Feil ved Ã…pning av Amiibo data fil</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4555 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4550 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4556 | <translation>Kunne ikke åpne Amiibo-fil "%1" for lesing.</translation> | 4551 | <translation>Kunne ikke åpne Amiibo-fil "%1" for lesing.</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4560 | <source>Error reading Amiibo data file</source> | 4555 | <source>Error reading Amiibo data file</source> |
| 4561 | <translation>Feil under lesing av Amiibo datafil.</translation> | 4556 | <translation>Feil under lesing av Amiibo datafil.</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4565 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4560 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4566 | <translation>Kunne ikke lese all Amiibo-data. Forventet å lese minst %1 bytes, men kunne bare lese %2 bytes.</translation> | 4561 | <translation>Kunne ikke lese all Amiibo-data. Forventet å lese minst %1 bytes, men kunne bare lese %2 bytes.</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4570 | <source>Error loading Amiibo data</source> | 4565 | <source>Error loading Amiibo data</source> |
| 4571 | <translation>Feil ved lasting av Amiibo data</translation> | 4566 | <translation>Feil ved lasting av Amiibo data</translation> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4575 | <source>Unable to load Amiibo data.</source> | 4570 | <source>Unable to load Amiibo data.</source> |
| 4576 | <translation>Kunne ikke laste Amiibo-data.</translation> | 4571 | <translation>Kunne ikke laste Amiibo-data.</translation> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4580 | <source>Capture Screenshot</source> | 4575 | <source>Capture Screenshot</source> |
| 4581 | <translation>Ta Skjermbilde</translation> | 4576 | <translation>Ta Skjermbilde</translation> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4585 | <source>PNG Image (*.png)</source> | 4580 | <source>PNG Image (*.png)</source> |
| 4586 | <translation>PNG Bilde (*.png)</translation> | 4581 | <translation>PNG Bilde (*.png)</translation> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4590 | <source>TAS state: Running %1/%2</source> | 4585 | <source>TAS state: Running %1/%2</source> |
| 4591 | <translation>TAS-tilstand: Kjører %1/%2</translation> | 4586 | <translation>TAS-tilstand: Kjører %1/%2</translation> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4595 | <source>TAS state: Recording %1</source> | 4590 | <source>TAS state: Recording %1</source> |
| 4596 | <translation>TAS-tilstand: Spiller inn %1</translation> | 4591 | <translation>TAS-tilstand: Spiller inn %1</translation> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4600 | <source>TAS state: Idle %1/%2</source> | 4595 | <source>TAS state: Idle %1/%2</source> |
| 4601 | <translation>TAS-tilstand: Venter %1%2</translation> | 4596 | <translation>TAS-tilstand: Venter %1%2</translation> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4605 | <source>TAS State: Invalid</source> | 4600 | <source>TAS State: Invalid</source> |
| 4606 | <translation>TAS-tilstand: Ugyldig</translation> | 4601 | <translation>TAS-tilstand: Ugyldig</translation> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message> | 4603 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4610 | <source>&Stop Running</source> | 4605 | <source>&Stop Running</source> |
| 4611 | <translation>&Stopp kjøring</translation> | 4606 | <translation>&Stopp kjøring</translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4615 | <source>&Start</source> | 4610 | <source>&Start</source> |
| 4616 | <translation>&Start</translation> | 4611 | <translation>&Start</translation> |
| 4617 | </message> | 4612 | </message> |
| 4618 | <message> | 4613 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4614 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4620 | <source>Stop R&ecording</source> | 4615 | <source>Stop R&ecording</source> |
| 4621 | <translation type="unfinished"/> | 4616 | <translation type="unfinished"/> |
| 4622 | </message> | 4617 | </message> |
| 4623 | <message> | 4618 | <message> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4619 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4625 | <source>R&ecord</source> | 4620 | <source>R&ecord</source> |
| 4626 | <translation type="unfinished"/> | 4621 | <translation type="unfinished"/> |
| 4627 | </message> | 4622 | </message> |
| 4628 | <message numerus="yes"> | 4623 | <message numerus="yes"> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4624 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4630 | <source>Building: %n shader(s)</source> | 4625 | <source>Building: %n shader(s)</source> |
| 4631 | <translation><numerusform>Bygger: %n shader</numerusform><numerusform>Bygger: %n shader-e</numerusform></translation> | 4626 | <translation><numerusform>Bygger: %n shader</numerusform><numerusform>Bygger: %n shader-e</numerusform></translation> |
| 4632 | </message> | 4627 | </message> |
| 4633 | <message> | 4628 | <message> |
| 4634 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4629 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4635 | <source>Scale: %1x</source> | 4630 | <source>Scale: %1x</source> |
| 4636 | <comment>%1 is the resolution scaling factor</comment> | 4631 | <comment>%1 is the resolution scaling factor</comment> |
| 4637 | <translation>Skala: %1x</translation> | 4632 | <translation>Skala: %1x</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4641 | <source>Speed: %1% / %2%</source> | 4636 | <source>Speed: %1% / %2%</source> |
| 4642 | <translation>Hastighet: %1% / %2%</translation> | 4637 | <translation>Hastighet: %1% / %2%</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4646 | <source>Speed: %1%</source> | 4641 | <source>Speed: %1%</source> |
| 4647 | <translation>Hastighet: %1%</translation> | 4642 | <translation>Hastighet: %1%</translation> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4651 | <source>Game: %1 FPS (Unlocked)</source> | 4646 | <source>Game: %1 FPS (Unlocked)</source> |
| 4652 | <translation>Spill: %1 FPS (ubegrenset)</translation> | 4647 | <translation>Spill: %1 FPS (ubegrenset)</translation> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4656 | <source>Game: %1 FPS</source> | 4651 | <source>Game: %1 FPS</source> |
| 4657 | <translation>Spill: %1 FPS</translation> | 4652 | <translation>Spill: %1 FPS</translation> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4661 | <source>Frame: %1 ms</source> | 4656 | <source>Frame: %1 ms</source> |
| 4662 | <translation>Ramme: %1 ms</translation> | 4657 | <translation>Ramme: %1 ms</translation> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4666 | <source>GPU NORMAL</source> | 4661 | <source>GPU NORMAL</source> |
| 4667 | <translation>GPU NORMAL</translation> | 4662 | <translation>GPU NORMAL</translation> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4671 | <source>GPU HIGH</source> | 4666 | <source>GPU HIGH</source> |
| 4672 | <translation>GPU HØY</translation> | 4667 | <translation>GPU HØY</translation> |
| 4673 | </message> | 4668 | </message> |
| 4674 | <message> | 4669 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4670 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4676 | <source>GPU EXTREME</source> | 4671 | <source>GPU EXTREME</source> |
| 4677 | <translation>GPU EKSTREM</translation> | 4672 | <translation>GPU EKSTREM</translation> |
| 4678 | </message> | 4673 | </message> |
| 4679 | <message> | 4674 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4675 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4681 | <source>GPU ERROR</source> | 4676 | <source>GPU ERROR</source> |
| 4682 | <translation>GPU FEIL</translation> | 4677 | <translation>GPU FEIL</translation> |
| 4683 | </message> | 4678 | </message> |
| 4684 | <message> | 4679 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4680 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4686 | <source>NEAREST</source> | 4681 | <source>NEAREST</source> |
| 4687 | <translation>NÆRMESTE</translation> | 4682 | <translation>NÆRMESTE</translation> |
| 4688 | </message> | 4683 | </message> |
| 4689 | <message> | 4684 | <message> |
| 4690 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4685 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4692 | <source>BILINEAR</source> | 4687 | <source>BILINEAR</source> |
| 4693 | <translation>BILINEÆR</translation> | 4688 | <translation>BILINEÆR</translation> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4697 | <source>BICUBIC</source> | 4692 | <source>BICUBIC</source> |
| 4698 | <translation>BIKUBISK</translation> | 4693 | <translation>BIKUBISK</translation> |
| 4699 | </message> | 4694 | </message> |
| 4700 | <message> | 4695 | <message> |
| 4701 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4696 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4702 | <source>GAUSSIAN</source> | 4697 | <source>GAUSSIAN</source> |
| 4703 | <translation>GAUSSISK</translation> | 4698 | <translation>GAUSSISK</translation> |
| 4704 | </message> | 4699 | </message> |
| 4705 | <message> | 4700 | <message> |
| 4706 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4701 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4707 | <source>SCALEFORCE</source> | 4702 | <source>SCALEFORCE</source> |
| 4708 | <translation>SCALEFORCE</translation> | 4703 | <translation>SCALEFORCE</translation> |
| 4709 | </message> | 4704 | </message> |
| 4710 | <message> | 4705 | <message> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4706 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4712 | <source>FSR</source> | 4707 | <source>FSR</source> |
| 4713 | <translation>FSR</translation> | 4708 | <translation>FSR</translation> |
| 4714 | </message> | 4709 | </message> |
| 4715 | <message> | 4710 | <message> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4711 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4718 | <source>NO AA</source> | 4713 | <source>NO AA</source> |
| 4719 | <translation>INGEN AA</translation> | 4714 | <translation>INGEN AA</translation> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4723 | <source>FXAA</source> | 4718 | <source>FXAA</source> |
| 4724 | <translation>FXAA</translation> | 4719 | <translation>FXAA</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4728 | <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> | 4723 | <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> |
| 4729 | <translation>Spillet du prøver å laste krever at ekstra filer fra din Switch blir dumpet før du spiller.<br/><br/>For mer informasjon om dumping av disse filene, vennligst se den følgende wiki-siden: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumping av System-Arkiv og Shared Fonts fra en Switch-Konsoll</a>.<br/><br/>Vil du gå tilbake til spillisten? Fortsetting av emulasjon kan føre til krasjing, ødelagt lagringsdata, eller andre feil.</translation> | 4724 | <translation>Spillet du prøver å laste krever at ekstra filer fra din Switch blir dumpet før du spiller.<br/><br/>For mer informasjon om dumping av disse filene, vennligst se den følgende wiki-siden: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumping av System-Arkiv og Shared Fonts fra en Switch-Konsoll</a>.<br/><br/>Vil du gå tilbake til spillisten? Fortsetting av emulasjon kan føre til krasjing, ødelagt lagringsdata, eller andre feil.</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4733 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4728 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4734 | <translation>yuzu kunne ikke finne et Switch system-arkiv. %1</translation> | 4729 | <translation>yuzu kunne ikke finne et Switch system-arkiv. %1</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4738 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4733 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4739 | <translation>yuzu kunne ikke finne et Switch system-arkiv: %1. %2</translation> | 4734 | <translation>yuzu kunne ikke finne et Switch system-arkiv: %1. %2</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4743 | <source>System Archive Not Found</source> | 4738 | <source>System Archive Not Found</source> |
| 4744 | <translation>System Arkiv Ikke Funnet</translation> | 4739 | <translation>System Arkiv Ikke Funnet</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4748 | <source>System Archive Missing</source> | 4743 | <source>System Archive Missing</source> |
| 4749 | <translation>System Arkiv Mangler</translation> | 4744 | <translation>System Arkiv Mangler</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4753 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4748 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4754 | <translation>yuzu kunne ikke finne Switch shared fonts. %1</translation> | 4749 | <translation>yuzu kunne ikke finne Switch shared fonts. %1</translation> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4758 | <source>Shared Fonts Not Found</source> | 4753 | <source>Shared Fonts Not Found</source> |
| 4759 | <translation>Shared Fonts Ikke Funnet</translation> | 4754 | <translation>Shared Fonts Ikke Funnet</translation> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4763 | <source>Shared Font Missing</source> | 4758 | <source>Shared Font Missing</source> |
| 4764 | <translation>Shared Font Mangler</translation> | 4759 | <translation>Shared Font Mangler</translation> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4768 | <source>Fatal Error</source> | 4763 | <source>Fatal Error</source> |
| 4769 | <translation>Fatal Feil</translation> | 4764 | <translation>Fatal Feil</translation> |
| 4770 | </message> | 4765 | </message> |
| 4771 | <message> | 4766 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4767 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4773 | <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> | 4768 | <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> |
| 4774 | <translation>yuzu har oppdaget en fatal feil, vennligst se loggen for flere detaljer. For mer informasjon om å finne loggen, vennligst se den følgende siden: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hvordan å Laste Opp Log-Filen</a>.<br/><br/>Vil du gå tilbake til spillisten? Fortsetting av emulasjon kan føre til krasjing, ødelagt lagringsdata, eller andre feil.</translation> | 4769 | <translation>yuzu har oppdaget en fatal feil, vennligst se loggen for flere detaljer. For mer informasjon om å finne loggen, vennligst se den følgende siden: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hvordan å Laste Opp Log-Filen</a>.<br/><br/>Vil du gå tilbake til spillisten? Fortsetting av emulasjon kan føre til krasjing, ødelagt lagringsdata, eller andre feil.</translation> |
| 4775 | </message> | 4770 | </message> |
| 4776 | <message> | 4771 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4772 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4778 | <source>Fatal Error encountered</source> | 4773 | <source>Fatal Error encountered</source> |
| 4779 | <translation>Fatal Feil oppstått</translation> | 4774 | <translation>Fatal Feil oppstått</translation> |
| 4780 | </message> | 4775 | </message> |
| 4781 | <message> | 4776 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4777 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4783 | <source>Confirm Key Rederivation</source> | 4778 | <source>Confirm Key Rederivation</source> |
| 4784 | <translation>Bekreft Nøkkel-Redirevasjon</translation> | 4779 | <translation>Bekreft Nøkkel-Redirevasjon</translation> |
| 4785 | </message> | 4780 | </message> |
| 4786 | <message> | 4781 | <message> |
| 4787 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4782 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4788 | <source>You are about to force rederive all of your keys. | 4783 | <source>You are about to force rederive all of your keys. |
| 4789 | If you do not know what this means or what you are doing, | 4784 | If you do not know what this means or what you are doing, |
| 4790 | this is a potentially destructive action. | 4785 | this is a potentially destructive action. |
| @@ -4801,37 +4796,37 @@ og eventuelt lag backups. | |||
| 4801 | Dette vil slette dine autogenererte nøkkel-filer og kjøre nøkkel-derivasjonsmodulen på nytt.</translation> | 4796 | Dette vil slette dine autogenererte nøkkel-filer og kjøre nøkkel-derivasjonsmodulen på nytt.</translation> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4805 | <source>Missing fuses</source> | 4800 | <source>Missing fuses</source> |
| 4806 | <translation>Mangler fuses</translation> | 4801 | <translation>Mangler fuses</translation> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4810 | <source> - Missing BOOT0</source> | 4805 | <source> - Missing BOOT0</source> |
| 4811 | <translation>- Mangler BOOT0</translation> | 4806 | <translation>- Mangler BOOT0</translation> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4815 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4810 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4816 | <translation>- Mangler BCPKG2-1-Normal-Main</translation> | 4811 | <translation>- Mangler BCPKG2-1-Normal-Main</translation> |
| 4817 | </message> | 4812 | </message> |
| 4818 | <message> | 4813 | <message> |
| 4819 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4814 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4820 | <source> - Missing PRODINFO</source> | 4815 | <source> - Missing PRODINFO</source> |
| 4821 | <translation>- Mangler PRODINFO</translation> | 4816 | <translation>- Mangler PRODINFO</translation> |
| 4822 | </message> | 4817 | </message> |
| 4823 | <message> | 4818 | <message> |
| 4824 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4819 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4825 | <source>Derivation Components Missing</source> | 4820 | <source>Derivation Components Missing</source> |
| 4826 | <translation>Derivasjonskomponenter Mangler</translation> | 4821 | <translation>Derivasjonskomponenter Mangler</translation> |
| 4827 | </message> | 4822 | </message> |
| 4828 | <message> | 4823 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4824 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4830 | <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> | 4825 | <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> |
| 4831 | <translation>Krypteringsnøkler mangler. <br>Vennligst følg <a href='https://yuzu-emu.org/help/quickstart/'>yuzus oppstartsguide</a> for å få alle nøklene, fastvaren og spillene dine.<br><br><small>(%1)</small></translation> | 4826 | <translation>Krypteringsnøkler mangler. <br>Vennligst følg <a href='https://yuzu-emu.org/help/quickstart/'>yuzus oppstartsguide</a> for å få alle nøklene, fastvaren og spillene dine.<br><br><small>(%1)</small></translation> |
| 4832 | </message> | 4827 | </message> |
| 4833 | <message> | 4828 | <message> |
| 4834 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4829 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4835 | <source>Deriving keys... | 4830 | <source>Deriving keys... |
| 4836 | This may take up to a minute depending | 4831 | This may take up to a minute depending |
| 4837 | on your system's performance.</source> | 4832 | on your system's performance.</source> |
| @@ -4840,39 +4835,39 @@ Dette kan ta opp til et minutt avhengig | |||
| 4840 | av systemytelsen din.</translation> | 4835 | av systemytelsen din.</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4844 | <source>Deriving Keys</source> | 4839 | <source>Deriving Keys</source> |
| 4845 | <translation>Deriverer Nøkler</translation> | 4840 | <translation>Deriverer Nøkler</translation> |
| 4846 | </message> | 4841 | </message> |
| 4847 | <message> | 4842 | <message> |
| 4848 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4843 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4849 | <source>Select RomFS Dump Target</source> | 4844 | <source>Select RomFS Dump Target</source> |
| 4850 | <translation>Velg RomFS Dump-MÃ¥l</translation> | 4845 | <translation>Velg RomFS Dump-MÃ¥l</translation> |
| 4851 | </message> | 4846 | </message> |
| 4852 | <message> | 4847 | <message> |
| 4853 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4848 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4854 | <source>Please select which RomFS you would like to dump.</source> | 4849 | <source>Please select which RomFS you would like to dump.</source> |
| 4855 | <translation>Vennligst velg hvilken RomFS du vil dumpe.</translation> | 4850 | <translation>Vennligst velg hvilken RomFS du vil dumpe.</translation> |
| 4856 | </message> | 4851 | </message> |
| 4857 | <message> | 4852 | <message> |
| 4858 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4853 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4859 | <source>Are you sure you want to close yuzu?</source> | 4854 | <source>Are you sure you want to close yuzu?</source> |
| 4860 | <translation>Er du sikker på at du vil lukke yuzu?</translation> | 4855 | <translation>Er du sikker på at du vil lukke yuzu?</translation> |
| 4861 | </message> | 4856 | </message> |
| 4862 | <message> | 4857 | <message> |
| 4863 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4858 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4864 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4859 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4865 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4860 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4866 | <source>yuzu</source> | 4861 | <source>yuzu</source> |
| 4867 | <translation>yuzu</translation> | 4862 | <translation>yuzu</translation> |
| 4868 | </message> | 4863 | </message> |
| 4869 | <message> | 4864 | <message> |
| 4870 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4865 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4871 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4866 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4872 | <translation>Er du sikker på at du vil stoppe emulasjonen? All ulagret fremgang vil bli tapt.</translation> | 4867 | <translation>Er du sikker på at du vil stoppe emulasjonen? All ulagret fremgang vil bli tapt.</translation> |
| 4873 | </message> | 4868 | </message> |
| 4874 | <message> | 4869 | <message> |
| 4875 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4870 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4876 | <source>The currently running application has requested yuzu to not exit. | 4871 | <source>The currently running application has requested yuzu to not exit. |
| 4877 | 4872 | ||
| 4878 | Would you like to bypass this and exit anyway?</source> | 4873 | Would you like to bypass this and exit anyway?</source> |
| @@ -4884,38 +4879,38 @@ Vil du overstyre dette og lukke likevel?</translation> | |||
| 4884 | <context> | 4879 | <context> |
| 4885 | <name>GRenderWindow</name> | 4880 | <name>GRenderWindow</name> |
| 4886 | <message> | 4881 | <message> |
| 4887 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4882 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4888 | <source>OpenGL not available!</source> | 4883 | <source>OpenGL not available!</source> |
| 4889 | <translation>OpenGL ikke tilgjengelig!</translation> | 4884 | <translation>OpenGL ikke tilgjengelig!</translation> |
| 4890 | </message> | 4885 | </message> |
| 4891 | <message> | 4886 | <message> |
| 4892 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4887 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4893 | <source>yuzu has not been compiled with OpenGL support.</source> | 4888 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4894 | <translation>yuzu har ikke blitt kompilert med OpenGL-støtte.</translation> | 4889 | <translation>yuzu har ikke blitt kompilert med OpenGL-støtte.</translation> |
| 4895 | </message> | 4890 | </message> |
| 4896 | <message> | 4891 | <message> |
| 4897 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4892 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4899 | <source>Error while initializing OpenGL!</source> | 4894 | <source>Error while initializing OpenGL!</source> |
| 4900 | <translation>Feil under initialisering av OpenGL!</translation> | 4895 | <translation>Feil under initialisering av OpenGL!</translation> |
| 4901 | </message> | 4896 | </message> |
| 4902 | <message> | 4897 | <message> |
| 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4904 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4899 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4905 | <translation>Det kan hende at GPU-en din ikke støtter OpenGL, eller at du ikke har den nyeste grafikkdriveren.</translation> | 4900 | <translation>Det kan hende at GPU-en din ikke støtter OpenGL, eller at du ikke har den nyeste grafikkdriveren.</translation> |
| 4906 | </message> | 4901 | </message> |
| 4907 | <message> | 4902 | <message> |
| 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4903 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4909 | <source>Error while initializing OpenGL 4.6!</source> | 4904 | <source>Error while initializing OpenGL 4.6!</source> |
| 4910 | <translation>Feil under initialisering av OpenGL 4.6!</translation> | 4905 | <translation>Feil under initialisering av OpenGL 4.6!</translation> |
| 4911 | </message> | 4906 | </message> |
| 4912 | <message> | 4907 | <message> |
| 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4908 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4914 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4909 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4915 | <translation>Det kan hende at GPU-en din ikke støtter OpenGL 4.6, eller at du ikke har den nyeste grafikkdriveren.<br><br>GL-renderer:<br>%1</translation> | 4910 | <translation>Det kan hende at GPU-en din ikke støtter OpenGL 4.6, eller at du ikke har den nyeste grafikkdriveren.<br><br>GL-renderer:<br>%1</translation> |
| 4916 | </message> | 4911 | </message> |
| 4917 | <message> | 4912 | <message> |
| 4918 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4919 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4914 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4920 | <translation>Det kan hende at GPU-en din ikke støtter én eller flere nødvendige OpenGL-utvidelser. Vennligst sørg for at du har den nyeste grafikkdriveren.<br><br>GL-renderer: <br>%1<br><br>Ikke-støttede utvidelser:<br>%2</translation> | 4915 | <translation>Det kan hende at GPU-en din ikke støtter én eller flere nødvendige OpenGL-utvidelser. Vennligst sørg for at du har den nyeste grafikkdriveren.<br><br>GL-renderer: <br>%1<br><br>Ikke-støttede utvidelser:<br>%2</translation> |
| 4921 | </message> | 4916 | </message> |
diff --git a/dist/languages/nl.ts b/dist/languages/nl.ts index 365277f76..98b33e90f 100644 --- a/dist/languages/nl.ts +++ b/dist/languages/nl.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Over yuzu</translation> | 7 | <translation>Over yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1(%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1(%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Broncode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bijdragers</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licentie</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Broncode</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bijdragers</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licentie</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is een handelsmerk van Nintendo. yuzu is op geen enkele manier met Nintendo verbonden.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is een handelsmerk van Nintendo. yuzu is op geen enkele manier met Nintendo verbonden.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -585,7 +580,7 @@ p, li { white-space: pre-wrap; } | |||
| 585 | <message> | 580 | <message> |
| 586 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> | 581 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> |
| 587 | <source>Enable Extended Logging**</source> | 582 | <source>Enable Extended Logging**</source> |
| 588 | <translation type="unfinished"/> | 583 | <translation>Activeer Uitgebreid Loggen**</translation> |
| 589 | </message> | 584 | </message> |
| 590 | <message> | 585 | <message> |
| 591 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="59"/> | 586 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="59"/> |
| @@ -725,7 +720,7 @@ p, li { white-space: pre-wrap; } | |||
| 725 | <message> | 720 | <message> |
| 726 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="252"/> | 721 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="252"/> |
| 727 | <source>**This will be reset automatically when yuzu closes.</source> | 722 | <source>**This will be reset automatically when yuzu closes.</source> |
| 728 | <translation type="unfinished"/> | 723 | <translation>**Deze optie wordt automatisch gereset wanneer yuzu is gesloten.</translation> |
| 729 | </message> | 724 | </message> |
| 730 | </context> | 725 | </context> |
| 731 | <context> | 726 | <context> |
| @@ -4026,757 +4021,757 @@ Sleep punten om positie te veranderen, of dubbel klik één van de tabel cellen | |||
| 4026 | <translation>Een onbekende fout heeft plaatsgevonden. Kijk in de log voor meer details.</translation> | 4021 | <translation>Een onbekende fout heeft plaatsgevonden. Kijk in de log voor meer details.</translation> |
| 4027 | </message> | 4022 | </message> |
| 4028 | <message> | 4023 | <message> |
| 4029 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4024 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4030 | <source>(64-bit)</source> | 4025 | <source>(64-bit)</source> |
| 4031 | <translation type="unfinished"/> | 4026 | <translation type="unfinished"/> |
| 4032 | </message> | 4027 | </message> |
| 4033 | <message> | 4028 | <message> |
| 4034 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4029 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4035 | <source>(32-bit)</source> | 4030 | <source>(32-bit)</source> |
| 4036 | <translation type="unfinished"/> | 4031 | <translation type="unfinished"/> |
| 4037 | </message> | 4032 | </message> |
| 4038 | <message> | 4033 | <message> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4034 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4040 | <source>%1 %2</source> | 4035 | <source>%1 %2</source> |
| 4041 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4036 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4042 | <translation type="unfinished"/> | 4037 | <translation type="unfinished"/> |
| 4043 | </message> | 4038 | </message> |
| 4044 | <message> | 4039 | <message> |
| 4045 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4046 | <source>Save Data</source> | 4041 | <source>Save Data</source> |
| 4047 | <translation>Save Data</translation> | 4042 | <translation>Save Data</translation> |
| 4048 | </message> | 4043 | </message> |
| 4049 | <message> | 4044 | <message> |
| 4050 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4051 | <source>Mod Data</source> | 4046 | <source>Mod Data</source> |
| 4052 | <translation>Mod Data</translation> | 4047 | <translation>Mod Data</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4056 | <source>Error Opening %1 Folder</source> | 4051 | <source>Error Opening %1 Folder</source> |
| 4057 | <translation>Fout tijdens het openen van %1 folder</translation> | 4052 | <translation>Fout tijdens het openen van %1 folder</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4061 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4062 | <source>Folder does not exist!</source> | 4057 | <source>Folder does not exist!</source> |
| 4063 | <translation>Folder bestaat niet!</translation> | 4058 | <translation>Folder bestaat niet!</translation> |
| 4064 | </message> | 4059 | </message> |
| 4065 | <message> | 4060 | <message> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4067 | <source>Error Opening Transferable Shader Cache</source> | 4062 | <source>Error Opening Transferable Shader Cache</source> |
| 4068 | <translation>Fout Bij Het Openen Van Overdraagbare Shader Cache</translation> | 4063 | <translation>Fout Bij Het Openen Van Overdraagbare Shader Cache</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4072 | <source>Failed to create the shader cache directory for this title.</source> | 4067 | <source>Failed to create the shader cache directory for this title.</source> |
| 4073 | <translation type="unfinished"/> | 4068 | <translation type="unfinished"/> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4077 | <source>Contents</source> | 4072 | <source>Contents</source> |
| 4078 | <translation type="unfinished"/> | 4073 | <translation type="unfinished"/> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4082 | <source>Update</source> | 4077 | <source>Update</source> |
| 4083 | <translation type="unfinished"/> | 4078 | <translation type="unfinished"/> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4087 | <source>DLC</source> | 4082 | <source>DLC</source> |
| 4088 | <translation type="unfinished"/> | 4083 | <translation type="unfinished"/> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4092 | <source>Remove Entry</source> | 4087 | <source>Remove Entry</source> |
| 4093 | <translation type="unfinished"/> | 4088 | <translation type="unfinished"/> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4097 | <source>Remove Installed Game %1?</source> | 4092 | <source>Remove Installed Game %1?</source> |
| 4098 | <translation type="unfinished"/> | 4093 | <translation type="unfinished"/> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4103 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4098 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4107 | <source>Successfully Removed</source> | 4102 | <source>Successfully Removed</source> |
| 4108 | <translation type="unfinished"/> | 4103 | <translation type="unfinished"/> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4112 | <source>Successfully removed the installed base game.</source> | 4107 | <source>Successfully removed the installed base game.</source> |
| 4113 | <translation type="unfinished"/> | 4108 | <translation type="unfinished"/> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4119 | <source>Error Removing %1</source> | 4114 | <source>Error Removing %1</source> |
| 4120 | <translation type="unfinished"/> | 4115 | <translation type="unfinished"/> |
| 4121 | </message> | 4116 | </message> |
| 4122 | <message> | 4117 | <message> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4124 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4119 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4125 | <translation type="unfinished"/> | 4120 | <translation type="unfinished"/> |
| 4126 | </message> | 4121 | </message> |
| 4127 | <message> | 4122 | <message> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4129 | <source>Successfully removed the installed update.</source> | 4124 | <source>Successfully removed the installed update.</source> |
| 4130 | <translation type="unfinished"/> | 4125 | <translation type="unfinished"/> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4134 | <source>There is no update installed for this title.</source> | 4129 | <source>There is no update installed for this title.</source> |
| 4135 | <translation type="unfinished"/> | 4130 | <translation type="unfinished"/> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4139 | <source>There are no DLC installed for this title.</source> | 4134 | <source>There are no DLC installed for this title.</source> |
| 4140 | <translation type="unfinished"/> | 4135 | <translation type="unfinished"/> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4144 | <source>Successfully removed %1 installed DLC.</source> | 4139 | <source>Successfully removed %1 installed DLC.</source> |
| 4145 | <translation type="unfinished"/> | 4140 | <translation type="unfinished"/> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4149 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4144 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4150 | <translation type="unfinished"/> | 4145 | <translation type="unfinished"/> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4154 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4149 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4155 | <translation type="unfinished"/> | 4150 | <translation type="unfinished"/> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4159 | <source>Delete All Transferable Shader Caches?</source> | 4154 | <source>Delete All Transferable Shader Caches?</source> |
| 4160 | <translation type="unfinished"/> | 4155 | <translation type="unfinished"/> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4164 | <source>Remove Custom Game Configuration?</source> | 4159 | <source>Remove Custom Game Configuration?</source> |
| 4165 | <translation type="unfinished"/> | 4160 | <translation type="unfinished"/> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4169 | <source>Remove File</source> | 4164 | <source>Remove File</source> |
| 4170 | <translation type="unfinished"/> | 4165 | <translation type="unfinished"/> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4175 | <source>Error Removing Transferable Shader Cache</source> | 4170 | <source>Error Removing Transferable Shader Cache</source> |
| 4176 | <translation type="unfinished"/> | 4171 | <translation type="unfinished"/> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4180 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4181 | <source>A shader cache for this title does not exist.</source> | 4176 | <source>A shader cache for this title does not exist.</source> |
| 4182 | <translation>Er bestaat geen shader cache voor deze game</translation> | 4177 | <translation>Er bestaat geen shader cache voor deze game</translation> |
| 4183 | </message> | 4178 | </message> |
| 4184 | <message> | 4179 | <message> |
| 4185 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4180 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4186 | <source>Successfully removed the transferable shader cache.</source> | 4181 | <source>Successfully removed the transferable shader cache.</source> |
| 4187 | <translation type="unfinished"/> | 4182 | <translation type="unfinished"/> |
| 4188 | </message> | 4183 | </message> |
| 4189 | <message> | 4184 | <message> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4191 | <source>Failed to remove the transferable shader cache.</source> | 4186 | <source>Failed to remove the transferable shader cache.</source> |
| 4192 | <translation type="unfinished"/> | 4187 | <translation type="unfinished"/> |
| 4193 | </message> | 4188 | </message> |
| 4194 | <message> | 4189 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4197 | <source>Error Removing Transferable Shader Caches</source> | 4192 | <source>Error Removing Transferable Shader Caches</source> |
| 4198 | <translation type="unfinished"/> | 4193 | <translation type="unfinished"/> |
| 4199 | </message> | 4194 | </message> |
| 4200 | <message> | 4195 | <message> |
| 4201 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4202 | <source>Successfully removed the transferable shader caches.</source> | 4197 | <source>Successfully removed the transferable shader caches.</source> |
| 4203 | <translation type="unfinished"/> | 4198 | <translation type="unfinished"/> |
| 4204 | </message> | 4199 | </message> |
| 4205 | <message> | 4200 | <message> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4207 | <source>Failed to remove the transferable shader cache directory.</source> | 4202 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4208 | <translation type="unfinished"/> | 4203 | <translation type="unfinished"/> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4212 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4213 | <source>Error Removing Custom Configuration</source> | 4208 | <source>Error Removing Custom Configuration</source> |
| 4214 | <translation type="unfinished"/> | 4209 | <translation type="unfinished"/> |
| 4215 | </message> | 4210 | </message> |
| 4216 | <message> | 4211 | <message> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4218 | <source>A custom configuration for this title does not exist.</source> | 4213 | <source>A custom configuration for this title does not exist.</source> |
| 4219 | <translation type="unfinished"/> | 4214 | <translation type="unfinished"/> |
| 4220 | </message> | 4215 | </message> |
| 4221 | <message> | 4216 | <message> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4223 | <source>Successfully removed the custom game configuration.</source> | 4218 | <source>Successfully removed the custom game configuration.</source> |
| 4224 | <translation type="unfinished"/> | 4219 | <translation type="unfinished"/> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4228 | <source>Failed to remove the custom game configuration.</source> | 4223 | <source>Failed to remove the custom game configuration.</source> |
| 4229 | <translation type="unfinished"/> | 4224 | <translation type="unfinished"/> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4233 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4234 | <source>RomFS Extraction Failed!</source> | 4229 | <source>RomFS Extraction Failed!</source> |
| 4235 | <translation>RomFS Extractie Mislukt!</translation> | 4230 | <translation>RomFS Extractie Mislukt!</translation> |
| 4236 | </message> | 4231 | </message> |
| 4237 | <message> | 4232 | <message> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4239 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4234 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4240 | <translation>Er was een fout tijdens het kopiëren van de RomFS bestanden of de gebruiker heeft de operatie geannuleerd.</translation> | 4235 | <translation>Er was een fout tijdens het kopiëren van de RomFS bestanden of de gebruiker heeft de operatie geannuleerd.</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4244 | <source>Full</source> | 4239 | <source>Full</source> |
| 4245 | <translation>Vol</translation> | 4240 | <translation>Vol</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4249 | <source>Skeleton</source> | 4244 | <source>Skeleton</source> |
| 4250 | <translation>Skelet</translation> | 4245 | <translation>Skelet</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4254 | <source>Select RomFS Dump Mode</source> | 4249 | <source>Select RomFS Dump Mode</source> |
| 4255 | <translation>Selecteer RomFS Dump Mode</translation> | 4250 | <translation>Selecteer RomFS Dump Mode</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4259 | <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> | 4254 | <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> |
| 4260 | <translation>Selecteer alstublieft hoe je de RomFS wilt dumpen.<br>Volledig kopieërd alle bestanden in een map terwijl <br> skelet maakt alleen het map structuur.</translation> | 4255 | <translation>Selecteer alstublieft hoe je de RomFS wilt dumpen.<br>Volledig kopieërd alle bestanden in een map terwijl <br> skelet maakt alleen het map structuur.</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4264 | <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> | 4259 | <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> |
| 4265 | <translation type="unfinished"/> | 4260 | <translation type="unfinished"/> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4269 | <source>Extracting RomFS...</source> | 4264 | <source>Extracting RomFS...</source> |
| 4270 | <translation>RomFS uitpakken...</translation> | 4265 | <translation>RomFS uitpakken...</translation> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4275 | <source>Cancel</source> | 4270 | <source>Cancel</source> |
| 4276 | <translation>Annuleren</translation> | 4271 | <translation>Annuleren</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4280 | <source>RomFS Extraction Succeeded!</source> | 4275 | <source>RomFS Extraction Succeeded!</source> |
| 4281 | <translation>RomFS Extractie Geslaagd!</translation> | 4276 | <translation>RomFS Extractie Geslaagd!</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4285 | <source>The operation completed successfully.</source> | 4280 | <source>The operation completed successfully.</source> |
| 4286 | <translation>De operatie is succesvol voltooid.</translation> | 4281 | <translation>De operatie is succesvol voltooid.</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4290 | <source>Error Opening %1</source> | 4285 | <source>Error Opening %1</source> |
| 4291 | <translation>Fout bij openen %1</translation> | 4286 | <translation>Fout bij openen %1</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4295 | <source>Select Directory</source> | 4290 | <source>Select Directory</source> |
| 4296 | <translation>Selecteer Map</translation> | 4291 | <translation>Selecteer Map</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4300 | <source>Properties</source> | 4295 | <source>Properties</source> |
| 4301 | <translation>Eigenschappen</translation> | 4296 | <translation>Eigenschappen</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4305 | <source>The game properties could not be loaded.</source> | 4300 | <source>The game properties could not be loaded.</source> |
| 4306 | <translation>De eigenschappen van de game kunnen niet geladen worden.</translation> | 4301 | <translation>De eigenschappen van de game kunnen niet geladen worden.</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4310 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4305 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4311 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4306 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4312 | <translation>Switch Executable (%1);;Alle bestanden (*.*)</translation> | 4307 | <translation>Switch Executable (%1);;Alle bestanden (*.*)</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4316 | <source>Load File</source> | 4311 | <source>Load File</source> |
| 4317 | <translation>Laad Bestand</translation> | 4312 | <translation>Laad Bestand</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4321 | <source>Open Extracted ROM Directory</source> | 4316 | <source>Open Extracted ROM Directory</source> |
| 4322 | <translation>Open Gedecomprimeerd ROM Map</translation> | 4317 | <translation>Open Gedecomprimeerd ROM Map</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4326 | <source>Invalid Directory Selected</source> | 4321 | <source>Invalid Directory Selected</source> |
| 4327 | <translation>Ongeldige Map Geselecteerd</translation> | 4322 | <translation>Ongeldige Map Geselecteerd</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4331 | <source>The directory you have selected does not contain a 'main' file.</source> | 4326 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4332 | <translation>De map die je hebt geselecteerd bevat geen 'main' bestand.</translation> | 4327 | <translation>De map die je hebt geselecteerd bevat geen 'main' bestand.</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4336 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4331 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4337 | <translation type="unfinished"/> | 4332 | <translation type="unfinished"/> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4341 | <source>Install Files</source> | 4336 | <source>Install Files</source> |
| 4342 | <translation type="unfinished"/> | 4337 | <translation type="unfinished"/> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message numerus="yes"> | 4339 | <message numerus="yes"> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4346 | <source>%n file(s) remaining</source> | 4341 | <source>%n file(s) remaining</source> |
| 4347 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4342 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4351 | <source>Installing file "%1"...</source> | 4346 | <source>Installing file "%1"...</source> |
| 4352 | <translation>Bestand "%1" Installeren...</translation> | 4347 | <translation>Bestand "%1" Installeren...</translation> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message> | 4349 | <message> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4357 | <source>Install Results</source> | 4352 | <source>Install Results</source> |
| 4358 | <translation type="unfinished"/> | 4353 | <translation type="unfinished"/> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4362 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4357 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4363 | Please, only use this feature to install updates and DLC.</source> | 4358 | Please, only use this feature to install updates and DLC.</source> |
| 4364 | <translation type="unfinished"/> | 4359 | <translation type="unfinished"/> |
| 4365 | </message> | 4360 | </message> |
| 4366 | <message numerus="yes"> | 4361 | <message numerus="yes"> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4362 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4368 | <source>%n file(s) were newly installed | 4363 | <source>%n file(s) were newly installed |
| 4369 | </source> | 4364 | </source> |
| 4370 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4365 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4371 | </message> | 4366 | </message> |
| 4372 | <message numerus="yes"> | 4367 | <message numerus="yes"> |
| 4373 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4368 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4374 | <source>%n file(s) were overwritten | 4369 | <source>%n file(s) were overwritten |
| 4375 | </source> | 4370 | </source> |
| 4376 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4371 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4377 | </message> | 4372 | </message> |
| 4378 | <message numerus="yes"> | 4373 | <message numerus="yes"> |
| 4379 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4374 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4380 | <source>%n file(s) failed to install | 4375 | <source>%n file(s) failed to install |
| 4381 | </source> | 4376 | </source> |
| 4382 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4377 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4383 | </message> | 4378 | </message> |
| 4384 | <message> | 4379 | <message> |
| 4385 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4380 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4386 | <source>System Application</source> | 4381 | <source>System Application</source> |
| 4387 | <translation>Systeem Applicatie</translation> | 4382 | <translation>Systeem Applicatie</translation> |
| 4388 | </message> | 4383 | </message> |
| 4389 | <message> | 4384 | <message> |
| 4390 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4391 | <source>System Archive</source> | 4386 | <source>System Archive</source> |
| 4392 | <translation>Systeem Archief</translation> | 4387 | <translation>Systeem Archief</translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4396 | <source>System Application Update</source> | 4391 | <source>System Application Update</source> |
| 4397 | <translation>Systeem Applicatie Update</translation> | 4392 | <translation>Systeem Applicatie Update</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4401 | <source>Firmware Package (Type A)</source> | 4396 | <source>Firmware Package (Type A)</source> |
| 4402 | <translation>Filmware Pakket (Type A)</translation> | 4397 | <translation>Filmware Pakket (Type A)</translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4406 | <source>Firmware Package (Type B)</source> | 4401 | <source>Firmware Package (Type B)</source> |
| 4407 | <translation>Filmware Pakket (Type B)</translation> | 4402 | <translation>Filmware Pakket (Type B)</translation> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4411 | <source>Game</source> | 4406 | <source>Game</source> |
| 4412 | <translation>Game</translation> | 4407 | <translation>Game</translation> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4416 | <source>Game Update</source> | 4411 | <source>Game Update</source> |
| 4417 | <translation>Game Update</translation> | 4412 | <translation>Game Update</translation> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4421 | <source>Game DLC</source> | 4416 | <source>Game DLC</source> |
| 4422 | <translation>Game DLC</translation> | 4417 | <translation>Game DLC</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4426 | <source>Delta Title</source> | 4421 | <source>Delta Title</source> |
| 4427 | <translation>Delta Titel</translation> | 4422 | <translation>Delta Titel</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4431 | <source>Select NCA Install Type...</source> | 4426 | <source>Select NCA Install Type...</source> |
| 4432 | <translation>Selecteer NCA Installatie Type...</translation> | 4427 | <translation>Selecteer NCA Installatie Type...</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4436 | <source>Please select the type of title you would like to install this NCA as: | 4431 | <source>Please select the type of title you would like to install this NCA as: |
| 4437 | (In most instances, the default 'Game' is fine.)</source> | 4432 | (In most instances, the default 'Game' is fine.)</source> |
| 4438 | <translation>Selecteer het type titel hoe je wilt dat deze NCA installeerd: | 4433 | <translation>Selecteer het type titel hoe je wilt dat deze NCA installeerd: |
| 4439 | (In de meeste gevallen is de standaard 'Game' juist.)</translation> | 4434 | (In de meeste gevallen is de standaard 'Game' juist.)</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4443 | <source>Failed to Install</source> | 4438 | <source>Failed to Install</source> |
| 4444 | <translation>Installatie Mislukt</translation> | 4439 | <translation>Installatie Mislukt</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4448 | <source>The title type you selected for the NCA is invalid.</source> | 4443 | <source>The title type you selected for the NCA is invalid.</source> |
| 4449 | <translation>Het type title dat je hebt geselecteerd voor de NCA is ongeldig.</translation> | 4444 | <translation>Het type title dat je hebt geselecteerd voor de NCA is ongeldig.</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4453 | <source>File not found</source> | 4448 | <source>File not found</source> |
| 4454 | <translation>Bestand niet gevonden</translation> | 4449 | <translation>Bestand niet gevonden</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4458 | <source>File "%1" not found</source> | 4453 | <source>File "%1" not found</source> |
| 4459 | <translation>Bestand "%1" niet gevonden</translation> | 4454 | <translation>Bestand "%1" niet gevonden</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4463 | <source>OK</source> | 4458 | <source>OK</source> |
| 4464 | <translation>OK</translation> | 4459 | <translation>OK</translation> |
| 4465 | </message> | 4460 | </message> |
| 4466 | <message> | 4461 | <message> |
| 4467 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4462 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4468 | <source>Missing yuzu Account</source> | 4463 | <source>Missing yuzu Account</source> |
| 4469 | <translation>Je yuzu account mist</translation> | 4464 | <translation>Je yuzu account mist</translation> |
| 4470 | </message> | 4465 | </message> |
| 4471 | <message> | 4466 | <message> |
| 4472 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4467 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4473 | <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> | 4468 | <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> |
| 4474 | <translation>Om game campatibiliteit te raporteren, moet je je yuzu account koppelen.<br><br/> Om je yuzu account te koppelen, ga naar Emulatie &gt; Configuratie &gt; Web.</translation> | 4469 | <translation>Om game campatibiliteit te raporteren, moet je je yuzu account koppelen.<br><br/> Om je yuzu account te koppelen, ga naar Emulatie &gt; Configuratie &gt; Web.</translation> |
| 4475 | </message> | 4470 | </message> |
| 4476 | <message> | 4471 | <message> |
| 4477 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4472 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4478 | <source>Error opening URL</source> | 4473 | <source>Error opening URL</source> |
| 4479 | <translation type="unfinished"/> | 4474 | <translation type="unfinished"/> |
| 4480 | </message> | 4475 | </message> |
| 4481 | <message> | 4476 | <message> |
| 4482 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4477 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4483 | <source>Unable to open the URL "%1".</source> | 4478 | <source>Unable to open the URL "%1".</source> |
| 4484 | <translation type="unfinished"/> | 4479 | <translation type="unfinished"/> |
| 4485 | </message> | 4480 | </message> |
| 4486 | <message> | 4481 | <message> |
| 4487 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4482 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4488 | <source>TAS Recording</source> | 4483 | <source>TAS Recording</source> |
| 4489 | <translation type="unfinished"/> | 4484 | <translation type="unfinished"/> |
| 4490 | </message> | 4485 | </message> |
| 4491 | <message> | 4486 | <message> |
| 4492 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4487 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4493 | <source>Overwrite file of player 1?</source> | 4488 | <source>Overwrite file of player 1?</source> |
| 4494 | <translation type="unfinished"/> | 4489 | <translation type="unfinished"/> |
| 4495 | </message> | 4490 | </message> |
| 4496 | <message> | 4491 | <message> |
| 4497 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4492 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4498 | <source>Invalid config detected</source> | 4493 | <source>Invalid config detected</source> |
| 4499 | <translation type="unfinished"/> | 4494 | <translation type="unfinished"/> |
| 4500 | </message> | 4495 | </message> |
| 4501 | <message> | 4496 | <message> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4503 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4498 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4504 | <translation type="unfinished"/> | 4499 | <translation type="unfinished"/> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4509 | <source>Error</source> | 4504 | <source>Error</source> |
| 4510 | <translation type="unfinished"/> | 4505 | <translation type="unfinished"/> |
| 4511 | </message> | 4506 | </message> |
| 4512 | <message> | 4507 | <message> |
| 4513 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4515 | <source>The current game is not looking for amiibos</source> | 4510 | <source>The current game is not looking for amiibos</source> |
| 4516 | <translation type="unfinished"/> | 4511 | <translation type="unfinished"/> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4515 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4521 | <source>Amiibo</source> | 4516 | <source>Amiibo</source> |
| 4522 | <translation type="unfinished"/> | 4517 | <translation type="unfinished"/> |
| 4523 | </message> | 4518 | </message> |
| 4524 | <message> | 4519 | <message> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4520 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4527 | <source>The current amiibo has been removed</source> | 4522 | <source>The current amiibo has been removed</source> |
| 4528 | <translation type="unfinished"/> | 4523 | <translation type="unfinished"/> |
| 4529 | </message> | 4524 | </message> |
| 4530 | <message> | 4525 | <message> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4532 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4527 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4533 | <translation>Amiibo Bestand (%1);; Alle Bestanden (*.*)</translation> | 4528 | <translation>Amiibo Bestand (%1);; Alle Bestanden (*.*)</translation> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4537 | <source>Load Amiibo</source> | 4532 | <source>Load Amiibo</source> |
| 4538 | <translation>Laad Amiibo</translation> | 4533 | <translation>Laad Amiibo</translation> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4542 | <source>Error opening Amiibo data file</source> | 4537 | <source>Error opening Amiibo data file</source> |
| 4543 | <translation>Fout tijdens het openen van het Amiibo gegevens bestand</translation> | 4538 | <translation>Fout tijdens het openen van het Amiibo gegevens bestand</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4547 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4542 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4548 | <translation>Kan Amiibo bestand "%1" niet lezen.</translation> | 4543 | <translation>Kan Amiibo bestand "%1" niet lezen.</translation> |
| 4549 | </message> | 4544 | </message> |
| 4550 | <message> | 4545 | <message> |
| 4551 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4546 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4552 | <source>Error reading Amiibo data file</source> | 4547 | <source>Error reading Amiibo data file</source> |
| 4553 | <translation>Fout tijdens het lezen van het Amiibo gegevens bestand</translation> | 4548 | <translation>Fout tijdens het lezen van het Amiibo gegevens bestand</translation> |
| 4554 | </message> | 4549 | </message> |
| 4555 | <message> | 4550 | <message> |
| 4556 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4557 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4552 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4558 | <translation>Kan de volledige Amiibo gegevens niet lezen. Verwacht om %1 bytes te lezen, maar het is alleen mogelijk om %2 bytes te lezen.</translation> | 4553 | <translation>Kan de volledige Amiibo gegevens niet lezen. Verwacht om %1 bytes te lezen, maar het is alleen mogelijk om %2 bytes te lezen.</translation> |
| 4559 | </message> | 4554 | </message> |
| 4560 | <message> | 4555 | <message> |
| 4561 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4562 | <source>Error loading Amiibo data</source> | 4557 | <source>Error loading Amiibo data</source> |
| 4563 | <translation>Fout tijdens het laden van de Amiibo data</translation> | 4558 | <translation>Fout tijdens het laden van de Amiibo data</translation> |
| 4564 | </message> | 4559 | </message> |
| 4565 | <message> | 4560 | <message> |
| 4566 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4561 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4567 | <source>Unable to load Amiibo data.</source> | 4562 | <source>Unable to load Amiibo data.</source> |
| 4568 | <translation>Kan de Amiibo gegevens niet laden.</translation> | 4563 | <translation>Kan de Amiibo gegevens niet laden.</translation> |
| 4569 | </message> | 4564 | </message> |
| 4570 | <message> | 4565 | <message> |
| 4571 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4566 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4572 | <source>Capture Screenshot</source> | 4567 | <source>Capture Screenshot</source> |
| 4573 | <translation>Screenshot Vastleggen</translation> | 4568 | <translation>Screenshot Vastleggen</translation> |
| 4574 | </message> | 4569 | </message> |
| 4575 | <message> | 4570 | <message> |
| 4576 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4571 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4577 | <source>PNG Image (*.png)</source> | 4572 | <source>PNG Image (*.png)</source> |
| 4578 | <translation>PNG afbeelding (*.png)</translation> | 4573 | <translation>PNG afbeelding (*.png)</translation> |
| 4579 | </message> | 4574 | </message> |
| 4580 | <message> | 4575 | <message> |
| 4581 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4576 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4582 | <source>TAS state: Running %1/%2</source> | 4577 | <source>TAS state: Running %1/%2</source> |
| 4583 | <translation type="unfinished"/> | 4578 | <translation type="unfinished"/> |
| 4584 | </message> | 4579 | </message> |
| 4585 | <message> | 4580 | <message> |
| 4586 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4581 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4587 | <source>TAS state: Recording %1</source> | 4582 | <source>TAS state: Recording %1</source> |
| 4588 | <translation type="unfinished"/> | 4583 | <translation type="unfinished"/> |
| 4589 | </message> | 4584 | </message> |
| 4590 | <message> | 4585 | <message> |
| 4591 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4586 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4592 | <source>TAS state: Idle %1/%2</source> | 4587 | <source>TAS state: Idle %1/%2</source> |
| 4593 | <translation type="unfinished"/> | 4588 | <translation type="unfinished"/> |
| 4594 | </message> | 4589 | </message> |
| 4595 | <message> | 4590 | <message> |
| 4596 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4591 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4597 | <source>TAS State: Invalid</source> | 4592 | <source>TAS State: Invalid</source> |
| 4598 | <translation type="unfinished"/> | 4593 | <translation type="unfinished"/> |
| 4599 | </message> | 4594 | </message> |
| 4600 | <message> | 4595 | <message> |
| 4601 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4596 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4602 | <source>&Stop Running</source> | 4597 | <source>&Stop Running</source> |
| 4603 | <translation type="unfinished"/> | 4598 | <translation type="unfinished"/> |
| 4604 | </message> | 4599 | </message> |
| 4605 | <message> | 4600 | <message> |
| 4606 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4601 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4607 | <source>&Start</source> | 4602 | <source>&Start</source> |
| 4608 | <translation>&Start</translation> | 4603 | <translation>&Start</translation> |
| 4609 | </message> | 4604 | </message> |
| 4610 | <message> | 4605 | <message> |
| 4611 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4606 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4612 | <source>Stop R&ecording</source> | 4607 | <source>Stop R&ecording</source> |
| 4613 | <translation type="unfinished"/> | 4608 | <translation type="unfinished"/> |
| 4614 | </message> | 4609 | </message> |
| 4615 | <message> | 4610 | <message> |
| 4616 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4611 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4617 | <source>R&ecord</source> | 4612 | <source>R&ecord</source> |
| 4618 | <translation type="unfinished"/> | 4613 | <translation type="unfinished"/> |
| 4619 | </message> | 4614 | </message> |
| 4620 | <message numerus="yes"> | 4615 | <message numerus="yes"> |
| 4621 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4616 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4622 | <source>Building: %n shader(s)</source> | 4617 | <source>Building: %n shader(s)</source> |
| 4623 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4618 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4624 | </message> | 4619 | </message> |
| 4625 | <message> | 4620 | <message> |
| 4626 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4621 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4627 | <source>Scale: %1x</source> | 4622 | <source>Scale: %1x</source> |
| 4628 | <comment>%1 is the resolution scaling factor</comment> | 4623 | <comment>%1 is the resolution scaling factor</comment> |
| 4629 | <translation type="unfinished"/> | 4624 | <translation type="unfinished"/> |
| 4630 | </message> | 4625 | </message> |
| 4631 | <message> | 4626 | <message> |
| 4632 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4627 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4633 | <source>Speed: %1% / %2%</source> | 4628 | <source>Speed: %1% / %2%</source> |
| 4634 | <translation>Snelheid: %1% / %2%</translation> | 4629 | <translation>Snelheid: %1% / %2%</translation> |
| 4635 | </message> | 4630 | </message> |
| 4636 | <message> | 4631 | <message> |
| 4637 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4632 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4638 | <source>Speed: %1%</source> | 4633 | <source>Speed: %1%</source> |
| 4639 | <translation>Snelheid: %1%</translation> | 4634 | <translation>Snelheid: %1%</translation> |
| 4640 | </message> | 4635 | </message> |
| 4641 | <message> | 4636 | <message> |
| 4642 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4643 | <source>Game: %1 FPS (Unlocked)</source> | 4638 | <source>Game: %1 FPS (Unlocked)</source> |
| 4644 | <translation type="unfinished"/> | 4639 | <translation type="unfinished"/> |
| 4645 | </message> | 4640 | </message> |
| 4646 | <message> | 4641 | <message> |
| 4647 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4648 | <source>Game: %1 FPS</source> | 4643 | <source>Game: %1 FPS</source> |
| 4649 | <translation>Game: %1 FPS</translation> | 4644 | <translation>Game: %1 FPS</translation> |
| 4650 | </message> | 4645 | </message> |
| 4651 | <message> | 4646 | <message> |
| 4652 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4653 | <source>Frame: %1 ms</source> | 4648 | <source>Frame: %1 ms</source> |
| 4654 | <translation>Frame: %1 ms</translation> | 4649 | <translation>Frame: %1 ms</translation> |
| 4655 | </message> | 4650 | </message> |
| 4656 | <message> | 4651 | <message> |
| 4657 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4658 | <source>GPU NORMAL</source> | 4653 | <source>GPU NORMAL</source> |
| 4659 | <translation type="unfinished"/> | 4654 | <translation type="unfinished"/> |
| 4660 | </message> | 4655 | </message> |
| 4661 | <message> | 4656 | <message> |
| 4662 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4663 | <source>GPU HIGH</source> | 4658 | <source>GPU HIGH</source> |
| 4664 | <translation type="unfinished"/> | 4659 | <translation type="unfinished"/> |
| 4665 | </message> | 4660 | </message> |
| 4666 | <message> | 4661 | <message> |
| 4667 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4662 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4668 | <source>GPU EXTREME</source> | 4663 | <source>GPU EXTREME</source> |
| 4669 | <translation type="unfinished"/> | 4664 | <translation type="unfinished"/> |
| 4670 | </message> | 4665 | </message> |
| 4671 | <message> | 4666 | <message> |
| 4672 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4667 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4673 | <source>GPU ERROR</source> | 4668 | <source>GPU ERROR</source> |
| 4674 | <translation type="unfinished"/> | 4669 | <translation type="unfinished"/> |
| 4675 | </message> | 4670 | </message> |
| 4676 | <message> | 4671 | <message> |
| 4677 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4672 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4678 | <source>NEAREST</source> | 4673 | <source>NEAREST</source> |
| 4679 | <translation type="unfinished"/> | 4674 | <translation type="unfinished"/> |
| 4680 | </message> | 4675 | </message> |
| 4681 | <message> | 4676 | <message> |
| 4682 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4677 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4683 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4678 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4684 | <source>BILINEAR</source> | 4679 | <source>BILINEAR</source> |
| 4685 | <translation type="unfinished"/> | 4680 | <translation type="unfinished"/> |
| 4686 | </message> | 4681 | </message> |
| 4687 | <message> | 4682 | <message> |
| 4688 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4683 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4689 | <source>BICUBIC</source> | 4684 | <source>BICUBIC</source> |
| 4690 | <translation type="unfinished"/> | 4685 | <translation type="unfinished"/> |
| 4691 | </message> | 4686 | </message> |
| 4692 | <message> | 4687 | <message> |
| 4693 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4694 | <source>GAUSSIAN</source> | 4689 | <source>GAUSSIAN</source> |
| 4695 | <translation type="unfinished"/> | 4690 | <translation type="unfinished"/> |
| 4696 | </message> | 4691 | </message> |
| 4697 | <message> | 4692 | <message> |
| 4698 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4699 | <source>SCALEFORCE</source> | 4694 | <source>SCALEFORCE</source> |
| 4700 | <translation type="unfinished"/> | 4695 | <translation type="unfinished"/> |
| 4701 | </message> | 4696 | </message> |
| 4702 | <message> | 4697 | <message> |
| 4703 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4704 | <source>FSR</source> | 4699 | <source>FSR</source> |
| 4705 | <translation type="unfinished"/> | 4700 | <translation type="unfinished"/> |
| 4706 | </message> | 4701 | </message> |
| 4707 | <message> | 4702 | <message> |
| 4708 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4703 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4709 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4704 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4710 | <source>NO AA</source> | 4705 | <source>NO AA</source> |
| 4711 | <translation type="unfinished"/> | 4706 | <translation type="unfinished"/> |
| 4712 | </message> | 4707 | </message> |
| 4713 | <message> | 4708 | <message> |
| 4714 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4709 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4715 | <source>FXAA</source> | 4710 | <source>FXAA</source> |
| 4716 | <translation type="unfinished"/> | 4711 | <translation type="unfinished"/> |
| 4717 | </message> | 4712 | </message> |
| 4718 | <message> | 4713 | <message> |
| 4719 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4720 | <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> | 4715 | <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> |
| 4721 | <translation>De game die je probeert te laden heeft extra bestanden nodig van je Switch voordat je het kan spelen. <br/><br/>Voor meer informatie over het dumpen van deze bestanden, volg alsjeblieft onze wiki pagina: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Het dumpen van Systeem Archieven en de Gedeelde Lettertypen van een Switch console </a>. <br/><br/>Wil je terug gaan naar de game lijst? Verdergaan met de emulatie zal misschien gevolgen hebben als vastlopen, beschadigde opslag data, of andere problemen.</translation> | 4716 | <translation>De game die je probeert te laden heeft extra bestanden nodig van je Switch voordat je het kan spelen. <br/><br/>Voor meer informatie over het dumpen van deze bestanden, volg alsjeblieft onze wiki pagina: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Het dumpen van Systeem Archieven en de Gedeelde Lettertypen van een Switch console </a>. <br/><br/>Wil je terug gaan naar de game lijst? Verdergaan met de emulatie zal misschien gevolgen hebben als vastlopen, beschadigde opslag data, of andere problemen.</translation> |
| 4722 | </message> | 4717 | </message> |
| 4723 | <message> | 4718 | <message> |
| 4724 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4725 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4720 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4726 | <translation>yuzu was niet in staat om de Switch systeem archieven te vinden. %1</translation> | 4721 | <translation>yuzu was niet in staat om de Switch systeem archieven te vinden. %1</translation> |
| 4727 | </message> | 4722 | </message> |
| 4728 | <message> | 4723 | <message> |
| 4729 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4730 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4725 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4731 | <translation>yuzu was niet in staat om de Switch systeem archieven te vinden. %1. %2</translation> | 4726 | <translation>yuzu was niet in staat om de Switch systeem archieven te vinden. %1. %2</translation> |
| 4732 | </message> | 4727 | </message> |
| 4733 | <message> | 4728 | <message> |
| 4734 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4735 | <source>System Archive Not Found</source> | 4730 | <source>System Archive Not Found</source> |
| 4736 | <translation>Systeem Archief Niet Gevonden</translation> | 4731 | <translation>Systeem Archief Niet Gevonden</translation> |
| 4737 | </message> | 4732 | </message> |
| 4738 | <message> | 4733 | <message> |
| 4739 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4740 | <source>System Archive Missing</source> | 4735 | <source>System Archive Missing</source> |
| 4741 | <translation>Systeem Archief Mist</translation> | 4736 | <translation>Systeem Archief Mist</translation> |
| 4742 | </message> | 4737 | </message> |
| 4743 | <message> | 4738 | <message> |
| 4744 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4745 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4740 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4746 | <translation>yuzu was niet in staat om de Switch shared fonts te vinden. %1</translation> | 4741 | <translation>yuzu was niet in staat om de Switch shared fonts te vinden. %1</translation> |
| 4747 | </message> | 4742 | </message> |
| 4748 | <message> | 4743 | <message> |
| 4749 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4744 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4750 | <source>Shared Fonts Not Found</source> | 4745 | <source>Shared Fonts Not Found</source> |
| 4751 | <translation>Shared Fonts Niet Gevonden</translation> | 4746 | <translation>Shared Fonts Niet Gevonden</translation> |
| 4752 | </message> | 4747 | </message> |
| 4753 | <message> | 4748 | <message> |
| 4754 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4749 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4755 | <source>Shared Font Missing</source> | 4750 | <source>Shared Font Missing</source> |
| 4756 | <translation>Gedeelde Lettertypes Niet Gevonden</translation> | 4751 | <translation>Gedeelde Lettertypes Niet Gevonden</translation> |
| 4757 | </message> | 4752 | </message> |
| 4758 | <message> | 4753 | <message> |
| 4759 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4754 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4760 | <source>Fatal Error</source> | 4755 | <source>Fatal Error</source> |
| 4761 | <translation>Fatale Fout</translation> | 4756 | <translation>Fatale Fout</translation> |
| 4762 | </message> | 4757 | </message> |
| 4763 | <message> | 4758 | <message> |
| 4764 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4759 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4765 | <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> | 4760 | <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> |
| 4766 | <translation>yuzu is een fatale fout tegengekomen, zie de log voor meer details. Voor meer informatie over toegang krijgen tot de log, zie de volgende pagina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hoe upload je een log bestand</a>.<br/><br/>Zou je terug willen naar de game lijst? Doorgaan met emulatie kan resulteren in vastlapen, corrupte save gegevens, of andere problemen.</translation> | 4761 | <translation>yuzu is een fatale fout tegengekomen, zie de log voor meer details. Voor meer informatie over toegang krijgen tot de log, zie de volgende pagina: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hoe upload je een log bestand</a>.<br/><br/>Zou je terug willen naar de game lijst? Doorgaan met emulatie kan resulteren in vastlapen, corrupte save gegevens, of andere problemen.</translation> |
| 4767 | </message> | 4762 | </message> |
| 4768 | <message> | 4763 | <message> |
| 4769 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4764 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4770 | <source>Fatal Error encountered</source> | 4765 | <source>Fatal Error encountered</source> |
| 4771 | <translation>Fatale Fout opgetreden</translation> | 4766 | <translation>Fatale Fout opgetreden</translation> |
| 4772 | </message> | 4767 | </message> |
| 4773 | <message> | 4768 | <message> |
| 4774 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4769 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4775 | <source>Confirm Key Rederivation</source> | 4770 | <source>Confirm Key Rederivation</source> |
| 4776 | <translation>Bevestig Sleutel Herafleiding</translation> | 4771 | <translation>Bevestig Sleutel Herafleiding</translation> |
| 4777 | </message> | 4772 | </message> |
| 4778 | <message> | 4773 | <message> |
| 4779 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4774 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4780 | <source>You are about to force rederive all of your keys. | 4775 | <source>You are about to force rederive all of your keys. |
| 4781 | If you do not know what this means or what you are doing, | 4776 | If you do not know what this means or what you are doing, |
| 4782 | this is a potentially destructive action. | 4777 | this is a potentially destructive action. |
| @@ -4793,37 +4788,37 @@ en optioneel maak backups. | |||
| 4793 | Dit zal je automatisch gegenereerde sleutel bestanden verwijderen en de sleutel verkrijger module opnieuw starten</translation> | 4788 | Dit zal je automatisch gegenereerde sleutel bestanden verwijderen en de sleutel verkrijger module opnieuw starten</translation> |
| 4794 | </message> | 4789 | </message> |
| 4795 | <message> | 4790 | <message> |
| 4796 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4797 | <source>Missing fuses</source> | 4792 | <source>Missing fuses</source> |
| 4798 | <translation type="unfinished"/> | 4793 | <translation type="unfinished"/> |
| 4799 | </message> | 4794 | </message> |
| 4800 | <message> | 4795 | <message> |
| 4801 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4796 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4802 | <source> - Missing BOOT0</source> | 4797 | <source> - Missing BOOT0</source> |
| 4803 | <translation type="unfinished"/> | 4798 | <translation type="unfinished"/> |
| 4804 | </message> | 4799 | </message> |
| 4805 | <message> | 4800 | <message> |
| 4806 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4801 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4807 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4802 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4808 | <translation type="unfinished"/> | 4803 | <translation type="unfinished"/> |
| 4809 | </message> | 4804 | </message> |
| 4810 | <message> | 4805 | <message> |
| 4811 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4806 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4812 | <source> - Missing PRODINFO</source> | 4807 | <source> - Missing PRODINFO</source> |
| 4813 | <translation type="unfinished"/> | 4808 | <translation type="unfinished"/> |
| 4814 | </message> | 4809 | </message> |
| 4815 | <message> | 4810 | <message> |
| 4816 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4811 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4817 | <source>Derivation Components Missing</source> | 4812 | <source>Derivation Components Missing</source> |
| 4818 | <translation type="unfinished"/> | 4813 | <translation type="unfinished"/> |
| 4819 | </message> | 4814 | </message> |
| 4820 | <message> | 4815 | <message> |
| 4821 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4816 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4822 | <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> | 4817 | <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> |
| 4823 | <translation type="unfinished"/> | 4818 | <translation type="unfinished"/> |
| 4824 | </message> | 4819 | </message> |
| 4825 | <message> | 4820 | <message> |
| 4826 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4821 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4827 | <source>Deriving keys... | 4822 | <source>Deriving keys... |
| 4828 | This may take up to a minute depending | 4823 | This may take up to a minute depending |
| 4829 | on your system's performance.</source> | 4824 | on your system's performance.</source> |
| @@ -4831,39 +4826,39 @@ on your system's performance.</source> | |||
| 4831 | op je systeem's performatie.</translation> | 4826 | op je systeem's performatie.</translation> |
| 4832 | </message> | 4827 | </message> |
| 4833 | <message> | 4828 | <message> |
| 4834 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4829 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4835 | <source>Deriving Keys</source> | 4830 | <source>Deriving Keys</source> |
| 4836 | <translation>Sleutels afleiden</translation> | 4831 | <translation>Sleutels afleiden</translation> |
| 4837 | </message> | 4832 | </message> |
| 4838 | <message> | 4833 | <message> |
| 4839 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4834 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4840 | <source>Select RomFS Dump Target</source> | 4835 | <source>Select RomFS Dump Target</source> |
| 4841 | <translation>Selecteer RomFS Dump Doel</translation> | 4836 | <translation>Selecteer RomFS Dump Doel</translation> |
| 4842 | </message> | 4837 | </message> |
| 4843 | <message> | 4838 | <message> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4839 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4845 | <source>Please select which RomFS you would like to dump.</source> | 4840 | <source>Please select which RomFS you would like to dump.</source> |
| 4846 | <translation>Selecteer welke RomFS je zou willen dumpen.</translation> | 4841 | <translation>Selecteer welke RomFS je zou willen dumpen.</translation> |
| 4847 | </message> | 4842 | </message> |
| 4848 | <message> | 4843 | <message> |
| 4849 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4844 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4850 | <source>Are you sure you want to close yuzu?</source> | 4845 | <source>Are you sure you want to close yuzu?</source> |
| 4851 | <translation>Weet je zeker dat je yuzu wilt sluiten?</translation> | 4846 | <translation>Weet je zeker dat je yuzu wilt sluiten?</translation> |
| 4852 | </message> | 4847 | </message> |
| 4853 | <message> | 4848 | <message> |
| 4854 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4849 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4856 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4851 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4857 | <source>yuzu</source> | 4852 | <source>yuzu</source> |
| 4858 | <translation>yuzu</translation> | 4853 | <translation>yuzu</translation> |
| 4859 | </message> | 4854 | </message> |
| 4860 | <message> | 4855 | <message> |
| 4861 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4856 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4862 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4857 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4863 | <translation>Weet je zeker dat je de emulatie wilt stoppen? Alle onopgeslagen voortgang will verloren gaan.</translation> | 4858 | <translation>Weet je zeker dat je de emulatie wilt stoppen? Alle onopgeslagen voortgang will verloren gaan.</translation> |
| 4864 | </message> | 4859 | </message> |
| 4865 | <message> | 4860 | <message> |
| 4866 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4861 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4867 | <source>The currently running application has requested yuzu to not exit. | 4862 | <source>The currently running application has requested yuzu to not exit. |
| 4868 | 4863 | ||
| 4869 | Would you like to bypass this and exit anyway?</source> | 4864 | Would you like to bypass this and exit anyway?</source> |
| @@ -4875,38 +4870,38 @@ Wilt u dit omzeilen en toch afsluiten?</translation> | |||
| 4875 | <context> | 4870 | <context> |
| 4876 | <name>GRenderWindow</name> | 4871 | <name>GRenderWindow</name> |
| 4877 | <message> | 4872 | <message> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4879 | <source>OpenGL not available!</source> | 4874 | <source>OpenGL not available!</source> |
| 4880 | <translation type="unfinished"/> | 4875 | <translation type="unfinished"/> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4884 | <source>yuzu has not been compiled with OpenGL support.</source> | 4879 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4885 | <translation type="unfinished"/> | 4880 | <translation type="unfinished"/> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4890 | <source>Error while initializing OpenGL!</source> | 4885 | <source>Error while initializing OpenGL!</source> |
| 4891 | <translation type="unfinished"/> | 4886 | <translation type="unfinished"/> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4895 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4890 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4896 | <translation type="unfinished"/> | 4891 | <translation type="unfinished"/> |
| 4897 | </message> | 4892 | </message> |
| 4898 | <message> | 4893 | <message> |
| 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4900 | <source>Error while initializing OpenGL 4.6!</source> | 4895 | <source>Error while initializing OpenGL 4.6!</source> |
| 4901 | <translation type="unfinished"/> | 4896 | <translation type="unfinished"/> |
| 4902 | </message> | 4897 | </message> |
| 4903 | <message> | 4898 | <message> |
| 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4905 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4900 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4906 | <translation type="unfinished"/> | 4901 | <translation type="unfinished"/> |
| 4907 | </message> | 4902 | </message> |
| 4908 | <message> | 4903 | <message> |
| 4909 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4904 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4910 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4905 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4911 | <translation type="unfinished"/> | 4906 | <translation type="unfinished"/> |
| 4912 | </message> | 4907 | </message> |
| @@ -5184,7 +5179,7 @@ Screen.</source> | |||
| 5184 | <message> | 5179 | <message> |
| 5185 | <location filename="../../src/yuzu/install_dialog.cpp" line="36"/> | 5180 | <location filename="../../src/yuzu/install_dialog.cpp" line="36"/> |
| 5186 | <source>Install</source> | 5181 | <source>Install</source> |
| 5187 | <translation type="unfinished"/> | 5182 | <translation>Installeren</translation> |
| 5188 | </message> | 5183 | </message> |
| 5189 | <message> | 5184 | <message> |
| 5190 | <location filename="../../src/yuzu/install_dialog.cpp" line="50"/> | 5185 | <location filename="../../src/yuzu/install_dialog.cpp" line="50"/> |
diff --git a/dist/languages/pl.ts b/dist/languages/pl.ts index e788612d4..c2f7cb8ba 100644 --- a/dist/languages/pl.ts +++ b/dist/languages/pl.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>O yuzu</translation> | 7 | <translation>O yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Strona</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kod źródłowy</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Współautorzy</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licencja</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Strona</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kod źródłowy</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Współautorzy</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licencja</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; jest znakiem towarowym Nintendo. yuzu nie jest stowarzyszony w żaden sposób z Nintendo.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; jest znakiem towarowym Nintendo. yuzu nie jest stowarzyszony w żaden sposób z Nintendo.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4031,347 +4026,347 @@ Przeciągnij punkty, aby zmienić pozycję, lub kliknij dwukrotnie komórki tabe | |||
| 4031 | <translation>Wystąpił nieznany błąd. Więcej informacji można znaleźć w pliku log.</translation> | 4026 | <translation>Wystąpił nieznany błąd. Więcej informacji można znaleźć w pliku log.</translation> |
| 4032 | </message> | 4027 | </message> |
| 4033 | <message> | 4028 | <message> |
| 4034 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4029 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4035 | <source>(64-bit)</source> | 4030 | <source>(64-bit)</source> |
| 4036 | <translation>(64-bit)</translation> | 4031 | <translation>(64-bit)</translation> |
| 4037 | </message> | 4032 | </message> |
| 4038 | <message> | 4033 | <message> |
| 4039 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4034 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4040 | <source>(32-bit)</source> | 4035 | <source>(32-bit)</source> |
| 4041 | <translation>(32-bit)</translation> | 4036 | <translation>(32-bit)</translation> |
| 4042 | </message> | 4037 | </message> |
| 4043 | <message> | 4038 | <message> |
| 4044 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4039 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4045 | <source>%1 %2</source> | 4040 | <source>%1 %2</source> |
| 4046 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4041 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4047 | <translation>%1 %2</translation> | 4042 | <translation>%1 %2</translation> |
| 4048 | </message> | 4043 | </message> |
| 4049 | <message> | 4044 | <message> |
| 4050 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4051 | <source>Save Data</source> | 4046 | <source>Save Data</source> |
| 4052 | <translation>Zapis danych</translation> | 4047 | <translation>Zapis danych</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4056 | <source>Mod Data</source> | 4051 | <source>Mod Data</source> |
| 4057 | <translation>Dane modów</translation> | 4052 | <translation>Dane modów</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4061 | <source>Error Opening %1 Folder</source> | 4056 | <source>Error Opening %1 Folder</source> |
| 4062 | <translation>Błąd podczas otwarcia folderu %1</translation> | 4057 | <translation>Błąd podczas otwarcia folderu %1</translation> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4067 | <source>Folder does not exist!</source> | 4062 | <source>Folder does not exist!</source> |
| 4068 | <translation>Folder nie istnieje!</translation> | 4063 | <translation>Folder nie istnieje!</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4072 | <source>Error Opening Transferable Shader Cache</source> | 4067 | <source>Error Opening Transferable Shader Cache</source> |
| 4073 | <translation>Błąd podczas otwierania przenośnej pamięci podręcznej Shaderów.</translation> | 4068 | <translation>Błąd podczas otwierania przenośnej pamięci podręcznej Shaderów.</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4077 | <source>Failed to create the shader cache directory for this title.</source> | 4072 | <source>Failed to create the shader cache directory for this title.</source> |
| 4078 | <translation>Nie udało się stworzyć ścieżki shaderów dla tego tytułu.</translation> | 4073 | <translation>Nie udało się stworzyć ścieżki shaderów dla tego tytułu.</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4082 | <source>Contents</source> | 4077 | <source>Contents</source> |
| 4083 | <translation>Zawartość</translation> | 4078 | <translation>Zawartość</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4087 | <source>Update</source> | 4082 | <source>Update</source> |
| 4088 | <translation>Åatka</translation> | 4083 | <translation>Åatka</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4092 | <source>DLC</source> | 4087 | <source>DLC</source> |
| 4093 | <translation>DLC</translation> | 4088 | <translation>DLC</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4097 | <source>Remove Entry</source> | 4092 | <source>Remove Entry</source> |
| 4098 | <translation>Usuń wpis</translation> | 4093 | <translation>Usuń wpis</translation> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4102 | <source>Remove Installed Game %1?</source> | 4097 | <source>Remove Installed Game %1?</source> |
| 4103 | <translation>Usunąć zainstalowaną grę %1?</translation> | 4098 | <translation>Usunąć zainstalowaną grę %1?</translation> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4109 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4104 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4110 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4105 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4112 | <source>Successfully Removed</source> | 4107 | <source>Successfully Removed</source> |
| 4113 | <translation>Pomyślnie usunięto</translation> | 4108 | <translation>Pomyślnie usunięto</translation> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4117 | <source>Successfully removed the installed base game.</source> | 4112 | <source>Successfully removed the installed base game.</source> |
| 4118 | <translation>Pomyślnie usunięto zainstalowaną grę.</translation> | 4113 | <translation>Pomyślnie usunięto zainstalowaną grę.</translation> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4124 | <source>Error Removing %1</source> | 4119 | <source>Error Removing %1</source> |
| 4125 | <translation>Błąd podczas usuwania %1</translation> | 4120 | <translation>Błąd podczas usuwania %1</translation> |
| 4126 | </message> | 4121 | </message> |
| 4127 | <message> | 4122 | <message> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4129 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4124 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4130 | <translation>Gra nie jest zainstalowana w NAND i nie może zostać usunięta.</translation> | 4125 | <translation>Gra nie jest zainstalowana w NAND i nie może zostać usunięta.</translation> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4134 | <source>Successfully removed the installed update.</source> | 4129 | <source>Successfully removed the installed update.</source> |
| 4135 | <translation>Pomyślnie usunięto zainstalowaną łatkę.</translation> | 4130 | <translation>Pomyślnie usunięto zainstalowaną łatkę.</translation> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4139 | <source>There is no update installed for this title.</source> | 4134 | <source>There is no update installed for this title.</source> |
| 4140 | <translation>Brak zainstalowanych łatek dla tego tytułu.</translation> | 4135 | <translation>Brak zainstalowanych łatek dla tego tytułu.</translation> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4144 | <source>There are no DLC installed for this title.</source> | 4139 | <source>There are no DLC installed for this title.</source> |
| 4145 | <translation>Brak zainstalowanych DLC dla tego tytułu.</translation> | 4140 | <translation>Brak zainstalowanych DLC dla tego tytułu.</translation> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4149 | <source>Successfully removed %1 installed DLC.</source> | 4144 | <source>Successfully removed %1 installed DLC.</source> |
| 4150 | <translation>Pomyślnie usunięto %1 zainstalowane DLC.</translation> | 4145 | <translation>Pomyślnie usunięto %1 zainstalowane DLC.</translation> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4154 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4149 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4155 | <translation>Usunąć Transferowalne Shadery OpenGL?</translation> | 4150 | <translation>Usunąć Transferowalne Shadery OpenGL?</translation> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4159 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4154 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4160 | <translation>Usunąć Transferowalne Shadery Vulkan?</translation> | 4155 | <translation>Usunąć Transferowalne Shadery Vulkan?</translation> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4164 | <source>Delete All Transferable Shader Caches?</source> | 4159 | <source>Delete All Transferable Shader Caches?</source> |
| 4165 | <translation>Usunąć Wszystkie Transferowalne Shadery?</translation> | 4160 | <translation>Usunąć Wszystkie Transferowalne Shadery?</translation> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4169 | <source>Remove Custom Game Configuration?</source> | 4164 | <source>Remove Custom Game Configuration?</source> |
| 4170 | <translation>Usunąć niestandardową konfigurację gry?</translation> | 4165 | <translation>Usunąć niestandardową konfigurację gry?</translation> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4174 | <source>Remove File</source> | 4169 | <source>Remove File</source> |
| 4175 | <translation>Usuń plik</translation> | 4170 | <translation>Usuń plik</translation> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4180 | <source>Error Removing Transferable Shader Cache</source> | 4175 | <source>Error Removing Transferable Shader Cache</source> |
| 4181 | <translation>Błąd podczas usuwania przenośnej pamięci podręcznej Shaderów.</translation> | 4176 | <translation>Błąd podczas usuwania przenośnej pamięci podręcznej Shaderów.</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4185 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4180 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4186 | <source>A shader cache for this title does not exist.</source> | 4181 | <source>A shader cache for this title does not exist.</source> |
| 4187 | <translation>Pamięć podręczna Shaderów dla tego tytułu nie istnieje.</translation> | 4182 | <translation>Pamięć podręczna Shaderów dla tego tytułu nie istnieje.</translation> |
| 4188 | </message> | 4183 | </message> |
| 4189 | <message> | 4184 | <message> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4191 | <source>Successfully removed the transferable shader cache.</source> | 4186 | <source>Successfully removed the transferable shader cache.</source> |
| 4192 | <translation>Pomyślnie usunięto przenośną pamięć podręczną Shaderów.</translation> | 4187 | <translation>Pomyślnie usunięto przenośną pamięć podręczną Shaderów.</translation> |
| 4193 | </message> | 4188 | </message> |
| 4194 | <message> | 4189 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4196 | <source>Failed to remove the transferable shader cache.</source> | 4191 | <source>Failed to remove the transferable shader cache.</source> |
| 4197 | <translation>Nie udało się usunąć przenośnej pamięci Shaderów.</translation> | 4192 | <translation>Nie udało się usunąć przenośnej pamięci Shaderów.</translation> |
| 4198 | </message> | 4193 | </message> |
| 4199 | <message> | 4194 | <message> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4201 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4202 | <source>Error Removing Transferable Shader Caches</source> | 4197 | <source>Error Removing Transferable Shader Caches</source> |
| 4203 | <translation>Błąd podczas usuwania Transferowalnych Shaderów</translation> | 4198 | <translation>Błąd podczas usuwania Transferowalnych Shaderów</translation> |
| 4204 | </message> | 4199 | </message> |
| 4205 | <message> | 4200 | <message> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4207 | <source>Successfully removed the transferable shader caches.</source> | 4202 | <source>Successfully removed the transferable shader caches.</source> |
| 4208 | <translation>Pomyślnie usunięto transferowalne shadery.</translation> | 4203 | <translation>Pomyślnie usunięto transferowalne shadery.</translation> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4212 | <source>Failed to remove the transferable shader cache directory.</source> | 4207 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4213 | <translation>Nie udało się usunąć ścieżki transferowalnych shaderów.</translation> | 4208 | <translation>Nie udało się usunąć ścieżki transferowalnych shaderów.</translation> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4218 | <source>Error Removing Custom Configuration</source> | 4213 | <source>Error Removing Custom Configuration</source> |
| 4219 | <translation>Błąd podczas usuwania niestandardowej konfiguracji</translation> | 4214 | <translation>Błąd podczas usuwania niestandardowej konfiguracji</translation> |
| 4220 | </message> | 4215 | </message> |
| 4221 | <message> | 4216 | <message> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4223 | <source>A custom configuration for this title does not exist.</source> | 4218 | <source>A custom configuration for this title does not exist.</source> |
| 4224 | <translation>Niestandardowa konfiguracja nie istnieje dla tego tytułu.</translation> | 4219 | <translation>Niestandardowa konfiguracja nie istnieje dla tego tytułu.</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4228 | <source>Successfully removed the custom game configuration.</source> | 4223 | <source>Successfully removed the custom game configuration.</source> |
| 4229 | <translation>Pomyślnie usunięto niestandardową konfiguracje gry.</translation> | 4224 | <translation>Pomyślnie usunięto niestandardową konfiguracje gry.</translation> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4233 | <source>Failed to remove the custom game configuration.</source> | 4228 | <source>Failed to remove the custom game configuration.</source> |
| 4234 | <translation>Nie udało się usunąć niestandardowej konfiguracji gry.</translation> | 4229 | <translation>Nie udało się usunąć niestandardowej konfiguracji gry.</translation> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4239 | <source>RomFS Extraction Failed!</source> | 4234 | <source>RomFS Extraction Failed!</source> |
| 4240 | <translation>Wypakowanie RomFS nieudane!</translation> | 4235 | <translation>Wypakowanie RomFS nieudane!</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4244 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4239 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4245 | <translation>Wystąpił błąd podczas kopiowania plików RomFS lub użytkownik anulował operację.</translation> | 4240 | <translation>Wystąpił błąd podczas kopiowania plików RomFS lub użytkownik anulował operację.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4249 | <source>Full</source> | 4244 | <source>Full</source> |
| 4250 | <translation>Pełny</translation> | 4245 | <translation>Pełny</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4254 | <source>Skeleton</source> | 4249 | <source>Skeleton</source> |
| 4255 | <translation>Szkielet</translation> | 4250 | <translation>Szkielet</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4259 | <source>Select RomFS Dump Mode</source> | 4254 | <source>Select RomFS Dump Mode</source> |
| 4260 | <translation>Wybierz tryb zrzutu RomFS</translation> | 4255 | <translation>Wybierz tryb zrzutu RomFS</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4264 | <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> | 4259 | <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> |
| 4265 | <translation>Proszę wybrać w jaki sposób chcesz, aby zrzut pliku RomFS został wykonany. <br>Pełna kopia ze wszystkimi plikami do nowego folderu, gdy <br>skielet utworzy tylko strukturę folderu.</translation> | 4260 | <translation>Proszę wybrać w jaki sposób chcesz, aby zrzut pliku RomFS został wykonany. <br>Pełna kopia ze wszystkimi plikami do nowego folderu, gdy <br>skielet utworzy tylko strukturę folderu.</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4269 | <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> | 4264 | <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> |
| 4270 | <translation>Nie ma wystarczająco miejsca w %1 aby wyodrębnić RomFS. | 4265 | <translation>Nie ma wystarczająco miejsca w %1 aby wyodrębnić RomFS. |
| 4271 | Zwolnij trochę miejsca, albo zmień ścieżkę zrzutu RomFs w Emulacja> Konfiguruj> System> System Plików> Źródło Zrzutu</translation> | 4266 | Zwolnij trochę miejsca, albo zmień ścieżkę zrzutu RomFs w Emulacja> Konfiguruj> System> System Plików> Źródło Zrzutu</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4275 | <source>Extracting RomFS...</source> | 4270 | <source>Extracting RomFS...</source> |
| 4276 | <translation>Wypakowywanie RomFS...</translation> | 4271 | <translation>Wypakowywanie RomFS...</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4280 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4275 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4281 | <source>Cancel</source> | 4276 | <source>Cancel</source> |
| 4282 | <translation>Anuluj</translation> | 4277 | <translation>Anuluj</translation> |
| 4283 | </message> | 4278 | </message> |
| 4284 | <message> | 4279 | <message> |
| 4285 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4280 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4286 | <source>RomFS Extraction Succeeded!</source> | 4281 | <source>RomFS Extraction Succeeded!</source> |
| 4287 | <translation>Wypakowanie RomFS zakończone pomyślnie!</translation> | 4282 | <translation>Wypakowanie RomFS zakończone pomyślnie!</translation> |
| 4288 | </message> | 4283 | </message> |
| 4289 | <message> | 4284 | <message> |
| 4290 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4285 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4291 | <source>The operation completed successfully.</source> | 4286 | <source>The operation completed successfully.</source> |
| 4292 | <translation>Operacja zakończona sukcesem.</translation> | 4287 | <translation>Operacja zakończona sukcesem.</translation> |
| 4293 | </message> | 4288 | </message> |
| 4294 | <message> | 4289 | <message> |
| 4295 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4290 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4296 | <source>Error Opening %1</source> | 4291 | <source>Error Opening %1</source> |
| 4297 | <translation>Błąd podczas otwierania %1</translation> | 4292 | <translation>Błąd podczas otwierania %1</translation> |
| 4298 | </message> | 4293 | </message> |
| 4299 | <message> | 4294 | <message> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4301 | <source>Select Directory</source> | 4296 | <source>Select Directory</source> |
| 4302 | <translation>Wybierz folder...</translation> | 4297 | <translation>Wybierz folder...</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4306 | <source>Properties</source> | 4301 | <source>Properties</source> |
| 4307 | <translation>Właściwości</translation> | 4302 | <translation>Właściwości</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4311 | <source>The game properties could not be loaded.</source> | 4306 | <source>The game properties could not be loaded.</source> |
| 4312 | <translation>Właściwości tej gry nie mogły zostać załadowane.</translation> | 4307 | <translation>Właściwości tej gry nie mogły zostać załadowane.</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4316 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4311 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4317 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4312 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4318 | <translation>Plik wykonywalny Switcha (%1);;Wszystkie pliki (*.*)</translation> | 4313 | <translation>Plik wykonywalny Switcha (%1);;Wszystkie pliki (*.*)</translation> |
| 4319 | </message> | 4314 | </message> |
| 4320 | <message> | 4315 | <message> |
| 4321 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4316 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4322 | <source>Load File</source> | 4317 | <source>Load File</source> |
| 4323 | <translation>Załaduj plik...</translation> | 4318 | <translation>Załaduj plik...</translation> |
| 4324 | </message> | 4319 | </message> |
| 4325 | <message> | 4320 | <message> |
| 4326 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4321 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4327 | <source>Open Extracted ROM Directory</source> | 4322 | <source>Open Extracted ROM Directory</source> |
| 4328 | <translation>Otwórz folder wypakowanego ROMu</translation> | 4323 | <translation>Otwórz folder wypakowanego ROMu</translation> |
| 4329 | </message> | 4324 | </message> |
| 4330 | <message> | 4325 | <message> |
| 4331 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4326 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4332 | <source>Invalid Directory Selected</source> | 4327 | <source>Invalid Directory Selected</source> |
| 4333 | <translation>Wybrano niewłaściwy folder</translation> | 4328 | <translation>Wybrano niewłaściwy folder</translation> |
| 4334 | </message> | 4329 | </message> |
| 4335 | <message> | 4330 | <message> |
| 4336 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4331 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4337 | <source>The directory you have selected does not contain a 'main' file.</source> | 4332 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4338 | <translation>Folder wybrany przez ciebie nie zawiera 'głownego' pliku.</translation> | 4333 | <translation>Folder wybrany przez ciebie nie zawiera 'głownego' pliku.</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4342 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4337 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4343 | <translation>Instalacyjne pliki Switch'a (*.nca *.nsp *.xci);;Archiwum zawartości Nintendo (*.nca);;Pakiet poddany Nintendo (*.nsp);;Obraz z kartridża NX (*.xci)</translation> | 4338 | <translation>Instalacyjne pliki Switch'a (*.nca *.nsp *.xci);;Archiwum zawartości Nintendo (*.nca);;Pakiet poddany Nintendo (*.nsp);;Obraz z kartridża NX (*.xci)</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4347 | <source>Install Files</source> | 4342 | <source>Install Files</source> |
| 4348 | <translation>Zainstaluj pliki</translation> | 4343 | <translation>Zainstaluj pliki</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message numerus="yes"> | 4345 | <message numerus="yes"> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4352 | <source>%n file(s) remaining</source> | 4347 | <source>%n file(s) remaining</source> |
| 4353 | <translation><numerusform>1 plik został</numerusform><numerusform>%n plików zostało</numerusform><numerusform>%n plików zostało</numerusform><numerusform>%n plików zostało</numerusform></translation> | 4348 | <translation><numerusform>1 plik został</numerusform><numerusform>%n plików zostało</numerusform><numerusform>%n plików zostało</numerusform><numerusform>%n plików zostało</numerusform></translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4357 | <source>Installing file "%1"...</source> | 4352 | <source>Installing file "%1"...</source> |
| 4358 | <translation>Instalowanie pliku "%1"...</translation> | 4353 | <translation>Instalowanie pliku "%1"...</translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4362 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4357 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4363 | <source>Install Results</source> | 4358 | <source>Install Results</source> |
| 4364 | <translation>Wynik instalacji</translation> | 4359 | <translation>Wynik instalacji</translation> |
| 4365 | </message> | 4360 | </message> |
| 4366 | <message> | 4361 | <message> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4362 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4368 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4363 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4369 | Please, only use this feature to install updates and DLC.</source> | 4364 | Please, only use this feature to install updates and DLC.</source> |
| 4370 | <translation>Aby uniknąć ewentualnych konfliktów, odradzamy użytkownikom instalowanie gier na NAND. | 4365 | <translation>Aby uniknąć ewentualnych konfliktów, odradzamy użytkownikom instalowanie gier na NAND. |
| 4371 | Proszę, używaj tej funkcji tylko do instalowania łatek i DLC.</translation> | 4366 | Proszę, używaj tej funkcji tylko do instalowania łatek i DLC.</translation> |
| 4372 | </message> | 4367 | </message> |
| 4373 | <message numerus="yes"> | 4368 | <message numerus="yes"> |
| 4374 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4369 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4375 | <source>%n file(s) were newly installed | 4370 | <source>%n file(s) were newly installed |
| 4376 | </source> | 4371 | </source> |
| 4377 | <translation><numerusform>1 nowy plik został zainstalowany | 4372 | <translation><numerusform>1 nowy plik został zainstalowany |
| @@ -4381,414 +4376,414 @@ Proszę, używaj tej funkcji tylko do instalowania łatek i DLC.</translation> | |||
| 4381 | </numerusform></translation> | 4376 | </numerusform></translation> |
| 4382 | </message> | 4377 | </message> |
| 4383 | <message numerus="yes"> | 4378 | <message numerus="yes"> |
| 4384 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4379 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4385 | <source>%n file(s) were overwritten | 4380 | <source>%n file(s) were overwritten |
| 4386 | </source> | 4381 | </source> |
| 4387 | <translation><numerusform>1 plik został nadpisany</numerusform><numerusform>%n plików zostało nadpisane</numerusform><numerusform>%n plików zostało nadpisane</numerusform><numerusform>%n plików zostało nadpisane</numerusform></translation> | 4382 | <translation><numerusform>1 plik został nadpisany</numerusform><numerusform>%n plików zostało nadpisane</numerusform><numerusform>%n plików zostało nadpisane</numerusform><numerusform>%n plików zostało nadpisane</numerusform></translation> |
| 4388 | </message> | 4383 | </message> |
| 4389 | <message numerus="yes"> | 4384 | <message numerus="yes"> |
| 4390 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4391 | <source>%n file(s) failed to install | 4386 | <source>%n file(s) failed to install |
| 4392 | </source> | 4387 | </source> |
| 4393 | <translation><numerusform>1 pliku nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform></translation> | 4388 | <translation><numerusform>1 pliku nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform><numerusform>%n plików nie udało się zainstalować</numerusform></translation> |
| 4394 | </message> | 4389 | </message> |
| 4395 | <message> | 4390 | <message> |
| 4396 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4391 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4397 | <source>System Application</source> | 4392 | <source>System Application</source> |
| 4398 | <translation>Aplikacja systemowa</translation> | 4393 | <translation>Aplikacja systemowa</translation> |
| 4399 | </message> | 4394 | </message> |
| 4400 | <message> | 4395 | <message> |
| 4401 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4396 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4402 | <source>System Archive</source> | 4397 | <source>System Archive</source> |
| 4403 | <translation>Archiwum systemu</translation> | 4398 | <translation>Archiwum systemu</translation> |
| 4404 | </message> | 4399 | </message> |
| 4405 | <message> | 4400 | <message> |
| 4406 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4401 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4407 | <source>System Application Update</source> | 4402 | <source>System Application Update</source> |
| 4408 | <translation>Aktualizacja aplikacji systemowej</translation> | 4403 | <translation>Aktualizacja aplikacji systemowej</translation> |
| 4409 | </message> | 4404 | </message> |
| 4410 | <message> | 4405 | <message> |
| 4411 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4406 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4412 | <source>Firmware Package (Type A)</source> | 4407 | <source>Firmware Package (Type A)</source> |
| 4413 | <translation>Paczka systemowa (Typ A)</translation> | 4408 | <translation>Paczka systemowa (Typ A)</translation> |
| 4414 | </message> | 4409 | </message> |
| 4415 | <message> | 4410 | <message> |
| 4416 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4411 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4417 | <source>Firmware Package (Type B)</source> | 4412 | <source>Firmware Package (Type B)</source> |
| 4418 | <translation>Paczka systemowa (Typ B)</translation> | 4413 | <translation>Paczka systemowa (Typ B)</translation> |
| 4419 | </message> | 4414 | </message> |
| 4420 | <message> | 4415 | <message> |
| 4421 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4416 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4422 | <source>Game</source> | 4417 | <source>Game</source> |
| 4423 | <translation>Gra</translation> | 4418 | <translation>Gra</translation> |
| 4424 | </message> | 4419 | </message> |
| 4425 | <message> | 4420 | <message> |
| 4426 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4421 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4427 | <source>Game Update</source> | 4422 | <source>Game Update</source> |
| 4428 | <translation>Aktualizacja gry</translation> | 4423 | <translation>Aktualizacja gry</translation> |
| 4429 | </message> | 4424 | </message> |
| 4430 | <message> | 4425 | <message> |
| 4431 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4426 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4432 | <source>Game DLC</source> | 4427 | <source>Game DLC</source> |
| 4433 | <translation>Dodatek do gry</translation> | 4428 | <translation>Dodatek do gry</translation> |
| 4434 | </message> | 4429 | </message> |
| 4435 | <message> | 4430 | <message> |
| 4436 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4431 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4437 | <source>Delta Title</source> | 4432 | <source>Delta Title</source> |
| 4438 | <translation>Tytuł Delta</translation> | 4433 | <translation>Tytuł Delta</translation> |
| 4439 | </message> | 4434 | </message> |
| 4440 | <message> | 4435 | <message> |
| 4441 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4436 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4442 | <source>Select NCA Install Type...</source> | 4437 | <source>Select NCA Install Type...</source> |
| 4443 | <translation>Wybierz typ instalacji NCA...</translation> | 4438 | <translation>Wybierz typ instalacji NCA...</translation> |
| 4444 | </message> | 4439 | </message> |
| 4445 | <message> | 4440 | <message> |
| 4446 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4441 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4447 | <source>Please select the type of title you would like to install this NCA as: | 4442 | <source>Please select the type of title you would like to install this NCA as: |
| 4448 | (In most instances, the default 'Game' is fine.)</source> | 4443 | (In most instances, the default 'Game' is fine.)</source> |
| 4449 | <translation>Wybierz typ tytułu, do którego chcesz zainstalować ten NCA, jako: | 4444 | <translation>Wybierz typ tytułu, do którego chcesz zainstalować ten NCA, jako: |
| 4450 | (W większości przypadków domyślna "gra" jest w porządku.)</translation> | 4445 | (W większości przypadków domyślna "gra" jest w porządku.)</translation> |
| 4451 | </message> | 4446 | </message> |
| 4452 | <message> | 4447 | <message> |
| 4453 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4448 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4454 | <source>Failed to Install</source> | 4449 | <source>Failed to Install</source> |
| 4455 | <translation>Instalacja nieudana</translation> | 4450 | <translation>Instalacja nieudana</translation> |
| 4456 | </message> | 4451 | </message> |
| 4457 | <message> | 4452 | <message> |
| 4458 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4453 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4459 | <source>The title type you selected for the NCA is invalid.</source> | 4454 | <source>The title type you selected for the NCA is invalid.</source> |
| 4460 | <translation>Typ tytułu wybrany dla NCA jest nieprawidłowy.</translation> | 4455 | <translation>Typ tytułu wybrany dla NCA jest nieprawidłowy.</translation> |
| 4461 | </message> | 4456 | </message> |
| 4462 | <message> | 4457 | <message> |
| 4463 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4458 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4464 | <source>File not found</source> | 4459 | <source>File not found</source> |
| 4465 | <translation>Nie znaleziono pliku</translation> | 4460 | <translation>Nie znaleziono pliku</translation> |
| 4466 | </message> | 4461 | </message> |
| 4467 | <message> | 4462 | <message> |
| 4468 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4463 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4469 | <source>File "%1" not found</source> | 4464 | <source>File "%1" not found</source> |
| 4470 | <translation>Nie znaleziono pliku "%1"</translation> | 4465 | <translation>Nie znaleziono pliku "%1"</translation> |
| 4471 | </message> | 4466 | </message> |
| 4472 | <message> | 4467 | <message> |
| 4473 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4468 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4474 | <source>OK</source> | 4469 | <source>OK</source> |
| 4475 | <translation>OK</translation> | 4470 | <translation>OK</translation> |
| 4476 | </message> | 4471 | </message> |
| 4477 | <message> | 4472 | <message> |
| 4478 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4473 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4479 | <source>Missing yuzu Account</source> | 4474 | <source>Missing yuzu Account</source> |
| 4480 | <translation>Brakuje konta Yuzu</translation> | 4475 | <translation>Brakuje konta Yuzu</translation> |
| 4481 | </message> | 4476 | </message> |
| 4482 | <message> | 4477 | <message> |
| 4483 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4478 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4484 | <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> | 4479 | <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> |
| 4485 | <translation>Aby przesłać test zgodności gry, musisz połączyć swoje konto yuzu.<br><br/> Aby połączyć swoje konto yuzu, przejdź do opcji Emulacja &gt; Konfiguracja &gt; Sieć.</translation> | 4480 | <translation>Aby przesłać test zgodności gry, musisz połączyć swoje konto yuzu.<br><br/> Aby połączyć swoje konto yuzu, przejdź do opcji Emulacja &gt; Konfiguracja &gt; Sieć.</translation> |
| 4486 | </message> | 4481 | </message> |
| 4487 | <message> | 4482 | <message> |
| 4488 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4483 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4489 | <source>Error opening URL</source> | 4484 | <source>Error opening URL</source> |
| 4490 | <translation>Błąd otwierania adresu URL</translation> | 4485 | <translation>Błąd otwierania adresu URL</translation> |
| 4491 | </message> | 4486 | </message> |
| 4492 | <message> | 4487 | <message> |
| 4493 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4488 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4494 | <source>Unable to open the URL "%1".</source> | 4489 | <source>Unable to open the URL "%1".</source> |
| 4495 | <translation>Nie można otworzyć adresu URL "%1".</translation> | 4490 | <translation>Nie można otworzyć adresu URL "%1".</translation> |
| 4496 | </message> | 4491 | </message> |
| 4497 | <message> | 4492 | <message> |
| 4498 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4493 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4499 | <source>TAS Recording</source> | 4494 | <source>TAS Recording</source> |
| 4500 | <translation>Nagrywanie TAS</translation> | 4495 | <translation>Nagrywanie TAS</translation> |
| 4501 | </message> | 4496 | </message> |
| 4502 | <message> | 4497 | <message> |
| 4503 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4498 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4504 | <source>Overwrite file of player 1?</source> | 4499 | <source>Overwrite file of player 1?</source> |
| 4505 | <translation>Nadpisać plik gracza 1?</translation> | 4500 | <translation>Nadpisać plik gracza 1?</translation> |
| 4506 | </message> | 4501 | </message> |
| 4507 | <message> | 4502 | <message> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4509 | <source>Invalid config detected</source> | 4504 | <source>Invalid config detected</source> |
| 4510 | <translation>Wykryto nieprawidłową konfigurację</translation> | 4505 | <translation>Wykryto nieprawidłową konfigurację</translation> |
| 4511 | </message> | 4506 | </message> |
| 4512 | <message> | 4507 | <message> |
| 4513 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4514 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4509 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4515 | <translation>Nie można używać kontrolera handheld w trybie zadokowanym. Zostanie wybrany kontroler Pro.</translation> | 4510 | <translation>Nie można używać kontrolera handheld w trybie zadokowanym. Zostanie wybrany kontroler Pro.</translation> |
| 4516 | </message> | 4511 | </message> |
| 4517 | <message> | 4512 | <message> |
| 4518 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4513 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4520 | <source>Error</source> | 4515 | <source>Error</source> |
| 4521 | <translation type="unfinished"/> | 4516 | <translation type="unfinished"/> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4520 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4526 | <source>The current game is not looking for amiibos</source> | 4521 | <source>The current game is not looking for amiibos</source> |
| 4527 | <translation type="unfinished"/> | 4522 | <translation type="unfinished"/> |
| 4528 | </message> | 4523 | </message> |
| 4529 | <message> | 4524 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4525 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4532 | <source>Amiibo</source> | 4527 | <source>Amiibo</source> |
| 4533 | <translation type="unfinished"/> | 4528 | <translation type="unfinished"/> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4537 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4532 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4538 | <source>The current amiibo has been removed</source> | 4533 | <source>The current amiibo has been removed</source> |
| 4539 | <translation type="unfinished"/> | 4534 | <translation type="unfinished"/> |
| 4540 | </message> | 4535 | </message> |
| 4541 | <message> | 4536 | <message> |
| 4542 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4537 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4543 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4538 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4544 | <translation>Plik Amiibo (%1);;Wszyskie pliki (*.*)</translation> | 4539 | <translation>Plik Amiibo (%1);;Wszyskie pliki (*.*)</translation> |
| 4545 | </message> | 4540 | </message> |
| 4546 | <message> | 4541 | <message> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4548 | <source>Load Amiibo</source> | 4543 | <source>Load Amiibo</source> |
| 4549 | <translation>Załaduj Amiibo</translation> | 4544 | <translation>Załaduj Amiibo</translation> |
| 4550 | </message> | 4545 | </message> |
| 4551 | <message> | 4546 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4547 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4553 | <source>Error opening Amiibo data file</source> | 4548 | <source>Error opening Amiibo data file</source> |
| 4554 | <translation>Błąd otwarcia pliku danych Amiibo</translation> | 4549 | <translation>Błąd otwarcia pliku danych Amiibo</translation> |
| 4555 | </message> | 4550 | </message> |
| 4556 | <message> | 4551 | <message> |
| 4557 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4552 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4558 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4553 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4559 | <translation>Nie można otworzyć pliku Amiibo "%1" do odczytu.</translation> | 4554 | <translation>Nie można otworzyć pliku Amiibo "%1" do odczytu.</translation> |
| 4560 | </message> | 4555 | </message> |
| 4561 | <message> | 4556 | <message> |
| 4562 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4557 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4563 | <source>Error reading Amiibo data file</source> | 4558 | <source>Error reading Amiibo data file</source> |
| 4564 | <translation>Błąd podczas odczytu pliku danych Amiibo</translation> | 4559 | <translation>Błąd podczas odczytu pliku danych Amiibo</translation> |
| 4565 | </message> | 4560 | </message> |
| 4566 | <message> | 4561 | <message> |
| 4567 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4562 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4568 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4563 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4569 | <translation>Nie można w pełni odczytać danych Amiibo. Oczekiwano odczytu %1 bajtów, ale był on w stanie odczytać tylko %2 bajty.</translation> | 4564 | <translation>Nie można w pełni odczytać danych Amiibo. Oczekiwano odczytu %1 bajtów, ale był on w stanie odczytać tylko %2 bajty.</translation> |
| 4570 | </message> | 4565 | </message> |
| 4571 | <message> | 4566 | <message> |
| 4572 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4567 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4573 | <source>Error loading Amiibo data</source> | 4568 | <source>Error loading Amiibo data</source> |
| 4574 | <translation>Błąd podczas ładowania pliku danych Amiibo</translation> | 4569 | <translation>Błąd podczas ładowania pliku danych Amiibo</translation> |
| 4575 | </message> | 4570 | </message> |
| 4576 | <message> | 4571 | <message> |
| 4577 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4572 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4578 | <source>Unable to load Amiibo data.</source> | 4573 | <source>Unable to load Amiibo data.</source> |
| 4579 | <translation>Nie można załadować danych Amiibo.</translation> | 4574 | <translation>Nie można załadować danych Amiibo.</translation> |
| 4580 | </message> | 4575 | </message> |
| 4581 | <message> | 4576 | <message> |
| 4582 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4577 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4583 | <source>Capture Screenshot</source> | 4578 | <source>Capture Screenshot</source> |
| 4584 | <translation>Zrób zrzut ekranu</translation> | 4579 | <translation>Zrób zrzut ekranu</translation> |
| 4585 | </message> | 4580 | </message> |
| 4586 | <message> | 4581 | <message> |
| 4587 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4582 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4588 | <source>PNG Image (*.png)</source> | 4583 | <source>PNG Image (*.png)</source> |
| 4589 | <translation>Obrazek PNG (*.png)</translation> | 4584 | <translation>Obrazek PNG (*.png)</translation> |
| 4590 | </message> | 4585 | </message> |
| 4591 | <message> | 4586 | <message> |
| 4592 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4587 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4593 | <source>TAS state: Running %1/%2</source> | 4588 | <source>TAS state: Running %1/%2</source> |
| 4594 | <translation>Status TAS: Działa %1%2</translation> | 4589 | <translation>Status TAS: Działa %1%2</translation> |
| 4595 | </message> | 4590 | </message> |
| 4596 | <message> | 4591 | <message> |
| 4597 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4592 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4598 | <source>TAS state: Recording %1</source> | 4593 | <source>TAS state: Recording %1</source> |
| 4599 | <translation>Status TAS: Nagrywa %1</translation> | 4594 | <translation>Status TAS: Nagrywa %1</translation> |
| 4600 | </message> | 4595 | </message> |
| 4601 | <message> | 4596 | <message> |
| 4602 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4597 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4603 | <source>TAS state: Idle %1/%2</source> | 4598 | <source>TAS state: Idle %1/%2</source> |
| 4604 | <translation>Status TAS: Bezczynny %1%2</translation> | 4599 | <translation>Status TAS: Bezczynny %1%2</translation> |
| 4605 | </message> | 4600 | </message> |
| 4606 | <message> | 4601 | <message> |
| 4607 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4602 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4608 | <source>TAS State: Invalid</source> | 4603 | <source>TAS State: Invalid</source> |
| 4609 | <translation>Status TAS: Niepoprawny</translation> | 4604 | <translation>Status TAS: Niepoprawny</translation> |
| 4610 | </message> | 4605 | </message> |
| 4611 | <message> | 4606 | <message> |
| 4612 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4607 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4613 | <source>&Stop Running</source> | 4608 | <source>&Stop Running</source> |
| 4614 | <translation>&Wyłącz</translation> | 4609 | <translation>&Wyłącz</translation> |
| 4615 | </message> | 4610 | </message> |
| 4616 | <message> | 4611 | <message> |
| 4617 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4612 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4618 | <source>&Start</source> | 4613 | <source>&Start</source> |
| 4619 | <translation>&Start</translation> | 4614 | <translation>&Start</translation> |
| 4620 | </message> | 4615 | </message> |
| 4621 | <message> | 4616 | <message> |
| 4622 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4617 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4623 | <source>Stop R&ecording</source> | 4618 | <source>Stop R&ecording</source> |
| 4624 | <translation>Przestań N&agrywać</translation> | 4619 | <translation>Przestań N&agrywać</translation> |
| 4625 | </message> | 4620 | </message> |
| 4626 | <message> | 4621 | <message> |
| 4627 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4622 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4628 | <source>R&ecord</source> | 4623 | <source>R&ecord</source> |
| 4629 | <translation>N&agraj</translation> | 4624 | <translation>N&agraj</translation> |
| 4630 | </message> | 4625 | </message> |
| 4631 | <message numerus="yes"> | 4626 | <message numerus="yes"> |
| 4632 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4627 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4633 | <source>Building: %n shader(s)</source> | 4628 | <source>Building: %n shader(s)</source> |
| 4634 | <translation><numerusform>Budowanie shadera</numerusform><numerusform>Budowanie: %n shaderów</numerusform><numerusform>Budowanie: %n shaderów</numerusform><numerusform>Budowanie: %n shaderów</numerusform></translation> | 4629 | <translation><numerusform>Budowanie shadera</numerusform><numerusform>Budowanie: %n shaderów</numerusform><numerusform>Budowanie: %n shaderów</numerusform><numerusform>Budowanie: %n shaderów</numerusform></translation> |
| 4635 | </message> | 4630 | </message> |
| 4636 | <message> | 4631 | <message> |
| 4637 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4632 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4638 | <source>Scale: %1x</source> | 4633 | <source>Scale: %1x</source> |
| 4639 | <comment>%1 is the resolution scaling factor</comment> | 4634 | <comment>%1 is the resolution scaling factor</comment> |
| 4640 | <translation>Skala: %1x</translation> | 4635 | <translation>Skala: %1x</translation> |
| 4641 | </message> | 4636 | </message> |
| 4642 | <message> | 4637 | <message> |
| 4643 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4638 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4644 | <source>Speed: %1% / %2%</source> | 4639 | <source>Speed: %1% / %2%</source> |
| 4645 | <translation>Prędkość: %1% / %2%</translation> | 4640 | <translation>Prędkość: %1% / %2%</translation> |
| 4646 | </message> | 4641 | </message> |
| 4647 | <message> | 4642 | <message> |
| 4648 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4643 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4649 | <source>Speed: %1%</source> | 4644 | <source>Speed: %1%</source> |
| 4650 | <translation>Prędkość: %1%</translation> | 4645 | <translation>Prędkość: %1%</translation> |
| 4651 | </message> | 4646 | </message> |
| 4652 | <message> | 4647 | <message> |
| 4653 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4648 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4654 | <source>Game: %1 FPS (Unlocked)</source> | 4649 | <source>Game: %1 FPS (Unlocked)</source> |
| 4655 | <translation>Gra: %1 FPS (Odblokowane)</translation> | 4650 | <translation>Gra: %1 FPS (Odblokowane)</translation> |
| 4656 | </message> | 4651 | </message> |
| 4657 | <message> | 4652 | <message> |
| 4658 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4653 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4659 | <source>Game: %1 FPS</source> | 4654 | <source>Game: %1 FPS</source> |
| 4660 | <translation>Gra: %1 FPS</translation> | 4655 | <translation>Gra: %1 FPS</translation> |
| 4661 | </message> | 4656 | </message> |
| 4662 | <message> | 4657 | <message> |
| 4663 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4658 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4664 | <source>Frame: %1 ms</source> | 4659 | <source>Frame: %1 ms</source> |
| 4665 | <translation>Klatka: %1 ms</translation> | 4660 | <translation>Klatka: %1 ms</translation> |
| 4666 | </message> | 4661 | </message> |
| 4667 | <message> | 4662 | <message> |
| 4668 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4663 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4669 | <source>GPU NORMAL</source> | 4664 | <source>GPU NORMAL</source> |
| 4670 | <translation>GPU NORMALNE</translation> | 4665 | <translation>GPU NORMALNE</translation> |
| 4671 | </message> | 4666 | </message> |
| 4672 | <message> | 4667 | <message> |
| 4673 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4668 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4674 | <source>GPU HIGH</source> | 4669 | <source>GPU HIGH</source> |
| 4675 | <translation>GPU WYSOKIE</translation> | 4670 | <translation>GPU WYSOKIE</translation> |
| 4676 | </message> | 4671 | </message> |
| 4677 | <message> | 4672 | <message> |
| 4678 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4673 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4679 | <source>GPU EXTREME</source> | 4674 | <source>GPU EXTREME</source> |
| 4680 | <translation>GPU EKSTREMALNE</translation> | 4675 | <translation>GPU EKSTREMALNE</translation> |
| 4681 | </message> | 4676 | </message> |
| 4682 | <message> | 4677 | <message> |
| 4683 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4678 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4684 | <source>GPU ERROR</source> | 4679 | <source>GPU ERROR</source> |
| 4685 | <translation>BÅÄ„D GPU</translation> | 4680 | <translation>BÅÄ„D GPU</translation> |
| 4686 | </message> | 4681 | </message> |
| 4687 | <message> | 4682 | <message> |
| 4688 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4683 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4689 | <source>NEAREST</source> | 4684 | <source>NEAREST</source> |
| 4690 | <translation>NAJBLIŻSZY</translation> | 4685 | <translation>NAJBLIŻSZY</translation> |
| 4691 | </message> | 4686 | </message> |
| 4692 | <message> | 4687 | <message> |
| 4693 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4694 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4689 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4695 | <source>BILINEAR</source> | 4690 | <source>BILINEAR</source> |
| 4696 | <translation>BILINEARNY</translation> | 4691 | <translation>BILINEARNY</translation> |
| 4697 | </message> | 4692 | </message> |
| 4698 | <message> | 4693 | <message> |
| 4699 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4694 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4700 | <source>BICUBIC</source> | 4695 | <source>BICUBIC</source> |
| 4701 | <translation>BIKUBICZNY</translation> | 4696 | <translation>BIKUBICZNY</translation> |
| 4702 | </message> | 4697 | </message> |
| 4703 | <message> | 4698 | <message> |
| 4704 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4699 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4705 | <source>GAUSSIAN</source> | 4700 | <source>GAUSSIAN</source> |
| 4706 | <translation>GAUSSIAN</translation> | 4701 | <translation>GAUSSIAN</translation> |
| 4707 | </message> | 4702 | </message> |
| 4708 | <message> | 4703 | <message> |
| 4709 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4704 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4710 | <source>SCALEFORCE</source> | 4705 | <source>SCALEFORCE</source> |
| 4711 | <translation>SCALEFORCE</translation> | 4706 | <translation>SCALEFORCE</translation> |
| 4712 | </message> | 4707 | </message> |
| 4713 | <message> | 4708 | <message> |
| 4714 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4709 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4715 | <source>FSR</source> | 4710 | <source>FSR</source> |
| 4716 | <translation>FSR</translation> | 4711 | <translation>FSR</translation> |
| 4717 | </message> | 4712 | </message> |
| 4718 | <message> | 4713 | <message> |
| 4719 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4720 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4721 | <source>NO AA</source> | 4716 | <source>NO AA</source> |
| 4722 | <translation>BEZ AA</translation> | 4717 | <translation>BEZ AA</translation> |
| 4723 | </message> | 4718 | </message> |
| 4724 | <message> | 4719 | <message> |
| 4725 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4720 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4726 | <source>FXAA</source> | 4721 | <source>FXAA</source> |
| 4727 | <translation>FXAA</translation> | 4722 | <translation>FXAA</translation> |
| 4728 | </message> | 4723 | </message> |
| 4729 | <message> | 4724 | <message> |
| 4730 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4725 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4731 | <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> | 4726 | <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> |
| 4732 | <translation>Gra, którą próbujesz wczytać, wymaga dodatkowych plików z Switch'a, które zostaną zrzucone przed graniem.<br/><br/> Aby uzyskać więcej informacji na temat wyrzucania tych plików, odwiedź następującą stronę wiki:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'> Zrzut archiw systemu i udostępnionych czcionek z konsoli Nintendo Switch</a>. <br/><br/>Czy chcesz wrócić do listy gier? Kontynuacja emulacji może spowodować awarie, uszkodzone dane zapisu lub inne błędy. | 4727 | <translation>Gra, którą próbujesz wczytać, wymaga dodatkowych plików z Switch'a, które zostaną zrzucone przed graniem.<br/><br/> Aby uzyskać więcej informacji na temat wyrzucania tych plików, odwiedź następującą stronę wiki:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'> Zrzut archiw systemu i udostępnionych czcionek z konsoli Nintendo Switch</a>. <br/><br/>Czy chcesz wrócić do listy gier? Kontynuacja emulacji może spowodować awarie, uszkodzone dane zapisu lub inne błędy. |
| 4733 | </translation> | 4728 | </translation> |
| 4734 | </message> | 4729 | </message> |
| 4735 | <message> | 4730 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4737 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4732 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4738 | <translation>yuzu nie był w stanie znaleźć archiwum systemu Switch. %1</translation> | 4733 | <translation>yuzu nie był w stanie znaleźć archiwum systemu Switch. %1</translation> |
| 4739 | </message> | 4734 | </message> |
| 4740 | <message> | 4735 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4736 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4742 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4737 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4743 | <translation>yuzu nie był w stanie znaleźć archiwum systemu Switch. %1. %2</translation> | 4738 | <translation>yuzu nie był w stanie znaleźć archiwum systemu Switch. %1. %2</translation> |
| 4744 | </message> | 4739 | </message> |
| 4745 | <message> | 4740 | <message> |
| 4746 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4741 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4747 | <source>System Archive Not Found</source> | 4742 | <source>System Archive Not Found</source> |
| 4748 | <translation>Archiwum systemu nie znalezione.</translation> | 4743 | <translation>Archiwum systemu nie znalezione.</translation> |
| 4749 | </message> | 4744 | </message> |
| 4750 | <message> | 4745 | <message> |
| 4751 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4746 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4752 | <source>System Archive Missing</source> | 4747 | <source>System Archive Missing</source> |
| 4753 | <translation>Brak archiwum systemowego</translation> | 4748 | <translation>Brak archiwum systemowego</translation> |
| 4754 | </message> | 4749 | </message> |
| 4755 | <message> | 4750 | <message> |
| 4756 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4751 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4757 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4752 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4758 | <translation>yuzu nie był w stanie zlokalizować czcionek Switch'a. %1</translation> | 4753 | <translation>yuzu nie był w stanie zlokalizować czcionek Switch'a. %1</translation> |
| 4759 | </message> | 4754 | </message> |
| 4760 | <message> | 4755 | <message> |
| 4761 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4756 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4762 | <source>Shared Fonts Not Found</source> | 4757 | <source>Shared Fonts Not Found</source> |
| 4763 | <translation>Czcionki nie zostały znalezione</translation> | 4758 | <translation>Czcionki nie zostały znalezione</translation> |
| 4764 | </message> | 4759 | </message> |
| 4765 | <message> | 4760 | <message> |
| 4766 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4761 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4767 | <source>Shared Font Missing</source> | 4762 | <source>Shared Font Missing</source> |
| 4768 | <translation>Brak wspólnej czcionki</translation> | 4763 | <translation>Brak wspólnej czcionki</translation> |
| 4769 | </message> | 4764 | </message> |
| 4770 | <message> | 4765 | <message> |
| 4771 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4766 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4772 | <source>Fatal Error</source> | 4767 | <source>Fatal Error</source> |
| 4773 | <translation>Fatalny błąd</translation> | 4768 | <translation>Fatalny błąd</translation> |
| 4774 | </message> | 4769 | </message> |
| 4775 | <message> | 4770 | <message> |
| 4776 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4777 | <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> | 4772 | <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> |
| 4778 | <translation>yuzu napotkał błąd, proszę zobaczyć log po więcej szczegółów. Aby uzyskać więcej informacji na temat uzyskiwania dostępu do pliku log, zobacz następującą stronę: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Jak przesłać plik log</a>?<br/><br/> Czy chcesz wrócić do listy gier? Kontynuacja emulacji może spowodować awarie, uszkodzone dane zapisu lub inne błędy.</translation> | 4773 | <translation>yuzu napotkał błąd, proszę zobaczyć log po więcej szczegółów. Aby uzyskać więcej informacji na temat uzyskiwania dostępu do pliku log, zobacz następującą stronę: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Jak przesłać plik log</a>?<br/><br/> Czy chcesz wrócić do listy gier? Kontynuacja emulacji może spowodować awarie, uszkodzone dane zapisu lub inne błędy.</translation> |
| 4779 | </message> | 4774 | </message> |
| 4780 | <message> | 4775 | <message> |
| 4781 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4782 | <source>Fatal Error encountered</source> | 4777 | <source>Fatal Error encountered</source> |
| 4783 | <translation>Wystąpił błąd krytyczny</translation> | 4778 | <translation>Wystąpił błąd krytyczny</translation> |
| 4784 | </message> | 4779 | </message> |
| 4785 | <message> | 4780 | <message> |
| 4786 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4787 | <source>Confirm Key Rederivation</source> | 4782 | <source>Confirm Key Rederivation</source> |
| 4788 | <translation>Potwierdź ponowną aktywacje klucza</translation> | 4783 | <translation>Potwierdź ponowną aktywacje klucza</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4792 | <source>You are about to force rederive all of your keys. | 4787 | <source>You are about to force rederive all of your keys. |
| 4793 | If you do not know what this means or what you are doing, | 4788 | If you do not know what this means or what you are doing, |
| 4794 | this is a potentially destructive action. | 4789 | this is a potentially destructive action. |
| @@ -4805,37 +4800,37 @@ i opcjonalnie tworzyć kopie zapasowe. | |||
| 4805 | Spowoduje to usunięcie wygenerowanych automatycznie plików kluczy i ponowne uruchomienie modułu pochodnego klucza.</translation> | 4800 | Spowoduje to usunięcie wygenerowanych automatycznie plików kluczy i ponowne uruchomienie modułu pochodnego klucza.</translation> |
| 4806 | </message> | 4801 | </message> |
| 4807 | <message> | 4802 | <message> |
| 4808 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4809 | <source>Missing fuses</source> | 4804 | <source>Missing fuses</source> |
| 4810 | <translation>BrakujÄ…ce bezpieczniki</translation> | 4805 | <translation>BrakujÄ…ce bezpieczniki</translation> |
| 4811 | </message> | 4806 | </message> |
| 4812 | <message> | 4807 | <message> |
| 4813 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4808 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4814 | <source> - Missing BOOT0</source> | 4809 | <source> - Missing BOOT0</source> |
| 4815 | <translation> - Brak BOOT0</translation> | 4810 | <translation> - Brak BOOT0</translation> |
| 4816 | </message> | 4811 | </message> |
| 4817 | <message> | 4812 | <message> |
| 4818 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4813 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4819 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4814 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4820 | <translation> - Brak BCPKG2-1-Normal-Main</translation> | 4815 | <translation> - Brak BCPKG2-1-Normal-Main</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4824 | <source> - Missing PRODINFO</source> | 4819 | <source> - Missing PRODINFO</source> |
| 4825 | <translation> - Brak PRODINFO</translation> | 4820 | <translation> - Brak PRODINFO</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4829 | <source>Derivation Components Missing</source> | 4824 | <source>Derivation Components Missing</source> |
| 4830 | <translation>Brak komponentów wyprowadzania</translation> | 4825 | <translation>Brak komponentów wyprowadzania</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4834 | <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> | 4829 | <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> |
| 4835 | <translation>Brakuje elementów, które mogą uniemożliwić zakończenie wyprowadzania kluczy. <br>Postępuj zgodnie z <a href='https://yuzu-emu.org/help/quickstart/'>yuzu quickstart guide</a> aby zdobyć wszystkie swoje klucze i gry.<br><br><small>(%1)</small></translation> | 4830 | <translation>Brakuje elementów, które mogą uniemożliwić zakończenie wyprowadzania kluczy. <br>Postępuj zgodnie z <a href='https://yuzu-emu.org/help/quickstart/'>yuzu quickstart guide</a> aby zdobyć wszystkie swoje klucze i gry.<br><br><small>(%1)</small></translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4839 | <source>Deriving keys... | 4834 | <source>Deriving keys... |
| 4840 | This may take up to a minute depending | 4835 | This may take up to a minute depending |
| 4841 | on your system's performance.</source> | 4836 | on your system's performance.</source> |
| @@ -4844,39 +4839,39 @@ Zależnie od tego może potrwać do minuty | |||
| 4844 | na wydajność twojego systemu.</translation> | 4839 | na wydajność twojego systemu.</translation> |
| 4845 | </message> | 4840 | </message> |
| 4846 | <message> | 4841 | <message> |
| 4847 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4848 | <source>Deriving Keys</source> | 4843 | <source>Deriving Keys</source> |
| 4849 | <translation>Wyprowadzanie kluczy...</translation> | 4844 | <translation>Wyprowadzanie kluczy...</translation> |
| 4850 | </message> | 4845 | </message> |
| 4851 | <message> | 4846 | <message> |
| 4852 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4853 | <source>Select RomFS Dump Target</source> | 4848 | <source>Select RomFS Dump Target</source> |
| 4854 | <translation>Wybierz cel zrzutu RomFS</translation> | 4849 | <translation>Wybierz cel zrzutu RomFS</translation> |
| 4855 | </message> | 4850 | </message> |
| 4856 | <message> | 4851 | <message> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4858 | <source>Please select which RomFS you would like to dump.</source> | 4853 | <source>Please select which RomFS you would like to dump.</source> |
| 4859 | <translation>Proszę wybrać RomFS, jakie chcesz zrzucić.</translation> | 4854 | <translation>Proszę wybrać RomFS, jakie chcesz zrzucić.</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4863 | <source>Are you sure you want to close yuzu?</source> | 4858 | <source>Are you sure you want to close yuzu?</source> |
| 4864 | <translation>Czy na pewno chcesz zamknąć yuzu?</translation> | 4859 | <translation>Czy na pewno chcesz zamknąć yuzu?</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4863 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4869 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4864 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4870 | <source>yuzu</source> | 4865 | <source>yuzu</source> |
| 4871 | <translation>yuzu</translation> | 4866 | <translation>yuzu</translation> |
| 4872 | </message> | 4867 | </message> |
| 4873 | <message> | 4868 | <message> |
| 4874 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4875 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4870 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4876 | <translation>Czy na pewno chcesz zatrzymać emulację? Wszystkie niezapisane postępy zostaną utracone.</translation> | 4871 | <translation>Czy na pewno chcesz zatrzymać emulację? Wszystkie niezapisane postępy zostaną utracone.</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4874 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4880 | <source>The currently running application has requested yuzu to not exit. | 4875 | <source>The currently running application has requested yuzu to not exit. |
| 4881 | 4876 | ||
| 4882 | Would you like to bypass this and exit anyway?</source> | 4877 | Would you like to bypass this and exit anyway?</source> |
| @@ -4888,38 +4883,38 @@ Czy chcesz to ominąć i mimo to wyjść?</translation> | |||
| 4888 | <context> | 4883 | <context> |
| 4889 | <name>GRenderWindow</name> | 4884 | <name>GRenderWindow</name> |
| 4890 | <message> | 4885 | <message> |
| 4891 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4886 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4892 | <source>OpenGL not available!</source> | 4887 | <source>OpenGL not available!</source> |
| 4893 | <translation>OpenGL niedostępny!</translation> | 4888 | <translation>OpenGL niedostępny!</translation> |
| 4894 | </message> | 4889 | </message> |
| 4895 | <message> | 4890 | <message> |
| 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4891 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4897 | <source>yuzu has not been compiled with OpenGL support.</source> | 4892 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4898 | <translation>yuzu nie zostało skompilowane z obsługą OpenGL.</translation> | 4893 | <translation>yuzu nie zostało skompilowane z obsługą OpenGL.</translation> |
| 4899 | </message> | 4894 | </message> |
| 4900 | <message> | 4895 | <message> |
| 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4897 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4903 | <source>Error while initializing OpenGL!</source> | 4898 | <source>Error while initializing OpenGL!</source> |
| 4904 | <translation>Błąd podczas inicjowania OpenGL!</translation> | 4899 | <translation>Błąd podczas inicjowania OpenGL!</translation> |
| 4905 | </message> | 4900 | </message> |
| 4906 | <message> | 4901 | <message> |
| 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4908 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4903 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4909 | <translation>Twoja karta graficzna może nie obsługiwać OpenGL lub nie masz najnowszych sterowników karty graficznej.</translation> | 4904 | <translation>Twoja karta graficzna może nie obsługiwać OpenGL lub nie masz najnowszych sterowników karty graficznej.</translation> |
| 4910 | </message> | 4905 | </message> |
| 4911 | <message> | 4906 | <message> |
| 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4913 | <source>Error while initializing OpenGL 4.6!</source> | 4908 | <source>Error while initializing OpenGL 4.6!</source> |
| 4914 | <translation>Błąd podczas inicjowania OpenGL 4.6!</translation> | 4909 | <translation>Błąd podczas inicjowania OpenGL 4.6!</translation> |
| 4915 | </message> | 4910 | </message> |
| 4916 | <message> | 4911 | <message> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4918 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4913 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4919 | <translation>Twoja karta graficzna może nie obsługiwać OpenGL 4.6 lub nie masz najnowszych sterowników karty graficznej.<br><br>GL Renderer:<br>%1</translation> | 4914 | <translation>Twoja karta graficzna może nie obsługiwać OpenGL 4.6 lub nie masz najnowszych sterowników karty graficznej.<br><br>GL Renderer:<br>%1</translation> |
| 4920 | </message> | 4915 | </message> |
| 4921 | <message> | 4916 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4923 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4918 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4924 | <translation>Twoja karta graficzna może nie obsługiwać co najmniej jednego wymaganego rozszerzenia OpenGL. Upewnij się, że masz najnowsze sterowniki karty graficznej<br><br>GL Renderer:<br>%1<br><br>Nieobsługiwane rozszerzenia:<br>%2</translation> | 4919 | <translation>Twoja karta graficzna może nie obsługiwać co najmniej jednego wymaganego rozszerzenia OpenGL. Upewnij się, że masz najnowsze sterowniki karty graficznej<br><br>GL Renderer:<br>%1<br><br>Nieobsługiwane rozszerzenia:<br>%2</translation> |
| 4925 | </message> | 4920 | </message> |
diff --git a/dist/languages/pt_BR.ts b/dist/languages/pt_BR.ts index ec14a7bbc..babdc79a1 100644 --- a/dist/languages/pt_BR.ts +++ b/dist/languages/pt_BR.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Sobre o yuzu</translation> | 7 | <translation>Sobre o yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Esse programa não deve ser utilizado para jogar jogos que você não obteve legalmente.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Esse programa não deve ser utilizado para jogar jogos que você não obteve legalmente.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código fonte</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licença</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código fonte</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licença</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; é uma marca comercial da Nintendo. O yuzu não é afiliado com a Nintendo de nenhuma forma.</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; é uma marca comercial da Nintendo. O yuzu não é afiliado com a Nintendo de nenhuma forma.</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -661,12 +656,12 @@ p, li { white-space: pre-wrap; } | |||
| 661 | <message> | 656 | <message> |
| 662 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> | 657 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> |
| 663 | <source>When checked, it will dump all the macro programs of the GPU</source> | 658 | <source>When checked, it will dump all the macro programs of the GPU</source> |
| 664 | <translation type="unfinished"/> | 659 | <translation>Quando marcada, essa opção irá despejar todos os macro programas da GPU</translation> |
| 665 | </message> | 660 | </message> |
| 666 | <message> | 661 | <message> |
| 667 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> | 662 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> |
| 668 | <source>Dump Maxwell Macros</source> | 663 | <source>Dump Maxwell Macros</source> |
| 669 | <translation type="unfinished"/> | 664 | <translation>Despejar macros Maxwell</translation> |
| 670 | </message> | 665 | </message> |
| 671 | <message> | 666 | <message> |
| 672 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> | 667 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> |
| @@ -4052,764 +4047,767 @@ Mova os pontos para mudar a posição, ou clique duas vezes nas células da tabe | |||
| 4052 | <translation>Ocorreu um erro desconhecido. Consulte o registro para mais detalhes.</translation> | 4047 | <translation>Ocorreu um erro desconhecido. Consulte o registro para mais detalhes.</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4056 | <source>(64-bit)</source> | 4051 | <source>(64-bit)</source> |
| 4057 | <translation>(64-bit)</translation> | 4052 | <translation>(64-bit)</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4061 | <source>(32-bit)</source> | 4056 | <source>(32-bit)</source> |
| 4062 | <translation>(32-bit)</translation> | 4057 | <translation>(32-bit)</translation> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4066 | <source>%1 %2</source> | 4061 | <source>%1 %2</source> |
| 4067 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4062 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4068 | <translation>%1 %2</translation> | 4063 | <translation>%1 %2</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4072 | <source>Save Data</source> | 4067 | <source>Save Data</source> |
| 4073 | <translation>Dados de jogos salvos</translation> | 4068 | <translation>Dados de jogos salvos</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4077 | <source>Mod Data</source> | 4072 | <source>Mod Data</source> |
| 4078 | <translation>Dados de mods</translation> | 4073 | <translation>Dados de mods</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4082 | <source>Error Opening %1 Folder</source> | 4077 | <source>Error Opening %1 Folder</source> |
| 4083 | <translation>Erro ao abrir a pasta %1</translation> | 4078 | <translation>Erro ao abrir a pasta %1</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4088 | <source>Folder does not exist!</source> | 4083 | <source>Folder does not exist!</source> |
| 4089 | <translation>A pasta não existe!</translation> | 4084 | <translation>A pasta não existe!</translation> |
| 4090 | </message> | 4085 | </message> |
| 4091 | <message> | 4086 | <message> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4093 | <source>Error Opening Transferable Shader Cache</source> | 4088 | <source>Error Opening Transferable Shader Cache</source> |
| 4094 | <translation>Erro ao abrir o cache de shaders transferÃvel</translation> | 4089 | <translation>Erro ao abrir o cache de shaders transferÃvel</translation> |
| 4095 | </message> | 4090 | </message> |
| 4096 | <message> | 4091 | <message> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4098 | <source>Failed to create the shader cache directory for this title.</source> | 4093 | <source>Failed to create the shader cache directory for this title.</source> |
| 4099 | <translation>Falha ao criar o diretório de cache de shaders para este tÃtulo.</translation> | 4094 | <translation>Falha ao criar o diretório de cache de shaders para este tÃtulo.</translation> |
| 4100 | </message> | 4095 | </message> |
| 4101 | <message> | 4096 | <message> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4103 | <source>Contents</source> | 4098 | <source>Contents</source> |
| 4104 | <translation>Conteúdo</translation> | 4099 | <translation>Conteúdo</translation> |
| 4105 | </message> | 4100 | </message> |
| 4106 | <message> | 4101 | <message> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4108 | <source>Update</source> | 4103 | <source>Update</source> |
| 4109 | <translation>Atualização</translation> | 4104 | <translation>Atualização</translation> |
| 4110 | </message> | 4105 | </message> |
| 4111 | <message> | 4106 | <message> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4113 | <source>DLC</source> | 4108 | <source>DLC</source> |
| 4114 | <translation>DLC</translation> | 4109 | <translation>DLC</translation> |
| 4115 | </message> | 4110 | </message> |
| 4116 | <message> | 4111 | <message> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4118 | <source>Remove Entry</source> | 4113 | <source>Remove Entry</source> |
| 4119 | <translation>Remover item</translation> | 4114 | <translation>Remover item</translation> |
| 4120 | </message> | 4115 | </message> |
| 4121 | <message> | 4116 | <message> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4123 | <source>Remove Installed Game %1?</source> | 4118 | <source>Remove Installed Game %1?</source> |
| 4124 | <translation>Remover o jogo instalado %1?</translation> | 4119 | <translation>Remover o jogo instalado %1?</translation> |
| 4125 | </message> | 4120 | </message> |
| 4126 | <message> | 4121 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4132 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4127 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4133 | <source>Successfully Removed</source> | 4128 | <source>Successfully Removed</source> |
| 4134 | <translation>Removido com sucesso</translation> | 4129 | <translation>Removido com sucesso</translation> |
| 4135 | </message> | 4130 | </message> |
| 4136 | <message> | 4131 | <message> |
| 4137 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4132 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4138 | <source>Successfully removed the installed base game.</source> | 4133 | <source>Successfully removed the installed base game.</source> |
| 4139 | <translation>O jogo base foi removido com sucesso.</translation> | 4134 | <translation>O jogo base foi removido com sucesso.</translation> |
| 4140 | </message> | 4135 | </message> |
| 4141 | <message> | 4136 | <message> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4144 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4145 | <source>Error Removing %1</source> | 4140 | <source>Error Removing %1</source> |
| 4146 | <translation>Erro ao remover %1</translation> | 4141 | <translation>Erro ao remover %1</translation> |
| 4147 | </message> | 4142 | </message> |
| 4148 | <message> | 4143 | <message> |
| 4149 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4150 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4145 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4151 | <translation>O jogo base não está instalado na NAND e não pode ser removido.</translation> | 4146 | <translation>O jogo base não está instalado na NAND e não pode ser removido.</translation> |
| 4152 | </message> | 4147 | </message> |
| 4153 | <message> | 4148 | <message> |
| 4154 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4155 | <source>Successfully removed the installed update.</source> | 4150 | <source>Successfully removed the installed update.</source> |
| 4156 | <translation>A atualização instalada foi removida com sucesso.</translation> | 4151 | <translation>A atualização instalada foi removida com sucesso.</translation> |
| 4157 | </message> | 4152 | </message> |
| 4158 | <message> | 4153 | <message> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4160 | <source>There is no update installed for this title.</source> | 4155 | <source>There is no update installed for this title.</source> |
| 4161 | <translation>Não há nenhuma atualização instalada para este tÃtulo.</translation> | 4156 | <translation>Não há nenhuma atualização instalada para este tÃtulo.</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4165 | <source>There are no DLC installed for this title.</source> | 4160 | <source>There are no DLC installed for this title.</source> |
| 4166 | <translation>Não há nenhum DLC instalado para este tÃtulo.</translation> | 4161 | <translation>Não há nenhum DLC instalado para este tÃtulo.</translation> |
| 4167 | </message> | 4162 | </message> |
| 4168 | <message> | 4163 | <message> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4170 | <source>Successfully removed %1 installed DLC.</source> | 4165 | <source>Successfully removed %1 installed DLC.</source> |
| 4171 | <translation>%1 DLC(s) instalados foram removidos com sucesso.</translation> | 4166 | <translation>%1 DLC(s) instalados foram removidos com sucesso.</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4175 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4170 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4176 | <translation>Apagar o cache de shaders transferÃvel do OpenGL?</translation> | 4171 | <translation>Apagar o cache de shaders transferÃvel do OpenGL?</translation> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4180 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4175 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4181 | <translation>Apagar o cache de shaders transferÃvel do Vulkan?</translation> | 4176 | <translation>Apagar o cache de shaders transferÃvel do Vulkan?</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4185 | <source>Delete All Transferable Shader Caches?</source> | 4180 | <source>Delete All Transferable Shader Caches?</source> |
| 4186 | <translation>Apagar todos os caches de shaders transferÃveis?</translation> | 4181 | <translation>Apagar todos os caches de shaders transferÃveis?</translation> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4190 | <source>Remove Custom Game Configuration?</source> | 4185 | <source>Remove Custom Game Configuration?</source> |
| 4191 | <translation>Remover configurações customizadas do jogo?</translation> | 4186 | <translation>Remover configurações customizadas do jogo?</translation> |
| 4192 | </message> | 4187 | </message> |
| 4193 | <message> | 4188 | <message> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4195 | <source>Remove File</source> | 4190 | <source>Remove File</source> |
| 4196 | <translation>Remover arquivo</translation> | 4191 | <translation>Remover arquivo</translation> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4201 | <source>Error Removing Transferable Shader Cache</source> | 4196 | <source>Error Removing Transferable Shader Cache</source> |
| 4202 | <translation>Erro ao remover cache de shaders transferÃvel</translation> | 4197 | <translation>Erro ao remover cache de shaders transferÃvel</translation> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4207 | <source>A shader cache for this title does not exist.</source> | 4202 | <source>A shader cache for this title does not exist.</source> |
| 4208 | <translation>Não existe um cache de shaders para este tÃtulo.</translation> | 4203 | <translation>Não existe um cache de shaders para este tÃtulo.</translation> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4212 | <source>Successfully removed the transferable shader cache.</source> | 4207 | <source>Successfully removed the transferable shader cache.</source> |
| 4213 | <translation>O cache de shaders transferÃvel foi removido com sucesso.</translation> | 4208 | <translation>O cache de shaders transferÃvel foi removido com sucesso.</translation> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4217 | <source>Failed to remove the transferable shader cache.</source> | 4212 | <source>Failed to remove the transferable shader cache.</source> |
| 4218 | <translation>Falha ao remover o cache de shaders transferÃvel.</translation> | 4213 | <translation>Falha ao remover o cache de shaders transferÃvel.</translation> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4223 | <source>Error Removing Transferable Shader Caches</source> | 4218 | <source>Error Removing Transferable Shader Caches</source> |
| 4224 | <translation>Erro ao remover os caches de shaders transferÃveis</translation> | 4219 | <translation>Erro ao remover os caches de shaders transferÃveis</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4228 | <source>Successfully removed the transferable shader caches.</source> | 4223 | <source>Successfully removed the transferable shader caches.</source> |
| 4229 | <translation>Os caches de shaders transferÃveis foram removidos com sucesso.</translation> | 4224 | <translation>Os caches de shaders transferÃveis foram removidos com sucesso.</translation> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4233 | <source>Failed to remove the transferable shader cache directory.</source> | 4228 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4234 | <translation>Falha ao remover o diretório do cache de shaders transferÃvel.</translation> | 4229 | <translation>Falha ao remover o diretório do cache de shaders transferÃvel.</translation> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4239 | <source>Error Removing Custom Configuration</source> | 4234 | <source>Error Removing Custom Configuration</source> |
| 4240 | <translation>Erro ao remover as configurações customizadas do jogo.</translation> | 4235 | <translation>Erro ao remover as configurações customizadas do jogo.</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4244 | <source>A custom configuration for this title does not exist.</source> | 4239 | <source>A custom configuration for this title does not exist.</source> |
| 4245 | <translation>Não há uma configuração customizada para este tÃtulo.</translation> | 4240 | <translation>Não há uma configuração customizada para este tÃtulo.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4249 | <source>Successfully removed the custom game configuration.</source> | 4244 | <source>Successfully removed the custom game configuration.</source> |
| 4250 | <translation>As configurações customizadas do jogo foram removidas com sucesso.</translation> | 4245 | <translation>As configurações customizadas do jogo foram removidas com sucesso.</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4254 | <source>Failed to remove the custom game configuration.</source> | 4249 | <source>Failed to remove the custom game configuration.</source> |
| 4255 | <translation>Falha ao remover as configurações customizadas do jogo.</translation> | 4250 | <translation>Falha ao remover as configurações customizadas do jogo.</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4260 | <source>RomFS Extraction Failed!</source> | 4255 | <source>RomFS Extraction Failed!</source> |
| 4261 | <translation>Falha ao extrair RomFS!</translation> | 4256 | <translation>Falha ao extrair RomFS!</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4265 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4260 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4266 | <translation>Houve um erro ao copiar os arquivos RomFS ou o usuário cancelou a operação.</translation> | 4261 | <translation>Houve um erro ao copiar os arquivos RomFS ou o usuário cancelou a operação.</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4270 | <source>Full</source> | 4265 | <source>Full</source> |
| 4271 | <translation>Extração completa</translation> | 4266 | <translation>Extração completa</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4275 | <source>Skeleton</source> | 4270 | <source>Skeleton</source> |
| 4276 | <translation>Apenas estrutura</translation> | 4271 | <translation>Apenas estrutura</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4280 | <source>Select RomFS Dump Mode</source> | 4275 | <source>Select RomFS Dump Mode</source> |
| 4281 | <translation>Selecione o modo de extração do RomFS</translation> | 4276 | <translation>Selecione o modo de extração do RomFS</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4285 | <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> | 4280 | <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> |
| 4286 | <translation>Selecione a forma como você gostaria que o RomFS seja extraÃdo.<br>"Extração completa" copiará todos os arquivos para a nova pasta, enquanto que <br>"Apenas estrutura" criará apenas a estrutura de pastas.</translation> | 4281 | <translation>Selecione a forma como você gostaria que o RomFS seja extraÃdo.<br>"Extração completa" copiará todos os arquivos para a nova pasta, enquanto que <br>"Apenas estrutura" criará apenas a estrutura de pastas.</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4290 | <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> | 4285 | <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> |
| 4291 | <translation>Não há espaço suficiente em %1 para extrair o RomFS. Por favor abra espaço ou selecione um diretório diferente em Emulação > Configurar > Sistema > Sistema de arquivos > Extrair raiz</translation> | 4286 | <translation>Não há espaço suficiente em %1 para extrair o RomFS. Por favor abra espaço ou selecione um diretório diferente em Emulação > Configurar > Sistema > Sistema de arquivos > Extrair raiz</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4295 | <source>Extracting RomFS...</source> | 4290 | <source>Extracting RomFS...</source> |
| 4296 | <translation>Extraindo RomFS...</translation> | 4291 | <translation>Extraindo RomFS...</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4301 | <source>Cancel</source> | 4296 | <source>Cancel</source> |
| 4302 | <translation>Cancelar</translation> | 4297 | <translation>Cancelar</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4306 | <source>RomFS Extraction Succeeded!</source> | 4301 | <source>RomFS Extraction Succeeded!</source> |
| 4307 | <translation>Extração do RomFS concluida!</translation> | 4302 | <translation>Extração do RomFS concluida!</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4311 | <source>The operation completed successfully.</source> | 4306 | <source>The operation completed successfully.</source> |
| 4312 | <translation>A operação foi concluÃda com sucesso.</translation> | 4307 | <translation>A operação foi concluÃda com sucesso.</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4316 | <source>Error Opening %1</source> | 4311 | <source>Error Opening %1</source> |
| 4317 | <translation>Erro ao abrir %1</translation> | 4312 | <translation>Erro ao abrir %1</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4321 | <source>Select Directory</source> | 4316 | <source>Select Directory</source> |
| 4322 | <translation>Selecionar pasta</translation> | 4317 | <translation>Selecionar pasta</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4326 | <source>Properties</source> | 4321 | <source>Properties</source> |
| 4327 | <translation>Propriedades</translation> | 4322 | <translation>Propriedades</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4331 | <source>The game properties could not be loaded.</source> | 4326 | <source>The game properties could not be loaded.</source> |
| 4332 | <translation>As propriedades do jogo não puderam ser carregadas.</translation> | 4327 | <translation>As propriedades do jogo não puderam ser carregadas.</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4336 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4331 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4337 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4332 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4338 | <translation>Executável do Switch (%1);;Todos os arquivos (*.*)</translation> | 4333 | <translation>Executável do Switch (%1);;Todos os arquivos (*.*)</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4342 | <source>Load File</source> | 4337 | <source>Load File</source> |
| 4343 | <translation>Carregar arquivo</translation> | 4338 | <translation>Carregar arquivo</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4347 | <source>Open Extracted ROM Directory</source> | 4342 | <source>Open Extracted ROM Directory</source> |
| 4348 | <translation>Abrir pasta da ROM extraÃda</translation> | 4343 | <translation>Abrir pasta da ROM extraÃda</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message> | 4345 | <message> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4352 | <source>Invalid Directory Selected</source> | 4347 | <source>Invalid Directory Selected</source> |
| 4353 | <translation>Pasta inválida selecionada</translation> | 4348 | <translation>Pasta inválida selecionada</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4357 | <source>The directory you have selected does not contain a 'main' file.</source> | 4352 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4358 | <translation>A pasta que você selecionou não contém um arquivo 'main'.</translation> | 4353 | <translation>A pasta que você selecionou não contém um arquivo 'main'.</translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4362 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4357 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4363 | <translation>Arquivo de Switch instalável (*.nca *.nsp *.xci);; Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4358 | <translation>Arquivo de Switch instalável (*.nca *.nsp *.xci);; Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message> | 4360 | <message> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4367 | <source>Install Files</source> | 4362 | <source>Install Files</source> |
| 4368 | <translation>Instalar arquivos</translation> | 4363 | <translation>Instalar arquivos</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message numerus="yes"> | 4365 | <message numerus="yes"> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4372 | <source>%n file(s) remaining</source> | 4367 | <source>%n file(s) remaining</source> |
| 4373 | <translation><numerusform>%n arquivo restante</numerusform><numerusform>%n arquivo(s) restante(s)</numerusform></translation> | 4368 | <translation><numerusform>%n arquivo restante</numerusform><numerusform>%n arquivo(s) restante(s)</numerusform><numerusform>%n arquivo(s) restante(s)</numerusform></translation> |
| 4374 | </message> | 4369 | </message> |
| 4375 | <message> | 4370 | <message> |
| 4376 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4371 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4377 | <source>Installing file "%1"...</source> | 4372 | <source>Installing file "%1"...</source> |
| 4378 | <translation>Instalando arquivo "%1"...</translation> | 4373 | <translation>Instalando arquivo "%1"...</translation> |
| 4379 | </message> | 4374 | </message> |
| 4380 | <message> | 4375 | <message> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4382 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4377 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4383 | <source>Install Results</source> | 4378 | <source>Install Results</source> |
| 4384 | <translation>Resultados da instalação</translation> | 4379 | <translation>Resultados da instalação</translation> |
| 4385 | </message> | 4380 | </message> |
| 4386 | <message> | 4381 | <message> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4382 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4388 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4383 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4389 | Please, only use this feature to install updates and DLC.</source> | 4384 | Please, only use this feature to install updates and DLC.</source> |
| 4390 | <translation>Para evitar possÃveis conflitos, desencorajamos que os usuários instalem os jogos base na NAND. | 4385 | <translation>Para evitar possÃveis conflitos, desencorajamos que os usuários instalem os jogos base na NAND. |
| 4391 | Por favor, use esse recurso apenas para instalar atualizações e DLCs.</translation> | 4386 | Por favor, use esse recurso apenas para instalar atualizações e DLCs.</translation> |
| 4392 | </message> | 4387 | </message> |
| 4393 | <message numerus="yes"> | 4388 | <message numerus="yes"> |
| 4394 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4389 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4395 | <source>%n file(s) were newly installed | 4390 | <source>%n file(s) were newly installed |
| 4396 | </source> | 4391 | </source> |
| 4397 | <translation><numerusform>%n arquivo(s) instalado(s) | 4392 | <translation><numerusform>%n arquivo(s) instalado(s) |
| 4398 | </numerusform><numerusform>%n arquivos(s) foram recentemente instalados | 4393 | </numerusform><numerusform>%n arquivos(s) foram recentemente instalados |
| 4394 | </numerusform><numerusform>%n arquivos(s) foram recentemente instalados | ||
| 4399 | </numerusform></translation> | 4395 | </numerusform></translation> |
| 4400 | </message> | 4396 | </message> |
| 4401 | <message numerus="yes"> | 4397 | <message numerus="yes"> |
| 4402 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4403 | <source>%n file(s) were overwritten | 4399 | <source>%n file(s) were overwritten |
| 4404 | </source> | 4400 | </source> |
| 4405 | <translation><numerusform>%n arquivo(s) sobrescrito(s) | 4401 | <translation><numerusform>%n arquivo(s) sobrescrito(s) |
| 4406 | </numerusform><numerusform>%n arquivo(s) sobrescrito(s) | 4402 | </numerusform><numerusform>%n arquivo(s) sobrescrito(s) |
| 4403 | </numerusform><numerusform>%n arquivo(s) sobrescrito(s) | ||
| 4407 | </numerusform></translation> | 4404 | </numerusform></translation> |
| 4408 | </message> | 4405 | </message> |
| 4409 | <message numerus="yes"> | 4406 | <message numerus="yes"> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4411 | <source>%n file(s) failed to install | 4408 | <source>%n file(s) failed to install |
| 4412 | </source> | 4409 | </source> |
| 4413 | <translation><numerusform>%n arquivo(s) não instalado(s) | 4410 | <translation><numerusform>%n arquivo(s) não instalado(s) |
| 4414 | </numerusform><numerusform>%n arquivo(s) não instalado(s) | 4411 | </numerusform><numerusform>%n arquivo(s) não instalado(s) |
| 4412 | </numerusform><numerusform>%n arquivo(s) não instalado(s) | ||
| 4415 | </numerusform></translation> | 4413 | </numerusform></translation> |
| 4416 | </message> | 4414 | </message> |
| 4417 | <message> | 4415 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4416 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4419 | <source>System Application</source> | 4417 | <source>System Application</source> |
| 4420 | <translation>Aplicativo do sistema</translation> | 4418 | <translation>Aplicativo do sistema</translation> |
| 4421 | </message> | 4419 | </message> |
| 4422 | <message> | 4420 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4421 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4424 | <source>System Archive</source> | 4422 | <source>System Archive</source> |
| 4425 | <translation>Arquivo do sistema</translation> | 4423 | <translation>Arquivo do sistema</translation> |
| 4426 | </message> | 4424 | </message> |
| 4427 | <message> | 4425 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4426 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4429 | <source>System Application Update</source> | 4427 | <source>System Application Update</source> |
| 4430 | <translation>Atualização de aplicativo do sistema</translation> | 4428 | <translation>Atualização de aplicativo do sistema</translation> |
| 4431 | </message> | 4429 | </message> |
| 4432 | <message> | 4430 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4431 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4434 | <source>Firmware Package (Type A)</source> | 4432 | <source>Firmware Package (Type A)</source> |
| 4435 | <translation>Pacote de firmware (tipo A)</translation> | 4433 | <translation>Pacote de firmware (tipo A)</translation> |
| 4436 | </message> | 4434 | </message> |
| 4437 | <message> | 4435 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4436 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4439 | <source>Firmware Package (Type B)</source> | 4437 | <source>Firmware Package (Type B)</source> |
| 4440 | <translation>Pacote de firmware (tipo B)</translation> | 4438 | <translation>Pacote de firmware (tipo B)</translation> |
| 4441 | </message> | 4439 | </message> |
| 4442 | <message> | 4440 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4441 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4444 | <source>Game</source> | 4442 | <source>Game</source> |
| 4445 | <translation>Jogo</translation> | 4443 | <translation>Jogo</translation> |
| 4446 | </message> | 4444 | </message> |
| 4447 | <message> | 4445 | <message> |
| 4448 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4446 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4449 | <source>Game Update</source> | 4447 | <source>Game Update</source> |
| 4450 | <translation>Atualização de jogo</translation> | 4448 | <translation>Atualização de jogo</translation> |
| 4451 | </message> | 4449 | </message> |
| 4452 | <message> | 4450 | <message> |
| 4453 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4451 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4454 | <source>Game DLC</source> | 4452 | <source>Game DLC</source> |
| 4455 | <translation>DLC de jogo</translation> | 4453 | <translation>DLC de jogo</translation> |
| 4456 | </message> | 4454 | </message> |
| 4457 | <message> | 4455 | <message> |
| 4458 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4456 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4459 | <source>Delta Title</source> | 4457 | <source>Delta Title</source> |
| 4460 | <translation>TÃtulo delta</translation> | 4458 | <translation>TÃtulo delta</translation> |
| 4461 | </message> | 4459 | </message> |
| 4462 | <message> | 4460 | <message> |
| 4463 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4461 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4464 | <source>Select NCA Install Type...</source> | 4462 | <source>Select NCA Install Type...</source> |
| 4465 | <translation>Selecione o tipo de instalação do NCA...</translation> | 4463 | <translation>Selecione o tipo de instalação do NCA...</translation> |
| 4466 | </message> | 4464 | </message> |
| 4467 | <message> | 4465 | <message> |
| 4468 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4466 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4469 | <source>Please select the type of title you would like to install this NCA as: | 4467 | <source>Please select the type of title you would like to install this NCA as: |
| 4470 | (In most instances, the default 'Game' is fine.)</source> | 4468 | (In most instances, the default 'Game' is fine.)</source> |
| 4471 | <translation>Selecione o tipo de tÃtulo como o qual você gostaria de instalar este NCA: | 4469 | <translation>Selecione o tipo de tÃtulo como o qual você gostaria de instalar este NCA: |
| 4472 | (Na maioria dos casos, o padrão 'Jogo' serve bem.)</translation> | 4470 | (Na maioria dos casos, o padrão 'Jogo' serve bem.)</translation> |
| 4473 | </message> | 4471 | </message> |
| 4474 | <message> | 4472 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4473 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4476 | <source>Failed to Install</source> | 4474 | <source>Failed to Install</source> |
| 4477 | <translation>Falha ao instalar</translation> | 4475 | <translation>Falha ao instalar</translation> |
| 4478 | </message> | 4476 | </message> |
| 4479 | <message> | 4477 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4478 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4481 | <source>The title type you selected for the NCA is invalid.</source> | 4479 | <source>The title type you selected for the NCA is invalid.</source> |
| 4482 | <translation>O tipo de tÃtulo que você selecionou para o NCA é inválido.</translation> | 4480 | <translation>O tipo de tÃtulo que você selecionou para o NCA é inválido.</translation> |
| 4483 | </message> | 4481 | </message> |
| 4484 | <message> | 4482 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4483 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4486 | <source>File not found</source> | 4484 | <source>File not found</source> |
| 4487 | <translation>Arquivo não encontrado</translation> | 4485 | <translation>Arquivo não encontrado</translation> |
| 4488 | </message> | 4486 | </message> |
| 4489 | <message> | 4487 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4488 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4491 | <source>File "%1" not found</source> | 4489 | <source>File "%1" not found</source> |
| 4492 | <translation>Arquivo "%1" não encontrado</translation> | 4490 | <translation>Arquivo "%1" não encontrado</translation> |
| 4493 | </message> | 4491 | </message> |
| 4494 | <message> | 4492 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4493 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4496 | <source>OK</source> | 4494 | <source>OK</source> |
| 4497 | <translation>OK</translation> | 4495 | <translation>OK</translation> |
| 4498 | </message> | 4496 | </message> |
| 4499 | <message> | 4497 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4498 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4501 | <source>Missing yuzu Account</source> | 4499 | <source>Missing yuzu Account</source> |
| 4502 | <translation>Conta do yuzu faltando</translation> | 4500 | <translation>Conta do yuzu faltando</translation> |
| 4503 | </message> | 4501 | </message> |
| 4504 | <message> | 4502 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4506 | <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> | 4504 | <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> |
| 4507 | <translation>Para enviar um caso de teste de compatibilidade de jogo, você precisa entrar com a sua conta do yuzu.<br><br/>Para isso, vá para Emulação &gt; Configurar... &gt; Rede.</translation> | 4505 | <translation>Para enviar um caso de teste de compatibilidade de jogo, você precisa entrar com a sua conta do yuzu.<br><br/>Para isso, vá para Emulação &gt; Configurar... &gt; Rede.</translation> |
| 4508 | </message> | 4506 | </message> |
| 4509 | <message> | 4507 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4511 | <source>Error opening URL</source> | 4509 | <source>Error opening URL</source> |
| 4512 | <translation>Erro ao abrir URL</translation> | 4510 | <translation>Erro ao abrir URL</translation> |
| 4513 | </message> | 4511 | </message> |
| 4514 | <message> | 4512 | <message> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4513 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4516 | <source>Unable to open the URL "%1".</source> | 4514 | <source>Unable to open the URL "%1".</source> |
| 4517 | <translation>Não foi possÃvel abrir o URL "%1".</translation> | 4515 | <translation>Não foi possÃvel abrir o URL "%1".</translation> |
| 4518 | </message> | 4516 | </message> |
| 4519 | <message> | 4517 | <message> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4521 | <source>TAS Recording</source> | 4519 | <source>TAS Recording</source> |
| 4522 | <translation>Gravando TAS</translation> | 4520 | <translation>Gravando TAS</translation> |
| 4523 | </message> | 4521 | </message> |
| 4524 | <message> | 4522 | <message> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4523 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4526 | <source>Overwrite file of player 1?</source> | 4524 | <source>Overwrite file of player 1?</source> |
| 4527 | <translation>Sobrescrever arquivo do jogador 1?</translation> | 4525 | <translation>Sobrescrever arquivo do jogador 1?</translation> |
| 4528 | </message> | 4526 | </message> |
| 4529 | <message> | 4527 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4528 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4531 | <source>Invalid config detected</source> | 4529 | <source>Invalid config detected</source> |
| 4532 | <translation>Configuração inválida detectada</translation> | 4530 | <translation>Configuração inválida detectada</translation> |
| 4533 | </message> | 4531 | </message> |
| 4534 | <message> | 4532 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4533 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4536 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4534 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4537 | <translation>O controle portátil não pode ser usado no modo encaixado na base. O Pro Controller será selecionado.</translation> | 4535 | <translation>O controle portátil não pode ser usado no modo encaixado na base. O Pro Controller será selecionado.</translation> |
| 4538 | </message> | 4536 | </message> |
| 4539 | <message> | 4537 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4538 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4542 | <source>Error</source> | 4540 | <source>Error</source> |
| 4543 | <translation>Erro</translation> | 4541 | <translation>Erro</translation> |
| 4544 | </message> | 4542 | </message> |
| 4545 | <message> | 4543 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4545 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4548 | <source>The current game is not looking for amiibos</source> | 4546 | <source>The current game is not looking for amiibos</source> |
| 4549 | <translation>O jogo atual não está procurando amiibos</translation> | 4547 | <translation>O jogo atual não está procurando amiibos</translation> |
| 4550 | </message> | 4548 | </message> |
| 4551 | <message> | 4549 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4550 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4554 | <source>Amiibo</source> | 4552 | <source>Amiibo</source> |
| 4555 | <translation>Amiibo</translation> | 4553 | <translation>Amiibo</translation> |
| 4556 | </message> | 4554 | </message> |
| 4557 | <message> | 4555 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4557 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4560 | <source>The current amiibo has been removed</source> | 4558 | <source>The current amiibo has been removed</source> |
| 4561 | <translation>O amiibo atual foi removido</translation> | 4559 | <translation>O amiibo atual foi removido</translation> |
| 4562 | </message> | 4560 | </message> |
| 4563 | <message> | 4561 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4562 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4565 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4563 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4566 | <translation>Arquivo Amiibo (%1);; Todos os arquivos (*.*)</translation> | 4564 | <translation>Arquivo Amiibo (%1);; Todos os arquivos (*.*)</translation> |
| 4567 | </message> | 4565 | </message> |
| 4568 | <message> | 4566 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4567 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4570 | <source>Load Amiibo</source> | 4568 | <source>Load Amiibo</source> |
| 4571 | <translation>Carregar Amiibo</translation> | 4569 | <translation>Carregar Amiibo</translation> |
| 4572 | </message> | 4570 | </message> |
| 4573 | <message> | 4571 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4572 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4575 | <source>Error opening Amiibo data file</source> | 4573 | <source>Error opening Amiibo data file</source> |
| 4576 | <translation>Erro ao abrir arquivo de dados do Amiibo</translation> | 4574 | <translation>Erro ao abrir arquivo de dados do Amiibo</translation> |
| 4577 | </message> | 4575 | </message> |
| 4578 | <message> | 4576 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4577 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4580 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4578 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4581 | <translation>Não foi possÃvel abrir o arquivo de Amiibo "%1" para leitura.</translation> | 4579 | <translation>Não foi possÃvel abrir o arquivo de Amiibo "%1" para leitura.</translation> |
| 4582 | </message> | 4580 | </message> |
| 4583 | <message> | 4581 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4582 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4585 | <source>Error reading Amiibo data file</source> | 4583 | <source>Error reading Amiibo data file</source> |
| 4586 | <translation>Erro ao ler arquivo de dados de Amiibo</translation> | 4584 | <translation>Erro ao ler arquivo de dados de Amiibo</translation> |
| 4587 | </message> | 4585 | </message> |
| 4588 | <message> | 4586 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4587 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4590 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4588 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4591 | <translation>Não foi possÃvel ler completamente os dados do Amiibo. O yuzu esperava ler %1 bytes, mas foi capaz de ler apenas %2 bytes.</translation> | 4589 | <translation>Não foi possÃvel ler completamente os dados do Amiibo. O yuzu esperava ler %1 bytes, mas foi capaz de ler apenas %2 bytes.</translation> |
| 4592 | </message> | 4590 | </message> |
| 4593 | <message> | 4591 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4592 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4595 | <source>Error loading Amiibo data</source> | 4593 | <source>Error loading Amiibo data</source> |
| 4596 | <translation>Erro ao carregar dados do Amiibo</translation> | 4594 | <translation>Erro ao carregar dados do Amiibo</translation> |
| 4597 | </message> | 4595 | </message> |
| 4598 | <message> | 4596 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4597 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4600 | <source>Unable to load Amiibo data.</source> | 4598 | <source>Unable to load Amiibo data.</source> |
| 4601 | <translation>Não foi possÃvel carregar os dados do Amiibo.</translation> | 4599 | <translation>Não foi possÃvel carregar os dados do Amiibo.</translation> |
| 4602 | </message> | 4600 | </message> |
| 4603 | <message> | 4601 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4602 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4605 | <source>Capture Screenshot</source> | 4603 | <source>Capture Screenshot</source> |
| 4606 | <translation>Capturar tela</translation> | 4604 | <translation>Capturar tela</translation> |
| 4607 | </message> | 4605 | </message> |
| 4608 | <message> | 4606 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4607 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4610 | <source>PNG Image (*.png)</source> | 4608 | <source>PNG Image (*.png)</source> |
| 4611 | <translation>Imagem PNG (*.png)</translation> | 4609 | <translation>Imagem PNG (*.png)</translation> |
| 4612 | </message> | 4610 | </message> |
| 4613 | <message> | 4611 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4612 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4615 | <source>TAS state: Running %1/%2</source> | 4613 | <source>TAS state: Running %1/%2</source> |
| 4616 | <translation>Situação TAS: Rodando %1%2</translation> | 4614 | <translation>Situação TAS: Rodando %1%2</translation> |
| 4617 | </message> | 4615 | </message> |
| 4618 | <message> | 4616 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4617 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4620 | <source>TAS state: Recording %1</source> | 4618 | <source>TAS state: Recording %1</source> |
| 4621 | <translation>Situação TAS: Gravando %1</translation> | 4619 | <translation>Situação TAS: Gravando %1</translation> |
| 4622 | </message> | 4620 | </message> |
| 4623 | <message> | 4621 | <message> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4622 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4625 | <source>TAS state: Idle %1/%2</source> | 4623 | <source>TAS state: Idle %1/%2</source> |
| 4626 | <translation>Situação TAS: Repouso %1%2</translation> | 4624 | <translation>Situação TAS: Repouso %1%2</translation> |
| 4627 | </message> | 4625 | </message> |
| 4628 | <message> | 4626 | <message> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4627 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4630 | <source>TAS State: Invalid</source> | 4628 | <source>TAS State: Invalid</source> |
| 4631 | <translation>Situação TAS: Inválido</translation> | 4629 | <translation>Situação TAS: Inválido</translation> |
| 4632 | </message> | 4630 | </message> |
| 4633 | <message> | 4631 | <message> |
| 4634 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4632 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4635 | <source>&Stop Running</source> | 4633 | <source>&Stop Running</source> |
| 4636 | <translation>&Parar de rodar</translation> | 4634 | <translation>&Parar de rodar</translation> |
| 4637 | </message> | 4635 | </message> |
| 4638 | <message> | 4636 | <message> |
| 4639 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4640 | <source>&Start</source> | 4638 | <source>&Start</source> |
| 4641 | <translation>&Iniciar</translation> | 4639 | <translation>&Iniciar</translation> |
| 4642 | </message> | 4640 | </message> |
| 4643 | <message> | 4641 | <message> |
| 4644 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4645 | <source>Stop R&ecording</source> | 4643 | <source>Stop R&ecording</source> |
| 4646 | <translation>Parar G&ravação</translation> | 4644 | <translation>Parar G&ravação</translation> |
| 4647 | </message> | 4645 | </message> |
| 4648 | <message> | 4646 | <message> |
| 4649 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4650 | <source>R&ecord</source> | 4648 | <source>R&ecord</source> |
| 4651 | <translation>G&ravação</translation> | 4649 | <translation>G&ravação</translation> |
| 4652 | </message> | 4650 | </message> |
| 4653 | <message numerus="yes"> | 4651 | <message numerus="yes"> |
| 4654 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4655 | <source>Building: %n shader(s)</source> | 4653 | <source>Building: %n shader(s)</source> |
| 4656 | <translation><numerusform>Compilando: %n shader(s)</numerusform><numerusform>Compilando: %n shader(s)</numerusform></translation> | 4654 | <translation><numerusform>Compilando: %n shader(s)</numerusform><numerusform>Compilando: %n shader(s)</numerusform><numerusform>Compilando: %n shader(s)</numerusform></translation> |
| 4657 | </message> | 4655 | </message> |
| 4658 | <message> | 4656 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4660 | <source>Scale: %1x</source> | 4658 | <source>Scale: %1x</source> |
| 4661 | <comment>%1 is the resolution scaling factor</comment> | 4659 | <comment>%1 is the resolution scaling factor</comment> |
| 4662 | <translation>Escala: %1x</translation> | 4660 | <translation>Escala: %1x</translation> |
| 4663 | </message> | 4661 | </message> |
| 4664 | <message> | 4662 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4663 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4666 | <source>Speed: %1% / %2%</source> | 4664 | <source>Speed: %1% / %2%</source> |
| 4667 | <translation>Velocidade: %1% / %2%</translation> | 4665 | <translation>Velocidade: %1% / %2%</translation> |
| 4668 | </message> | 4666 | </message> |
| 4669 | <message> | 4667 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4668 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4671 | <source>Speed: %1%</source> | 4669 | <source>Speed: %1%</source> |
| 4672 | <translation>Velocidade: %1%</translation> | 4670 | <translation>Velocidade: %1%</translation> |
| 4673 | </message> | 4671 | </message> |
| 4674 | <message> | 4672 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4673 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4676 | <source>Game: %1 FPS (Unlocked)</source> | 4674 | <source>Game: %1 FPS (Unlocked)</source> |
| 4677 | <translation>Jogo: %1 FPS (Desbloqueado)</translation> | 4675 | <translation>Jogo: %1 FPS (Desbloqueado)</translation> |
| 4678 | </message> | 4676 | </message> |
| 4679 | <message> | 4677 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4678 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4681 | <source>Game: %1 FPS</source> | 4679 | <source>Game: %1 FPS</source> |
| 4682 | <translation>Jogo: %1 FPS</translation> | 4680 | <translation>Jogo: %1 FPS</translation> |
| 4683 | </message> | 4681 | </message> |
| 4684 | <message> | 4682 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4683 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4686 | <source>Frame: %1 ms</source> | 4684 | <source>Frame: %1 ms</source> |
| 4687 | <translation>Quadro: %1 ms</translation> | 4685 | <translation>Quadro: %1 ms</translation> |
| 4688 | </message> | 4686 | </message> |
| 4689 | <message> | 4687 | <message> |
| 4690 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4691 | <source>GPU NORMAL</source> | 4689 | <source>GPU NORMAL</source> |
| 4692 | <translation>GPU NORMAL</translation> | 4690 | <translation>GPU NORMAL</translation> |
| 4693 | </message> | 4691 | </message> |
| 4694 | <message> | 4692 | <message> |
| 4695 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4696 | <source>GPU HIGH</source> | 4694 | <source>GPU HIGH</source> |
| 4697 | <translation>GPU ALTA</translation> | 4695 | <translation>GPU ALTA</translation> |
| 4698 | </message> | 4696 | </message> |
| 4699 | <message> | 4697 | <message> |
| 4700 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4701 | <source>GPU EXTREME</source> | 4699 | <source>GPU EXTREME</source> |
| 4702 | <translation>GPU EXTREMA</translation> | 4700 | <translation>GPU EXTREMA</translation> |
| 4703 | </message> | 4701 | </message> |
| 4704 | <message> | 4702 | <message> |
| 4705 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4703 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4706 | <source>GPU ERROR</source> | 4704 | <source>GPU ERROR</source> |
| 4707 | <translation>ERRO DE GPU</translation> | 4705 | <translation>ERRO DE GPU</translation> |
| 4708 | </message> | 4706 | </message> |
| 4709 | <message> | 4707 | <message> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4708 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4711 | <source>NEAREST</source> | 4709 | <source>NEAREST</source> |
| 4712 | <translation>VIZINHO</translation> | 4710 | <translation>VIZINHO</translation> |
| 4713 | </message> | 4711 | </message> |
| 4714 | <message> | 4712 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4717 | <source>BILINEAR</source> | 4715 | <source>BILINEAR</source> |
| 4718 | <translation>BILINEAR</translation> | 4716 | <translation>BILINEAR</translation> |
| 4719 | </message> | 4717 | </message> |
| 4720 | <message> | 4718 | <message> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4722 | <source>BICUBIC</source> | 4720 | <source>BICUBIC</source> |
| 4723 | <translation>BICÚBICO</translation> | 4721 | <translation>BICÚBICO</translation> |
| 4724 | </message> | 4722 | </message> |
| 4725 | <message> | 4723 | <message> |
| 4726 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4727 | <source>GAUSSIAN</source> | 4725 | <source>GAUSSIAN</source> |
| 4728 | <translation>GAUSSIANO</translation> | 4726 | <translation>GAUSSIANO</translation> |
| 4729 | </message> | 4727 | </message> |
| 4730 | <message> | 4728 | <message> |
| 4731 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4732 | <source>SCALEFORCE</source> | 4730 | <source>SCALEFORCE</source> |
| 4733 | <translation>SCALEFORCE</translation> | 4731 | <translation>SCALEFORCE</translation> |
| 4734 | </message> | 4732 | </message> |
| 4735 | <message> | 4733 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4737 | <source>FSR</source> | 4735 | <source>FSR</source> |
| 4738 | <translation>FSR</translation> | 4736 | <translation>FSR</translation> |
| 4739 | </message> | 4737 | </message> |
| 4740 | <message> | 4738 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4740 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4743 | <source>NO AA</source> | 4741 | <source>NO AA</source> |
| 4744 | <translation>Sem AA</translation> | 4742 | <translation>Sem AA</translation> |
| 4745 | </message> | 4743 | </message> |
| 4746 | <message> | 4744 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4745 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4748 | <source>FXAA</source> | 4746 | <source>FXAA</source> |
| 4749 | <translation>FXAA</translation> | 4747 | <translation>FXAA</translation> |
| 4750 | </message> | 4748 | </message> |
| 4751 | <message> | 4749 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4750 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4753 | <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> | 4751 | <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> |
| 4754 | <translation>O jogo que você está tentando carregar precisa que arquivos adicionais do seu Switch sejam extraÃdos antes de jogá-lo.<br/><br/>Para saber mais sobre como extrair esses arquivos, visite a seguinte página da wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Extraindo arquivos de sistema e fontes compartilhadas de um Switch</a>.<br/><br/> Gostaria de voltar para a lista de jogos? Continuar com a emulação pode resultar em travamentos, dados salvos corrompidos ou outros problemas.</translation> | 4752 | <translation>O jogo que você está tentando carregar precisa que arquivos adicionais do seu Switch sejam extraÃdos antes de jogá-lo.<br/><br/>Para saber mais sobre como extrair esses arquivos, visite a seguinte página da wiki: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Extraindo arquivos de sistema e fontes compartilhadas de um Switch</a>.<br/><br/> Gostaria de voltar para a lista de jogos? Continuar com a emulação pode resultar em travamentos, dados salvos corrompidos ou outros problemas.</translation> |
| 4755 | </message> | 4753 | </message> |
| 4756 | <message> | 4754 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4755 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4758 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4756 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4759 | <translation>O yuzu não foi capaz de encontrar um arquivo de sistema do Switch. %1</translation> | 4757 | <translation>O yuzu não foi capaz de encontrar um arquivo de sistema do Switch. %1</translation> |
| 4760 | </message> | 4758 | </message> |
| 4761 | <message> | 4759 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4760 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4763 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4761 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4764 | <translation>O yuzu não foi capaz de encontrar um arquivo de sistema do Switch. %1. %2</translation> | 4762 | <translation>O yuzu não foi capaz de encontrar um arquivo de sistema do Switch. %1. %2</translation> |
| 4765 | </message> | 4763 | </message> |
| 4766 | <message> | 4764 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4765 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4768 | <source>System Archive Not Found</source> | 4766 | <source>System Archive Not Found</source> |
| 4769 | <translation>Arquivo do sistema não encontrado</translation> | 4767 | <translation>Arquivo do sistema não encontrado</translation> |
| 4770 | </message> | 4768 | </message> |
| 4771 | <message> | 4769 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4770 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4773 | <source>System Archive Missing</source> | 4771 | <source>System Archive Missing</source> |
| 4774 | <translation>Arquivo de sistema faltando</translation> | 4772 | <translation>Arquivo de sistema faltando</translation> |
| 4775 | </message> | 4773 | </message> |
| 4776 | <message> | 4774 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4775 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4778 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4776 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4779 | <translation>O yuzu não foi capaz de encontrar as fontes compartilhadas do Switch. %1</translation> | 4777 | <translation>O yuzu não foi capaz de encontrar as fontes compartilhadas do Switch. %1</translation> |
| 4780 | </message> | 4778 | </message> |
| 4781 | <message> | 4779 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4780 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4783 | <source>Shared Fonts Not Found</source> | 4781 | <source>Shared Fonts Not Found</source> |
| 4784 | <translation>Fontes compartilhadas não encontradas</translation> | 4782 | <translation>Fontes compartilhadas não encontradas</translation> |
| 4785 | </message> | 4783 | </message> |
| 4786 | <message> | 4784 | <message> |
| 4787 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4785 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4788 | <source>Shared Font Missing</source> | 4786 | <source>Shared Font Missing</source> |
| 4789 | <translation>Fonte compartilhada faltando</translation> | 4787 | <translation>Fonte compartilhada faltando</translation> |
| 4790 | </message> | 4788 | </message> |
| 4791 | <message> | 4789 | <message> |
| 4792 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4790 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4793 | <source>Fatal Error</source> | 4791 | <source>Fatal Error</source> |
| 4794 | <translation>Erro fatal</translation> | 4792 | <translation>Erro fatal</translation> |
| 4795 | </message> | 4793 | </message> |
| 4796 | <message> | 4794 | <message> |
| 4797 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4795 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4798 | <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> | 4796 | <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> |
| 4799 | <translation>O yuzu encontrou um erro fatal. Consulte o registro para mais detalhes. Para mais informações sobre como acessar o registro, consulte a seguinte página: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Como enviar o arquivo de registro</a>.<br/><br/>Gostaria de voltar para a lista de jogos? Continuar com a emulação pode resultar em travamentos, dados salvos corrompidos ou outros problemas.</translation> | 4797 | <translation>O yuzu encontrou um erro fatal. Consulte o registro para mais detalhes. Para mais informações sobre como acessar o registro, consulte a seguinte página: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Como enviar o arquivo de registro</a>.<br/><br/>Gostaria de voltar para a lista de jogos? Continuar com a emulação pode resultar em travamentos, dados salvos corrompidos ou outros problemas.</translation> |
| 4800 | </message> | 4798 | </message> |
| 4801 | <message> | 4799 | <message> |
| 4802 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4800 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4803 | <source>Fatal Error encountered</source> | 4801 | <source>Fatal Error encountered</source> |
| 4804 | <translation>Erro fatal encontrado</translation> | 4802 | <translation>Erro fatal encontrado</translation> |
| 4805 | </message> | 4803 | </message> |
| 4806 | <message> | 4804 | <message> |
| 4807 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4805 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4808 | <source>Confirm Key Rederivation</source> | 4806 | <source>Confirm Key Rederivation</source> |
| 4809 | <translation>Confirmar rederivação de chave</translation> | 4807 | <translation>Confirmar rederivação de chave</translation> |
| 4810 | </message> | 4808 | </message> |
| 4811 | <message> | 4809 | <message> |
| 4812 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4810 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4813 | <source>You are about to force rederive all of your keys. | 4811 | <source>You are about to force rederive all of your keys. |
| 4814 | If you do not know what this means or what you are doing, | 4812 | If you do not know what this means or what you are doing, |
| 4815 | this is a potentially destructive action. | 4813 | this is a potentially destructive action. |
| @@ -4826,37 +4824,37 @@ e opcionalmente faça cópias de segurança. | |||
| 4826 | Isto excluirá o seus arquivos de chaves geradas automaticamente, e reexecutar o módulo de derivação de chaves.</translation> | 4824 | Isto excluirá o seus arquivos de chaves geradas automaticamente, e reexecutar o módulo de derivação de chaves.</translation> |
| 4827 | </message> | 4825 | </message> |
| 4828 | <message> | 4826 | <message> |
| 4829 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4827 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4830 | <source>Missing fuses</source> | 4828 | <source>Missing fuses</source> |
| 4831 | <translation>Faltando fusÃveis</translation> | 4829 | <translation>Faltando fusÃveis</translation> |
| 4832 | </message> | 4830 | </message> |
| 4833 | <message> | 4831 | <message> |
| 4834 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4832 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4835 | <source> - Missing BOOT0</source> | 4833 | <source> - Missing BOOT0</source> |
| 4836 | <translation> - Faltando BOOT0</translation> | 4834 | <translation> - Faltando BOOT0</translation> |
| 4837 | </message> | 4835 | </message> |
| 4838 | <message> | 4836 | <message> |
| 4839 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4837 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4840 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4838 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4841 | <translation> - Faltando BCPKG2-1-Normal-Main</translation> | 4839 | <translation> - Faltando BCPKG2-1-Normal-Main</translation> |
| 4842 | </message> | 4840 | </message> |
| 4843 | <message> | 4841 | <message> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4845 | <source> - Missing PRODINFO</source> | 4843 | <source> - Missing PRODINFO</source> |
| 4846 | <translation> - Faltando PRODINFO</translation> | 4844 | <translation> - Faltando PRODINFO</translation> |
| 4847 | </message> | 4845 | </message> |
| 4848 | <message> | 4846 | <message> |
| 4849 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4850 | <source>Derivation Components Missing</source> | 4848 | <source>Derivation Components Missing</source> |
| 4851 | <translation>Faltando componentes de derivação</translation> | 4849 | <translation>Faltando componentes de derivação</translation> |
| 4852 | </message> | 4850 | </message> |
| 4853 | <message> | 4851 | <message> |
| 4854 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4855 | <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> | 4853 | <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> |
| 4856 | <translation>Chaves de encriptação faltando. <br>Por favor, siga <a href='https://yuzu-emu.org/help/quickstart/'>o guia de inÃcio rápido</a> para extrair suas chaves, firmware e jogos. <br><br><small>(%1)</small></translation> | 4854 | <translation>Chaves de encriptação faltando. <br>Por favor, siga <a href='https://yuzu-emu.org/help/quickstart/'>o guia de inÃcio rápido</a> para extrair suas chaves, firmware e jogos. <br><br><small>(%1)</small></translation> |
| 4857 | </message> | 4855 | </message> |
| 4858 | <message> | 4856 | <message> |
| 4859 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4860 | <source>Deriving keys... | 4858 | <source>Deriving keys... |
| 4861 | This may take up to a minute depending | 4859 | This may take up to a minute depending |
| 4862 | on your system's performance.</source> | 4860 | on your system's performance.</source> |
| @@ -4865,39 +4863,39 @@ Isto pode demorar até um minuto, dependendo | |||
| 4865 | do desempenho do seu sistema.</translation> | 4863 | do desempenho do seu sistema.</translation> |
| 4866 | </message> | 4864 | </message> |
| 4867 | <message> | 4865 | <message> |
| 4868 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4866 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4869 | <source>Deriving Keys</source> | 4867 | <source>Deriving Keys</source> |
| 4870 | <translation>Derivando chaves</translation> | 4868 | <translation>Derivando chaves</translation> |
| 4871 | </message> | 4869 | </message> |
| 4872 | <message> | 4870 | <message> |
| 4873 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4871 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4874 | <source>Select RomFS Dump Target</source> | 4872 | <source>Select RomFS Dump Target</source> |
| 4875 | <translation>Selecionar alvo de extração do RomFS</translation> | 4873 | <translation>Selecionar alvo de extração do RomFS</translation> |
| 4876 | </message> | 4874 | </message> |
| 4877 | <message> | 4875 | <message> |
| 4878 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4876 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4879 | <source>Please select which RomFS you would like to dump.</source> | 4877 | <source>Please select which RomFS you would like to dump.</source> |
| 4880 | <translation>Selecione qual RomFS você quer extrair.</translation> | 4878 | <translation>Selecione qual RomFS você quer extrair.</translation> |
| 4881 | </message> | 4879 | </message> |
| 4882 | <message> | 4880 | <message> |
| 4883 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4881 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4884 | <source>Are you sure you want to close yuzu?</source> | 4882 | <source>Are you sure you want to close yuzu?</source> |
| 4885 | <translation>Você deseja mesmo fechar o yuzu?</translation> | 4883 | <translation>Você deseja mesmo fechar o yuzu?</translation> |
| 4886 | </message> | 4884 | </message> |
| 4887 | <message> | 4885 | <message> |
| 4888 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4886 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4889 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4887 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4890 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4888 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4891 | <source>yuzu</source> | 4889 | <source>yuzu</source> |
| 4892 | <translation>yuzu</translation> | 4890 | <translation>yuzu</translation> |
| 4893 | </message> | 4891 | </message> |
| 4894 | <message> | 4892 | <message> |
| 4895 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4893 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4896 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4894 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4897 | <translation>Deseja mesmo parar a emulação? Qualquer progresso não salvo será perdido.</translation> | 4895 | <translation>Deseja mesmo parar a emulação? Qualquer progresso não salvo será perdido.</translation> |
| 4898 | </message> | 4896 | </message> |
| 4899 | <message> | 4897 | <message> |
| 4900 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4898 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4901 | <source>The currently running application has requested yuzu to not exit. | 4899 | <source>The currently running application has requested yuzu to not exit. |
| 4902 | 4900 | ||
| 4903 | Would you like to bypass this and exit anyway?</source> | 4901 | Would you like to bypass this and exit anyway?</source> |
| @@ -4909,38 +4907,38 @@ Deseja ignorar isso e sair mesmo assim?</translation> | |||
| 4909 | <context> | 4907 | <context> |
| 4910 | <name>GRenderWindow</name> | 4908 | <name>GRenderWindow</name> |
| 4911 | <message> | 4909 | <message> |
| 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4913 | <source>OpenGL not available!</source> | 4911 | <source>OpenGL not available!</source> |
| 4914 | <translation>OpenGL não disponÃvel!</translation> | 4912 | <translation>OpenGL não disponÃvel!</translation> |
| 4915 | </message> | 4913 | </message> |
| 4916 | <message> | 4914 | <message> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4918 | <source>yuzu has not been compiled with OpenGL support.</source> | 4916 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4919 | <translation>O yuzu não foi compilado com suporte para OpenGL.</translation> | 4917 | <translation>O yuzu não foi compilado com suporte para OpenGL.</translation> |
| 4920 | </message> | 4918 | </message> |
| 4921 | <message> | 4919 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4920 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4923 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4921 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4924 | <source>Error while initializing OpenGL!</source> | 4922 | <source>Error while initializing OpenGL!</source> |
| 4925 | <translation>Erro ao inicializar o OpenGL!</translation> | 4923 | <translation>Erro ao inicializar o OpenGL!</translation> |
| 4926 | </message> | 4924 | </message> |
| 4927 | <message> | 4925 | <message> |
| 4928 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4926 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4929 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4927 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4930 | <translation>Sua GPU pode não suportar OpenGL, ou você não possui o driver gráfico mais recente.</translation> | 4928 | <translation>Sua GPU pode não suportar OpenGL, ou você não possui o driver gráfico mais recente.</translation> |
| 4931 | </message> | 4929 | </message> |
| 4932 | <message> | 4930 | <message> |
| 4933 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4931 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4934 | <source>Error while initializing OpenGL 4.6!</source> | 4932 | <source>Error while initializing OpenGL 4.6!</source> |
| 4935 | <translation>Erro ao inicializar o OpenGL 4.6!</translation> | 4933 | <translation>Erro ao inicializar o OpenGL 4.6!</translation> |
| 4936 | </message> | 4934 | </message> |
| 4937 | <message> | 4935 | <message> |
| 4938 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4936 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4939 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4937 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4940 | <translation>Sua GPU pode não suportar o OpenGL 4.6, ou você não possui os drivers gráficos mais recentes.<br><br>Renderizador GL:<br>%1</translation> | 4938 | <translation>Sua GPU pode não suportar o OpenGL 4.6, ou você não possui os drivers gráficos mais recentes.<br><br>Renderizador GL:<br>%1</translation> |
| 4941 | </message> | 4939 | </message> |
| 4942 | <message> | 4940 | <message> |
| 4943 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4941 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4944 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4942 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4945 | <translation>Sua GPU pode não suportar uma ou mais extensões necessárias do OpenGL. Verifique se você possui a última versão dos drivers gráficos.<br><br>Renderizador GL:<br>%1<br><br>Extensões não suportadas:<br>%2</translation> | 4943 | <translation>Sua GPU pode não suportar uma ou mais extensões necessárias do OpenGL. Verifique se você possui a última versão dos drivers gráficos.<br><br>Renderizador GL:<br>%1<br><br>Extensões não suportadas:<br>%2</translation> |
| 4946 | </message> | 4944 | </message> |
| @@ -5195,7 +5193,7 @@ tela inicial do jogo.</translation> | |||
| 5195 | <message numerus="yes"> | 5193 | <message numerus="yes"> |
| 5196 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> | 5194 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> |
| 5197 | <source>%1 of %n result(s)</source> | 5195 | <source>%1 of %n result(s)</source> |
| 5198 | <translation><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform></translation> | 5196 | <translation><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform><numerusform>%1 de %n resultado(s)</numerusform></translation> |
| 5199 | </message> | 5197 | </message> |
| 5200 | <message> | 5198 | <message> |
| 5201 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> | 5199 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> |
diff --git a/dist/languages/pt_PT.ts b/dist/languages/pt_PT.ts index 2d2c96b63..1848e3bd8 100644 --- a/dist/languages/pt_PT.ts +++ b/dist/languages/pt_PT.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Sobre Yuzu</translation> | 7 | <translation>Sobre Yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Esse programa não deve ser utilizado para jogar jogos que você não obteve legalmente.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Esse programa não deve ser utilizado para jogar jogos que você não obteve legalmente.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código Fonte</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licença</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Site</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Código Fonte</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contribuidores</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licença</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; é uma marca comercial da Nintendo. Yuzu não é afiliado com a Nintendo de qualquer forma.</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; é uma marca comercial da Nintendo. Yuzu não é afiliado com a Nintendo de qualquer forma.</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -651,12 +646,12 @@ p, li { white-space: pre-wrap; } | |||
| 651 | <message> | 646 | <message> |
| 652 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> | 647 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> |
| 653 | <source>When checked, it will dump all the macro programs of the GPU</source> | 648 | <source>When checked, it will dump all the macro programs of the GPU</source> |
| 654 | <translation type="unfinished"/> | 649 | <translation>Quando marcada, essa opção irá despejar todos os macro programas da GPU</translation> |
| 655 | </message> | 650 | </message> |
| 656 | <message> | 651 | <message> |
| 657 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> | 652 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> |
| 658 | <source>Dump Maxwell Macros</source> | 653 | <source>Dump Maxwell Macros</source> |
| 659 | <translation type="unfinished"/> | 654 | <translation>Despejar macros Maxwell</translation> |
| 660 | </message> | 655 | </message> |
| 661 | <message> | 656 | <message> |
| 662 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> | 657 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> |
| @@ -4042,758 +4037,758 @@ Arrasta os pontos para mudar a posição, ou dá duplo-clique nas células da ta | |||
| 4042 | <translation>Ocorreu um erro desconhecido. Por favor, veja o log para mais detalhes.</translation> | 4037 | <translation>Ocorreu um erro desconhecido. Por favor, veja o log para mais detalhes.</translation> |
| 4043 | </message> | 4038 | </message> |
| 4044 | <message> | 4039 | <message> |
| 4045 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4046 | <source>(64-bit)</source> | 4041 | <source>(64-bit)</source> |
| 4047 | <translation>(64-bit)</translation> | 4042 | <translation>(64-bit)</translation> |
| 4048 | </message> | 4043 | </message> |
| 4049 | <message> | 4044 | <message> |
| 4050 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4051 | <source>(32-bit)</source> | 4046 | <source>(32-bit)</source> |
| 4052 | <translation>(32-bit)</translation> | 4047 | <translation>(32-bit)</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4056 | <source>%1 %2</source> | 4051 | <source>%1 %2</source> |
| 4057 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4052 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4058 | <translation>%1 %2</translation> | 4053 | <translation>%1 %2</translation> |
| 4059 | </message> | 4054 | </message> |
| 4060 | <message> | 4055 | <message> |
| 4061 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4062 | <source>Save Data</source> | 4057 | <source>Save Data</source> |
| 4063 | <translation>Save Data</translation> | 4058 | <translation>Save Data</translation> |
| 4064 | </message> | 4059 | </message> |
| 4065 | <message> | 4060 | <message> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4067 | <source>Mod Data</source> | 4062 | <source>Mod Data</source> |
| 4068 | <translation>Mod Data</translation> | 4063 | <translation>Mod Data</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4072 | <source>Error Opening %1 Folder</source> | 4067 | <source>Error Opening %1 Folder</source> |
| 4073 | <translation>Erro ao abrir a pasta %1</translation> | 4068 | <translation>Erro ao abrir a pasta %1</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4077 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4072 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4078 | <source>Folder does not exist!</source> | 4073 | <source>Folder does not exist!</source> |
| 4079 | <translation>A Pasta não existe!</translation> | 4074 | <translation>A Pasta não existe!</translation> |
| 4080 | </message> | 4075 | </message> |
| 4081 | <message> | 4076 | <message> |
| 4082 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4077 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4083 | <source>Error Opening Transferable Shader Cache</source> | 4078 | <source>Error Opening Transferable Shader Cache</source> |
| 4084 | <translation>Erro ao abrir os Shader Cache transferÃveis</translation> | 4079 | <translation>Erro ao abrir os Shader Cache transferÃveis</translation> |
| 4085 | </message> | 4080 | </message> |
| 4086 | <message> | 4081 | <message> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4088 | <source>Failed to create the shader cache directory for this title.</source> | 4083 | <source>Failed to create the shader cache directory for this title.</source> |
| 4089 | <translation>Falha ao criar o diretório de cache de shaders para este tÃtulo.</translation> | 4084 | <translation>Falha ao criar o diretório de cache de shaders para este tÃtulo.</translation> |
| 4090 | </message> | 4085 | </message> |
| 4091 | <message> | 4086 | <message> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4093 | <source>Contents</source> | 4088 | <source>Contents</source> |
| 4094 | <translation>Conteúdos</translation> | 4089 | <translation>Conteúdos</translation> |
| 4095 | </message> | 4090 | </message> |
| 4096 | <message> | 4091 | <message> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4098 | <source>Update</source> | 4093 | <source>Update</source> |
| 4099 | <translation>Actualização</translation> | 4094 | <translation>Actualização</translation> |
| 4100 | </message> | 4095 | </message> |
| 4101 | <message> | 4096 | <message> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4103 | <source>DLC</source> | 4098 | <source>DLC</source> |
| 4104 | <translation>DLC</translation> | 4099 | <translation>DLC</translation> |
| 4105 | </message> | 4100 | </message> |
| 4106 | <message> | 4101 | <message> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4108 | <source>Remove Entry</source> | 4103 | <source>Remove Entry</source> |
| 4109 | <translation>Remover Entrada</translation> | 4104 | <translation>Remover Entrada</translation> |
| 4110 | </message> | 4105 | </message> |
| 4111 | <message> | 4106 | <message> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4113 | <source>Remove Installed Game %1?</source> | 4108 | <source>Remove Installed Game %1?</source> |
| 4114 | <translation>Remover Jogo Instalado %1?</translation> | 4109 | <translation>Remover Jogo Instalado %1?</translation> |
| 4115 | </message> | 4110 | </message> |
| 4116 | <message> | 4111 | <message> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4119 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4120 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4115 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4123 | <source>Successfully Removed</source> | 4118 | <source>Successfully Removed</source> |
| 4124 | <translation>Removido com Sucesso</translation> | 4119 | <translation>Removido com Sucesso</translation> |
| 4125 | </message> | 4120 | </message> |
| 4126 | <message> | 4121 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4128 | <source>Successfully removed the installed base game.</source> | 4123 | <source>Successfully removed the installed base game.</source> |
| 4129 | <translation>Removida a instalação do jogo base com sucesso.</translation> | 4124 | <translation>Removida a instalação do jogo base com sucesso.</translation> |
| 4130 | </message> | 4125 | </message> |
| 4131 | <message> | 4126 | <message> |
| 4132 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4127 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4134 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4129 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4135 | <source>Error Removing %1</source> | 4130 | <source>Error Removing %1</source> |
| 4136 | <translation>Erro ao Remover %1</translation> | 4131 | <translation>Erro ao Remover %1</translation> |
| 4137 | </message> | 4132 | </message> |
| 4138 | <message> | 4133 | <message> |
| 4139 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4134 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4140 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4135 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4141 | <translation>O jogo base não está instalado no NAND e não pode ser removido.</translation> | 4136 | <translation>O jogo base não está instalado no NAND e não pode ser removido.</translation> |
| 4142 | </message> | 4137 | </message> |
| 4143 | <message> | 4138 | <message> |
| 4144 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4145 | <source>Successfully removed the installed update.</source> | 4140 | <source>Successfully removed the installed update.</source> |
| 4146 | <translation>Removida a actualização instalada com sucesso.</translation> | 4141 | <translation>Removida a actualização instalada com sucesso.</translation> |
| 4147 | </message> | 4142 | </message> |
| 4148 | <message> | 4143 | <message> |
| 4149 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4150 | <source>There is no update installed for this title.</source> | 4145 | <source>There is no update installed for this title.</source> |
| 4151 | <translation>Não há actualização instalada neste tÃtulo.</translation> | 4146 | <translation>Não há actualização instalada neste tÃtulo.</translation> |
| 4152 | </message> | 4147 | </message> |
| 4153 | <message> | 4148 | <message> |
| 4154 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4155 | <source>There are no DLC installed for this title.</source> | 4150 | <source>There are no DLC installed for this title.</source> |
| 4156 | <translation>Não há DLC instalado neste tÃtulo.</translation> | 4151 | <translation>Não há DLC instalado neste tÃtulo.</translation> |
| 4157 | </message> | 4152 | </message> |
| 4158 | <message> | 4153 | <message> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4160 | <source>Successfully removed %1 installed DLC.</source> | 4155 | <source>Successfully removed %1 installed DLC.</source> |
| 4161 | <translation>Removido DLC instalado %1 com sucesso.</translation> | 4156 | <translation>Removido DLC instalado %1 com sucesso.</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4165 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4160 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4166 | <translation>Apagar o cache de shaders transferÃvel do OpenGL?</translation> | 4161 | <translation>Apagar o cache de shaders transferÃvel do OpenGL?</translation> |
| 4167 | </message> | 4162 | </message> |
| 4168 | <message> | 4163 | <message> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4170 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4165 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4171 | <translation>Apagar o cache de shaders transferÃvel do Vulkan?</translation> | 4166 | <translation>Apagar o cache de shaders transferÃvel do Vulkan?</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4175 | <source>Delete All Transferable Shader Caches?</source> | 4170 | <source>Delete All Transferable Shader Caches?</source> |
| 4176 | <translation>Apagar todos os caches de shaders transferÃveis?</translation> | 4171 | <translation>Apagar todos os caches de shaders transferÃveis?</translation> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4180 | <source>Remove Custom Game Configuration?</source> | 4175 | <source>Remove Custom Game Configuration?</source> |
| 4181 | <translation>Remover Configuração Personalizada do Jogo?</translation> | 4176 | <translation>Remover Configuração Personalizada do Jogo?</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4185 | <source>Remove File</source> | 4180 | <source>Remove File</source> |
| 4186 | <translation>Remover Ficheiro</translation> | 4181 | <translation>Remover Ficheiro</translation> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4191 | <source>Error Removing Transferable Shader Cache</source> | 4186 | <source>Error Removing Transferable Shader Cache</source> |
| 4192 | <translation>Error ao Remover Cache de Shader TransferÃvel</translation> | 4187 | <translation>Error ao Remover Cache de Shader TransferÃvel</translation> |
| 4193 | </message> | 4188 | </message> |
| 4194 | <message> | 4189 | <message> |
| 4195 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4190 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4197 | <source>A shader cache for this title does not exist.</source> | 4192 | <source>A shader cache for this title does not exist.</source> |
| 4198 | <translation>O Shader Cache para este titulo não existe.</translation> | 4193 | <translation>O Shader Cache para este titulo não existe.</translation> |
| 4199 | </message> | 4194 | </message> |
| 4200 | <message> | 4195 | <message> |
| 4201 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4202 | <source>Successfully removed the transferable shader cache.</source> | 4197 | <source>Successfully removed the transferable shader cache.</source> |
| 4203 | <translation>Removido a Cache de Shader TransferÃvel com Sucesso.</translation> | 4198 | <translation>Removido a Cache de Shader TransferÃvel com Sucesso.</translation> |
| 4204 | </message> | 4199 | </message> |
| 4205 | <message> | 4200 | <message> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4207 | <source>Failed to remove the transferable shader cache.</source> | 4202 | <source>Failed to remove the transferable shader cache.</source> |
| 4208 | <translation>Falha ao remover a cache de shader transferÃvel.</translation> | 4203 | <translation>Falha ao remover a cache de shader transferÃvel.</translation> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4212 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4213 | <source>Error Removing Transferable Shader Caches</source> | 4208 | <source>Error Removing Transferable Shader Caches</source> |
| 4214 | <translation>Erro ao remover os caches de shaders transferÃveis</translation> | 4209 | <translation>Erro ao remover os caches de shaders transferÃveis</translation> |
| 4215 | </message> | 4210 | </message> |
| 4216 | <message> | 4211 | <message> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4218 | <source>Successfully removed the transferable shader caches.</source> | 4213 | <source>Successfully removed the transferable shader caches.</source> |
| 4219 | <translation>Os caches de shaders transferÃveis foram removidos com sucesso.</translation> | 4214 | <translation>Os caches de shaders transferÃveis foram removidos com sucesso.</translation> |
| 4220 | </message> | 4215 | </message> |
| 4221 | <message> | 4216 | <message> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4223 | <source>Failed to remove the transferable shader cache directory.</source> | 4218 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4224 | <translation>Falha ao remover o diretório do cache de shaders transferÃvel.</translation> | 4219 | <translation>Falha ao remover o diretório do cache de shaders transferÃvel.</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4228 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4223 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4229 | <source>Error Removing Custom Configuration</source> | 4224 | <source>Error Removing Custom Configuration</source> |
| 4230 | <translation>Erro ao Remover Configuração Personalizada</translation> | 4225 | <translation>Erro ao Remover Configuração Personalizada</translation> |
| 4231 | </message> | 4226 | </message> |
| 4232 | <message> | 4227 | <message> |
| 4233 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4234 | <source>A custom configuration for this title does not exist.</source> | 4229 | <source>A custom configuration for this title does not exist.</source> |
| 4235 | <translation>Não existe uma configuração personalizada para este titúlo.</translation> | 4230 | <translation>Não existe uma configuração personalizada para este titúlo.</translation> |
| 4236 | </message> | 4231 | </message> |
| 4237 | <message> | 4232 | <message> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4239 | <source>Successfully removed the custom game configuration.</source> | 4234 | <source>Successfully removed the custom game configuration.</source> |
| 4240 | <translation>Removida a configuração personalizada do jogo com sucesso.</translation> | 4235 | <translation>Removida a configuração personalizada do jogo com sucesso.</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4244 | <source>Failed to remove the custom game configuration.</source> | 4239 | <source>Failed to remove the custom game configuration.</source> |
| 4245 | <translation>Falha ao remover a configuração personalizada do jogo.</translation> | 4240 | <translation>Falha ao remover a configuração personalizada do jogo.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4249 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4244 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4250 | <source>RomFS Extraction Failed!</source> | 4245 | <source>RomFS Extraction Failed!</source> |
| 4251 | <translation>A Extração de RomFS falhou!</translation> | 4246 | <translation>A Extração de RomFS falhou!</translation> |
| 4252 | </message> | 4247 | </message> |
| 4253 | <message> | 4248 | <message> |
| 4254 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4249 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4255 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4250 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4256 | <translation>Houve um erro ao copiar os arquivos RomFS ou o usuário cancelou a operação.</translation> | 4251 | <translation>Houve um erro ao copiar os arquivos RomFS ou o usuário cancelou a operação.</translation> |
| 4257 | </message> | 4252 | </message> |
| 4258 | <message> | 4253 | <message> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4260 | <source>Full</source> | 4255 | <source>Full</source> |
| 4261 | <translation>Cheio</translation> | 4256 | <translation>Cheio</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4265 | <source>Skeleton</source> | 4260 | <source>Skeleton</source> |
| 4266 | <translation>Esqueleto</translation> | 4261 | <translation>Esqueleto</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4270 | <source>Select RomFS Dump Mode</source> | 4265 | <source>Select RomFS Dump Mode</source> |
| 4271 | <translation>Selecione o modo de despejo do RomFS</translation> | 4266 | <translation>Selecione o modo de despejo do RomFS</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4275 | <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> | 4270 | <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> |
| 4276 | <translation>Por favor, selecione a forma como você gostaria que o RomFS fosse despejado<br>Full irá copiar todos os arquivos para o novo diretório enquanto<br>skeleton criará apenas a estrutura de diretórios.</translation> | 4271 | <translation>Por favor, selecione a forma como você gostaria que o RomFS fosse despejado<br>Full irá copiar todos os arquivos para o novo diretório enquanto<br>skeleton criará apenas a estrutura de diretórios.</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4280 | <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> | 4275 | <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> |
| 4281 | <translation>Não há espaço suficiente em %1 para extrair o RomFS. Por favor abra espaço ou selecione um diretório diferente em Emulação > Configurar > Sistema > Sistema de arquivos > Extrair raiz</translation> | 4276 | <translation>Não há espaço suficiente em %1 para extrair o RomFS. Por favor abra espaço ou selecione um diretório diferente em Emulação > Configurar > Sistema > Sistema de arquivos > Extrair raiz</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4285 | <source>Extracting RomFS...</source> | 4280 | <source>Extracting RomFS...</source> |
| 4286 | <translation>Extraindo o RomFS ...</translation> | 4281 | <translation>Extraindo o RomFS ...</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4290 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4285 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4291 | <source>Cancel</source> | 4286 | <source>Cancel</source> |
| 4292 | <translation>Cancelar</translation> | 4287 | <translation>Cancelar</translation> |
| 4293 | </message> | 4288 | </message> |
| 4294 | <message> | 4289 | <message> |
| 4295 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4290 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4296 | <source>RomFS Extraction Succeeded!</source> | 4291 | <source>RomFS Extraction Succeeded!</source> |
| 4297 | <translation>Extração de RomFS Bem-Sucedida!</translation> | 4292 | <translation>Extração de RomFS Bem-Sucedida!</translation> |
| 4298 | </message> | 4293 | </message> |
| 4299 | <message> | 4294 | <message> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4301 | <source>The operation completed successfully.</source> | 4296 | <source>The operation completed successfully.</source> |
| 4302 | <translation>A operação foi completa com sucesso.</translation> | 4297 | <translation>A operação foi completa com sucesso.</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4306 | <source>Error Opening %1</source> | 4301 | <source>Error Opening %1</source> |
| 4307 | <translation>Erro ao abrir %1</translation> | 4302 | <translation>Erro ao abrir %1</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4311 | <source>Select Directory</source> | 4306 | <source>Select Directory</source> |
| 4312 | <translation>Selecione o Diretório</translation> | 4307 | <translation>Selecione o Diretório</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4316 | <source>Properties</source> | 4311 | <source>Properties</source> |
| 4317 | <translation>Propriedades</translation> | 4312 | <translation>Propriedades</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4321 | <source>The game properties could not be loaded.</source> | 4316 | <source>The game properties could not be loaded.</source> |
| 4322 | <translation>As propriedades do jogo não puderam ser carregadas.</translation> | 4317 | <translation>As propriedades do jogo não puderam ser carregadas.</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4326 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4321 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4327 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4322 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4328 | <translation>Executáveis Switch (%1);;Todos os Ficheiros (*.*)</translation> | 4323 | <translation>Executáveis Switch (%1);;Todos os Ficheiros (*.*)</translation> |
| 4329 | </message> | 4324 | </message> |
| 4330 | <message> | 4325 | <message> |
| 4331 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4326 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4332 | <source>Load File</source> | 4327 | <source>Load File</source> |
| 4333 | <translation>Carregar Ficheiro</translation> | 4328 | <translation>Carregar Ficheiro</translation> |
| 4334 | </message> | 4329 | </message> |
| 4335 | <message> | 4330 | <message> |
| 4336 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4331 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4337 | <source>Open Extracted ROM Directory</source> | 4332 | <source>Open Extracted ROM Directory</source> |
| 4338 | <translation>Abrir o directório ROM extraÃdo</translation> | 4333 | <translation>Abrir o directório ROM extraÃdo</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4342 | <source>Invalid Directory Selected</source> | 4337 | <source>Invalid Directory Selected</source> |
| 4343 | <translation>Diretório inválido selecionado</translation> | 4338 | <translation>Diretório inválido selecionado</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4347 | <source>The directory you have selected does not contain a 'main' file.</source> | 4342 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4348 | <translation>O diretório que você selecionou não contém um arquivo 'Main'.</translation> | 4343 | <translation>O diretório que você selecionou não contém um arquivo 'Main'.</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message> | 4345 | <message> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4352 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4347 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4353 | <translation>Ficheiro Switch Instalável (*.nca *.nsp *.xci);;Arquivo de Conteúdo Nintendo (*.nca);;Pacote de Envio Nintendo (*.nsp);;Imagem de Cartucho NX (*.xci)</translation> | 4348 | <translation>Ficheiro Switch Instalável (*.nca *.nsp *.xci);;Arquivo de Conteúdo Nintendo (*.nca);;Pacote de Envio Nintendo (*.nsp);;Imagem de Cartucho NX (*.xci)</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4357 | <source>Install Files</source> | 4352 | <source>Install Files</source> |
| 4358 | <translation>Instalar Ficheiros</translation> | 4353 | <translation>Instalar Ficheiros</translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message numerus="yes"> | 4355 | <message numerus="yes"> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4362 | <source>%n file(s) remaining</source> | 4357 | <source>%n file(s) remaining</source> |
| 4363 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4358 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message> | 4360 | <message> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4367 | <source>Installing file "%1"...</source> | 4362 | <source>Installing file "%1"...</source> |
| 4368 | <translation>Instalando arquivo "%1"...</translation> | 4363 | <translation>Instalando arquivo "%1"...</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message> | 4365 | <message> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4372 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4367 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4373 | <source>Install Results</source> | 4368 | <source>Install Results</source> |
| 4374 | <translation>Instalar Resultados</translation> | 4369 | <translation>Instalar Resultados</translation> |
| 4375 | </message> | 4370 | </message> |
| 4376 | <message> | 4371 | <message> |
| 4377 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4372 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4378 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4373 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4379 | Please, only use this feature to install updates and DLC.</source> | 4374 | Please, only use this feature to install updates and DLC.</source> |
| 4380 | <translation>Para evitar possÃveis conflitos, desencorajamos que os utilizadores instalem os jogos base na NAND. | 4375 | <translation>Para evitar possÃveis conflitos, desencorajamos que os utilizadores instalem os jogos base na NAND. |
| 4381 | Por favor, use esse recurso apenas para instalar atualizações e DLC.</translation> | 4376 | Por favor, use esse recurso apenas para instalar atualizações e DLC.</translation> |
| 4382 | </message> | 4377 | </message> |
| 4383 | <message numerus="yes"> | 4378 | <message numerus="yes"> |
| 4384 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4379 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4385 | <source>%n file(s) were newly installed | 4380 | <source>%n file(s) were newly installed |
| 4386 | </source> | 4381 | </source> |
| 4387 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4382 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4388 | </message> | 4383 | </message> |
| 4389 | <message numerus="yes"> | 4384 | <message numerus="yes"> |
| 4390 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4391 | <source>%n file(s) were overwritten | 4386 | <source>%n file(s) were overwritten |
| 4392 | </source> | 4387 | </source> |
| 4393 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4388 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4394 | </message> | 4389 | </message> |
| 4395 | <message numerus="yes"> | 4390 | <message numerus="yes"> |
| 4396 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4391 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4397 | <source>%n file(s) failed to install | 4392 | <source>%n file(s) failed to install |
| 4398 | </source> | 4393 | </source> |
| 4399 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4394 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4400 | </message> | 4395 | </message> |
| 4401 | <message> | 4396 | <message> |
| 4402 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4397 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4403 | <source>System Application</source> | 4398 | <source>System Application</source> |
| 4404 | <translation>Aplicação do sistema</translation> | 4399 | <translation>Aplicação do sistema</translation> |
| 4405 | </message> | 4400 | </message> |
| 4406 | <message> | 4401 | <message> |
| 4407 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4402 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4408 | <source>System Archive</source> | 4403 | <source>System Archive</source> |
| 4409 | <translation>Arquivo do sistema</translation> | 4404 | <translation>Arquivo do sistema</translation> |
| 4410 | </message> | 4405 | </message> |
| 4411 | <message> | 4406 | <message> |
| 4412 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4413 | <source>System Application Update</source> | 4408 | <source>System Application Update</source> |
| 4414 | <translation>Atualização do aplicativo do sistema</translation> | 4409 | <translation>Atualização do aplicativo do sistema</translation> |
| 4415 | </message> | 4410 | </message> |
| 4416 | <message> | 4411 | <message> |
| 4417 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4412 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4418 | <source>Firmware Package (Type A)</source> | 4413 | <source>Firmware Package (Type A)</source> |
| 4419 | <translation>Pacote de Firmware (Tipo A)</translation> | 4414 | <translation>Pacote de Firmware (Tipo A)</translation> |
| 4420 | </message> | 4415 | </message> |
| 4421 | <message> | 4416 | <message> |
| 4422 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4417 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4423 | <source>Firmware Package (Type B)</source> | 4418 | <source>Firmware Package (Type B)</source> |
| 4424 | <translation>Pacote de Firmware (Tipo B)</translation> | 4419 | <translation>Pacote de Firmware (Tipo B)</translation> |
| 4425 | </message> | 4420 | </message> |
| 4426 | <message> | 4421 | <message> |
| 4427 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4422 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4428 | <source>Game</source> | 4423 | <source>Game</source> |
| 4429 | <translation>Jogo</translation> | 4424 | <translation>Jogo</translation> |
| 4430 | </message> | 4425 | </message> |
| 4431 | <message> | 4426 | <message> |
| 4432 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4427 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4433 | <source>Game Update</source> | 4428 | <source>Game Update</source> |
| 4434 | <translation>Actualização do Jogo</translation> | 4429 | <translation>Actualização do Jogo</translation> |
| 4435 | </message> | 4430 | </message> |
| 4436 | <message> | 4431 | <message> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4438 | <source>Game DLC</source> | 4433 | <source>Game DLC</source> |
| 4439 | <translation>DLC do Jogo</translation> | 4434 | <translation>DLC do Jogo</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4443 | <source>Delta Title</source> | 4438 | <source>Delta Title</source> |
| 4444 | <translation>TÃtulo Delta</translation> | 4439 | <translation>TÃtulo Delta</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4448 | <source>Select NCA Install Type...</source> | 4443 | <source>Select NCA Install Type...</source> |
| 4449 | <translation>Selecione o tipo de instalação do NCA ...</translation> | 4444 | <translation>Selecione o tipo de instalação do NCA ...</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4453 | <source>Please select the type of title you would like to install this NCA as: | 4448 | <source>Please select the type of title you would like to install this NCA as: |
| 4454 | (In most instances, the default 'Game' is fine.)</source> | 4449 | (In most instances, the default 'Game' is fine.)</source> |
| 4455 | <translation>Por favor, selecione o tipo de tÃtulo que você gostaria de instalar este NCA como: | 4450 | <translation>Por favor, selecione o tipo de tÃtulo que você gostaria de instalar este NCA como: |
| 4456 | (Na maioria dos casos, o padrão 'Jogo' é suficiente).</translation> | 4451 | (Na maioria dos casos, o padrão 'Jogo' é suficiente).</translation> |
| 4457 | </message> | 4452 | </message> |
| 4458 | <message> | 4453 | <message> |
| 4459 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4454 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4460 | <source>Failed to Install</source> | 4455 | <source>Failed to Install</source> |
| 4461 | <translation>Falha na instalação</translation> | 4456 | <translation>Falha na instalação</translation> |
| 4462 | </message> | 4457 | </message> |
| 4463 | <message> | 4458 | <message> |
| 4464 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4459 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4465 | <source>The title type you selected for the NCA is invalid.</source> | 4460 | <source>The title type you selected for the NCA is invalid.</source> |
| 4466 | <translation>O tipo de tÃtulo que você selecionou para o NCA é inválido.</translation> | 4461 | <translation>O tipo de tÃtulo que você selecionou para o NCA é inválido.</translation> |
| 4467 | </message> | 4462 | </message> |
| 4468 | <message> | 4463 | <message> |
| 4469 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4464 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4470 | <source>File not found</source> | 4465 | <source>File not found</source> |
| 4471 | <translation>Arquivo não encontrado</translation> | 4466 | <translation>Arquivo não encontrado</translation> |
| 4472 | </message> | 4467 | </message> |
| 4473 | <message> | 4468 | <message> |
| 4474 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4469 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4475 | <source>File "%1" not found</source> | 4470 | <source>File "%1" not found</source> |
| 4476 | <translation>Arquivo "%1" não encontrado</translation> | 4471 | <translation>Arquivo "%1" não encontrado</translation> |
| 4477 | </message> | 4472 | </message> |
| 4478 | <message> | 4473 | <message> |
| 4479 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4474 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4480 | <source>OK</source> | 4475 | <source>OK</source> |
| 4481 | <translation>OK</translation> | 4476 | <translation>OK</translation> |
| 4482 | </message> | 4477 | </message> |
| 4483 | <message> | 4478 | <message> |
| 4484 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4479 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4485 | <source>Missing yuzu Account</source> | 4480 | <source>Missing yuzu Account</source> |
| 4486 | <translation>Conta Yuzu Ausente</translation> | 4481 | <translation>Conta Yuzu Ausente</translation> |
| 4487 | </message> | 4482 | </message> |
| 4488 | <message> | 4483 | <message> |
| 4489 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4484 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4490 | <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> | 4485 | <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> |
| 4491 | <translation>Para enviar um caso de teste de compatibilidade de jogos, você deve vincular sua conta yuzu.<br><br/>Para vincular sua conta yuzu, vá para Emulação &gt; Configuração &gt; Rede.</translation> | 4486 | <translation>Para enviar um caso de teste de compatibilidade de jogos, você deve vincular sua conta yuzu.<br><br/>Para vincular sua conta yuzu, vá para Emulação &gt; Configuração &gt; Rede.</translation> |
| 4492 | </message> | 4487 | </message> |
| 4493 | <message> | 4488 | <message> |
| 4494 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4489 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4495 | <source>Error opening URL</source> | 4490 | <source>Error opening URL</source> |
| 4496 | <translation>Erro ao abrir URL</translation> | 4491 | <translation>Erro ao abrir URL</translation> |
| 4497 | </message> | 4492 | </message> |
| 4498 | <message> | 4493 | <message> |
| 4499 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4494 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4500 | <source>Unable to open the URL "%1".</source> | 4495 | <source>Unable to open the URL "%1".</source> |
| 4501 | <translation>Não foi possÃvel abrir o URL "%1".</translation> | 4496 | <translation>Não foi possÃvel abrir o URL "%1".</translation> |
| 4502 | </message> | 4497 | </message> |
| 4503 | <message> | 4498 | <message> |
| 4504 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4499 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4505 | <source>TAS Recording</source> | 4500 | <source>TAS Recording</source> |
| 4506 | <translation>Gravando TAS</translation> | 4501 | <translation>Gravando TAS</translation> |
| 4507 | </message> | 4502 | </message> |
| 4508 | <message> | 4503 | <message> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4504 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4510 | <source>Overwrite file of player 1?</source> | 4505 | <source>Overwrite file of player 1?</source> |
| 4511 | <translation>Sobrescrever arquivo do jogador 1?</translation> | 4506 | <translation>Sobrescrever arquivo do jogador 1?</translation> |
| 4512 | </message> | 4507 | </message> |
| 4513 | <message> | 4508 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4515 | <source>Invalid config detected</source> | 4510 | <source>Invalid config detected</source> |
| 4516 | <translation>Configação inválida detectada</translation> | 4511 | <translation>Configação inválida detectada</translation> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4520 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4515 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4521 | <translation>O comando portátil não pode ser usado no modo encaixado na base. O Pro controller será selecionado.</translation> | 4516 | <translation>O comando portátil não pode ser usado no modo encaixado na base. O Pro controller será selecionado.</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4520 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4526 | <source>Error</source> | 4521 | <source>Error</source> |
| 4527 | <translation>Erro</translation> | 4522 | <translation>Erro</translation> |
| 4528 | </message> | 4523 | </message> |
| 4529 | <message> | 4524 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4525 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4532 | <source>The current game is not looking for amiibos</source> | 4527 | <source>The current game is not looking for amiibos</source> |
| 4533 | <translation>O jogo atual não está procurando amiibos</translation> | 4528 | <translation>O jogo atual não está procurando amiibos</translation> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4537 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4532 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4538 | <source>Amiibo</source> | 4533 | <source>Amiibo</source> |
| 4539 | <translation>Amiibo</translation> | 4534 | <translation>Amiibo</translation> |
| 4540 | </message> | 4535 | </message> |
| 4541 | <message> | 4536 | <message> |
| 4542 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4537 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4543 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4538 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4544 | <source>The current amiibo has been removed</source> | 4539 | <source>The current amiibo has been removed</source> |
| 4545 | <translation>O amiibo atual foi removido</translation> | 4540 | <translation>O amiibo atual foi removido</translation> |
| 4546 | </message> | 4541 | </message> |
| 4547 | <message> | 4542 | <message> |
| 4548 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4543 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4549 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4544 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4550 | <translation>Arquivo Amiibo (%1);; Todos os Arquivos (*.*)</translation> | 4545 | <translation>Arquivo Amiibo (%1);; Todos os Arquivos (*.*)</translation> |
| 4551 | </message> | 4546 | </message> |
| 4552 | <message> | 4547 | <message> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4554 | <source>Load Amiibo</source> | 4549 | <source>Load Amiibo</source> |
| 4555 | <translation>Carregar Amiibo</translation> | 4550 | <translation>Carregar Amiibo</translation> |
| 4556 | </message> | 4551 | </message> |
| 4557 | <message> | 4552 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4553 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4559 | <source>Error opening Amiibo data file</source> | 4554 | <source>Error opening Amiibo data file</source> |
| 4560 | <translation>Erro ao abrir o arquivo de dados do Amiibo</translation> | 4555 | <translation>Erro ao abrir o arquivo de dados do Amiibo</translation> |
| 4561 | </message> | 4556 | </message> |
| 4562 | <message> | 4557 | <message> |
| 4563 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4558 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4564 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4559 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4565 | <translation>Não é possÃvel abrir o arquivo Amiibo "%1" para leitura.</translation> | 4560 | <translation>Não é possÃvel abrir o arquivo Amiibo "%1" para leitura.</translation> |
| 4566 | </message> | 4561 | </message> |
| 4567 | <message> | 4562 | <message> |
| 4568 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4563 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4569 | <source>Error reading Amiibo data file</source> | 4564 | <source>Error reading Amiibo data file</source> |
| 4570 | <translation>Erro ao ler o arquivo de dados do Amiibo</translation> | 4565 | <translation>Erro ao ler o arquivo de dados do Amiibo</translation> |
| 4571 | </message> | 4566 | </message> |
| 4572 | <message> | 4567 | <message> |
| 4573 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4568 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4574 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4569 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4575 | <translation>Não é possÃvel ler completamente os dados do Amiibo. Espera-se que leia %1 bytes, mas só conseguiu ler %2 bytes.</translation> | 4570 | <translation>Não é possÃvel ler completamente os dados do Amiibo. Espera-se que leia %1 bytes, mas só conseguiu ler %2 bytes.</translation> |
| 4576 | </message> | 4571 | </message> |
| 4577 | <message> | 4572 | <message> |
| 4578 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4573 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4579 | <source>Error loading Amiibo data</source> | 4574 | <source>Error loading Amiibo data</source> |
| 4580 | <translation>Erro ao carregar dados do Amiibo</translation> | 4575 | <translation>Erro ao carregar dados do Amiibo</translation> |
| 4581 | </message> | 4576 | </message> |
| 4582 | <message> | 4577 | <message> |
| 4583 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4578 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4584 | <source>Unable to load Amiibo data.</source> | 4579 | <source>Unable to load Amiibo data.</source> |
| 4585 | <translation>Não foi possÃvel carregar os dados do Amiibo.</translation> | 4580 | <translation>Não foi possÃvel carregar os dados do Amiibo.</translation> |
| 4586 | </message> | 4581 | </message> |
| 4587 | <message> | 4582 | <message> |
| 4588 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4583 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4589 | <source>Capture Screenshot</source> | 4584 | <source>Capture Screenshot</source> |
| 4590 | <translation>Captura de Tela</translation> | 4585 | <translation>Captura de Tela</translation> |
| 4591 | </message> | 4586 | </message> |
| 4592 | <message> | 4587 | <message> |
| 4593 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4588 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4594 | <source>PNG Image (*.png)</source> | 4589 | <source>PNG Image (*.png)</source> |
| 4595 | <translation>Imagem PNG (*.png)</translation> | 4590 | <translation>Imagem PNG (*.png)</translation> |
| 4596 | </message> | 4591 | </message> |
| 4597 | <message> | 4592 | <message> |
| 4598 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4593 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4599 | <source>TAS state: Running %1/%2</source> | 4594 | <source>TAS state: Running %1/%2</source> |
| 4600 | <translation>Situação TAS: Rodando %1%2</translation> | 4595 | <translation>Situação TAS: Rodando %1%2</translation> |
| 4601 | </message> | 4596 | </message> |
| 4602 | <message> | 4597 | <message> |
| 4603 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4598 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4604 | <source>TAS state: Recording %1</source> | 4599 | <source>TAS state: Recording %1</source> |
| 4605 | <translation>Situação TAS: Gravando %1</translation> | 4600 | <translation>Situação TAS: Gravando %1</translation> |
| 4606 | </message> | 4601 | </message> |
| 4607 | <message> | 4602 | <message> |
| 4608 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4603 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4609 | <source>TAS state: Idle %1/%2</source> | 4604 | <source>TAS state: Idle %1/%2</source> |
| 4610 | <translation>Situação TAS: Repouso %1%2</translation> | 4605 | <translation>Situação TAS: Repouso %1%2</translation> |
| 4611 | </message> | 4606 | </message> |
| 4612 | <message> | 4607 | <message> |
| 4613 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4608 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4614 | <source>TAS State: Invalid</source> | 4609 | <source>TAS State: Invalid</source> |
| 4615 | <translation>Situação TAS: Inválido</translation> | 4610 | <translation>Situação TAS: Inválido</translation> |
| 4616 | </message> | 4611 | </message> |
| 4617 | <message> | 4612 | <message> |
| 4618 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4613 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4619 | <source>&Stop Running</source> | 4614 | <source>&Stop Running</source> |
| 4620 | <translation>&Parar de rodar</translation> | 4615 | <translation>&Parar de rodar</translation> |
| 4621 | </message> | 4616 | </message> |
| 4622 | <message> | 4617 | <message> |
| 4623 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4618 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4624 | <source>&Start</source> | 4619 | <source>&Start</source> |
| 4625 | <translation>&Começar</translation> | 4620 | <translation>&Começar</translation> |
| 4626 | </message> | 4621 | </message> |
| 4627 | <message> | 4622 | <message> |
| 4628 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4623 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4629 | <source>Stop R&ecording</source> | 4624 | <source>Stop R&ecording</source> |
| 4630 | <translation>Parar G&ravação</translation> | 4625 | <translation>Parar G&ravação</translation> |
| 4631 | </message> | 4626 | </message> |
| 4632 | <message> | 4627 | <message> |
| 4633 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4628 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4634 | <source>R&ecord</source> | 4629 | <source>R&ecord</source> |
| 4635 | <translation>G&ravação</translation> | 4630 | <translation>G&ravação</translation> |
| 4636 | </message> | 4631 | </message> |
| 4637 | <message numerus="yes"> | 4632 | <message numerus="yes"> |
| 4638 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4633 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4639 | <source>Building: %n shader(s)</source> | 4634 | <source>Building: %n shader(s)</source> |
| 4640 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4635 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 4641 | </message> | 4636 | </message> |
| 4642 | <message> | 4637 | <message> |
| 4643 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4638 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4644 | <source>Scale: %1x</source> | 4639 | <source>Scale: %1x</source> |
| 4645 | <comment>%1 is the resolution scaling factor</comment> | 4640 | <comment>%1 is the resolution scaling factor</comment> |
| 4646 | <translation>Escala: %1x</translation> | 4641 | <translation>Escala: %1x</translation> |
| 4647 | </message> | 4642 | </message> |
| 4648 | <message> | 4643 | <message> |
| 4649 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4644 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4650 | <source>Speed: %1% / %2%</source> | 4645 | <source>Speed: %1% / %2%</source> |
| 4651 | <translation>Velocidade: %1% / %2%</translation> | 4646 | <translation>Velocidade: %1% / %2%</translation> |
| 4652 | </message> | 4647 | </message> |
| 4653 | <message> | 4648 | <message> |
| 4654 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4649 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4655 | <source>Speed: %1%</source> | 4650 | <source>Speed: %1%</source> |
| 4656 | <translation>Velocidade: %1%</translation> | 4651 | <translation>Velocidade: %1%</translation> |
| 4657 | </message> | 4652 | </message> |
| 4658 | <message> | 4653 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4654 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4660 | <source>Game: %1 FPS (Unlocked)</source> | 4655 | <source>Game: %1 FPS (Unlocked)</source> |
| 4661 | <translation>Jogo: %1 FPS (Desbloqueado)</translation> | 4656 | <translation>Jogo: %1 FPS (Desbloqueado)</translation> |
| 4662 | </message> | 4657 | </message> |
| 4663 | <message> | 4658 | <message> |
| 4664 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4659 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4665 | <source>Game: %1 FPS</source> | 4660 | <source>Game: %1 FPS</source> |
| 4666 | <translation>Jogo: %1 FPS</translation> | 4661 | <translation>Jogo: %1 FPS</translation> |
| 4667 | </message> | 4662 | </message> |
| 4668 | <message> | 4663 | <message> |
| 4669 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4664 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4670 | <source>Frame: %1 ms</source> | 4665 | <source>Frame: %1 ms</source> |
| 4671 | <translation>Quadro: %1 ms</translation> | 4666 | <translation>Quadro: %1 ms</translation> |
| 4672 | </message> | 4667 | </message> |
| 4673 | <message> | 4668 | <message> |
| 4674 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4669 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4675 | <source>GPU NORMAL</source> | 4670 | <source>GPU NORMAL</source> |
| 4676 | <translation>GPU NORMAL</translation> | 4671 | <translation>GPU NORMAL</translation> |
| 4677 | </message> | 4672 | </message> |
| 4678 | <message> | 4673 | <message> |
| 4679 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4674 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4680 | <source>GPU HIGH</source> | 4675 | <source>GPU HIGH</source> |
| 4681 | <translation>GPU ALTA</translation> | 4676 | <translation>GPU ALTA</translation> |
| 4682 | </message> | 4677 | </message> |
| 4683 | <message> | 4678 | <message> |
| 4684 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4679 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4685 | <source>GPU EXTREME</source> | 4680 | <source>GPU EXTREME</source> |
| 4686 | <translation>GPU EXTREMA</translation> | 4681 | <translation>GPU EXTREMA</translation> |
| 4687 | </message> | 4682 | </message> |
| 4688 | <message> | 4683 | <message> |
| 4689 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4684 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4690 | <source>GPU ERROR</source> | 4685 | <source>GPU ERROR</source> |
| 4691 | <translation>ERRO DE GPU</translation> | 4686 | <translation>ERRO DE GPU</translation> |
| 4692 | </message> | 4687 | </message> |
| 4693 | <message> | 4688 | <message> |
| 4694 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4689 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4695 | <source>NEAREST</source> | 4690 | <source>NEAREST</source> |
| 4696 | <translation>VIZINHO</translation> | 4691 | <translation>VIZINHO</translation> |
| 4697 | </message> | 4692 | </message> |
| 4698 | <message> | 4693 | <message> |
| 4699 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4694 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4700 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4695 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4701 | <source>BILINEAR</source> | 4696 | <source>BILINEAR</source> |
| 4702 | <translation>BILINEAR</translation> | 4697 | <translation>BILINEAR</translation> |
| 4703 | </message> | 4698 | </message> |
| 4704 | <message> | 4699 | <message> |
| 4705 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4700 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4706 | <source>BICUBIC</source> | 4701 | <source>BICUBIC</source> |
| 4707 | <translation>BICÚBICO</translation> | 4702 | <translation>BICÚBICO</translation> |
| 4708 | </message> | 4703 | </message> |
| 4709 | <message> | 4704 | <message> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4711 | <source>GAUSSIAN</source> | 4706 | <source>GAUSSIAN</source> |
| 4712 | <translation>GAUSSIANO</translation> | 4707 | <translation>GAUSSIANO</translation> |
| 4713 | </message> | 4708 | </message> |
| 4714 | <message> | 4709 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4710 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4716 | <source>SCALEFORCE</source> | 4711 | <source>SCALEFORCE</source> |
| 4717 | <translation>SCALEFORCE</translation> | 4712 | <translation>SCALEFORCE</translation> |
| 4718 | </message> | 4713 | </message> |
| 4719 | <message> | 4714 | <message> |
| 4720 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4721 | <source>FSR</source> | 4716 | <source>FSR</source> |
| 4722 | <translation>FSR</translation> | 4717 | <translation>FSR</translation> |
| 4723 | </message> | 4718 | </message> |
| 4724 | <message> | 4719 | <message> |
| 4725 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4720 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4726 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4721 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4727 | <source>NO AA</source> | 4722 | <source>NO AA</source> |
| 4728 | <translation>Sem AA</translation> | 4723 | <translation>Sem AA</translation> |
| 4729 | </message> | 4724 | </message> |
| 4730 | <message> | 4725 | <message> |
| 4731 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4726 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4732 | <source>FXAA</source> | 4727 | <source>FXAA</source> |
| 4733 | <translation>FXAA</translation> | 4728 | <translation>FXAA</translation> |
| 4734 | </message> | 4729 | </message> |
| 4735 | <message> | 4730 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4737 | <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> | 4732 | <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> |
| 4738 | <translation>O jogo que você está tentando carregar requer arquivos adicionais do seu Switch para serem despejados antes de jogar.<br/><br/>Para obter mais informações sobre como despejar esses arquivos, consulte a seguinte página da wiki:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Despejando arquivos do sistema e as fontes compartilhadas de uma consola Switch</a>.<br/><br/>Você gostaria de regressar para a lista de jogos? Continuar a emulação pode resultar em falhas, dados de salvamento corrompidos ou outros erros.</translation> | 4733 | <translation>O jogo que você está tentando carregar requer arquivos adicionais do seu Switch para serem despejados antes de jogar.<br/><br/>Para obter mais informações sobre como despejar esses arquivos, consulte a seguinte página da wiki:<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Despejando arquivos do sistema e as fontes compartilhadas de uma consola Switch</a>.<br/><br/>Você gostaria de regressar para a lista de jogos? Continuar a emulação pode resultar em falhas, dados de salvamento corrompidos ou outros erros.</translation> |
| 4739 | </message> | 4734 | </message> |
| 4740 | <message> | 4735 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4736 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4742 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4737 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4743 | <translation>O yuzu não conseguiu localizar um arquivo de sistema do Switch. % 1</translation> | 4738 | <translation>O yuzu não conseguiu localizar um arquivo de sistema do Switch. % 1</translation> |
| 4744 | </message> | 4739 | </message> |
| 4745 | <message> | 4740 | <message> |
| 4746 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4741 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4747 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4742 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4748 | <translation>O yuzu não conseguiu localizar um arquivo de sistema do Switch: %1. %2</translation> | 4743 | <translation>O yuzu não conseguiu localizar um arquivo de sistema do Switch: %1. %2</translation> |
| 4749 | </message> | 4744 | </message> |
| 4750 | <message> | 4745 | <message> |
| 4751 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4746 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4752 | <source>System Archive Not Found</source> | 4747 | <source>System Archive Not Found</source> |
| 4753 | <translation>Arquivo do Sistema Não Encontrado</translation> | 4748 | <translation>Arquivo do Sistema Não Encontrado</translation> |
| 4754 | </message> | 4749 | </message> |
| 4755 | <message> | 4750 | <message> |
| 4756 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4751 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4757 | <source>System Archive Missing</source> | 4752 | <source>System Archive Missing</source> |
| 4758 | <translation>Arquivo de Sistema em falta</translation> | 4753 | <translation>Arquivo de Sistema em falta</translation> |
| 4759 | </message> | 4754 | </message> |
| 4760 | <message> | 4755 | <message> |
| 4761 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4756 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4762 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4757 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4763 | <translation>yuzu não conseguiu localizar as fontes compartilhadas do Switch. %1</translation> | 4758 | <translation>yuzu não conseguiu localizar as fontes compartilhadas do Switch. %1</translation> |
| 4764 | </message> | 4759 | </message> |
| 4765 | <message> | 4760 | <message> |
| 4766 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4761 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4767 | <source>Shared Fonts Not Found</source> | 4762 | <source>Shared Fonts Not Found</source> |
| 4768 | <translation>Fontes compartilhadas não encontradas</translation> | 4763 | <translation>Fontes compartilhadas não encontradas</translation> |
| 4769 | </message> | 4764 | </message> |
| 4770 | <message> | 4765 | <message> |
| 4771 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4766 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4772 | <source>Shared Font Missing</source> | 4767 | <source>Shared Font Missing</source> |
| 4773 | <translation>Fontes compartilhadas em falta</translation> | 4768 | <translation>Fontes compartilhadas em falta</translation> |
| 4774 | </message> | 4769 | </message> |
| 4775 | <message> | 4770 | <message> |
| 4776 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4777 | <source>Fatal Error</source> | 4772 | <source>Fatal Error</source> |
| 4778 | <translation>Erro fatal</translation> | 4773 | <translation>Erro fatal</translation> |
| 4779 | </message> | 4774 | </message> |
| 4780 | <message> | 4775 | <message> |
| 4781 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4782 | <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> | 4777 | <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> |
| 4783 | <translation>yuzu encontrou um erro fatal, por favor veja o registro para mais detalhes. Para mais informações sobre como acessar o registro, por favor, veja a seguinte página:<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Como carregar o arquivo de registro</a>.<br/><br/>Você gostaria de regressar para a lista de jogos? Continuar a emulação pode resultar em falhas, dados de salvamento corrompidos ou outros erros.</translation> | 4778 | <translation>yuzu encontrou um erro fatal, por favor veja o registro para mais detalhes. Para mais informações sobre como acessar o registro, por favor, veja a seguinte página:<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Como carregar o arquivo de registro</a>.<br/><br/>Você gostaria de regressar para a lista de jogos? Continuar a emulação pode resultar em falhas, dados de salvamento corrompidos ou outros erros.</translation> |
| 4784 | </message> | 4779 | </message> |
| 4785 | <message> | 4780 | <message> |
| 4786 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4787 | <source>Fatal Error encountered</source> | 4782 | <source>Fatal Error encountered</source> |
| 4788 | <translation>Ocorreu um Erro fatal</translation> | 4783 | <translation>Ocorreu um Erro fatal</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4792 | <source>Confirm Key Rederivation</source> | 4787 | <source>Confirm Key Rederivation</source> |
| 4793 | <translation>Confirme a rederivação da chave</translation> | 4788 | <translation>Confirme a rederivação da chave</translation> |
| 4794 | </message> | 4789 | </message> |
| 4795 | <message> | 4790 | <message> |
| 4796 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4797 | <source>You are about to force rederive all of your keys. | 4792 | <source>You are about to force rederive all of your keys. |
| 4798 | If you do not know what this means or what you are doing, | 4793 | If you do not know what this means or what you are doing, |
| 4799 | this is a potentially destructive action. | 4794 | this is a potentially destructive action. |
| @@ -4810,37 +4805,37 @@ e opcionalmente faça backups. | |||
| 4810 | Isso irá excluir os seus arquivos de chave gerados automaticamente e executará novamente o módulo de derivação de chave.</translation> | 4805 | Isso irá excluir os seus arquivos de chave gerados automaticamente e executará novamente o módulo de derivação de chave.</translation> |
| 4811 | </message> | 4806 | </message> |
| 4812 | <message> | 4807 | <message> |
| 4813 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4808 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4814 | <source>Missing fuses</source> | 4809 | <source>Missing fuses</source> |
| 4815 | <translation>FusÃveis em Falta</translation> | 4810 | <translation>FusÃveis em Falta</translation> |
| 4816 | </message> | 4811 | </message> |
| 4817 | <message> | 4812 | <message> |
| 4818 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4813 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4819 | <source> - Missing BOOT0</source> | 4814 | <source> - Missing BOOT0</source> |
| 4820 | <translation>- BOOT0 em Falta</translation> | 4815 | <translation>- BOOT0 em Falta</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4824 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4819 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4825 | <translation>- BCPKG2-1-Normal-Main em Falta</translation> | 4820 | <translation>- BCPKG2-1-Normal-Main em Falta</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4829 | <source> - Missing PRODINFO</source> | 4824 | <source> - Missing PRODINFO</source> |
| 4830 | <translation>- PRODINFO em Falta</translation> | 4825 | <translation>- PRODINFO em Falta</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4834 | <source>Derivation Components Missing</source> | 4829 | <source>Derivation Components Missing</source> |
| 4835 | <translation>Componentes de Derivação em Falta</translation> | 4830 | <translation>Componentes de Derivação em Falta</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4839 | <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> | 4834 | <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> |
| 4840 | <translation>Chaves de encriptação faltando. <br>Por favor, siga <a href='https://yuzu-emu.org/help/quickstart/'>o guia de inÃcio rápido</a> para extrair suas chaves, firmware e jogos. <br><br><small>(%1)</small></translation> | 4835 | <translation>Chaves de encriptação faltando. <br>Por favor, siga <a href='https://yuzu-emu.org/help/quickstart/'>o guia de inÃcio rápido</a> para extrair suas chaves, firmware e jogos. <br><br><small>(%1)</small></translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4844 | <source>Deriving keys... | 4839 | <source>Deriving keys... |
| 4845 | This may take up to a minute depending | 4840 | This may take up to a minute depending |
| 4846 | on your system's performance.</source> | 4841 | on your system's performance.</source> |
| @@ -4849,39 +4844,39 @@ Isto pode demorar até um minuto, dependendo | |||
| 4849 | do desempenho do seu sistema.</translation> | 4844 | do desempenho do seu sistema.</translation> |
| 4850 | </message> | 4845 | </message> |
| 4851 | <message> | 4846 | <message> |
| 4852 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4853 | <source>Deriving Keys</source> | 4848 | <source>Deriving Keys</source> |
| 4854 | <translation>Derivando Chaves</translation> | 4849 | <translation>Derivando Chaves</translation> |
| 4855 | </message> | 4850 | </message> |
| 4856 | <message> | 4851 | <message> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4858 | <source>Select RomFS Dump Target</source> | 4853 | <source>Select RomFS Dump Target</source> |
| 4859 | <translation>Selecione o destino de despejo do RomFS</translation> | 4854 | <translation>Selecione o destino de despejo do RomFS</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4863 | <source>Please select which RomFS you would like to dump.</source> | 4858 | <source>Please select which RomFS you would like to dump.</source> |
| 4864 | <translation>Por favor, selecione qual o RomFS que você gostaria de despejar.</translation> | 4859 | <translation>Por favor, selecione qual o RomFS que você gostaria de despejar.</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4868 | <source>Are you sure you want to close yuzu?</source> | 4863 | <source>Are you sure you want to close yuzu?</source> |
| 4869 | <translation>Tem a certeza que quer fechar o yuzu?</translation> | 4864 | <translation>Tem a certeza que quer fechar o yuzu?</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4867 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4873 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4868 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4874 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4875 | <source>yuzu</source> | 4870 | <source>yuzu</source> |
| 4876 | <translation>yuzu</translation> | 4871 | <translation>yuzu</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4874 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4880 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4875 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4881 | <translation>Tem a certeza de que quer parar a emulação? Qualquer progresso não salvo será perdido.</translation> | 4876 | <translation>Tem a certeza de que quer parar a emulação? Qualquer progresso não salvo será perdido.</translation> |
| 4882 | </message> | 4877 | </message> |
| 4883 | <message> | 4878 | <message> |
| 4884 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4879 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4885 | <source>The currently running application has requested yuzu to not exit. | 4880 | <source>The currently running application has requested yuzu to not exit. |
| 4886 | 4881 | ||
| 4887 | Would you like to bypass this and exit anyway?</source> | 4882 | Would you like to bypass this and exit anyway?</source> |
| @@ -4893,38 +4888,38 @@ Deseja ignorar isso e sair mesmo assim?</translation> | |||
| 4893 | <context> | 4888 | <context> |
| 4894 | <name>GRenderWindow</name> | 4889 | <name>GRenderWindow</name> |
| 4895 | <message> | 4890 | <message> |
| 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4891 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4897 | <source>OpenGL not available!</source> | 4892 | <source>OpenGL not available!</source> |
| 4898 | <translation>OpenGL não está disponÃvel!</translation> | 4893 | <translation>OpenGL não está disponÃvel!</translation> |
| 4899 | </message> | 4894 | </message> |
| 4900 | <message> | 4895 | <message> |
| 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4896 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4902 | <source>yuzu has not been compiled with OpenGL support.</source> | 4897 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4903 | <translation>yuzu não foi compilado com suporte OpenGL.</translation> | 4898 | <translation>yuzu não foi compilado com suporte OpenGL.</translation> |
| 4904 | </message> | 4899 | </message> |
| 4905 | <message> | 4900 | <message> |
| 4906 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4902 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4908 | <source>Error while initializing OpenGL!</source> | 4903 | <source>Error while initializing OpenGL!</source> |
| 4909 | <translation>Erro ao inicializar OpenGL!</translation> | 4904 | <translation>Erro ao inicializar OpenGL!</translation> |
| 4910 | </message> | 4905 | </message> |
| 4911 | <message> | 4906 | <message> |
| 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4907 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4913 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4908 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4914 | <translation>O seu GPU pode não suportar OpenGL, ou não tem os drivers gráficos mais recentes.</translation> | 4909 | <translation>O seu GPU pode não suportar OpenGL, ou não tem os drivers gráficos mais recentes.</translation> |
| 4915 | </message> | 4910 | </message> |
| 4916 | <message> | 4911 | <message> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4918 | <source>Error while initializing OpenGL 4.6!</source> | 4913 | <source>Error while initializing OpenGL 4.6!</source> |
| 4919 | <translation>Erro ao inicializar o OpenGL 4.6!</translation> | 4914 | <translation>Erro ao inicializar o OpenGL 4.6!</translation> |
| 4920 | </message> | 4915 | </message> |
| 4921 | <message> | 4916 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4923 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4918 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4924 | <translation>O teu GPU pode não suportar OpenGL 4.6, ou não tem os drivers gráficos mais recentes.</translation> | 4919 | <translation>O teu GPU pode não suportar OpenGL 4.6, ou não tem os drivers gráficos mais recentes.</translation> |
| 4925 | </message> | 4920 | </message> |
| 4926 | <message> | 4921 | <message> |
| 4927 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4928 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4923 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4929 | <translation>Sua GPU pode não suportar uma ou mais extensões necessárias do OpenGL. Verifique se você possui a última versão dos drivers gráficos.<br><br>Renderizador GL:<br>%1<br><br>Extensões não suportadas:<br>%2</translation> | 4924 | <translation>Sua GPU pode não suportar uma ou mais extensões necessárias do OpenGL. Verifique se você possui a última versão dos drivers gráficos.<br><br>Renderizador GL:<br>%1<br><br>Extensões não suportadas:<br>%2</translation> |
| 4930 | </message> | 4925 | </message> |
| @@ -5179,7 +5174,7 @@ Inicial</translation> | |||
| 5179 | <message numerus="yes"> | 5174 | <message numerus="yes"> |
| 5180 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> | 5175 | <location filename="../../src/yuzu/game_list.cpp" line="87"/> |
| 5181 | <source>%1 of %n result(s)</source> | 5176 | <source>%1 of %n result(s)</source> |
| 5182 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 5177 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform><numerusform></numerusform></translation> |
| 5183 | </message> | 5178 | </message> |
| 5184 | <message> | 5179 | <message> |
| 5185 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> | 5180 | <location filename="../../src/yuzu/game_list.cpp" line="130"/> |
diff --git a/dist/languages/ru_RU.ts b/dist/languages/ru_RU.ts index d19345293..b02f498eb 100644 --- a/dist/languages/ru_RU.ts +++ b/dist/languages/ru_RU.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>О yuzu</translation> | 7 | <translation>О yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -36,15 +31,15 @@ p, li { white-space: pre-wrap; } | |||
| 36 | </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> | 31 | </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> |
| 37 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">yuzu - ÑкÑпериментальный ÑмулÑтор Ð´Ð»Ñ Nintendo Switch Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ иÑходным кодом, лицензированный под GPLv3.0+.</span></p> | 32 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">yuzu - ÑкÑпериментальный ÑмулÑтор Ð´Ð»Ñ Nintendo Switch Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ иÑходным кодом, лицензированный под GPLv3.0+.</span></p> |
| 38 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> | 33 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><br /></p> |
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Ðто ПО не должно иÑпользоватьÑÑ Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка игр, которые были получены нелегально.</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Ðто ПО не должно иÑпользоватьÑÑ Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка игр, которые были получены нелегальным путём.</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Веб-Ñайт</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">ИÑходный код</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Ðвторы</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ЛицензиÑ</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Веб-Ñайт</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">ИÑходный код</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Ðвторы</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">ЛицензиÑ</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; ÑвлÑетÑÑ Ñ‚Ð¾Ñ€Ð³Ð¾Ð²Ð¾Ð¹ маркой Nintendo. yuzu никак не ÑвÑзан Ñ Nintendo.</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; ÑвлÑетÑÑ Ñ‚Ð¾Ñ€Ð³Ð¾Ð²Ð¾Ð¹ маркой Nintendo. yuzu никак не ÑвÑзан Ñ Nintendo.</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -606,7 +601,7 @@ p, li { white-space: pre-wrap; } | |||
| 606 | <message> | 601 | <message> |
| 607 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="46"/> | 602 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="46"/> |
| 608 | <source>When checked, the max size of the log increases from 100 MB to 1 GB</source> | 603 | <source>When checked, the max size of the log increases from 100 MB to 1 GB</source> |
| 609 | <translation>Когда выбрано, макÑимальный размер журнала увеличиваетÑÑ Ñо 100 МБ до 1 ГБ</translation> | 604 | <translation>ЕÑли включено, макÑимальный размер журнала увеличиваетÑÑ Ñо 100 МБ до 1 ГБ</translation> |
| 610 | </message> | 605 | </message> |
| 611 | <message> | 606 | <message> |
| 612 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> | 607 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="49"/> |
| @@ -631,7 +626,7 @@ p, li { white-space: pre-wrap; } | |||
| 631 | <message> | 626 | <message> |
| 632 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="91"/> | 627 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="91"/> |
| 633 | <source>When checked, the graphics API enters a slower debugging mode</source> | 628 | <source>When checked, the graphics API enters a slower debugging mode</source> |
| 634 | <translation>Когда включено, графичеÑкий API переходит в более медленный режим отладки</translation> | 629 | <translation>ЕÑли включено, графичеÑкий API переходит в более медленный режим отладки</translation> |
| 635 | </message> | 630 | </message> |
| 636 | <message> | 631 | <message> |
| 637 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="94"/> | 632 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="94"/> |
| @@ -641,7 +636,7 @@ p, li { white-space: pre-wrap; } | |||
| 641 | <message> | 636 | <message> |
| 642 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="101"/> | 637 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="101"/> |
| 643 | <source>When checked, it enables Nsight Aftermath crash dumps</source> | 638 | <source>When checked, it enables Nsight Aftermath crash dumps</source> |
| 644 | <translation>ЕÑли флажок уÑтановлен, включает дампы крашей Nsight Aftermath</translation> | 639 | <translation>ЕÑли включено, включает дампы крашей Nsight Aftermath</translation> |
| 645 | </message> | 640 | </message> |
| 646 | <message> | 641 | <message> |
| 647 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="104"/> | 642 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="104"/> |
| @@ -661,17 +656,17 @@ p, li { white-space: pre-wrap; } | |||
| 661 | <message> | 656 | <message> |
| 662 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> | 657 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="127"/> |
| 663 | <source>When checked, it will dump all the macro programs of the GPU</source> | 658 | <source>When checked, it will dump all the macro programs of the GPU</source> |
| 664 | <translation type="unfinished"/> | 659 | <translation>ЕÑли включено, будет дампить вÑе макропрограммы ГП</translation> |
| 665 | </message> | 660 | </message> |
| 666 | <message> | 661 | <message> |
| 667 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> | 662 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="130"/> |
| 668 | <source>Dump Maxwell Macros</source> | 663 | <source>Dump Maxwell Macros</source> |
| 669 | <translation type="unfinished"/> | 664 | <translation>Дамп макроÑов Maxwell</translation> |
| 670 | </message> | 665 | </message> |
| 671 | <message> | 666 | <message> |
| 672 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> | 667 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="140"/> |
| 673 | <source>When checked, it disables the macro Just In Time compiler. Enabling this makes games run slower</source> | 668 | <source>When checked, it disables the macro Just In Time compiler. Enabling this makes games run slower</source> |
| 674 | <translation>При включении, отключает компилÑтор макроÑа Just In Time. Включение опции делает игры медленнее</translation> | 669 | <translation>ЕÑли включено, отключает компилÑтор макроÑа Just In Time. Включение опции делает игры медленнее</translation> |
| 675 | </message> | 670 | </message> |
| 676 | <message> | 671 | <message> |
| 677 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="143"/> | 672 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="143"/> |
| @@ -681,7 +676,7 @@ p, li { white-space: pre-wrap; } | |||
| 681 | <message> | 676 | <message> |
| 682 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="150"/> | 677 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="150"/> |
| 683 | <source>When checked, yuzu will log statistics about the compiled pipeline cache</source> | 678 | <source>When checked, yuzu will log statistics about the compiled pipeline cache</source> |
| 684 | <translation>ЕÑли флажок уÑтановлен, yuzu будет запиÑывать ÑтатиÑтику о Ñкомпилированном кÑше конвейера</translation> | 679 | <translation>ЕÑли включено, yuzu будет запиÑывать ÑтатиÑтику о Ñкомпилированном кÑше конвейера</translation> |
| 685 | </message> | 680 | </message> |
| 686 | <message> | 681 | <message> |
| 687 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="153"/> | 682 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="153"/> |
| @@ -691,7 +686,7 @@ p, li { white-space: pre-wrap; } | |||
| 691 | <message> | 686 | <message> |
| 692 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="160"/> | 687 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="160"/> |
| 693 | <source>When checked, it executes shaders without loop logic changes</source> | 688 | <source>When checked, it executes shaders without loop logic changes</source> |
| 694 | <translation>ЕÑли флажок уÑтановлен, он производит выполнение шейдеров без Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð»Ð¾Ð³Ð¸ÐºÐ¸ цикла</translation> | 689 | <translation>ЕÑли включено, производит выполнение шейдеров без Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð»Ð¾Ð³Ð¸ÐºÐ¸ цикла</translation> |
| 695 | </message> | 690 | </message> |
| 696 | <message> | 691 | <message> |
| 697 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="163"/> | 692 | <location filename="../../src/yuzu/configuration/configure_debug.ui" line="163"/> |
| @@ -4052,346 +4047,346 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4052 | <translation>Произошла неизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°. ПожалуйÑта, проверьте журнал Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ñтей.</translation> | 4047 | <translation>Произошла неизвеÑÑ‚Ð½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°. ПожалуйÑта, проверьте журнал Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ñтей.</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4056 | <source>(64-bit)</source> | 4051 | <source>(64-bit)</source> |
| 4057 | <translation>(64-х битный)</translation> | 4052 | <translation>(64-х битный)</translation> |
| 4058 | </message> | 4053 | </message> |
| 4059 | <message> | 4054 | <message> |
| 4060 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4055 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4061 | <source>(32-bit)</source> | 4056 | <source>(32-bit)</source> |
| 4062 | <translation>(32-х битный)</translation> | 4057 | <translation>(32-х битный)</translation> |
| 4063 | </message> | 4058 | </message> |
| 4064 | <message> | 4059 | <message> |
| 4065 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4060 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4066 | <source>%1 %2</source> | 4061 | <source>%1 %2</source> |
| 4067 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4062 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4068 | <translation>%1 %2</translation> | 4063 | <translation>%1 %2</translation> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4072 | <source>Save Data</source> | 4067 | <source>Save Data</source> |
| 4073 | <translation>СохранениÑ</translation> | 4068 | <translation>СохранениÑ</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4077 | <source>Mod Data</source> | 4072 | <source>Mod Data</source> |
| 4078 | <translation>Данные модов</translation> | 4073 | <translation>Данные модов</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4082 | <source>Error Opening %1 Folder</source> | 4077 | <source>Error Opening %1 Folder</source> |
| 4083 | <translation>Ошибка при открытии папки %1</translation> | 4078 | <translation>Ошибка при открытии папки %1</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4087 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4082 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4088 | <source>Folder does not exist!</source> | 4083 | <source>Folder does not exist!</source> |
| 4089 | <translation>Папка не ÑущеÑтвует!</translation> | 4084 | <translation>Папка не ÑущеÑтвует!</translation> |
| 4090 | </message> | 4085 | </message> |
| 4091 | <message> | 4086 | <message> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4093 | <source>Error Opening Transferable Shader Cache</source> | 4088 | <source>Error Opening Transferable Shader Cache</source> |
| 4094 | <translation>Ошибка при открытии переноÑного кÑша шейдеров</translation> | 4089 | <translation>Ошибка при открытии переноÑного кÑша шейдеров</translation> |
| 4095 | </message> | 4090 | </message> |
| 4096 | <message> | 4091 | <message> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4098 | <source>Failed to create the shader cache directory for this title.</source> | 4093 | <source>Failed to create the shader cache directory for this title.</source> |
| 4099 | <translation>Ðе удалоÑÑŒ Ñоздать папку кÑша шейдеров Ð´Ð»Ñ Ñтой игры.</translation> | 4094 | <translation>Ðе удалоÑÑŒ Ñоздать папку кÑша шейдеров Ð´Ð»Ñ Ñтой игры.</translation> |
| 4100 | </message> | 4095 | </message> |
| 4101 | <message> | 4096 | <message> |
| 4102 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4097 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4103 | <source>Contents</source> | 4098 | <source>Contents</source> |
| 4104 | <translation>Содержание</translation> | 4099 | <translation>Содержание</translation> |
| 4105 | </message> | 4100 | </message> |
| 4106 | <message> | 4101 | <message> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4108 | <source>Update</source> | 4103 | <source>Update</source> |
| 4109 | <translation>Обновление</translation> | 4104 | <translation>Обновление</translation> |
| 4110 | </message> | 4105 | </message> |
| 4111 | <message> | 4106 | <message> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4113 | <source>DLC</source> | 4108 | <source>DLC</source> |
| 4114 | <translation>Загружаемый контент</translation> | 4109 | <translation>Загружаемый контент</translation> |
| 4115 | </message> | 4110 | </message> |
| 4116 | <message> | 4111 | <message> |
| 4117 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4112 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4118 | <source>Remove Entry</source> | 4113 | <source>Remove Entry</source> |
| 4119 | <translation>Удалить запиÑÑŒ</translation> | 4114 | <translation>Удалить запиÑÑŒ</translation> |
| 4120 | </message> | 4115 | </message> |
| 4121 | <message> | 4116 | <message> |
| 4122 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4117 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4123 | <source>Remove Installed Game %1?</source> | 4118 | <source>Remove Installed Game %1?</source> |
| 4124 | <translation>Удалить уÑтановленную игру %1?</translation> | 4119 | <translation>Удалить уÑтановленную игру %1?</translation> |
| 4125 | </message> | 4120 | </message> |
| 4126 | <message> | 4121 | <message> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4132 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4127 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4133 | <source>Successfully Removed</source> | 4128 | <source>Successfully Removed</source> |
| 4134 | <translation>УÑпешно удалено</translation> | 4129 | <translation>УÑпешно удалено</translation> |
| 4135 | </message> | 4130 | </message> |
| 4136 | <message> | 4131 | <message> |
| 4137 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4132 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4138 | <source>Successfully removed the installed base game.</source> | 4133 | <source>Successfully removed the installed base game.</source> |
| 4139 | <translation>УÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð¸Ð³Ñ€Ð° уÑпешно удалена.</translation> | 4134 | <translation>УÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð¸Ð³Ñ€Ð° уÑпешно удалена.</translation> |
| 4140 | </message> | 4135 | </message> |
| 4141 | <message> | 4136 | <message> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4144 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4139 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4145 | <source>Error Removing %1</source> | 4140 | <source>Error Removing %1</source> |
| 4146 | <translation>Ошибка при удалении %1</translation> | 4141 | <translation>Ошибка при удалении %1</translation> |
| 4147 | </message> | 4142 | </message> |
| 4148 | <message> | 4143 | <message> |
| 4149 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4144 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4150 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4145 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4151 | <translation>Игра не уÑтановлена в NAND и не может быть удалена.</translation> | 4146 | <translation>Игра не уÑтановлена в NAND и не может быть удалена.</translation> |
| 4152 | </message> | 4147 | </message> |
| 4153 | <message> | 4148 | <message> |
| 4154 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4149 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4155 | <source>Successfully removed the installed update.</source> | 4150 | <source>Successfully removed the installed update.</source> |
| 4156 | <translation>УÑтановленное обновление уÑпешно удалено.</translation> | 4151 | <translation>УÑтановленное обновление уÑпешно удалено.</translation> |
| 4157 | </message> | 4152 | </message> |
| 4158 | <message> | 4153 | <message> |
| 4159 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4154 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4160 | <source>There is no update installed for this title.</source> | 4155 | <source>There is no update installed for this title.</source> |
| 4161 | <translation>Ð”Ð»Ñ Ñтой игры не было уÑтановлено обновление.</translation> | 4156 | <translation>Ð”Ð»Ñ Ñтой игры не было уÑтановлено обновление.</translation> |
| 4162 | </message> | 4157 | </message> |
| 4163 | <message> | 4158 | <message> |
| 4164 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4159 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4165 | <source>There are no DLC installed for this title.</source> | 4160 | <source>There are no DLC installed for this title.</source> |
| 4166 | <translation>Ð”Ð»Ñ Ñтой игры не был уÑтановлен загружаемый контент.</translation> | 4161 | <translation>Ð”Ð»Ñ Ñтой игры не был уÑтановлен загружаемый контент.</translation> |
| 4167 | </message> | 4162 | </message> |
| 4168 | <message> | 4163 | <message> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4170 | <source>Successfully removed %1 installed DLC.</source> | 4165 | <source>Successfully removed %1 installed DLC.</source> |
| 4171 | <translation>УÑтановленный загружаемый контент %1 был уÑпешно удалён</translation> | 4166 | <translation>УÑтановленный загружаемый контент %1 был уÑпешно удалён</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4175 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4170 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4176 | <translation>Удалить переноÑной кÑш шейдеров OpenGL?</translation> | 4171 | <translation>Удалить переноÑной кÑш шейдеров OpenGL?</translation> |
| 4177 | </message> | 4172 | </message> |
| 4178 | <message> | 4173 | <message> |
| 4179 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4174 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4180 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4175 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4181 | <translation>Удалить переноÑной кÑш шейдеров Vulkan?</translation> | 4176 | <translation>Удалить переноÑной кÑш шейдеров Vulkan?</translation> |
| 4182 | </message> | 4177 | </message> |
| 4183 | <message> | 4178 | <message> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4185 | <source>Delete All Transferable Shader Caches?</source> | 4180 | <source>Delete All Transferable Shader Caches?</source> |
| 4186 | <translation>Удалить веÑÑŒ переноÑной кÑш шейдеров?</translation> | 4181 | <translation>Удалить веÑÑŒ переноÑной кÑш шейдеров?</translation> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4190 | <source>Remove Custom Game Configuration?</source> | 4185 | <source>Remove Custom Game Configuration?</source> |
| 4191 | <translation>Удалить пользовательÑкую наÑтройку игры?</translation> | 4186 | <translation>Удалить пользовательÑкую наÑтройку игры?</translation> |
| 4192 | </message> | 4187 | </message> |
| 4193 | <message> | 4188 | <message> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4195 | <source>Remove File</source> | 4190 | <source>Remove File</source> |
| 4196 | <translation>Удалить файл</translation> | 4191 | <translation>Удалить файл</translation> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4201 | <source>Error Removing Transferable Shader Cache</source> | 4196 | <source>Error Removing Transferable Shader Cache</source> |
| 4202 | <translation>Ошибка при удалении переноÑного кÑша шейдеров</translation> | 4197 | <translation>Ошибка при удалении переноÑного кÑша шейдеров</translation> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4207 | <source>A shader cache for this title does not exist.</source> | 4202 | <source>A shader cache for this title does not exist.</source> |
| 4208 | <translation>КÑш шейдеров Ð´Ð»Ñ Ñтой игры не ÑущеÑтвует.</translation> | 4203 | <translation>КÑш шейдеров Ð´Ð»Ñ Ñтой игры не ÑущеÑтвует.</translation> |
| 4209 | </message> | 4204 | </message> |
| 4210 | <message> | 4205 | <message> |
| 4211 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4206 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4212 | <source>Successfully removed the transferable shader cache.</source> | 4207 | <source>Successfully removed the transferable shader cache.</source> |
| 4213 | <translation>ПереноÑной кÑш шейдеров уÑпешно удалён.</translation> | 4208 | <translation>ПереноÑной кÑш шейдеров уÑпешно удалён.</translation> |
| 4214 | </message> | 4209 | </message> |
| 4215 | <message> | 4210 | <message> |
| 4216 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4211 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4217 | <source>Failed to remove the transferable shader cache.</source> | 4212 | <source>Failed to remove the transferable shader cache.</source> |
| 4218 | <translation>Ðе удалоÑÑŒ удалить переноÑной кÑш шейдеров.</translation> | 4213 | <translation>Ðе удалоÑÑŒ удалить переноÑной кÑш шейдеров.</translation> |
| 4219 | </message> | 4214 | </message> |
| 4220 | <message> | 4215 | <message> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4223 | <source>Error Removing Transferable Shader Caches</source> | 4218 | <source>Error Removing Transferable Shader Caches</source> |
| 4224 | <translation>Ошибка при удалении переноÑного кÑша шейдеров</translation> | 4219 | <translation>Ошибка при удалении переноÑного кÑша шейдеров</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4228 | <source>Successfully removed the transferable shader caches.</source> | 4223 | <source>Successfully removed the transferable shader caches.</source> |
| 4229 | <translation>ПереноÑной кÑш шейдеров уÑпешно удален.</translation> | 4224 | <translation>ПереноÑной кÑш шейдеров уÑпешно удален.</translation> |
| 4230 | </message> | 4225 | </message> |
| 4231 | <message> | 4226 | <message> |
| 4232 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4227 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4233 | <source>Failed to remove the transferable shader cache directory.</source> | 4228 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4234 | <translation>Ошибка при удалении папки переноÑного кÑша шейдеров.</translation> | 4229 | <translation>Ошибка при удалении папки переноÑного кÑша шейдеров.</translation> |
| 4235 | </message> | 4230 | </message> |
| 4236 | <message> | 4231 | <message> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4239 | <source>Error Removing Custom Configuration</source> | 4234 | <source>Error Removing Custom Configuration</source> |
| 4240 | <translation>Ошибка при удалении пользовательÑкой наÑтройки</translation> | 4235 | <translation>Ошибка при удалении пользовательÑкой наÑтройки</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4244 | <source>A custom configuration for this title does not exist.</source> | 4239 | <source>A custom configuration for this title does not exist.</source> |
| 4245 | <translation>ПользовательÑÐºÐ°Ñ Ð½Ð°Ñтройка Ð´Ð»Ñ Ñтой игры не ÑущеÑтвует.</translation> | 4240 | <translation>ПользовательÑÐºÐ°Ñ Ð½Ð°Ñтройка Ð´Ð»Ñ Ñтой игры не ÑущеÑтвует.</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4249 | <source>Successfully removed the custom game configuration.</source> | 4244 | <source>Successfully removed the custom game configuration.</source> |
| 4250 | <translation>ПользовательÑÐºÐ°Ñ Ð½Ð°Ñтройка игры уÑпешно удалена.</translation> | 4245 | <translation>ПользовательÑÐºÐ°Ñ Ð½Ð°Ñтройка игры уÑпешно удалена.</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4254 | <source>Failed to remove the custom game configuration.</source> | 4249 | <source>Failed to remove the custom game configuration.</source> |
| 4255 | <translation>Ðе удалоÑÑŒ удалить пользовательÑкую наÑтройку игры.</translation> | 4250 | <translation>Ðе удалоÑÑŒ удалить пользовательÑкую наÑтройку игры.</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4259 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4254 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4260 | <source>RomFS Extraction Failed!</source> | 4255 | <source>RomFS Extraction Failed!</source> |
| 4261 | <translation>Ðе удалоÑÑŒ извлечь RomFS!</translation> | 4256 | <translation>Ðе удалоÑÑŒ извлечь RomFS!</translation> |
| 4262 | </message> | 4257 | </message> |
| 4263 | <message> | 4258 | <message> |
| 4264 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4259 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4265 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4260 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4266 | <translation>Произошла ошибка при копировании файлов RomFS или пользователь отменил операцию.</translation> | 4261 | <translation>Произошла ошибка при копировании файлов RomFS или пользователь отменил операцию.</translation> |
| 4267 | </message> | 4262 | </message> |
| 4268 | <message> | 4263 | <message> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4270 | <source>Full</source> | 4265 | <source>Full</source> |
| 4271 | <translation>Полный</translation> | 4266 | <translation>Полный</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4275 | <source>Skeleton</source> | 4270 | <source>Skeleton</source> |
| 4276 | <translation>Скелет</translation> | 4271 | <translation>Скелет</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4280 | <source>Select RomFS Dump Mode</source> | 4275 | <source>Select RomFS Dump Mode</source> |
| 4281 | <translation>Выберите режим дампа RomFS</translation> | 4276 | <translation>Выберите режим дампа RomFS</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4285 | <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> | 4280 | <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> |
| 4286 | <translation>ПожалуйÑта, выберите, как вы хотите выполнить дамп RomFS. <br>Полный Ñкопирует вÑе файлы в новую папку, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº <br>Ñкелет ÑоздаÑÑ‚ только Ñтруктуру папок.</translation> | 4281 | <translation>ПожалуйÑта, выберите, как вы хотите выполнить дамп RomFS. <br>Полный Ñкопирует вÑе файлы в новую папку, в то Ð²Ñ€ÐµÐ¼Ñ ÐºÐ°Ðº <br>Ñкелет ÑоздаÑÑ‚ только Ñтруктуру папок.</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4290 | <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> | 4285 | <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> |
| 4291 | <translation>Ð’ %1 недоÑтаточно Ñвободного меÑта Ð´Ð»Ñ Ð¸Ð·Ð²Ð»ÐµÑ‡ÐµÐ½Ð¸Ñ RomFS. ПожалуйÑта, оÑвободите меÑто или выберите другую папку Ð´Ð»Ñ Ð´Ð°Ð¼Ð¿Ð° в ÐмулÑÑ†Ð¸Ñ > ÐаÑтройка > СиÑтема > Ð¤Ð°Ð¹Ð»Ð¾Ð²Ð°Ñ ÑиÑтема > Корень дампа</translation> | 4286 | <translation>Ð’ %1 недоÑтаточно Ñвободного меÑта Ð´Ð»Ñ Ð¸Ð·Ð²Ð»ÐµÑ‡ÐµÐ½Ð¸Ñ RomFS. ПожалуйÑта, оÑвободите меÑто или выберите другую папку Ð´Ð»Ñ Ð´Ð°Ð¼Ð¿Ð° в ÐмулÑÑ†Ð¸Ñ > ÐаÑтройка > СиÑтема > Ð¤Ð°Ð¹Ð»Ð¾Ð²Ð°Ñ ÑиÑтема > Корень дампа</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4295 | <source>Extracting RomFS...</source> | 4290 | <source>Extracting RomFS...</source> |
| 4296 | <translation>Извлечение RomFS...</translation> | 4291 | <translation>Извлечение RomFS...</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4300 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4295 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4301 | <source>Cancel</source> | 4296 | <source>Cancel</source> |
| 4302 | <translation>Отмена</translation> | 4297 | <translation>Отмена</translation> |
| 4303 | </message> | 4298 | </message> |
| 4304 | <message> | 4299 | <message> |
| 4305 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4300 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4306 | <source>RomFS Extraction Succeeded!</source> | 4301 | <source>RomFS Extraction Succeeded!</source> |
| 4307 | <translation>Извлечение RomFS прошло уÑпешно!</translation> | 4302 | <translation>Извлечение RomFS прошло уÑпешно!</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4311 | <source>The operation completed successfully.</source> | 4306 | <source>The operation completed successfully.</source> |
| 4312 | <translation>ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð°.</translation> | 4307 | <translation>ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð°.</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4316 | <source>Error Opening %1</source> | 4311 | <source>Error Opening %1</source> |
| 4317 | <translation>Ошибка Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ %1</translation> | 4312 | <translation>Ошибка Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ %1</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4321 | <source>Select Directory</source> | 4316 | <source>Select Directory</source> |
| 4322 | <translation>Выбрать папку</translation> | 4317 | <translation>Выбрать папку</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4326 | <source>Properties</source> | 4321 | <source>Properties</source> |
| 4327 | <translation>СвойÑтва</translation> | 4322 | <translation>СвойÑтва</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4331 | <source>The game properties could not be loaded.</source> | 4326 | <source>The game properties could not be loaded.</source> |
| 4332 | <translation>Ðе удалоÑÑŒ загрузить ÑвойÑтва игры.</translation> | 4327 | <translation>Ðе удалоÑÑŒ загрузить ÑвойÑтва игры.</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4336 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4331 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4337 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4332 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4338 | <translation>ИÑполнÑемый файл Switch (%1);;Ð’Ñе файлы (*.*)</translation> | 4333 | <translation>ИÑполнÑемый файл Switch (%1);;Ð’Ñе файлы (*.*)</translation> |
| 4339 | </message> | 4334 | </message> |
| 4340 | <message> | 4335 | <message> |
| 4341 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4336 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4342 | <source>Load File</source> | 4337 | <source>Load File</source> |
| 4343 | <translation>Загрузить файл</translation> | 4338 | <translation>Загрузить файл</translation> |
| 4344 | </message> | 4339 | </message> |
| 4345 | <message> | 4340 | <message> |
| 4346 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4341 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4347 | <source>Open Extracted ROM Directory</source> | 4342 | <source>Open Extracted ROM Directory</source> |
| 4348 | <translation>Открыть папку извлечённого ROM'а</translation> | 4343 | <translation>Открыть папку извлечённого ROM'а</translation> |
| 4349 | </message> | 4344 | </message> |
| 4350 | <message> | 4345 | <message> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4352 | <source>Invalid Directory Selected</source> | 4347 | <source>Invalid Directory Selected</source> |
| 4353 | <translation>Выбрана недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°</translation> | 4348 | <translation>Выбрана недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4357 | <source>The directory you have selected does not contain a 'main' file.</source> | 4352 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4358 | <translation>Папка, которую вы выбрали, не Ñодержит файла 'main'.</translation> | 4353 | <translation>Папка, которую вы выбрали, не Ñодержит файла 'main'.</translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message> | 4355 | <message> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4362 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4357 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4363 | <translation>УÑтанавливаемый файл Switch (*.nca, *.nsp, *.xci);;Ðрхив контента Nintendo (*.nca);;Пакет подачи Nintendo (*.nsp);;Образ картриджа NX (*.xci)</translation> | 4358 | <translation>УÑтанавливаемый файл Switch (*.nca, *.nsp, *.xci);;Ðрхив контента Nintendo (*.nca);;Пакет подачи Nintendo (*.nsp);;Образ картриджа NX (*.xci)</translation> |
| 4364 | </message> | 4359 | </message> |
| 4365 | <message> | 4360 | <message> |
| 4366 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4361 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4367 | <source>Install Files</source> | 4362 | <source>Install Files</source> |
| 4368 | <translation>УÑтановить файлы</translation> | 4363 | <translation>УÑтановить файлы</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message numerus="yes"> | 4365 | <message numerus="yes"> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4372 | <source>%n file(s) remaining</source> | 4367 | <source>%n file(s) remaining</source> |
| 4373 | <translation><numerusform>ОÑталÑÑ %n файл</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform></translation> | 4368 | <translation><numerusform>ОÑталÑÑ %n файл</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform><numerusform>ОÑталоÑÑŒ %n файл(ов)</numerusform></translation> |
| 4374 | </message> | 4369 | </message> |
| 4375 | <message> | 4370 | <message> |
| 4376 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4371 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4377 | <source>Installing file "%1"...</source> | 4372 | <source>Installing file "%1"...</source> |
| 4378 | <translation>УÑтановка файла "%1"...</translation> | 4373 | <translation>УÑтановка файла "%1"...</translation> |
| 4379 | </message> | 4374 | </message> |
| 4380 | <message> | 4375 | <message> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4382 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4377 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4383 | <source>Install Results</source> | 4378 | <source>Install Results</source> |
| 4384 | <translation>УÑтановить результаты</translation> | 4379 | <translation>УÑтановить результаты</translation> |
| 4385 | </message> | 4380 | </message> |
| 4386 | <message> | 4381 | <message> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4382 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4388 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4383 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4389 | Please, only use this feature to install updates and DLC.</source> | 4384 | Please, only use this feature to install updates and DLC.</source> |
| 4390 | <translation>Чтобы избежать возможных конфликтов, мы не рекомендуем пользователÑм уÑтанавливать игры в NAND. | 4385 | <translation>Чтобы избежать возможных конфликтов, мы не рекомендуем пользователÑм уÑтанавливать игры в NAND. |
| 4391 | ПожалуйÑта, иÑпользуйте Ñту функцию только Ð´Ð»Ñ ÑƒÑтановки обновлений и загружаемого контента.</translation> | 4386 | ПожалуйÑта, иÑпользуйте Ñту функцию только Ð´Ð»Ñ ÑƒÑтановки обновлений и загружаемого контента.</translation> |
| 4392 | </message> | 4387 | </message> |
| 4393 | <message numerus="yes"> | 4388 | <message numerus="yes"> |
| 4394 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4389 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4395 | <source>%n file(s) were newly installed | 4390 | <source>%n file(s) were newly installed |
| 4396 | </source> | 4391 | </source> |
| 4397 | <translation><numerusform>%n файл был недавно уÑтановлен | 4392 | <translation><numerusform>%n файл был недавно уÑтановлен |
| @@ -4401,7 +4396,7 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4401 | </numerusform></translation> | 4396 | </numerusform></translation> |
| 4402 | </message> | 4397 | </message> |
| 4403 | <message numerus="yes"> | 4398 | <message numerus="yes"> |
| 4404 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4399 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4405 | <source>%n file(s) were overwritten | 4400 | <source>%n file(s) were overwritten |
| 4406 | </source> | 4401 | </source> |
| 4407 | <translation><numerusform>%n файл был перезапиÑан | 4402 | <translation><numerusform>%n файл был перезапиÑан |
| @@ -4411,7 +4406,7 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4411 | </numerusform></translation> | 4406 | </numerusform></translation> |
| 4412 | </message> | 4407 | </message> |
| 4413 | <message numerus="yes"> | 4408 | <message numerus="yes"> |
| 4414 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4409 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4415 | <source>%n file(s) failed to install | 4410 | <source>%n file(s) failed to install |
| 4416 | </source> | 4411 | </source> |
| 4417 | <translation><numerusform>%n файл не удалоÑÑŒ уÑтановить | 4412 | <translation><numerusform>%n файл не удалоÑÑŒ уÑтановить |
| @@ -4421,401 +4416,401 @@ Please, only use this feature to install updates and DLC.</source> | |||
| 4421 | </numerusform></translation> | 4416 | </numerusform></translation> |
| 4422 | </message> | 4417 | </message> |
| 4423 | <message> | 4418 | <message> |
| 4424 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4419 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4425 | <source>System Application</source> | 4420 | <source>System Application</source> |
| 4426 | <translation>СиÑтемное приложение</translation> | 4421 | <translation>СиÑтемное приложение</translation> |
| 4427 | </message> | 4422 | </message> |
| 4428 | <message> | 4423 | <message> |
| 4429 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4424 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4430 | <source>System Archive</source> | 4425 | <source>System Archive</source> |
| 4431 | <translation>СиÑтемный архив</translation> | 4426 | <translation>СиÑтемный архив</translation> |
| 4432 | </message> | 4427 | </message> |
| 4433 | <message> | 4428 | <message> |
| 4434 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4429 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4435 | <source>System Application Update</source> | 4430 | <source>System Application Update</source> |
| 4436 | <translation>Обновление ÑиÑтемного приложениÑ</translation> | 4431 | <translation>Обновление ÑиÑтемного приложениÑ</translation> |
| 4437 | </message> | 4432 | </message> |
| 4438 | <message> | 4433 | <message> |
| 4439 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4434 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4440 | <source>Firmware Package (Type A)</source> | 4435 | <source>Firmware Package (Type A)</source> |
| 4441 | <translation>Пакет прошивки (Тип Ð)</translation> | 4436 | <translation>Пакет прошивки (Тип Ð)</translation> |
| 4442 | </message> | 4437 | </message> |
| 4443 | <message> | 4438 | <message> |
| 4444 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4439 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4445 | <source>Firmware Package (Type B)</source> | 4440 | <source>Firmware Package (Type B)</source> |
| 4446 | <translation>Пакет прошивки (Тип Б)</translation> | 4441 | <translation>Пакет прошивки (Тип Б)</translation> |
| 4447 | </message> | 4442 | </message> |
| 4448 | <message> | 4443 | <message> |
| 4449 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4444 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4450 | <source>Game</source> | 4445 | <source>Game</source> |
| 4451 | <translation>Игра</translation> | 4446 | <translation>Игра</translation> |
| 4452 | </message> | 4447 | </message> |
| 4453 | <message> | 4448 | <message> |
| 4454 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4449 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4455 | <source>Game Update</source> | 4450 | <source>Game Update</source> |
| 4456 | <translation>Обновление игры</translation> | 4451 | <translation>Обновление игры</translation> |
| 4457 | </message> | 4452 | </message> |
| 4458 | <message> | 4453 | <message> |
| 4459 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4454 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4460 | <source>Game DLC</source> | 4455 | <source>Game DLC</source> |
| 4461 | <translation>Загружаемый контент игры</translation> | 4456 | <translation>Загружаемый контент игры</translation> |
| 4462 | </message> | 4457 | </message> |
| 4463 | <message> | 4458 | <message> |
| 4464 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4459 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4465 | <source>Delta Title</source> | 4460 | <source>Delta Title</source> |
| 4466 | <translation>Дельта-титул</translation> | 4461 | <translation>Дельта-титул</translation> |
| 4467 | </message> | 4462 | </message> |
| 4468 | <message> | 4463 | <message> |
| 4469 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4464 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4470 | <source>Select NCA Install Type...</source> | 4465 | <source>Select NCA Install Type...</source> |
| 4471 | <translation>Выберите тип уÑтановки NCA...</translation> | 4466 | <translation>Выберите тип уÑтановки NCA...</translation> |
| 4472 | </message> | 4467 | </message> |
| 4473 | <message> | 4468 | <message> |
| 4474 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4469 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4475 | <source>Please select the type of title you would like to install this NCA as: | 4470 | <source>Please select the type of title you would like to install this NCA as: |
| 4476 | (In most instances, the default 'Game' is fine.)</source> | 4471 | (In most instances, the default 'Game' is fine.)</source> |
| 4477 | <translation>ПожалуйÑта, выберите тип приложениÑ, который вы хотите уÑтановить Ð´Ð»Ñ Ñтого NCA: | 4472 | <translation>ПожалуйÑта, выберите тип приложениÑ, который вы хотите уÑтановить Ð´Ð»Ñ Ñтого NCA: |
| 4478 | (Ð’ большинÑтве Ñлучаев, подходит Ñтандартный выбор «Игра».)</translation> | 4473 | (Ð’ большинÑтве Ñлучаев, подходит Ñтандартный выбор «Игра».)</translation> |
| 4479 | </message> | 4474 | </message> |
| 4480 | <message> | 4475 | <message> |
| 4481 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4476 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4482 | <source>Failed to Install</source> | 4477 | <source>Failed to Install</source> |
| 4483 | <translation>Ошибка уÑтановки</translation> | 4478 | <translation>Ошибка уÑтановки</translation> |
| 4484 | </message> | 4479 | </message> |
| 4485 | <message> | 4480 | <message> |
| 4486 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4481 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4487 | <source>The title type you selected for the NCA is invalid.</source> | 4482 | <source>The title type you selected for the NCA is invalid.</source> |
| 4488 | <translation>Тип приложениÑ, который вы выбрали Ð´Ð»Ñ NCA, недейÑтвителен.</translation> | 4483 | <translation>Тип приложениÑ, который вы выбрали Ð´Ð»Ñ NCA, недейÑтвителен.</translation> |
| 4489 | </message> | 4484 | </message> |
| 4490 | <message> | 4485 | <message> |
| 4491 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4486 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4492 | <source>File not found</source> | 4487 | <source>File not found</source> |
| 4493 | <translation>Файл не найден</translation> | 4488 | <translation>Файл не найден</translation> |
| 4494 | </message> | 4489 | </message> |
| 4495 | <message> | 4490 | <message> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4497 | <source>File "%1" not found</source> | 4492 | <source>File "%1" not found</source> |
| 4498 | <translation>Файл "%1" не найден</translation> | 4493 | <translation>Файл "%1" не найден</translation> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4502 | <source>OK</source> | 4497 | <source>OK</source> |
| 4503 | <translation>ОК</translation> | 4498 | <translation>ОК</translation> |
| 4504 | </message> | 4499 | </message> |
| 4505 | <message> | 4500 | <message> |
| 4506 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4501 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4507 | <source>Missing yuzu Account</source> | 4502 | <source>Missing yuzu Account</source> |
| 4508 | <translation>ОтÑутÑтвует аккаунт yuzu</translation> | 4503 | <translation>ОтÑутÑтвует аккаунт yuzu</translation> |
| 4509 | </message> | 4504 | </message> |
| 4510 | <message> | 4505 | <message> |
| 4511 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4506 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4512 | <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> | 4507 | <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> |
| 4513 | <translation>Чтобы отправить отчет о ÑовмеÑтимоÑти игры, необходимо привÑзать Ñвою учетную запиÑÑŒ yuzu.<br><br/>Чтобы привÑзать Ñвою учетную запиÑÑŒ yuzu, перейдите в раздел ÐмулÑÑ†Ð¸Ñ &gt; ÐаÑтроить &gt; Веб.</translation> | 4508 | <translation>Чтобы отправить отчет о ÑовмеÑтимоÑти игры, необходимо привÑзать Ñвою учетную запиÑÑŒ yuzu.<br><br/>Чтобы привÑзать Ñвою учетную запиÑÑŒ yuzu, перейдите в раздел ÐмулÑÑ†Ð¸Ñ &gt; ÐаÑтроить &gt; Веб.</translation> |
| 4514 | </message> | 4509 | </message> |
| 4515 | <message> | 4510 | <message> |
| 4516 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4511 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4517 | <source>Error opening URL</source> | 4512 | <source>Error opening URL</source> |
| 4518 | <translation>Ошибка при открытии URL</translation> | 4513 | <translation>Ошибка при открытии URL</translation> |
| 4519 | </message> | 4514 | </message> |
| 4520 | <message> | 4515 | <message> |
| 4521 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4516 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4522 | <source>Unable to open the URL "%1".</source> | 4517 | <source>Unable to open the URL "%1".</source> |
| 4523 | <translation>Ðе удалоÑÑŒ открыть URL: "%1".</translation> | 4518 | <translation>Ðе удалоÑÑŒ открыть URL: "%1".</translation> |
| 4524 | </message> | 4519 | </message> |
| 4525 | <message> | 4520 | <message> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4527 | <source>TAS Recording</source> | 4522 | <source>TAS Recording</source> |
| 4528 | <translation>ЗапиÑÑŒ TAS</translation> | 4523 | <translation>ЗапиÑÑŒ TAS</translation> |
| 4529 | </message> | 4524 | </message> |
| 4530 | <message> | 4525 | <message> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4532 | <source>Overwrite file of player 1?</source> | 4527 | <source>Overwrite file of player 1?</source> |
| 4533 | <translation>ПерезапиÑать файл игрока 1?</translation> | 4528 | <translation>ПерезапиÑать файл игрока 1?</translation> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4537 | <source>Invalid config detected</source> | 4532 | <source>Invalid config detected</source> |
| 4538 | <translation>Обнаружена недопуÑÑ‚Ð¸Ð¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ</translation> | 4533 | <translation>Обнаружена недопуÑÑ‚Ð¸Ð¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ</translation> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4542 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4537 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4543 | <translation>Портативный контроллер не может быть иÑпользован в режиме док-Ñтанции. Будет выбран контроллер Pro.</translation> | 4538 | <translation>Портативный контроллер не может быть иÑпользован в режиме док-Ñтанции. Будет выбран контроллер Pro.</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4548 | <source>Error</source> | 4543 | <source>Error</source> |
| 4549 | <translation>Ошибка</translation> | 4544 | <translation>Ошибка</translation> |
| 4550 | </message> | 4545 | </message> |
| 4551 | <message> | 4546 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4547 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4554 | <source>The current game is not looking for amiibos</source> | 4549 | <source>The current game is not looking for amiibos</source> |
| 4555 | <translation>Ð¢ÐµÐºÑƒÑ‰Ð°Ñ Ð¸Ð³Ñ€Ð° не ищет amiibo</translation> | 4550 | <translation>Ð¢ÐµÐºÑƒÑ‰Ð°Ñ Ð¸Ð³Ñ€Ð° не ищет amiibo</translation> |
| 4556 | </message> | 4551 | </message> |
| 4557 | <message> | 4552 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4553 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4560 | <source>Amiibo</source> | 4555 | <source>Amiibo</source> |
| 4561 | <translation>Amiibo</translation> | 4556 | <translation>Amiibo</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4565 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4560 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4566 | <source>The current amiibo has been removed</source> | 4561 | <source>The current amiibo has been removed</source> |
| 4567 | <translation>Текущий amiibo был убран</translation> | 4562 | <translation>Текущий amiibo был убран</translation> |
| 4568 | </message> | 4563 | </message> |
| 4569 | <message> | 4564 | <message> |
| 4570 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4565 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4571 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4566 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4572 | <translation>Файл Amiibo (%1);; Ð’Ñе Файлы (*.*)</translation> | 4567 | <translation>Файл Amiibo (%1);; Ð’Ñе Файлы (*.*)</translation> |
| 4573 | </message> | 4568 | </message> |
| 4574 | <message> | 4569 | <message> |
| 4575 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4570 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4576 | <source>Load Amiibo</source> | 4571 | <source>Load Amiibo</source> |
| 4577 | <translation>Загрузить Amiibo</translation> | 4572 | <translation>Загрузить Amiibo</translation> |
| 4578 | </message> | 4573 | </message> |
| 4579 | <message> | 4574 | <message> |
| 4580 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4575 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4581 | <source>Error opening Amiibo data file</source> | 4576 | <source>Error opening Amiibo data file</source> |
| 4582 | <translation>Ошибка Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° данных Amiibo</translation> | 4577 | <translation>Ошибка Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° данных Amiibo</translation> |
| 4583 | </message> | 4578 | </message> |
| 4584 | <message> | 4579 | <message> |
| 4585 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4580 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4586 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4581 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4587 | <translation>Ðевозможно открыть файл Amiibo "%1" Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ.</translation> | 4582 | <translation>Ðевозможно открыть файл Amiibo "%1" Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ.</translation> |
| 4588 | </message> | 4583 | </message> |
| 4589 | <message> | 4584 | <message> |
| 4590 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4585 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4591 | <source>Error reading Amiibo data file</source> | 4586 | <source>Error reading Amiibo data file</source> |
| 4592 | <translation>Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° данных Amiibo</translation> | 4587 | <translation>Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð° данных Amiibo</translation> |
| 4593 | </message> | 4588 | </message> |
| 4594 | <message> | 4589 | <message> |
| 4595 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4590 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4596 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4591 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4597 | <translation>Ðевозможно полноÑтью прочитать данные Amiibo. ОжидалоÑÑŒ прочитать %1 байт, но удалоÑÑŒ прочитать только %2 байт.</translation> | 4592 | <translation>Ðевозможно полноÑтью прочитать данные Amiibo. ОжидалоÑÑŒ прочитать %1 байт, но удалоÑÑŒ прочитать только %2 байт.</translation> |
| 4598 | </message> | 4593 | </message> |
| 4599 | <message> | 4594 | <message> |
| 4600 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4595 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4601 | <source>Error loading Amiibo data</source> | 4596 | <source>Error loading Amiibo data</source> |
| 4602 | <translation>Ошибка загрузки данных Amiibo</translation> | 4597 | <translation>Ошибка загрузки данных Amiibo</translation> |
| 4603 | </message> | 4598 | </message> |
| 4604 | <message> | 4599 | <message> |
| 4605 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4600 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4606 | <source>Unable to load Amiibo data.</source> | 4601 | <source>Unable to load Amiibo data.</source> |
| 4607 | <translation>Ðевозможно загрузить данные Amiibo.</translation> | 4602 | <translation>Ðевозможно загрузить данные Amiibo.</translation> |
| 4608 | </message> | 4603 | </message> |
| 4609 | <message> | 4604 | <message> |
| 4610 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4605 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4611 | <source>Capture Screenshot</source> | 4606 | <source>Capture Screenshot</source> |
| 4612 | <translation>Сделать Ñкриншот</translation> | 4607 | <translation>Сделать Ñкриншот</translation> |
| 4613 | </message> | 4608 | </message> |
| 4614 | <message> | 4609 | <message> |
| 4615 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4610 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4616 | <source>PNG Image (*.png)</source> | 4611 | <source>PNG Image (*.png)</source> |
| 4617 | <translation>Изображение PNG (*.png)</translation> | 4612 | <translation>Изображение PNG (*.png)</translation> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4621 | <source>TAS state: Running %1/%2</source> | 4616 | <source>TAS state: Running %1/%2</source> |
| 4622 | <translation>СоÑтоÑние TAS: ВыполнÑетÑÑ %1/%2</translation> | 4617 | <translation>СоÑтоÑние TAS: ВыполнÑетÑÑ %1/%2</translation> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4626 | <source>TAS state: Recording %1</source> | 4621 | <source>TAS state: Recording %1</source> |
| 4627 | <translation>СоÑтоÑние TAS: ЗапиÑываетÑÑ %1</translation> | 4622 | <translation>СоÑтоÑние TAS: ЗапиÑываетÑÑ %1</translation> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message> | 4624 | <message> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4631 | <source>TAS state: Idle %1/%2</source> | 4626 | <source>TAS state: Idle %1/%2</source> |
| 4632 | <translation>СоÑтоÑние TAS: ПроÑтой %1/%2</translation> | 4627 | <translation>СоÑтоÑние TAS: ПроÑтой %1/%2</translation> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4636 | <source>TAS State: Invalid</source> | 4631 | <source>TAS State: Invalid</source> |
| 4637 | <translation>СоÑтоÑние TAS: Ðеверное</translation> | 4632 | <translation>СоÑтоÑние TAS: Ðеверное</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4641 | <source>&Stop Running</source> | 4636 | <source>&Stop Running</source> |
| 4642 | <translation>[&S] ОÑтановка</translation> | 4637 | <translation>[&S] ОÑтановка</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4646 | <source>&Start</source> | 4641 | <source>&Start</source> |
| 4647 | <translation>[&S] Ðачать</translation> | 4642 | <translation>[&S] Ðачать</translation> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4651 | <source>Stop R&ecording</source> | 4646 | <source>Stop R&ecording</source> |
| 4652 | <translation>[&E] Закончить запиÑÑŒ</translation> | 4647 | <translation>[&E] Закончить запиÑÑŒ</translation> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4656 | <source>R&ecord</source> | 4651 | <source>R&ecord</source> |
| 4657 | <translation>[&E] ЗапиÑÑŒ</translation> | 4652 | <translation>[&E] ЗапиÑÑŒ</translation> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message numerus="yes"> | 4654 | <message numerus="yes"> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4661 | <source>Building: %n shader(s)</source> | 4656 | <source>Building: %n shader(s)</source> |
| 4662 | <translation><numerusform>ПоÑтройка: %n шейдер</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform></translation> | 4657 | <translation><numerusform>ПоÑтройка: %n шейдер</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform><numerusform>ПоÑтройка: %n шейдер(ов)</numerusform></translation> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4666 | <source>Scale: %1x</source> | 4661 | <source>Scale: %1x</source> |
| 4667 | <comment>%1 is the resolution scaling factor</comment> | 4662 | <comment>%1 is the resolution scaling factor</comment> |
| 4668 | <translation>МаÑштаб: %1x</translation> | 4663 | <translation>МаÑштаб: %1x</translation> |
| 4669 | </message> | 4664 | </message> |
| 4670 | <message> | 4665 | <message> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4672 | <source>Speed: %1% / %2%</source> | 4667 | <source>Speed: %1% / %2%</source> |
| 4673 | <translation>СкороÑть: %1% / %2%</translation> | 4668 | <translation>СкороÑть: %1% / %2%</translation> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4677 | <source>Speed: %1%</source> | 4672 | <source>Speed: %1%</source> |
| 4678 | <translation>СкороÑть: %1%</translation> | 4673 | <translation>СкороÑть: %1%</translation> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4682 | <source>Game: %1 FPS (Unlocked)</source> | 4677 | <source>Game: %1 FPS (Unlocked)</source> |
| 4683 | <translation>Игра: %1 FPS (Ðеограниченно)</translation> | 4678 | <translation>Игра: %1 FPS (Ðеограниченно)</translation> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4687 | <source>Game: %1 FPS</source> | 4682 | <source>Game: %1 FPS</source> |
| 4688 | <translation>Игра: %1 FPS</translation> | 4683 | <translation>Игра: %1 FPS</translation> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4692 | <source>Frame: %1 ms</source> | 4687 | <source>Frame: %1 ms</source> |
| 4693 | <translation>Кадр: %1 мÑ</translation> | 4688 | <translation>Кадр: %1 мÑ</translation> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4697 | <source>GPU NORMAL</source> | 4692 | <source>GPU NORMAL</source> |
| 4698 | <translation>ГП ÐОРМÐЛЬÐО</translation> | 4693 | <translation>ГП ÐОРМÐЛЬÐО</translation> |
| 4699 | </message> | 4694 | </message> |
| 4700 | <message> | 4695 | <message> |
| 4701 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4696 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4702 | <source>GPU HIGH</source> | 4697 | <source>GPU HIGH</source> |
| 4703 | <translation>ГП ВЫСОКО</translation> | 4698 | <translation>ГП ВЫСОКО</translation> |
| 4704 | </message> | 4699 | </message> |
| 4705 | <message> | 4700 | <message> |
| 4706 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4701 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4707 | <source>GPU EXTREME</source> | 4702 | <source>GPU EXTREME</source> |
| 4708 | <translation>ГП ÐКСТРИМ</translation> | 4703 | <translation>ГП ÐКСТРИМ</translation> |
| 4709 | </message> | 4704 | </message> |
| 4710 | <message> | 4705 | <message> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4706 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4712 | <source>GPU ERROR</source> | 4707 | <source>GPU ERROR</source> |
| 4713 | <translation>ГП ОШИБКÐ</translation> | 4708 | <translation>ГП ОШИБКÐ</translation> |
| 4714 | </message> | 4709 | </message> |
| 4715 | <message> | 4710 | <message> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4711 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4717 | <source>NEAREST</source> | 4712 | <source>NEAREST</source> |
| 4718 | <translation>БЛИЖÐЙШИЙ</translation> | 4713 | <translation>БЛИЖÐЙШИЙ</translation> |
| 4719 | </message> | 4714 | </message> |
| 4720 | <message> | 4715 | <message> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4716 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4723 | <source>BILINEAR</source> | 4718 | <source>BILINEAR</source> |
| 4724 | <translation>БИЛИÐЕЙÐЫЙ</translation> | 4719 | <translation>БИЛИÐЕЙÐЫЙ</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4728 | <source>BICUBIC</source> | 4723 | <source>BICUBIC</source> |
| 4729 | <translation>БИКУБИЧЕСКИЙ</translation> | 4724 | <translation>БИКУБИЧЕСКИЙ</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4733 | <source>GAUSSIAN</source> | 4728 | <source>GAUSSIAN</source> |
| 4734 | <translation>ГÐУСС</translation> | 4729 | <translation>ГÐУСС</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4738 | <source>SCALEFORCE</source> | 4733 | <source>SCALEFORCE</source> |
| 4739 | <translation>SCALEFORCE</translation> | 4734 | <translation>SCALEFORCE</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4743 | <source>FSR</source> | 4738 | <source>FSR</source> |
| 4744 | <translation>FSR</translation> | 4739 | <translation>FSR</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4748 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4743 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4749 | <source>NO AA</source> | 4744 | <source>NO AA</source> |
| 4750 | <translation>БЕЗ СГЛÐЖИВÐÐИЯ</translation> | 4745 | <translation>БЕЗ СГЛÐЖИВÐÐИЯ</translation> |
| 4751 | </message> | 4746 | </message> |
| 4752 | <message> | 4747 | <message> |
| 4753 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4748 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4754 | <source>FXAA</source> | 4749 | <source>FXAA</source> |
| 4755 | <translation>FXAA</translation> | 4750 | <translation>FXAA</translation> |
| 4756 | </message> | 4751 | </message> |
| 4757 | <message> | 4752 | <message> |
| 4758 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4753 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4759 | <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> | 4754 | <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> |
| 4760 | <translation>Игра, которую вы пытаетеÑÑŒ загрузить, требует, чтобы дополнительные файлы были Ñдамплены Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Switch перед началом игры. <br/><br/>Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации о дампе Ñтих файлов Ñм. Ñледующую вики: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Дамп ÑиÑтемных архивов и общих шрифтов Ñ ÐºÐ¾Ð½Ñоли</a>. <br/><br/>Хотите вернутьÑÑ Ðº ÑпиÑку игр? Продолжение ÑмулÑции может привеÑти к ÑбоÑм, повреждению Ñохраненных данных или другим ошибкам.</translation> | 4755 | <translation>Игра, которую вы пытаетеÑÑŒ загрузить, требует, чтобы дополнительные файлы были Ñдамплены Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ Switch перед началом игры. <br/><br/>Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации о дампе Ñтих файлов Ñм. Ñледующую вики: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Дамп ÑиÑтемных архивов и общих шрифтов Ñ ÐºÐ¾Ð½Ñоли</a>. <br/><br/>Хотите вернутьÑÑ Ðº ÑпиÑку игр? Продолжение ÑмулÑции может привеÑти к ÑбоÑм, повреждению Ñохраненных данных или другим ошибкам.</translation> |
| 4761 | </message> | 4756 | </message> |
| 4762 | <message> | 4757 | <message> |
| 4763 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4758 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4764 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4759 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4765 | <translation>yuzu не удалоÑÑŒ найти ÑиÑтемный архив Switch. %1</translation> | 4760 | <translation>yuzu не удалоÑÑŒ найти ÑиÑтемный архив Switch. %1</translation> |
| 4766 | </message> | 4761 | </message> |
| 4767 | <message> | 4762 | <message> |
| 4768 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4763 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4769 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4764 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4770 | <translation>yuzu не удалоÑÑŒ найти ÑиÑтемный архив Switch: %1. %2</translation> | 4765 | <translation>yuzu не удалоÑÑŒ найти ÑиÑтемный архив Switch: %1. %2</translation> |
| 4771 | </message> | 4766 | </message> |
| 4772 | <message> | 4767 | <message> |
| 4773 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4768 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4774 | <source>System Archive Not Found</source> | 4769 | <source>System Archive Not Found</source> |
| 4775 | <translation>СиÑтемный архив не найден</translation> | 4770 | <translation>СиÑтемный архив не найден</translation> |
| 4776 | </message> | 4771 | </message> |
| 4777 | <message> | 4772 | <message> |
| 4778 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4773 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4779 | <source>System Archive Missing</source> | 4774 | <source>System Archive Missing</source> |
| 4780 | <translation>ОтÑутÑтвует ÑиÑтемный архив</translation> | 4775 | <translation>ОтÑутÑтвует ÑиÑтемный архив</translation> |
| 4781 | </message> | 4776 | </message> |
| 4782 | <message> | 4777 | <message> |
| 4783 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4778 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4784 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4779 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4785 | <translation>yuzu не удалоÑÑŒ найти общие шрифты Switch. %1</translation> | 4780 | <translation>yuzu не удалоÑÑŒ найти общие шрифты Switch. %1</translation> |
| 4786 | </message> | 4781 | </message> |
| 4787 | <message> | 4782 | <message> |
| 4788 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4783 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4789 | <source>Shared Fonts Not Found</source> | 4784 | <source>Shared Fonts Not Found</source> |
| 4790 | <translation>Общие шрифты не найдены</translation> | 4785 | <translation>Общие шрифты не найдены</translation> |
| 4791 | </message> | 4786 | </message> |
| 4792 | <message> | 4787 | <message> |
| 4793 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4788 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4794 | <source>Shared Font Missing</source> | 4789 | <source>Shared Font Missing</source> |
| 4795 | <translation>Общие шрифты отÑутÑтвуют</translation> | 4790 | <translation>Общие шрифты отÑутÑтвуют</translation> |
| 4796 | </message> | 4791 | </message> |
| 4797 | <message> | 4792 | <message> |
| 4798 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4793 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4799 | <source>Fatal Error</source> | 4794 | <source>Fatal Error</source> |
| 4800 | <translation>Ð¤Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°</translation> | 4795 | <translation>Ð¤Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°</translation> |
| 4801 | </message> | 4796 | </message> |
| 4802 | <message> | 4797 | <message> |
| 4803 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4798 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4804 | <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> | 4799 | <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> |
| 4805 | <translation>yuzu ÑтолкнулÑÑ Ñ Ñ„Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ ошибкой, проверьте журнал Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð±Ð¾Ð»ÐµÐµ подробной информации. Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации о доÑтупе к журналу откройте Ñледующую Ñтраницу: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Как загрузить файл журнала</a>.<br/><br/>Ð’Ñ‹ хотите вернутьÑÑ Ðº ÑпиÑку игр? Продолжение ÑмулÑции может привеÑти к ÑбоÑм, повреждению Ñохранений или другим ошибкам.</translation> | 4800 | <translation>yuzu ÑтолкнулÑÑ Ñ Ñ„Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ ошибкой, проверьте журнал Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð±Ð¾Ð»ÐµÐµ подробной информации. Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации о доÑтупе к журналу откройте Ñледующую Ñтраницу: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Как загрузить файл журнала</a>.<br/><br/>Ð’Ñ‹ хотите вернутьÑÑ Ðº ÑпиÑку игр? Продолжение ÑмулÑции может привеÑти к ÑбоÑм, повреждению Ñохранений или другим ошибкам.</translation> |
| 4806 | </message> | 4801 | </message> |
| 4807 | <message> | 4802 | <message> |
| 4808 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4803 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4809 | <source>Fatal Error encountered</source> | 4804 | <source>Fatal Error encountered</source> |
| 4810 | <translation>Произошла Ñ„Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°</translation> | 4805 | <translation>Произошла Ñ„Ð°Ñ‚Ð°Ð»ÑŒÐ½Ð°Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ°</translation> |
| 4811 | </message> | 4806 | </message> |
| 4812 | <message> | 4807 | <message> |
| 4813 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4808 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4814 | <source>Confirm Key Rederivation</source> | 4809 | <source>Confirm Key Rederivation</source> |
| 4815 | <translation>Подтвердите перераÑчет ключа</translation> | 4810 | <translation>Подтвердите перераÑчет ключа</translation> |
| 4816 | </message> | 4811 | </message> |
| 4817 | <message> | 4812 | <message> |
| 4818 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4813 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4819 | <source>You are about to force rederive all of your keys. | 4814 | <source>You are about to force rederive all of your keys. |
| 4820 | If you do not know what this means or what you are doing, | 4815 | If you do not know what this means or what you are doing, |
| 4821 | this is a potentially destructive action. | 4816 | this is a potentially destructive action. |
| @@ -4832,37 +4827,37 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4832 | Ðто удалит ваши автоматичеÑки Ñгенерированные файлы ключей и повторно запуÑтит модуль раÑчета ключей.</translation> | 4827 | Ðто удалит ваши автоматичеÑки Ñгенерированные файлы ключей и повторно запуÑтит модуль раÑчета ключей.</translation> |
| 4833 | </message> | 4828 | </message> |
| 4834 | <message> | 4829 | <message> |
| 4835 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4836 | <source>Missing fuses</source> | 4831 | <source>Missing fuses</source> |
| 4837 | <translation>ОтÑутÑтвуют предохранители</translation> | 4832 | <translation>ОтÑутÑтвуют предохранители</translation> |
| 4838 | </message> | 4833 | </message> |
| 4839 | <message> | 4834 | <message> |
| 4840 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4835 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4841 | <source> - Missing BOOT0</source> | 4836 | <source> - Missing BOOT0</source> |
| 4842 | <translation>- ОтÑутÑтвует BOOT0</translation> | 4837 | <translation>- ОтÑутÑтвует BOOT0</translation> |
| 4843 | </message> | 4838 | </message> |
| 4844 | <message> | 4839 | <message> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4846 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4841 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4847 | <translation>- ОтÑутÑтвует BCPKG2-1-Normal-Main</translation> | 4842 | <translation>- ОтÑутÑтвует BCPKG2-1-Normal-Main</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4851 | <source> - Missing PRODINFO</source> | 4846 | <source> - Missing PRODINFO</source> |
| 4852 | <translation>- ОтÑутÑтвует PRODINFO</translation> | 4847 | <translation>- ОтÑутÑтвует PRODINFO</translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4856 | <source>Derivation Components Missing</source> | 4851 | <source>Derivation Components Missing</source> |
| 4857 | <translation>Компоненты раÑчета отÑутÑтвуют</translation> | 4852 | <translation>Компоненты раÑчета отÑутÑтвуют</translation> |
| 4858 | </message> | 4853 | </message> |
| 4859 | <message> | 4854 | <message> |
| 4860 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4855 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4861 | <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> | 4856 | <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> |
| 4862 | <translation>Ключи ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ñ‚ÑутÑтвуют. <br>ПожалуйÑта, Ñледуйте <a href='https://yuzu-emu.org/help/quickstart/'>краткому руководÑтву Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ yuzu</a>, чтобы получить вÑе ваши ключи, прошивку и игры.<br><br><small>(%1)</small></translation> | 4857 | <translation>Ключи ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ñ‚ÑутÑтвуют. <br>ПожалуйÑта, Ñледуйте <a href='https://yuzu-emu.org/help/quickstart/'>краткому руководÑтву Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ yuzu</a>, чтобы получить вÑе ваши ключи, прошивку и игры.<br><br><small>(%1)</small></translation> |
| 4863 | </message> | 4858 | </message> |
| 4864 | <message> | 4859 | <message> |
| 4865 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4860 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4866 | <source>Deriving keys... | 4861 | <source>Deriving keys... |
| 4867 | This may take up to a minute depending | 4862 | This may take up to a minute depending |
| 4868 | on your system's performance.</source> | 4863 | on your system's performance.</source> |
| @@ -4871,39 +4866,39 @@ on your system's performance.</source> | |||
| 4871 | от производительноÑти вашей ÑиÑтемы.</translation> | 4866 | от производительноÑти вашей ÑиÑтемы.</translation> |
| 4872 | </message> | 4867 | </message> |
| 4873 | <message> | 4868 | <message> |
| 4874 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4869 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4875 | <source>Deriving Keys</source> | 4870 | <source>Deriving Keys</source> |
| 4876 | <translation>Получение ключей</translation> | 4871 | <translation>Получение ключей</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4874 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4880 | <source>Select RomFS Dump Target</source> | 4875 | <source>Select RomFS Dump Target</source> |
| 4881 | <translation>Выберите цель Ð´Ð»Ñ Ð´Ð°Ð¼Ð¿Ð° RomFS</translation> | 4876 | <translation>Выберите цель Ð´Ð»Ñ Ð´Ð°Ð¼Ð¿Ð° RomFS</translation> |
| 4882 | </message> | 4877 | </message> |
| 4883 | <message> | 4878 | <message> |
| 4884 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4879 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4885 | <source>Please select which RomFS you would like to dump.</source> | 4880 | <source>Please select which RomFS you would like to dump.</source> |
| 4886 | <translation>ПожалуйÑта, выберите, какой RomFS вы хотите Ñдампить.</translation> | 4881 | <translation>ПожалуйÑта, выберите, какой RomFS вы хотите Ñдампить.</translation> |
| 4887 | </message> | 4882 | </message> |
| 4888 | <message> | 4883 | <message> |
| 4889 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4884 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4890 | <source>Are you sure you want to close yuzu?</source> | 4885 | <source>Are you sure you want to close yuzu?</source> |
| 4891 | <translation>Вы уверены, что хотите закрыть yuzu?</translation> | 4886 | <translation>Вы уверены, что хотите закрыть yuzu?</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4889 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4895 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4890 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4896 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4891 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4897 | <source>yuzu</source> | 4892 | <source>yuzu</source> |
| 4898 | <translation>yuzu</translation> | 4893 | <translation>yuzu</translation> |
| 4899 | </message> | 4894 | </message> |
| 4900 | <message> | 4895 | <message> |
| 4901 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4896 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4902 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4897 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4903 | <translation>Ð’Ñ‹ уверены, что хотите оÑтановить ÑмулÑцию? Любой неÑохраненный прогреÑÑ Ð±ÑƒÐ´ÐµÑ‚ потерÑн.</translation> | 4898 | <translation>Ð’Ñ‹ уверены, что хотите оÑтановить ÑмулÑцию? Любой неÑохраненный прогреÑÑ Ð±ÑƒÐ´ÐµÑ‚ потерÑн.</translation> |
| 4904 | </message> | 4899 | </message> |
| 4905 | <message> | 4900 | <message> |
| 4906 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4901 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4907 | <source>The currently running application has requested yuzu to not exit. | 4902 | <source>The currently running application has requested yuzu to not exit. |
| 4908 | 4903 | ||
| 4909 | Would you like to bypass this and exit anyway?</source> | 4904 | Would you like to bypass this and exit anyway?</source> |
| @@ -4915,38 +4910,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4915 | <context> | 4910 | <context> |
| 4916 | <name>GRenderWindow</name> | 4911 | <name>GRenderWindow</name> |
| 4917 | <message> | 4912 | <message> |
| 4918 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4913 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4919 | <source>OpenGL not available!</source> | 4914 | <source>OpenGL not available!</source> |
| 4920 | <translation>OpenGL не доÑтупен!</translation> | 4915 | <translation>OpenGL не доÑтупен!</translation> |
| 4921 | </message> | 4916 | </message> |
| 4922 | <message> | 4917 | <message> |
| 4923 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4918 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4924 | <source>yuzu has not been compiled with OpenGL support.</source> | 4919 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4925 | <translation>yuzu не был Ñкомпилирован Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ OpenGL.</translation> | 4920 | <translation>yuzu не был Ñкомпилирован Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¾Ð¹ OpenGL.</translation> |
| 4926 | </message> | 4921 | </message> |
| 4927 | <message> | 4922 | <message> |
| 4928 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4923 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4929 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4924 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4930 | <source>Error while initializing OpenGL!</source> | 4925 | <source>Error while initializing OpenGL!</source> |
| 4931 | <translation>Ошибка при инициализации OpenGL!</translation> | 4926 | <translation>Ошибка при инициализации OpenGL!</translation> |
| 4932 | </message> | 4927 | </message> |
| 4933 | <message> | 4928 | <message> |
| 4934 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4929 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4935 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4930 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4936 | <translation>Ваш ГП может не поддерживать OpenGL, или у Ð²Ð°Ñ ÑƒÑтановлен уÑтаревший графичеÑкий драйвер.</translation> | 4931 | <translation>Ваш ГП может не поддерживать OpenGL, или у Ð²Ð°Ñ ÑƒÑтановлен уÑтаревший графичеÑкий драйвер.</translation> |
| 4937 | </message> | 4932 | </message> |
| 4938 | <message> | 4933 | <message> |
| 4939 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4934 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4940 | <source>Error while initializing OpenGL 4.6!</source> | 4935 | <source>Error while initializing OpenGL 4.6!</source> |
| 4941 | <translation>Ошибка при инициализации OpenGL 4.6!</translation> | 4936 | <translation>Ошибка при инициализации OpenGL 4.6!</translation> |
| 4942 | </message> | 4937 | </message> |
| 4943 | <message> | 4938 | <message> |
| 4944 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4939 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4945 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4940 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4946 | <translation>Ваш ГП может не поддерживать OpenGL 4.6, или у Ð²Ð°Ñ ÑƒÑтановлен уÑтаревший графичеÑкий драйвер.<br><br>Рендерер GL:<br>%1</translation> | 4941 | <translation>Ваш ГП может не поддерживать OpenGL 4.6, или у Ð²Ð°Ñ ÑƒÑтановлен уÑтаревший графичеÑкий драйвер.<br><br>Рендерер GL:<br>%1</translation> |
| 4947 | </message> | 4942 | </message> |
| 4948 | <message> | 4943 | <message> |
| 4949 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4944 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4950 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4945 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4951 | <translation>Ваш ГП может не поддерживать одно или неÑколько требуемых раÑширений OpenGL. ПожалуйÑта, убедитеÑÑŒ в том, что у Ð²Ð°Ñ ÑƒÑтановлен поÑледний графичеÑкий драйвер.<br><br>Рендерер GL:<br>%1<br><br>Ðеподдерживаемые раÑширениÑ:<br>%2</translation> | 4946 | <translation>Ваш ГП может не поддерживать одно или неÑколько требуемых раÑширений OpenGL. ПожалуйÑта, убедитеÑÑŒ в том, что у Ð²Ð°Ñ ÑƒÑтановлен поÑледний графичеÑкий драйвер.<br><br>Рендерер GL:<br>%1<br><br>Ðеподдерживаемые раÑширениÑ:<br>%2</translation> |
| 4952 | </message> | 4947 | </message> |
diff --git a/dist/languages/sv.ts b/dist/languages/sv.ts index 0ce218320..90c21d0b3 100644 --- a/dist/languages/sv.ts +++ b/dist/languages/sv.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Om yuzu</translation> | 7 | <translation>Om yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation type="unfinished"/> | 17 | <translation type="unfinished"/> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Hemsida</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Källkod</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bidragsgivare</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licens</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Hemsida</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Källkod</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Bidragsgivare</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Licens</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; är ett varumärke Nintendo äger. yuzu är inte på något sätt associerat med Nintendo.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; är ett varumärke Nintendo äger. yuzu är inte på något sätt associerat med Nintendo.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4021,757 +4016,757 @@ Dra punkter för att ändra position, eller dubbelklicka tabellceller för att r | |||
| 4021 | <translation>Ett okänt fel har uppstått. Se loggen för mer information.</translation> | 4016 | <translation>Ett okänt fel har uppstått. Se loggen för mer information.</translation> |
| 4022 | </message> | 4017 | </message> |
| 4023 | <message> | 4018 | <message> |
| 4024 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4019 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4025 | <source>(64-bit)</source> | 4020 | <source>(64-bit)</source> |
| 4026 | <translation type="unfinished"/> | 4021 | <translation type="unfinished"/> |
| 4027 | </message> | 4022 | </message> |
| 4028 | <message> | 4023 | <message> |
| 4029 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4024 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4030 | <source>(32-bit)</source> | 4025 | <source>(32-bit)</source> |
| 4031 | <translation type="unfinished"/> | 4026 | <translation type="unfinished"/> |
| 4032 | </message> | 4027 | </message> |
| 4033 | <message> | 4028 | <message> |
| 4034 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4029 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4035 | <source>%1 %2</source> | 4030 | <source>%1 %2</source> |
| 4036 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4031 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4037 | <translation type="unfinished"/> | 4032 | <translation type="unfinished"/> |
| 4038 | </message> | 4033 | </message> |
| 4039 | <message> | 4034 | <message> |
| 4040 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4035 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4041 | <source>Save Data</source> | 4036 | <source>Save Data</source> |
| 4042 | <translation>Spardata</translation> | 4037 | <translation>Spardata</translation> |
| 4043 | </message> | 4038 | </message> |
| 4044 | <message> | 4039 | <message> |
| 4045 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4040 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4046 | <source>Mod Data</source> | 4041 | <source>Mod Data</source> |
| 4047 | <translation>Mod-data</translation> | 4042 | <translation>Mod-data</translation> |
| 4048 | </message> | 4043 | </message> |
| 4049 | <message> | 4044 | <message> |
| 4050 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4045 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4051 | <source>Error Opening %1 Folder</source> | 4046 | <source>Error Opening %1 Folder</source> |
| 4052 | <translation>Fel Öppnar %1 Mappen</translation> | 4047 | <translation>Fel Öppnar %1 Mappen</translation> |
| 4053 | </message> | 4048 | </message> |
| 4054 | <message> | 4049 | <message> |
| 4055 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4050 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4056 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4051 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4057 | <source>Folder does not exist!</source> | 4052 | <source>Folder does not exist!</source> |
| 4058 | <translation>Mappen finns inte!</translation> | 4053 | <translation>Mappen finns inte!</translation> |
| 4059 | </message> | 4054 | </message> |
| 4060 | <message> | 4055 | <message> |
| 4061 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4056 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4062 | <source>Error Opening Transferable Shader Cache</source> | 4057 | <source>Error Opening Transferable Shader Cache</source> |
| 4063 | <translation>Fel Under Öppning Av Överförbar Shadercache</translation> | 4058 | <translation>Fel Under Öppning Av Överförbar Shadercache</translation> |
| 4064 | </message> | 4059 | </message> |
| 4065 | <message> | 4060 | <message> |
| 4066 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4061 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4067 | <source>Failed to create the shader cache directory for this title.</source> | 4062 | <source>Failed to create the shader cache directory for this title.</source> |
| 4068 | <translation type="unfinished"/> | 4063 | <translation type="unfinished"/> |
| 4069 | </message> | 4064 | </message> |
| 4070 | <message> | 4065 | <message> |
| 4071 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4066 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4072 | <source>Contents</source> | 4067 | <source>Contents</source> |
| 4073 | <translation>Innehåll</translation> | 4068 | <translation>Innehåll</translation> |
| 4074 | </message> | 4069 | </message> |
| 4075 | <message> | 4070 | <message> |
| 4076 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4071 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4077 | <source>Update</source> | 4072 | <source>Update</source> |
| 4078 | <translation>Uppdatera</translation> | 4073 | <translation>Uppdatera</translation> |
| 4079 | </message> | 4074 | </message> |
| 4080 | <message> | 4075 | <message> |
| 4081 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4076 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4082 | <source>DLC</source> | 4077 | <source>DLC</source> |
| 4083 | <translation>DLC</translation> | 4078 | <translation>DLC</translation> |
| 4084 | </message> | 4079 | </message> |
| 4085 | <message> | 4080 | <message> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4087 | <source>Remove Entry</source> | 4082 | <source>Remove Entry</source> |
| 4088 | <translation>Ta bort katalog</translation> | 4083 | <translation>Ta bort katalog</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4092 | <source>Remove Installed Game %1?</source> | 4087 | <source>Remove Installed Game %1?</source> |
| 4093 | <translation>Ta Bort Installerat Spel %1?</translation> | 4088 | <translation>Ta Bort Installerat Spel %1?</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4097 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4092 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4098 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4093 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4099 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4094 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4100 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4095 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4102 | <source>Successfully Removed</source> | 4097 | <source>Successfully Removed</source> |
| 4103 | <translation>Framgångsrikt borttagen</translation> | 4098 | <translation>Framgångsrikt borttagen</translation> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4107 | <source>Successfully removed the installed base game.</source> | 4102 | <source>Successfully removed the installed base game.</source> |
| 4108 | <translation>Tog bort det installerade basspelet framgångsrikt.</translation> | 4103 | <translation>Tog bort det installerade basspelet framgångsrikt.</translation> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4112 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4107 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4113 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4108 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4114 | <source>Error Removing %1</source> | 4109 | <source>Error Removing %1</source> |
| 4115 | <translation>Fel Under Borttagning Av %1</translation> | 4110 | <translation>Fel Under Borttagning Av %1</translation> |
| 4116 | </message> | 4111 | </message> |
| 4117 | <message> | 4112 | <message> |
| 4118 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4113 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4119 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4114 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4120 | <translation>Basspelet är inte installerat i NAND och kan inte tas bort.</translation> | 4115 | <translation>Basspelet är inte installerat i NAND och kan inte tas bort.</translation> |
| 4121 | </message> | 4116 | </message> |
| 4122 | <message> | 4117 | <message> |
| 4123 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4118 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4124 | <source>Successfully removed the installed update.</source> | 4119 | <source>Successfully removed the installed update.</source> |
| 4125 | <translation>Tog bort den installerade uppdateringen framgångsrikt.</translation> | 4120 | <translation>Tog bort den installerade uppdateringen framgångsrikt.</translation> |
| 4126 | </message> | 4121 | </message> |
| 4127 | <message> | 4122 | <message> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4129 | <source>There is no update installed for this title.</source> | 4124 | <source>There is no update installed for this title.</source> |
| 4130 | <translation>Det finns ingen uppdatering installerad för denna titel.</translation> | 4125 | <translation>Det finns ingen uppdatering installerad för denna titel.</translation> |
| 4131 | </message> | 4126 | </message> |
| 4132 | <message> | 4127 | <message> |
| 4133 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4128 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4134 | <source>There are no DLC installed for this title.</source> | 4129 | <source>There are no DLC installed for this title.</source> |
| 4135 | <translation>Det finns inga DLC installerade för denna titel.</translation> | 4130 | <translation>Det finns inga DLC installerade för denna titel.</translation> |
| 4136 | </message> | 4131 | </message> |
| 4137 | <message> | 4132 | <message> |
| 4138 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4133 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4139 | <source>Successfully removed %1 installed DLC.</source> | 4134 | <source>Successfully removed %1 installed DLC.</source> |
| 4140 | <translation>Tog framgångsrikt bort den %1 installerade DLCn.</translation> | 4135 | <translation>Tog framgångsrikt bort den %1 installerade DLCn.</translation> |
| 4141 | </message> | 4136 | </message> |
| 4142 | <message> | 4137 | <message> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4144 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4139 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4145 | <translation type="unfinished"/> | 4140 | <translation type="unfinished"/> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4149 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4144 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4150 | <translation type="unfinished"/> | 4145 | <translation type="unfinished"/> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4154 | <source>Delete All Transferable Shader Caches?</source> | 4149 | <source>Delete All Transferable Shader Caches?</source> |
| 4155 | <translation type="unfinished"/> | 4150 | <translation type="unfinished"/> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4159 | <source>Remove Custom Game Configuration?</source> | 4154 | <source>Remove Custom Game Configuration?</source> |
| 4160 | <translation>Ta Bort Anpassad Spelkonfiguration?</translation> | 4155 | <translation>Ta Bort Anpassad Spelkonfiguration?</translation> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4164 | <source>Remove File</source> | 4159 | <source>Remove File</source> |
| 4165 | <translation>Radera fil</translation> | 4160 | <translation>Radera fil</translation> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4169 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4164 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4170 | <source>Error Removing Transferable Shader Cache</source> | 4165 | <source>Error Removing Transferable Shader Cache</source> |
| 4171 | <translation>Fel När Överförbar Shader Cache Raderades</translation> | 4166 | <translation>Fel När Överförbar Shader Cache Raderades</translation> |
| 4172 | </message> | 4167 | </message> |
| 4173 | <message> | 4168 | <message> |
| 4174 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4169 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4175 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4170 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4176 | <source>A shader cache for this title does not exist.</source> | 4171 | <source>A shader cache for this title does not exist.</source> |
| 4177 | <translation>En shader cache för denna titel existerar inte.</translation> | 4172 | <translation>En shader cache för denna titel existerar inte.</translation> |
| 4178 | </message> | 4173 | </message> |
| 4179 | <message> | 4174 | <message> |
| 4180 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4175 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4181 | <source>Successfully removed the transferable shader cache.</source> | 4176 | <source>Successfully removed the transferable shader cache.</source> |
| 4182 | <translation>Raderade den överförbara shadercachen framgångsrikt.</translation> | 4177 | <translation>Raderade den överförbara shadercachen framgångsrikt.</translation> |
| 4183 | </message> | 4178 | </message> |
| 4184 | <message> | 4179 | <message> |
| 4185 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4180 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4186 | <source>Failed to remove the transferable shader cache.</source> | 4181 | <source>Failed to remove the transferable shader cache.</source> |
| 4187 | <translation>Misslyckades att ta bort den överförbara shadercache</translation> | 4182 | <translation>Misslyckades att ta bort den överförbara shadercache</translation> |
| 4188 | </message> | 4183 | </message> |
| 4189 | <message> | 4184 | <message> |
| 4190 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4185 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4191 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4186 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4192 | <source>Error Removing Transferable Shader Caches</source> | 4187 | <source>Error Removing Transferable Shader Caches</source> |
| 4193 | <translation type="unfinished"/> | 4188 | <translation type="unfinished"/> |
| 4194 | </message> | 4189 | </message> |
| 4195 | <message> | 4190 | <message> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4197 | <source>Successfully removed the transferable shader caches.</source> | 4192 | <source>Successfully removed the transferable shader caches.</source> |
| 4198 | <translation type="unfinished"/> | 4193 | <translation type="unfinished"/> |
| 4199 | </message> | 4194 | </message> |
| 4200 | <message> | 4195 | <message> |
| 4201 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4196 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4202 | <source>Failed to remove the transferable shader cache directory.</source> | 4197 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4203 | <translation type="unfinished"/> | 4198 | <translation type="unfinished"/> |
| 4204 | </message> | 4199 | </message> |
| 4205 | <message> | 4200 | <message> |
| 4206 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4201 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4207 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4202 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4208 | <source>Error Removing Custom Configuration</source> | 4203 | <source>Error Removing Custom Configuration</source> |
| 4209 | <translation>Fel När Anpassad Konfiguration Raderades</translation> | 4204 | <translation>Fel När Anpassad Konfiguration Raderades</translation> |
| 4210 | </message> | 4205 | </message> |
| 4211 | <message> | 4206 | <message> |
| 4212 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4207 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4213 | <source>A custom configuration for this title does not exist.</source> | 4208 | <source>A custom configuration for this title does not exist.</source> |
| 4214 | <translation>En anpassad konfiguration för denna titel existerar inte.</translation> | 4209 | <translation>En anpassad konfiguration för denna titel existerar inte.</translation> |
| 4215 | </message> | 4210 | </message> |
| 4216 | <message> | 4211 | <message> |
| 4217 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4212 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4218 | <source>Successfully removed the custom game configuration.</source> | 4213 | <source>Successfully removed the custom game configuration.</source> |
| 4219 | <translation>Tog bort den anpassade spelkonfigurationen framgångsrikt.</translation> | 4214 | <translation>Tog bort den anpassade spelkonfigurationen framgångsrikt.</translation> |
| 4220 | </message> | 4215 | </message> |
| 4221 | <message> | 4216 | <message> |
| 4222 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4217 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4223 | <source>Failed to remove the custom game configuration.</source> | 4218 | <source>Failed to remove the custom game configuration.</source> |
| 4224 | <translation>Misslyckades att ta bort den anpassade spelkonfigurationen.</translation> | 4219 | <translation>Misslyckades att ta bort den anpassade spelkonfigurationen.</translation> |
| 4225 | </message> | 4220 | </message> |
| 4226 | <message> | 4221 | <message> |
| 4227 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4222 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4228 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4223 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4229 | <source>RomFS Extraction Failed!</source> | 4224 | <source>RomFS Extraction Failed!</source> |
| 4230 | <translation>RomFS Extraktion Misslyckades!</translation> | 4225 | <translation>RomFS Extraktion Misslyckades!</translation> |
| 4231 | </message> | 4226 | </message> |
| 4232 | <message> | 4227 | <message> |
| 4233 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4228 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4234 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4229 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4235 | <translation>Det uppstod ett fel vid kopiering av RomFS filer eller användaren avbröt operationen.</translation> | 4230 | <translation>Det uppstod ett fel vid kopiering av RomFS filer eller användaren avbröt operationen.</translation> |
| 4236 | </message> | 4231 | </message> |
| 4237 | <message> | 4232 | <message> |
| 4238 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4233 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4239 | <source>Full</source> | 4234 | <source>Full</source> |
| 4240 | <translation>Full</translation> | 4235 | <translation>Full</translation> |
| 4241 | </message> | 4236 | </message> |
| 4242 | <message> | 4237 | <message> |
| 4243 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4238 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4244 | <source>Skeleton</source> | 4239 | <source>Skeleton</source> |
| 4245 | <translation>Skelett</translation> | 4240 | <translation>Skelett</translation> |
| 4246 | </message> | 4241 | </message> |
| 4247 | <message> | 4242 | <message> |
| 4248 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4243 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4249 | <source>Select RomFS Dump Mode</source> | 4244 | <source>Select RomFS Dump Mode</source> |
| 4250 | <translation>Välj RomFS Dump-Läge</translation> | 4245 | <translation>Välj RomFS Dump-Läge</translation> |
| 4251 | </message> | 4246 | </message> |
| 4252 | <message> | 4247 | <message> |
| 4253 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4248 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4254 | <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> | 4249 | <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> |
| 4255 | <translation>Välj hur du vill att RomFS ska dumpas. <br>Full kommer att kopiera alla filer i den nya katalogen medan <br>skelett bara skapar katalogstrukturen.</translation> | 4250 | <translation>Välj hur du vill att RomFS ska dumpas. <br>Full kommer att kopiera alla filer i den nya katalogen medan <br>skelett bara skapar katalogstrukturen.</translation> |
| 4256 | </message> | 4251 | </message> |
| 4257 | <message> | 4252 | <message> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4259 | <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> | 4254 | <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> |
| 4260 | <translation type="unfinished"/> | 4255 | <translation type="unfinished"/> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4264 | <source>Extracting RomFS...</source> | 4259 | <source>Extracting RomFS...</source> |
| 4265 | <translation>Extraherar RomFS...</translation> | 4260 | <translation>Extraherar RomFS...</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4269 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4264 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4270 | <source>Cancel</source> | 4265 | <source>Cancel</source> |
| 4271 | <translation>Avbryt</translation> | 4266 | <translation>Avbryt</translation> |
| 4272 | </message> | 4267 | </message> |
| 4273 | <message> | 4268 | <message> |
| 4274 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4269 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4275 | <source>RomFS Extraction Succeeded!</source> | 4270 | <source>RomFS Extraction Succeeded!</source> |
| 4276 | <translation>RomFS Extraktion Lyckades!</translation> | 4271 | <translation>RomFS Extraktion Lyckades!</translation> |
| 4277 | </message> | 4272 | </message> |
| 4278 | <message> | 4273 | <message> |
| 4279 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4274 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4280 | <source>The operation completed successfully.</source> | 4275 | <source>The operation completed successfully.</source> |
| 4281 | <translation>Operationen var lyckad.</translation> | 4276 | <translation>Operationen var lyckad.</translation> |
| 4282 | </message> | 4277 | </message> |
| 4283 | <message> | 4278 | <message> |
| 4284 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4279 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4285 | <source>Error Opening %1</source> | 4280 | <source>Error Opening %1</source> |
| 4286 | <translation>Fel under öppning av %1</translation> | 4281 | <translation>Fel under öppning av %1</translation> |
| 4287 | </message> | 4282 | </message> |
| 4288 | <message> | 4283 | <message> |
| 4289 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4284 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4290 | <source>Select Directory</source> | 4285 | <source>Select Directory</source> |
| 4291 | <translation>Välj Katalog</translation> | 4286 | <translation>Välj Katalog</translation> |
| 4292 | </message> | 4287 | </message> |
| 4293 | <message> | 4288 | <message> |
| 4294 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4289 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4295 | <source>Properties</source> | 4290 | <source>Properties</source> |
| 4296 | <translation>Egenskaper</translation> | 4291 | <translation>Egenskaper</translation> |
| 4297 | </message> | 4292 | </message> |
| 4298 | <message> | 4293 | <message> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4300 | <source>The game properties could not be loaded.</source> | 4295 | <source>The game properties could not be loaded.</source> |
| 4301 | <translation>Spelegenskaperna kunde inte laddas.</translation> | 4296 | <translation>Spelegenskaperna kunde inte laddas.</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4305 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4300 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4306 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4301 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4307 | <translation>Switch Körbar (%1);;Alla Filer (*.*)</translation> | 4302 | <translation>Switch Körbar (%1);;Alla Filer (*.*)</translation> |
| 4308 | </message> | 4303 | </message> |
| 4309 | <message> | 4304 | <message> |
| 4310 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4305 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4311 | <source>Load File</source> | 4306 | <source>Load File</source> |
| 4312 | <translation>Ladda Fil</translation> | 4307 | <translation>Ladda Fil</translation> |
| 4313 | </message> | 4308 | </message> |
| 4314 | <message> | 4309 | <message> |
| 4315 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4310 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4316 | <source>Open Extracted ROM Directory</source> | 4311 | <source>Open Extracted ROM Directory</source> |
| 4317 | <translation>Öppna Extraherad ROM-Katalog</translation> | 4312 | <translation>Öppna Extraherad ROM-Katalog</translation> |
| 4318 | </message> | 4313 | </message> |
| 4319 | <message> | 4314 | <message> |
| 4320 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4315 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4321 | <source>Invalid Directory Selected</source> | 4316 | <source>Invalid Directory Selected</source> |
| 4322 | <translation>Ogiltig Katalog Vald</translation> | 4317 | <translation>Ogiltig Katalog Vald</translation> |
| 4323 | </message> | 4318 | </message> |
| 4324 | <message> | 4319 | <message> |
| 4325 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4320 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4326 | <source>The directory you have selected does not contain a 'main' file.</source> | 4321 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4327 | <translation>Katalogen du har valt innehåller inte en 'main'-fil.</translation> | 4322 | <translation>Katalogen du har valt innehåller inte en 'main'-fil.</translation> |
| 4328 | </message> | 4323 | </message> |
| 4329 | <message> | 4324 | <message> |
| 4330 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4325 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4331 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4326 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4332 | <translation>Installerbar Switch-fil (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4327 | <translation>Installerbar Switch-fil (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4333 | </message> | 4328 | </message> |
| 4334 | <message> | 4329 | <message> |
| 4335 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4330 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4336 | <source>Install Files</source> | 4331 | <source>Install Files</source> |
| 4337 | <translation>Installera filer</translation> | 4332 | <translation>Installera filer</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message numerus="yes"> | 4334 | <message numerus="yes"> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4341 | <source>%n file(s) remaining</source> | 4336 | <source>%n file(s) remaining</source> |
| 4342 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4337 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4346 | <source>Installing file "%1"...</source> | 4341 | <source>Installing file "%1"...</source> |
| 4347 | <translation>Installerar Fil "%1"...</translation> | 4342 | <translation>Installerar Fil "%1"...</translation> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4351 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4346 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4352 | <source>Install Results</source> | 4347 | <source>Install Results</source> |
| 4353 | <translation>Installera resultat</translation> | 4348 | <translation>Installera resultat</translation> |
| 4354 | </message> | 4349 | </message> |
| 4355 | <message> | 4350 | <message> |
| 4356 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4351 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4357 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4352 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4358 | Please, only use this feature to install updates and DLC.</source> | 4353 | Please, only use this feature to install updates and DLC.</source> |
| 4359 | <translation type="unfinished"/> | 4354 | <translation type="unfinished"/> |
| 4360 | </message> | 4355 | </message> |
| 4361 | <message numerus="yes"> | 4356 | <message numerus="yes"> |
| 4362 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4357 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4363 | <source>%n file(s) were newly installed | 4358 | <source>%n file(s) were newly installed |
| 4364 | </source> | 4359 | </source> |
| 4365 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4360 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4366 | </message> | 4361 | </message> |
| 4367 | <message numerus="yes"> | 4362 | <message numerus="yes"> |
| 4368 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4363 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4369 | <source>%n file(s) were overwritten | 4364 | <source>%n file(s) were overwritten |
| 4370 | </source> | 4365 | </source> |
| 4371 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4366 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4372 | </message> | 4367 | </message> |
| 4373 | <message numerus="yes"> | 4368 | <message numerus="yes"> |
| 4374 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4369 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4375 | <source>%n file(s) failed to install | 4370 | <source>%n file(s) failed to install |
| 4376 | </source> | 4371 | </source> |
| 4377 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4372 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4378 | </message> | 4373 | </message> |
| 4379 | <message> | 4374 | <message> |
| 4380 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4375 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4381 | <source>System Application</source> | 4376 | <source>System Application</source> |
| 4382 | <translation>Systemapplikation</translation> | 4377 | <translation>Systemapplikation</translation> |
| 4383 | </message> | 4378 | </message> |
| 4384 | <message> | 4379 | <message> |
| 4385 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4380 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4386 | <source>System Archive</source> | 4381 | <source>System Archive</source> |
| 4387 | <translation>Systemarkiv</translation> | 4382 | <translation>Systemarkiv</translation> |
| 4388 | </message> | 4383 | </message> |
| 4389 | <message> | 4384 | <message> |
| 4390 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4385 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4391 | <source>System Application Update</source> | 4386 | <source>System Application Update</source> |
| 4392 | <translation>Systemapplikationsuppdatering</translation> | 4387 | <translation>Systemapplikationsuppdatering</translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4396 | <source>Firmware Package (Type A)</source> | 4391 | <source>Firmware Package (Type A)</source> |
| 4397 | <translation>Firmwarepaket (Typ A)</translation> | 4392 | <translation>Firmwarepaket (Typ A)</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4401 | <source>Firmware Package (Type B)</source> | 4396 | <source>Firmware Package (Type B)</source> |
| 4402 | <translation>Firmwarepaket (Typ B)</translation> | 4397 | <translation>Firmwarepaket (Typ B)</translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4406 | <source>Game</source> | 4401 | <source>Game</source> |
| 4407 | <translation>Spel</translation> | 4402 | <translation>Spel</translation> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4411 | <source>Game Update</source> | 4406 | <source>Game Update</source> |
| 4412 | <translation>Speluppdatering</translation> | 4407 | <translation>Speluppdatering</translation> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4416 | <source>Game DLC</source> | 4411 | <source>Game DLC</source> |
| 4417 | <translation>Spel DLC</translation> | 4412 | <translation>Spel DLC</translation> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4421 | <source>Delta Title</source> | 4416 | <source>Delta Title</source> |
| 4422 | <translation>Delta Titel</translation> | 4417 | <translation>Delta Titel</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4426 | <source>Select NCA Install Type...</source> | 4421 | <source>Select NCA Install Type...</source> |
| 4427 | <translation>Välj NCA-Installationsläge...</translation> | 4422 | <translation>Välj NCA-Installationsläge...</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4431 | <source>Please select the type of title you would like to install this NCA as: | 4426 | <source>Please select the type of title you would like to install this NCA as: |
| 4432 | (In most instances, the default 'Game' is fine.)</source> | 4427 | (In most instances, the default 'Game' is fine.)</source> |
| 4433 | <translation>Välj vilken typ av titel du vill installera som: | 4428 | <translation>Välj vilken typ av titel du vill installera som: |
| 4434 | (I de flesta fallen, standard 'Spel' är bra.)</translation> | 4429 | (I de flesta fallen, standard 'Spel' är bra.)</translation> |
| 4435 | </message> | 4430 | </message> |
| 4436 | <message> | 4431 | <message> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4438 | <source>Failed to Install</source> | 4433 | <source>Failed to Install</source> |
| 4439 | <translation>Misslyckades med Installationen</translation> | 4434 | <translation>Misslyckades med Installationen</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4443 | <source>The title type you selected for the NCA is invalid.</source> | 4438 | <source>The title type you selected for the NCA is invalid.</source> |
| 4444 | <translation>Den titeltyp du valt för NCA är ogiltig.</translation> | 4439 | <translation>Den titeltyp du valt för NCA är ogiltig.</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4448 | <source>File not found</source> | 4443 | <source>File not found</source> |
| 4449 | <translation>Filen hittades inte</translation> | 4444 | <translation>Filen hittades inte</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4453 | <source>File "%1" not found</source> | 4448 | <source>File "%1" not found</source> |
| 4454 | <translation>Filen "%1" hittades inte</translation> | 4449 | <translation>Filen "%1" hittades inte</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4458 | <source>OK</source> | 4453 | <source>OK</source> |
| 4459 | <translation>OK</translation> | 4454 | <translation>OK</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4463 | <source>Missing yuzu Account</source> | 4458 | <source>Missing yuzu Account</source> |
| 4464 | <translation>yuzu Konto hittades inte</translation> | 4459 | <translation>yuzu Konto hittades inte</translation> |
| 4465 | </message> | 4460 | </message> |
| 4466 | <message> | 4461 | <message> |
| 4467 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4462 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4468 | <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> | 4463 | <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> |
| 4469 | <translation>För att skicka ett spelkompatibilitetstest, du måste länka ditt yuzu-konto.<br><br/>För att länka ditt yuzu-konto, gå till Emulering &gt, Konfigurering &gt, Web.</translation> | 4464 | <translation>För att skicka ett spelkompatibilitetstest, du måste länka ditt yuzu-konto.<br><br/>För att länka ditt yuzu-konto, gå till Emulering &gt, Konfigurering &gt, Web.</translation> |
| 4470 | </message> | 4465 | </message> |
| 4471 | <message> | 4466 | <message> |
| 4472 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4467 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4473 | <source>Error opening URL</source> | 4468 | <source>Error opening URL</source> |
| 4474 | <translation>Fel när URL öppnades</translation> | 4469 | <translation>Fel när URL öppnades</translation> |
| 4475 | </message> | 4470 | </message> |
| 4476 | <message> | 4471 | <message> |
| 4477 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4472 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4478 | <source>Unable to open the URL "%1".</source> | 4473 | <source>Unable to open the URL "%1".</source> |
| 4479 | <translation>Oförmögen att öppna URL:en "%1".</translation> | 4474 | <translation>Oförmögen att öppna URL:en "%1".</translation> |
| 4480 | </message> | 4475 | </message> |
| 4481 | <message> | 4476 | <message> |
| 4482 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4477 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4483 | <source>TAS Recording</source> | 4478 | <source>TAS Recording</source> |
| 4484 | <translation type="unfinished"/> | 4479 | <translation type="unfinished"/> |
| 4485 | </message> | 4480 | </message> |
| 4486 | <message> | 4481 | <message> |
| 4487 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4482 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4488 | <source>Overwrite file of player 1?</source> | 4483 | <source>Overwrite file of player 1?</source> |
| 4489 | <translation type="unfinished"/> | 4484 | <translation type="unfinished"/> |
| 4490 | </message> | 4485 | </message> |
| 4491 | <message> | 4486 | <message> |
| 4492 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4487 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4493 | <source>Invalid config detected</source> | 4488 | <source>Invalid config detected</source> |
| 4494 | <translation type="unfinished"/> | 4489 | <translation type="unfinished"/> |
| 4495 | </message> | 4490 | </message> |
| 4496 | <message> | 4491 | <message> |
| 4497 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4492 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4498 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4493 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4499 | <translation type="unfinished"/> | 4494 | <translation type="unfinished"/> |
| 4500 | </message> | 4495 | </message> |
| 4501 | <message> | 4496 | <message> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4503 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4498 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4504 | <source>Error</source> | 4499 | <source>Error</source> |
| 4505 | <translation type="unfinished"/> | 4500 | <translation type="unfinished"/> |
| 4506 | </message> | 4501 | </message> |
| 4507 | <message> | 4502 | <message> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4504 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4510 | <source>The current game is not looking for amiibos</source> | 4505 | <source>The current game is not looking for amiibos</source> |
| 4511 | <translation type="unfinished"/> | 4506 | <translation type="unfinished"/> |
| 4512 | </message> | 4507 | </message> |
| 4513 | <message> | 4508 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4510 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4516 | <source>Amiibo</source> | 4511 | <source>Amiibo</source> |
| 4517 | <translation type="unfinished"/> | 4512 | <translation type="unfinished"/> |
| 4518 | </message> | 4513 | </message> |
| 4519 | <message> | 4514 | <message> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4515 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4521 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4516 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4522 | <source>The current amiibo has been removed</source> | 4517 | <source>The current amiibo has been removed</source> |
| 4523 | <translation type="unfinished"/> | 4518 | <translation type="unfinished"/> |
| 4524 | </message> | 4519 | </message> |
| 4525 | <message> | 4520 | <message> |
| 4526 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4521 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4527 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4522 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4528 | <translation>Amiibo Fil (%1);; Alla Filer (*.*)</translation> | 4523 | <translation>Amiibo Fil (%1);; Alla Filer (*.*)</translation> |
| 4529 | </message> | 4524 | </message> |
| 4530 | <message> | 4525 | <message> |
| 4531 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4526 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4532 | <source>Load Amiibo</source> | 4527 | <source>Load Amiibo</source> |
| 4533 | <translation>Ladda Amiibo</translation> | 4528 | <translation>Ladda Amiibo</translation> |
| 4534 | </message> | 4529 | </message> |
| 4535 | <message> | 4530 | <message> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4537 | <source>Error opening Amiibo data file</source> | 4532 | <source>Error opening Amiibo data file</source> |
| 4538 | <translation>Fel öppnar Amiibo-datafilen</translation> | 4533 | <translation>Fel öppnar Amiibo-datafilen</translation> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4542 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4537 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4543 | <translation>Kunde inte öppna Amiibo filen "%1" för läsning.</translation> | 4538 | <translation>Kunde inte öppna Amiibo filen "%1" för läsning.</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4547 | <source>Error reading Amiibo data file</source> | 4542 | <source>Error reading Amiibo data file</source> |
| 4548 | <translation>Fel vid läsning av Amiibo-datafil</translation> | 4543 | <translation>Fel vid läsning av Amiibo-datafil</translation> |
| 4549 | </message> | 4544 | </message> |
| 4550 | <message> | 4545 | <message> |
| 4551 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4546 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4552 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4547 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4553 | <translation>Kan inte läsa Amiibo-data helt. Förväntas läsa %1 byte, men kunde bara läsa %2 byte.</translation> | 4548 | <translation>Kan inte läsa Amiibo-data helt. Förväntas läsa %1 byte, men kunde bara läsa %2 byte.</translation> |
| 4554 | </message> | 4549 | </message> |
| 4555 | <message> | 4550 | <message> |
| 4556 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4557 | <source>Error loading Amiibo data</source> | 4552 | <source>Error loading Amiibo data</source> |
| 4558 | <translation>Fel vid laddning av Amiibodata</translation> | 4553 | <translation>Fel vid laddning av Amiibodata</translation> |
| 4559 | </message> | 4554 | </message> |
| 4560 | <message> | 4555 | <message> |
| 4561 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4562 | <source>Unable to load Amiibo data.</source> | 4557 | <source>Unable to load Amiibo data.</source> |
| 4563 | <translation>Kan inte ladda Amiibodata.</translation> | 4558 | <translation>Kan inte ladda Amiibodata.</translation> |
| 4564 | </message> | 4559 | </message> |
| 4565 | <message> | 4560 | <message> |
| 4566 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4561 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4567 | <source>Capture Screenshot</source> | 4562 | <source>Capture Screenshot</source> |
| 4568 | <translation>Skärmdump</translation> | 4563 | <translation>Skärmdump</translation> |
| 4569 | </message> | 4564 | </message> |
| 4570 | <message> | 4565 | <message> |
| 4571 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4566 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4572 | <source>PNG Image (*.png)</source> | 4567 | <source>PNG Image (*.png)</source> |
| 4573 | <translation>PNG Bild (*.png)</translation> | 4568 | <translation>PNG Bild (*.png)</translation> |
| 4574 | </message> | 4569 | </message> |
| 4575 | <message> | 4570 | <message> |
| 4576 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4571 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4577 | <source>TAS state: Running %1/%2</source> | 4572 | <source>TAS state: Running %1/%2</source> |
| 4578 | <translation type="unfinished"/> | 4573 | <translation type="unfinished"/> |
| 4579 | </message> | 4574 | </message> |
| 4580 | <message> | 4575 | <message> |
| 4581 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4576 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4582 | <source>TAS state: Recording %1</source> | 4577 | <source>TAS state: Recording %1</source> |
| 4583 | <translation type="unfinished"/> | 4578 | <translation type="unfinished"/> |
| 4584 | </message> | 4579 | </message> |
| 4585 | <message> | 4580 | <message> |
| 4586 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4581 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4587 | <source>TAS state: Idle %1/%2</source> | 4582 | <source>TAS state: Idle %1/%2</source> |
| 4588 | <translation type="unfinished"/> | 4583 | <translation type="unfinished"/> |
| 4589 | </message> | 4584 | </message> |
| 4590 | <message> | 4585 | <message> |
| 4591 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4586 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4592 | <source>TAS State: Invalid</source> | 4587 | <source>TAS State: Invalid</source> |
| 4593 | <translation type="unfinished"/> | 4588 | <translation type="unfinished"/> |
| 4594 | </message> | 4589 | </message> |
| 4595 | <message> | 4590 | <message> |
| 4596 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4591 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4597 | <source>&Stop Running</source> | 4592 | <source>&Stop Running</source> |
| 4598 | <translation type="unfinished"/> | 4593 | <translation type="unfinished"/> |
| 4599 | </message> | 4594 | </message> |
| 4600 | <message> | 4595 | <message> |
| 4601 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4596 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4602 | <source>&Start</source> | 4597 | <source>&Start</source> |
| 4603 | <translation>&Start</translation> | 4598 | <translation>&Start</translation> |
| 4604 | </message> | 4599 | </message> |
| 4605 | <message> | 4600 | <message> |
| 4606 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4601 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4607 | <source>Stop R&ecording</source> | 4602 | <source>Stop R&ecording</source> |
| 4608 | <translation type="unfinished"/> | 4603 | <translation type="unfinished"/> |
| 4609 | </message> | 4604 | </message> |
| 4610 | <message> | 4605 | <message> |
| 4611 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4606 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4612 | <source>R&ecord</source> | 4607 | <source>R&ecord</source> |
| 4613 | <translation type="unfinished"/> | 4608 | <translation type="unfinished"/> |
| 4614 | </message> | 4609 | </message> |
| 4615 | <message numerus="yes"> | 4610 | <message numerus="yes"> |
| 4616 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4611 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4617 | <source>Building: %n shader(s)</source> | 4612 | <source>Building: %n shader(s)</source> |
| 4618 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> | 4613 | <translation type="unfinished"><numerusform></numerusform><numerusform></numerusform></translation> |
| 4619 | </message> | 4614 | </message> |
| 4620 | <message> | 4615 | <message> |
| 4621 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4616 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4622 | <source>Scale: %1x</source> | 4617 | <source>Scale: %1x</source> |
| 4623 | <comment>%1 is the resolution scaling factor</comment> | 4618 | <comment>%1 is the resolution scaling factor</comment> |
| 4624 | <translation type="unfinished"/> | 4619 | <translation type="unfinished"/> |
| 4625 | </message> | 4620 | </message> |
| 4626 | <message> | 4621 | <message> |
| 4627 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4622 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4628 | <source>Speed: %1% / %2%</source> | 4623 | <source>Speed: %1% / %2%</source> |
| 4629 | <translation>Hastighet: %1% / %2%</translation> | 4624 | <translation>Hastighet: %1% / %2%</translation> |
| 4630 | </message> | 4625 | </message> |
| 4631 | <message> | 4626 | <message> |
| 4632 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4627 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4633 | <source>Speed: %1%</source> | 4628 | <source>Speed: %1%</source> |
| 4634 | <translation>Hastighet: %1%</translation> | 4629 | <translation>Hastighet: %1%</translation> |
| 4635 | </message> | 4630 | </message> |
| 4636 | <message> | 4631 | <message> |
| 4637 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4632 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4638 | <source>Game: %1 FPS (Unlocked)</source> | 4633 | <source>Game: %1 FPS (Unlocked)</source> |
| 4639 | <translation type="unfinished"/> | 4634 | <translation type="unfinished"/> |
| 4640 | </message> | 4635 | </message> |
| 4641 | <message> | 4636 | <message> |
| 4642 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4643 | <source>Game: %1 FPS</source> | 4638 | <source>Game: %1 FPS</source> |
| 4644 | <translation>Spel: %1 FPS</translation> | 4639 | <translation>Spel: %1 FPS</translation> |
| 4645 | </message> | 4640 | </message> |
| 4646 | <message> | 4641 | <message> |
| 4647 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4648 | <source>Frame: %1 ms</source> | 4643 | <source>Frame: %1 ms</source> |
| 4649 | <translation>Ruta: %1 ms</translation> | 4644 | <translation>Ruta: %1 ms</translation> |
| 4650 | </message> | 4645 | </message> |
| 4651 | <message> | 4646 | <message> |
| 4652 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4653 | <source>GPU NORMAL</source> | 4648 | <source>GPU NORMAL</source> |
| 4654 | <translation type="unfinished"/> | 4649 | <translation type="unfinished"/> |
| 4655 | </message> | 4650 | </message> |
| 4656 | <message> | 4651 | <message> |
| 4657 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4658 | <source>GPU HIGH</source> | 4653 | <source>GPU HIGH</source> |
| 4659 | <translation type="unfinished"/> | 4654 | <translation type="unfinished"/> |
| 4660 | </message> | 4655 | </message> |
| 4661 | <message> | 4656 | <message> |
| 4662 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4663 | <source>GPU EXTREME</source> | 4658 | <source>GPU EXTREME</source> |
| 4664 | <translation type="unfinished"/> | 4659 | <translation type="unfinished"/> |
| 4665 | </message> | 4660 | </message> |
| 4666 | <message> | 4661 | <message> |
| 4667 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4662 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4668 | <source>GPU ERROR</source> | 4663 | <source>GPU ERROR</source> |
| 4669 | <translation type="unfinished"/> | 4664 | <translation type="unfinished"/> |
| 4670 | </message> | 4665 | </message> |
| 4671 | <message> | 4666 | <message> |
| 4672 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4667 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4673 | <source>NEAREST</source> | 4668 | <source>NEAREST</source> |
| 4674 | <translation type="unfinished"/> | 4669 | <translation type="unfinished"/> |
| 4675 | </message> | 4670 | </message> |
| 4676 | <message> | 4671 | <message> |
| 4677 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4672 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4678 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4673 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4679 | <source>BILINEAR</source> | 4674 | <source>BILINEAR</source> |
| 4680 | <translation type="unfinished"/> | 4675 | <translation type="unfinished"/> |
| 4681 | </message> | 4676 | </message> |
| 4682 | <message> | 4677 | <message> |
| 4683 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4678 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4684 | <source>BICUBIC</source> | 4679 | <source>BICUBIC</source> |
| 4685 | <translation type="unfinished"/> | 4680 | <translation type="unfinished"/> |
| 4686 | </message> | 4681 | </message> |
| 4687 | <message> | 4682 | <message> |
| 4688 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4683 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4689 | <source>GAUSSIAN</source> | 4684 | <source>GAUSSIAN</source> |
| 4690 | <translation type="unfinished"/> | 4685 | <translation type="unfinished"/> |
| 4691 | </message> | 4686 | </message> |
| 4692 | <message> | 4687 | <message> |
| 4693 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4694 | <source>SCALEFORCE</source> | 4689 | <source>SCALEFORCE</source> |
| 4695 | <translation type="unfinished"/> | 4690 | <translation type="unfinished"/> |
| 4696 | </message> | 4691 | </message> |
| 4697 | <message> | 4692 | <message> |
| 4698 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4699 | <source>FSR</source> | 4694 | <source>FSR</source> |
| 4700 | <translation type="unfinished"/> | 4695 | <translation type="unfinished"/> |
| 4701 | </message> | 4696 | </message> |
| 4702 | <message> | 4697 | <message> |
| 4703 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4704 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4699 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4705 | <source>NO AA</source> | 4700 | <source>NO AA</source> |
| 4706 | <translation type="unfinished"/> | 4701 | <translation type="unfinished"/> |
| 4707 | </message> | 4702 | </message> |
| 4708 | <message> | 4703 | <message> |
| 4709 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4704 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4710 | <source>FXAA</source> | 4705 | <source>FXAA</source> |
| 4711 | <translation type="unfinished"/> | 4706 | <translation type="unfinished"/> |
| 4712 | </message> | 4707 | </message> |
| 4713 | <message> | 4708 | <message> |
| 4714 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4709 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4715 | <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> | 4710 | <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> |
| 4716 | <translation>Spelet du försöker ladda kräver att ytterligare filer dumpas från din Switch innan du spelar.<br/><br/>För mer information om dumpning av dessa filer, se följande wiki sida: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumpning System Arkiv och Delade Teckensnitt från en Switchkonsol</a>.<br/><br/>Vill du avsluta till spellistan? Fortsatt emulering kan leda till kraschar, skadad spara data och andra buggar.</translation> | 4711 | <translation>Spelet du försöker ladda kräver att ytterligare filer dumpas från din Switch innan du spelar.<br/><br/>För mer information om dumpning av dessa filer, se följande wiki sida: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Dumpning System Arkiv och Delade Teckensnitt från en Switchkonsol</a>.<br/><br/>Vill du avsluta till spellistan? Fortsatt emulering kan leda till kraschar, skadad spara data och andra buggar.</translation> |
| 4717 | </message> | 4712 | </message> |
| 4718 | <message> | 4713 | <message> |
| 4719 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4720 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4715 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4721 | <translation>yuzu kunde inte lokalisera ett Switchsystemarkiv. %1</translation> | 4716 | <translation>yuzu kunde inte lokalisera ett Switchsystemarkiv. %1</translation> |
| 4722 | </message> | 4717 | </message> |
| 4723 | <message> | 4718 | <message> |
| 4724 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4725 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4720 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4726 | <translation>yuzu kunde inte lokalisera ett Switchsystemarkiv: %1. %2</translation> | 4721 | <translation>yuzu kunde inte lokalisera ett Switchsystemarkiv: %1. %2</translation> |
| 4727 | </message> | 4722 | </message> |
| 4728 | <message> | 4723 | <message> |
| 4729 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4730 | <source>System Archive Not Found</source> | 4725 | <source>System Archive Not Found</source> |
| 4731 | <translation>Systemarkivet Hittades Inte</translation> | 4726 | <translation>Systemarkivet Hittades Inte</translation> |
| 4732 | </message> | 4727 | </message> |
| 4733 | <message> | 4728 | <message> |
| 4734 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4735 | <source>System Archive Missing</source> | 4730 | <source>System Archive Missing</source> |
| 4736 | <translation>Systemarkiv Saknas</translation> | 4731 | <translation>Systemarkiv Saknas</translation> |
| 4737 | </message> | 4732 | </message> |
| 4738 | <message> | 4733 | <message> |
| 4739 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4740 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4735 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4741 | <translation>yuzu kunde inte lokalisera Switchens delade fonter. %1</translation> | 4736 | <translation>yuzu kunde inte lokalisera Switchens delade fonter. %1</translation> |
| 4742 | </message> | 4737 | </message> |
| 4743 | <message> | 4738 | <message> |
| 4744 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4745 | <source>Shared Fonts Not Found</source> | 4740 | <source>Shared Fonts Not Found</source> |
| 4746 | <translation>Delade Teckensnitt Hittades Inte</translation> | 4741 | <translation>Delade Teckensnitt Hittades Inte</translation> |
| 4747 | </message> | 4742 | </message> |
| 4748 | <message> | 4743 | <message> |
| 4749 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4744 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4750 | <source>Shared Font Missing</source> | 4745 | <source>Shared Font Missing</source> |
| 4751 | <translation>Delad Font Saknas</translation> | 4746 | <translation>Delad Font Saknas</translation> |
| 4752 | </message> | 4747 | </message> |
| 4753 | <message> | 4748 | <message> |
| 4754 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4749 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4755 | <source>Fatal Error</source> | 4750 | <source>Fatal Error</source> |
| 4756 | <translation>Dödligt Fel</translation> | 4751 | <translation>Dödligt Fel</translation> |
| 4757 | </message> | 4752 | </message> |
| 4758 | <message> | 4753 | <message> |
| 4759 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4754 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4760 | <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> | 4755 | <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> |
| 4761 | <translation>yuzu stötte på ett dödligt fel, se loggen för mer information. För mer information om åtkomst till loggen, se följande sida: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hur man Laddar upp Loggfilen</a>.<br/><br/>Vill du avsluta till spellistan? Fortsatt emulering kan leda till kraschar, skadad spara data och andra buggar.</translation> | 4756 | <translation>yuzu stötte på ett dödligt fel, se loggen för mer information. För mer information om åtkomst till loggen, se följande sida: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Hur man Laddar upp Loggfilen</a>.<br/><br/>Vill du avsluta till spellistan? Fortsatt emulering kan leda till kraschar, skadad spara data och andra buggar.</translation> |
| 4762 | </message> | 4757 | </message> |
| 4763 | <message> | 4758 | <message> |
| 4764 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4759 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4765 | <source>Fatal Error encountered</source> | 4760 | <source>Fatal Error encountered</source> |
| 4766 | <translation>Allvarligt fel påträffat</translation> | 4761 | <translation>Allvarligt fel påträffat</translation> |
| 4767 | </message> | 4762 | </message> |
| 4768 | <message> | 4763 | <message> |
| 4769 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4764 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4770 | <source>Confirm Key Rederivation</source> | 4765 | <source>Confirm Key Rederivation</source> |
| 4771 | <translation>Bekräfta Nyckel Rederivering</translation> | 4766 | <translation>Bekräfta Nyckel Rederivering</translation> |
| 4772 | </message> | 4767 | </message> |
| 4773 | <message> | 4768 | <message> |
| 4774 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4769 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4775 | <source>You are about to force rederive all of your keys. | 4770 | <source>You are about to force rederive all of your keys. |
| 4776 | If you do not know what this means or what you are doing, | 4771 | If you do not know what this means or what you are doing, |
| 4777 | this is a potentially destructive action. | 4772 | this is a potentially destructive action. |
| @@ -4788,37 +4783,37 @@ och eventuellt göra säkerhetskopior. | |||
| 4788 | Detta raderar dina autogenererade nyckelfiler och kör nyckelderivationsmodulen.</translation> | 4783 | Detta raderar dina autogenererade nyckelfiler och kör nyckelderivationsmodulen.</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4792 | <source>Missing fuses</source> | 4787 | <source>Missing fuses</source> |
| 4793 | <translation>Saknade säkringar</translation> | 4788 | <translation>Saknade säkringar</translation> |
| 4794 | </message> | 4789 | </message> |
| 4795 | <message> | 4790 | <message> |
| 4796 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4797 | <source> - Missing BOOT0</source> | 4792 | <source> - Missing BOOT0</source> |
| 4798 | <translation>- Saknar BOOT0</translation> | 4793 | <translation>- Saknar BOOT0</translation> |
| 4799 | </message> | 4794 | </message> |
| 4800 | <message> | 4795 | <message> |
| 4801 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4796 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4802 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4797 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4803 | <translation>- Saknar BCPKG2-1-Normal-Main</translation> | 4798 | <translation>- Saknar BCPKG2-1-Normal-Main</translation> |
| 4804 | </message> | 4799 | </message> |
| 4805 | <message> | 4800 | <message> |
| 4806 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4801 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4807 | <source> - Missing PRODINFO</source> | 4802 | <source> - Missing PRODINFO</source> |
| 4808 | <translation>- Saknar PRODINFO</translation> | 4803 | <translation>- Saknar PRODINFO</translation> |
| 4809 | </message> | 4804 | </message> |
| 4810 | <message> | 4805 | <message> |
| 4811 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4806 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4812 | <source>Derivation Components Missing</source> | 4807 | <source>Derivation Components Missing</source> |
| 4813 | <translation>Deriveringsdelar saknas</translation> | 4808 | <translation>Deriveringsdelar saknas</translation> |
| 4814 | </message> | 4809 | </message> |
| 4815 | <message> | 4810 | <message> |
| 4816 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4811 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4817 | <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> | 4812 | <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> |
| 4818 | <translation type="unfinished"/> | 4813 | <translation type="unfinished"/> |
| 4819 | </message> | 4814 | </message> |
| 4820 | <message> | 4815 | <message> |
| 4821 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4816 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4822 | <source>Deriving keys... | 4817 | <source>Deriving keys... |
| 4823 | This may take up to a minute depending | 4818 | This may take up to a minute depending |
| 4824 | on your system's performance.</source> | 4819 | on your system's performance.</source> |
| @@ -4827,39 +4822,39 @@ Detta kan ta upp till en minut beroende | |||
| 4827 | på systemets prestanda.</translation> | 4822 | på systemets prestanda.</translation> |
| 4828 | </message> | 4823 | </message> |
| 4829 | <message> | 4824 | <message> |
| 4830 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4825 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4831 | <source>Deriving Keys</source> | 4826 | <source>Deriving Keys</source> |
| 4832 | <translation>Härleda Nycklar</translation> | 4827 | <translation>Härleda Nycklar</translation> |
| 4833 | </message> | 4828 | </message> |
| 4834 | <message> | 4829 | <message> |
| 4835 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4830 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4836 | <source>Select RomFS Dump Target</source> | 4831 | <source>Select RomFS Dump Target</source> |
| 4837 | <translation>Välj RomFS Dumpa Mål</translation> | 4832 | <translation>Välj RomFS Dumpa Mål</translation> |
| 4838 | </message> | 4833 | </message> |
| 4839 | <message> | 4834 | <message> |
| 4840 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4835 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4841 | <source>Please select which RomFS you would like to dump.</source> | 4836 | <source>Please select which RomFS you would like to dump.</source> |
| 4842 | <translation>Välj vilken RomFS du vill dumpa.</translation> | 4837 | <translation>Välj vilken RomFS du vill dumpa.</translation> |
| 4843 | </message> | 4838 | </message> |
| 4844 | <message> | 4839 | <message> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4846 | <source>Are you sure you want to close yuzu?</source> | 4841 | <source>Are you sure you want to close yuzu?</source> |
| 4847 | <translation>Är du säker på att du vill stänga yuzu?</translation> | 4842 | <translation>Är du säker på att du vill stänga yuzu?</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4851 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4846 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4852 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4853 | <source>yuzu</source> | 4848 | <source>yuzu</source> |
| 4854 | <translation>yuzu</translation> | 4849 | <translation>yuzu</translation> |
| 4855 | </message> | 4850 | </message> |
| 4856 | <message> | 4851 | <message> |
| 4857 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4852 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4858 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4853 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4859 | <translation>Är du säker på att du vill stoppa emuleringen? Du kommer att förlora osparade framsteg.</translation> | 4854 | <translation>Är du säker på att du vill stoppa emuleringen? Du kommer att förlora osparade framsteg.</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4863 | <source>The currently running application has requested yuzu to not exit. | 4858 | <source>The currently running application has requested yuzu to not exit. |
| 4864 | 4859 | ||
| 4865 | Would you like to bypass this and exit anyway?</source> | 4860 | Would you like to bypass this and exit anyway?</source> |
| @@ -4871,38 +4866,38 @@ Vill du strunta i detta och avsluta ändå?</translation> | |||
| 4871 | <context> | 4866 | <context> |
| 4872 | <name>GRenderWindow</name> | 4867 | <name>GRenderWindow</name> |
| 4873 | <message> | 4868 | <message> |
| 4874 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4869 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4875 | <source>OpenGL not available!</source> | 4870 | <source>OpenGL not available!</source> |
| 4876 | <translation>OpenGL inte tillgängligt!</translation> | 4871 | <translation>OpenGL inte tillgängligt!</translation> |
| 4877 | </message> | 4872 | </message> |
| 4878 | <message> | 4873 | <message> |
| 4879 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4874 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4880 | <source>yuzu has not been compiled with OpenGL support.</source> | 4875 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4881 | <translation>yuzu har inte komilerats med OpenGL support.</translation> | 4876 | <translation>yuzu har inte komilerats med OpenGL support.</translation> |
| 4882 | </message> | 4877 | </message> |
| 4883 | <message> | 4878 | <message> |
| 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4879 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4885 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4880 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4886 | <source>Error while initializing OpenGL!</source> | 4881 | <source>Error while initializing OpenGL!</source> |
| 4887 | <translation>Fel under initialisering av OpenGL!</translation> | 4882 | <translation>Fel under initialisering av OpenGL!</translation> |
| 4888 | </message> | 4883 | </message> |
| 4889 | <message> | 4884 | <message> |
| 4890 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4885 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4891 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4886 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4892 | <translation type="unfinished"/> | 4887 | <translation type="unfinished"/> |
| 4893 | </message> | 4888 | </message> |
| 4894 | <message> | 4889 | <message> |
| 4895 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4890 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4896 | <source>Error while initializing OpenGL 4.6!</source> | 4891 | <source>Error while initializing OpenGL 4.6!</source> |
| 4897 | <translation type="unfinished"/> | 4892 | <translation type="unfinished"/> |
| 4898 | </message> | 4893 | </message> |
| 4899 | <message> | 4894 | <message> |
| 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4895 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4901 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4896 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4902 | <translation type="unfinished"/> | 4897 | <translation type="unfinished"/> |
| 4903 | </message> | 4898 | </message> |
| 4904 | <message> | 4899 | <message> |
| 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4906 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4901 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4907 | <translation type="unfinished"/> | 4902 | <translation type="unfinished"/> |
| 4908 | </message> | 4903 | </message> |
diff --git a/dist/languages/tr_TR.ts b/dist/languages/tr_TR.ts index ae3742e8d..2a1c5e2bb 100644 --- a/dist/languages/tr_TR.ts +++ b/dist/languages/tr_TR.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Yuzu hakkında</translation> | 7 | <translation>Yuzu hakkında</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Web sitesi</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kaynak kodu</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Katılımcılar</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisans</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Web sitesi</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Kaynak kodu</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Katılımcılar</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Lisans</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; Nintendo'ya aittir. yuzu Nintendo'ya hiçbir şekilde bağlı değildir</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; Nintendo'ya aittir. yuzu Nintendo'ya hiçbir şekilde bağlı değildir</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4029,346 +4024,346 @@ Noktanın konumunu değiştirmek için sürükleyin ya da sayıların üstüne à | |||
| 4029 | <translation>Bilinmeyen bir hata oluştu. Lütfen daha fazla detay için kütüğe göz atınız.</translation> | 4024 | <translation>Bilinmeyen bir hata oluştu. Lütfen daha fazla detay için kütüğe göz atınız.</translation> |
| 4030 | </message> | 4025 | </message> |
| 4031 | <message> | 4026 | <message> |
| 4032 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4027 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4033 | <source>(64-bit)</source> | 4028 | <source>(64-bit)</source> |
| 4034 | <translation>(64-bit)</translation> | 4029 | <translation>(64-bit)</translation> |
| 4035 | </message> | 4030 | </message> |
| 4036 | <message> | 4031 | <message> |
| 4037 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4032 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4038 | <source>(32-bit)</source> | 4033 | <source>(32-bit)</source> |
| 4039 | <translation>(32-bit)</translation> | 4034 | <translation>(32-bit)</translation> |
| 4040 | </message> | 4035 | </message> |
| 4041 | <message> | 4036 | <message> |
| 4042 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4037 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4043 | <source>%1 %2</source> | 4038 | <source>%1 %2</source> |
| 4044 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4039 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4045 | <translation>%1 %2</translation> | 4040 | <translation>%1 %2</translation> |
| 4046 | </message> | 4041 | </message> |
| 4047 | <message> | 4042 | <message> |
| 4048 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4043 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4049 | <source>Save Data</source> | 4044 | <source>Save Data</source> |
| 4050 | <translation>Kayıt Verisi</translation> | 4045 | <translation>Kayıt Verisi</translation> |
| 4051 | </message> | 4046 | </message> |
| 4052 | <message> | 4047 | <message> |
| 4053 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4048 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4054 | <source>Mod Data</source> | 4049 | <source>Mod Data</source> |
| 4055 | <translation>Mod Verisi</translation> | 4050 | <translation>Mod Verisi</translation> |
| 4056 | </message> | 4051 | </message> |
| 4057 | <message> | 4052 | <message> |
| 4058 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4053 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4059 | <source>Error Opening %1 Folder</source> | 4054 | <source>Error Opening %1 Folder</source> |
| 4060 | <translation>%1 klasörü açılırken hata</translation> | 4055 | <translation>%1 klasörü açılırken hata</translation> |
| 4061 | </message> | 4056 | </message> |
| 4062 | <message> | 4057 | <message> |
| 4063 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4058 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4064 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4065 | <source>Folder does not exist!</source> | 4060 | <source>Folder does not exist!</source> |
| 4066 | <translation>Klasör mevcut değil!</translation> | 4061 | <translation>Klasör mevcut değil!</translation> |
| 4067 | </message> | 4062 | </message> |
| 4068 | <message> | 4063 | <message> |
| 4069 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4064 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4070 | <source>Error Opening Transferable Shader Cache</source> | 4065 | <source>Error Opening Transferable Shader Cache</source> |
| 4071 | <translation>Transfer Edilebilir Shader Cache'ini Açarken Bir Hata Oluştu</translation> | 4066 | <translation>Transfer Edilebilir Shader Cache'ini Açarken Bir Hata Oluştu</translation> |
| 4072 | </message> | 4067 | </message> |
| 4073 | <message> | 4068 | <message> |
| 4074 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4069 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4075 | <source>Failed to create the shader cache directory for this title.</source> | 4070 | <source>Failed to create the shader cache directory for this title.</source> |
| 4076 | <translation>Bu oyun için shader cache konumu oluşturulamadı.</translation> | 4071 | <translation>Bu oyun için shader cache konumu oluşturulamadı.</translation> |
| 4077 | </message> | 4072 | </message> |
| 4078 | <message> | 4073 | <message> |
| 4079 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4074 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4080 | <source>Contents</source> | 4075 | <source>Contents</source> |
| 4081 | <translation>İçerikler</translation> | 4076 | <translation>İçerikler</translation> |
| 4082 | </message> | 4077 | </message> |
| 4083 | <message> | 4078 | <message> |
| 4084 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4079 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4085 | <source>Update</source> | 4080 | <source>Update</source> |
| 4086 | <translation>Güncelleme</translation> | 4081 | <translation>Güncelleme</translation> |
| 4087 | </message> | 4082 | </message> |
| 4088 | <message> | 4083 | <message> |
| 4089 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4084 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4090 | <source>DLC</source> | 4085 | <source>DLC</source> |
| 4091 | <translation>DLC</translation> | 4086 | <translation>DLC</translation> |
| 4092 | </message> | 4087 | </message> |
| 4093 | <message> | 4088 | <message> |
| 4094 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4089 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4095 | <source>Remove Entry</source> | 4090 | <source>Remove Entry</source> |
| 4096 | <translation>Girdiyi Kaldır</translation> | 4091 | <translation>Girdiyi Kaldır</translation> |
| 4097 | </message> | 4092 | </message> |
| 4098 | <message> | 4093 | <message> |
| 4099 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4094 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4100 | <source>Remove Installed Game %1?</source> | 4095 | <source>Remove Installed Game %1?</source> |
| 4101 | <translation>%1 Adlı Oyunu Kaldırmak İstediğinize Emin Misiniz?</translation> | 4096 | <translation>%1 Adlı Oyunu Kaldırmak İstediğinize Emin Misiniz?</translation> |
| 4102 | </message> | 4097 | </message> |
| 4103 | <message> | 4098 | <message> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4107 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4102 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4108 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4103 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4109 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4104 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4110 | <source>Successfully Removed</source> | 4105 | <source>Successfully Removed</source> |
| 4111 | <translation>Başarıyla Kaldırıldı</translation> | 4106 | <translation>Başarıyla Kaldırıldı</translation> |
| 4112 | </message> | 4107 | </message> |
| 4113 | <message> | 4108 | <message> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4109 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4115 | <source>Successfully removed the installed base game.</source> | 4110 | <source>Successfully removed the installed base game.</source> |
| 4116 | <translation>Yüklenmiş oyun başarıyla kaldırıldı.</translation> | 4111 | <translation>Yüklenmiş oyun başarıyla kaldırıldı.</translation> |
| 4117 | </message> | 4112 | </message> |
| 4118 | <message> | 4113 | <message> |
| 4119 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4120 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4115 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4122 | <source>Error Removing %1</source> | 4117 | <source>Error Removing %1</source> |
| 4123 | <translation>%1 Adlı Oyun Kaldırılırken Bir Hata Oluştu</translation> | 4118 | <translation>%1 Adlı Oyun Kaldırılırken Bir Hata Oluştu</translation> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4127 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4122 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4128 | <translation>Asıl oyun NAND'de kurulu değil ve kaldırılamaz.</translation> | 4123 | <translation>Asıl oyun NAND'de kurulu değil ve kaldırılamaz.</translation> |
| 4129 | </message> | 4124 | </message> |
| 4130 | <message> | 4125 | <message> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4132 | <source>Successfully removed the installed update.</source> | 4127 | <source>Successfully removed the installed update.</source> |
| 4133 | <translation>Yüklenmiş güncelleme başarıyla kaldırıldı.</translation> | 4128 | <translation>Yüklenmiş güncelleme başarıyla kaldırıldı.</translation> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4137 | <source>There is no update installed for this title.</source> | 4132 | <source>There is no update installed for this title.</source> |
| 4138 | <translation>Bu oyun için yüklenmiş bir güncelleme yok.</translation> | 4133 | <translation>Bu oyun için yüklenmiş bir güncelleme yok.</translation> |
| 4139 | </message> | 4134 | </message> |
| 4140 | <message> | 4135 | <message> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4142 | <source>There are no DLC installed for this title.</source> | 4137 | <source>There are no DLC installed for this title.</source> |
| 4143 | <translation>Bu oyun için yüklenmiş bir DLC yok.</translation> | 4138 | <translation>Bu oyun için yüklenmiş bir DLC yok.</translation> |
| 4144 | </message> | 4139 | </message> |
| 4145 | <message> | 4140 | <message> |
| 4146 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4141 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4147 | <source>Successfully removed %1 installed DLC.</source> | 4142 | <source>Successfully removed %1 installed DLC.</source> |
| 4148 | <translation>%1 yüklenmiş DLC başarıyla kaldırıldı.</translation> | 4143 | <translation>%1 yüklenmiş DLC başarıyla kaldırıldı.</translation> |
| 4149 | </message> | 4144 | </message> |
| 4150 | <message> | 4145 | <message> |
| 4151 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4146 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4152 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4147 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4153 | <translation>OpenGL Transfer Edilebilir Shader Cache'ini Kaldırmak İstediğinize Emin Misiniz?</translation> | 4148 | <translation>OpenGL Transfer Edilebilir Shader Cache'ini Kaldırmak İstediğinize Emin Misiniz?</translation> |
| 4154 | </message> | 4149 | </message> |
| 4155 | <message> | 4150 | <message> |
| 4156 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4151 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4157 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4152 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4158 | <translation>Vulkan Transfer Edilebilir Shader Cache'ini Kaldırmak İstediğinize Emin Misiniz?</translation> | 4153 | <translation>Vulkan Transfer Edilebilir Shader Cache'ini Kaldırmak İstediğinize Emin Misiniz?</translation> |
| 4159 | </message> | 4154 | </message> |
| 4160 | <message> | 4155 | <message> |
| 4161 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4156 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4162 | <source>Delete All Transferable Shader Caches?</source> | 4157 | <source>Delete All Transferable Shader Caches?</source> |
| 4163 | <translation>Tüm Transfer Edilebilir Shader Cache'leri Kaldırmak İstediğinize Emin Misiniz?</translation> | 4158 | <translation>Tüm Transfer Edilebilir Shader Cache'leri Kaldırmak İstediğinize Emin Misiniz?</translation> |
| 4164 | </message> | 4159 | </message> |
| 4165 | <message> | 4160 | <message> |
| 4166 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4161 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4167 | <source>Remove Custom Game Configuration?</source> | 4162 | <source>Remove Custom Game Configuration?</source> |
| 4168 | <translation>Oyuna Özel Yapılandırmayı Kaldırmak İstediğinize Emin Misiniz?</translation> | 4163 | <translation>Oyuna Özel Yapılandırmayı Kaldırmak İstediğinize Emin Misiniz?</translation> |
| 4169 | </message> | 4164 | </message> |
| 4170 | <message> | 4165 | <message> |
| 4171 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4166 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4172 | <source>Remove File</source> | 4167 | <source>Remove File</source> |
| 4173 | <translation>Dosyayı Sil</translation> | 4168 | <translation>Dosyayı Sil</translation> |
| 4174 | </message> | 4169 | </message> |
| 4175 | <message> | 4170 | <message> |
| 4176 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4171 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4177 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4172 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4178 | <source>Error Removing Transferable Shader Cache</source> | 4173 | <source>Error Removing Transferable Shader Cache</source> |
| 4179 | <translation>Transfer Edilebilir Shader Cache Kaldırılırken Bir Hata Oluştu</translation> | 4174 | <translation>Transfer Edilebilir Shader Cache Kaldırılırken Bir Hata Oluştu</translation> |
| 4180 | </message> | 4175 | </message> |
| 4181 | <message> | 4176 | <message> |
| 4182 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4177 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4184 | <source>A shader cache for this title does not exist.</source> | 4179 | <source>A shader cache for this title does not exist.</source> |
| 4185 | <translation>Bu oyun için oluşturulmuş bir shader cache yok.</translation> | 4180 | <translation>Bu oyun için oluşturulmuş bir shader cache yok.</translation> |
| 4186 | </message> | 4181 | </message> |
| 4187 | <message> | 4182 | <message> |
| 4188 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4183 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4189 | <source>Successfully removed the transferable shader cache.</source> | 4184 | <source>Successfully removed the transferable shader cache.</source> |
| 4190 | <translation>Transfer edilebilir shader cache başarıyla kaldırıldı.</translation> | 4185 | <translation>Transfer edilebilir shader cache başarıyla kaldırıldı.</translation> |
| 4191 | </message> | 4186 | </message> |
| 4192 | <message> | 4187 | <message> |
| 4193 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4188 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4194 | <source>Failed to remove the transferable shader cache.</source> | 4189 | <source>Failed to remove the transferable shader cache.</source> |
| 4195 | <translation>Transfer edilebilir shader cache kaldırılamadı.</translation> | 4190 | <translation>Transfer edilebilir shader cache kaldırılamadı.</translation> |
| 4196 | </message> | 4191 | </message> |
| 4197 | <message> | 4192 | <message> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4193 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4200 | <source>Error Removing Transferable Shader Caches</source> | 4195 | <source>Error Removing Transferable Shader Caches</source> |
| 4201 | <translation>Transfer Edilebilir Shader Cache'ler Kaldırılırken Bir Hata Oluştu</translation> | 4196 | <translation>Transfer Edilebilir Shader Cache'ler Kaldırılırken Bir Hata Oluştu</translation> |
| 4202 | </message> | 4197 | </message> |
| 4203 | <message> | 4198 | <message> |
| 4204 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4199 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4205 | <source>Successfully removed the transferable shader caches.</source> | 4200 | <source>Successfully removed the transferable shader caches.</source> |
| 4206 | <translation>Transfer edilebilir shader cacheler başarıyla kaldırıldı.</translation> | 4201 | <translation>Transfer edilebilir shader cacheler başarıyla kaldırıldı.</translation> |
| 4207 | </message> | 4202 | </message> |
| 4208 | <message> | 4203 | <message> |
| 4209 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4204 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4210 | <source>Failed to remove the transferable shader cache directory.</source> | 4205 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4211 | <translation>Transfer edilebilir shader cache konumu kaldırılamadı.</translation> | 4206 | <translation>Transfer edilebilir shader cache konumu kaldırılamadı.</translation> |
| 4212 | </message> | 4207 | </message> |
| 4213 | <message> | 4208 | <message> |
| 4214 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4209 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4216 | <source>Error Removing Custom Configuration</source> | 4211 | <source>Error Removing Custom Configuration</source> |
| 4217 | <translation>Oyuna Özel Yapılandırma Kaldırılırken Bir Hata Oluştu.</translation> | 4212 | <translation>Oyuna Özel Yapılandırma Kaldırılırken Bir Hata Oluştu.</translation> |
| 4218 | </message> | 4213 | </message> |
| 4219 | <message> | 4214 | <message> |
| 4220 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4215 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4221 | <source>A custom configuration for this title does not exist.</source> | 4216 | <source>A custom configuration for this title does not exist.</source> |
| 4222 | <translation>Bu oyun için bir özel yapılandırma yok.</translation> | 4217 | <translation>Bu oyun için bir özel yapılandırma yok.</translation> |
| 4223 | </message> | 4218 | </message> |
| 4224 | <message> | 4219 | <message> |
| 4225 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4220 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4226 | <source>Successfully removed the custom game configuration.</source> | 4221 | <source>Successfully removed the custom game configuration.</source> |
| 4227 | <translation>Oyuna özel yapılandırma başarıyla kaldırıldı.</translation> | 4222 | <translation>Oyuna özel yapılandırma başarıyla kaldırıldı.</translation> |
| 4228 | </message> | 4223 | </message> |
| 4229 | <message> | 4224 | <message> |
| 4230 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4225 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4231 | <source>Failed to remove the custom game configuration.</source> | 4226 | <source>Failed to remove the custom game configuration.</source> |
| 4232 | <translation>Oyuna özel yapılandırma kaldırılamadı.</translation> | 4227 | <translation>Oyuna özel yapılandırma kaldırılamadı.</translation> |
| 4233 | </message> | 4228 | </message> |
| 4234 | <message> | 4229 | <message> |
| 4235 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4230 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4236 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4237 | <source>RomFS Extraction Failed!</source> | 4232 | <source>RomFS Extraction Failed!</source> |
| 4238 | <translation>RomFS Çıkartımı Başarısız!</translation> | 4233 | <translation>RomFS Çıkartımı Başarısız!</translation> |
| 4239 | </message> | 4234 | </message> |
| 4240 | <message> | 4235 | <message> |
| 4241 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4236 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4242 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4237 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4243 | <translation>RomFS dosyaları kopyalanırken bir hata oluştu veya kullanıcı işlemi iptal etti.</translation> | 4238 | <translation>RomFS dosyaları kopyalanırken bir hata oluştu veya kullanıcı işlemi iptal etti.</translation> |
| 4244 | </message> | 4239 | </message> |
| 4245 | <message> | 4240 | <message> |
| 4246 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4241 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4247 | <source>Full</source> | 4242 | <source>Full</source> |
| 4248 | <translation>Full</translation> | 4243 | <translation>Full</translation> |
| 4249 | </message> | 4244 | </message> |
| 4250 | <message> | 4245 | <message> |
| 4251 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4246 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4252 | <source>Skeleton</source> | 4247 | <source>Skeleton</source> |
| 4253 | <translation>Çerçeve</translation> | 4248 | <translation>Çerçeve</translation> |
| 4254 | </message> | 4249 | </message> |
| 4255 | <message> | 4250 | <message> |
| 4256 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4251 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4257 | <source>Select RomFS Dump Mode</source> | 4252 | <source>Select RomFS Dump Mode</source> |
| 4258 | <translation>RomFS Dump Modunu Seçiniz</translation> | 4253 | <translation>RomFS Dump Modunu Seçiniz</translation> |
| 4259 | </message> | 4254 | </message> |
| 4260 | <message> | 4255 | <message> |
| 4261 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4256 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4262 | <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> | 4257 | <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> |
| 4263 | <translation>Lütfen RomFS'in nasıl dump edilmesini istediğinizi seçin.<br>"Full" tüm dosyaları yeni bir klasöre kopyalarken <br>"skeleton" sadece klasör yapısını oluşturur.</translation> | 4258 | <translation>Lütfen RomFS'in nasıl dump edilmesini istediğinizi seçin.<br>"Full" tüm dosyaları yeni bir klasöre kopyalarken <br>"skeleton" sadece klasör yapısını oluşturur.</translation> |
| 4264 | </message> | 4259 | </message> |
| 4265 | <message> | 4260 | <message> |
| 4266 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4261 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4267 | <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> | 4262 | <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> |
| 4268 | <translation>%1 konumunda RomFS çıkarmaya yetecek alan yok. Lütfen yer açın ya da Emülasyon > Yapılandırma > Sistem > Dosya Sistemi > Dump konumu kısmından farklı bir çıktı konumu belirleyin.</translation> | 4263 | <translation>%1 konumunda RomFS çıkarmaya yetecek alan yok. Lütfen yer açın ya da Emülasyon > Yapılandırma > Sistem > Dosya Sistemi > Dump konumu kısmından farklı bir çıktı konumu belirleyin.</translation> |
| 4269 | </message> | 4264 | </message> |
| 4270 | <message> | 4265 | <message> |
| 4271 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4266 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4272 | <source>Extracting RomFS...</source> | 4267 | <source>Extracting RomFS...</source> |
| 4273 | <translation>RomFS çıkartılıyor...</translation> | 4268 | <translation>RomFS çıkartılıyor...</translation> |
| 4274 | </message> | 4269 | </message> |
| 4275 | <message> | 4270 | <message> |
| 4276 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4271 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4277 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4272 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4278 | <source>Cancel</source> | 4273 | <source>Cancel</source> |
| 4279 | <translation>İptal</translation> | 4274 | <translation>İptal</translation> |
| 4280 | </message> | 4275 | </message> |
| 4281 | <message> | 4276 | <message> |
| 4282 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4277 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4283 | <source>RomFS Extraction Succeeded!</source> | 4278 | <source>RomFS Extraction Succeeded!</source> |
| 4284 | <translation>RomFS Çıkartımı Başarılı!</translation> | 4279 | <translation>RomFS Çıkartımı Başarılı!</translation> |
| 4285 | </message> | 4280 | </message> |
| 4286 | <message> | 4281 | <message> |
| 4287 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4282 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4288 | <source>The operation completed successfully.</source> | 4283 | <source>The operation completed successfully.</source> |
| 4289 | <translation>İşlem başarıyla tamamlandı.</translation> | 4284 | <translation>İşlem başarıyla tamamlandı.</translation> |
| 4290 | </message> | 4285 | </message> |
| 4291 | <message> | 4286 | <message> |
| 4292 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4287 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4293 | <source>Error Opening %1</source> | 4288 | <source>Error Opening %1</source> |
| 4294 | <translation>%1 Açılırken Bir Hata Oluştu</translation> | 4289 | <translation>%1 Açılırken Bir Hata Oluştu</translation> |
| 4295 | </message> | 4290 | </message> |
| 4296 | <message> | 4291 | <message> |
| 4297 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4292 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4298 | <source>Select Directory</source> | 4293 | <source>Select Directory</source> |
| 4299 | <translation>Klasör Seç</translation> | 4294 | <translation>Klasör Seç</translation> |
| 4300 | </message> | 4295 | </message> |
| 4301 | <message> | 4296 | <message> |
| 4302 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4297 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4303 | <source>Properties</source> | 4298 | <source>Properties</source> |
| 4304 | <translation>Özellikler</translation> | 4299 | <translation>Özellikler</translation> |
| 4305 | </message> | 4300 | </message> |
| 4306 | <message> | 4301 | <message> |
| 4307 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4302 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4308 | <source>The game properties could not be loaded.</source> | 4303 | <source>The game properties could not be loaded.</source> |
| 4309 | <translation>Oyun özellikleri yüklenemedi.</translation> | 4304 | <translation>Oyun özellikleri yüklenemedi.</translation> |
| 4310 | </message> | 4305 | </message> |
| 4311 | <message> | 4306 | <message> |
| 4312 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4307 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4313 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4308 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4314 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4309 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4315 | <translation>Switch Çalıştırılabilir Dosyası (%1);;Tüm Dosyalar (*.*)</translation> | 4310 | <translation>Switch Çalıştırılabilir Dosyası (%1);;Tüm Dosyalar (*.*)</translation> |
| 4316 | </message> | 4311 | </message> |
| 4317 | <message> | 4312 | <message> |
| 4318 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4313 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4319 | <source>Load File</source> | 4314 | <source>Load File</source> |
| 4320 | <translation>Dosya Aç</translation> | 4315 | <translation>Dosya Aç</translation> |
| 4321 | </message> | 4316 | </message> |
| 4322 | <message> | 4317 | <message> |
| 4323 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4318 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4324 | <source>Open Extracted ROM Directory</source> | 4319 | <source>Open Extracted ROM Directory</source> |
| 4325 | <translation>Çıkartılmış ROM klasörünü aç</translation> | 4320 | <translation>Çıkartılmış ROM klasörünü aç</translation> |
| 4326 | </message> | 4321 | </message> |
| 4327 | <message> | 4322 | <message> |
| 4328 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4323 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4329 | <source>Invalid Directory Selected</source> | 4324 | <source>Invalid Directory Selected</source> |
| 4330 | <translation>Geçersiz Klasör Seçildi</translation> | 4325 | <translation>Geçersiz Klasör Seçildi</translation> |
| 4331 | </message> | 4326 | </message> |
| 4332 | <message> | 4327 | <message> |
| 4333 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4328 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4334 | <source>The directory you have selected does not contain a 'main' file.</source> | 4329 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4335 | <translation>Seçtiğiniz klasör bir "main" dosyası içermiyor.</translation> | 4330 | <translation>Seçtiğiniz klasör bir "main" dosyası içermiyor.</translation> |
| 4336 | </message> | 4331 | </message> |
| 4337 | <message> | 4332 | <message> |
| 4338 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4333 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4339 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4334 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4340 | <translation>Yüklenilebilir Switch Dosyası (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submissions Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4335 | <translation>Yüklenilebilir Switch Dosyası (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submissions Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4341 | </message> | 4336 | </message> |
| 4342 | <message> | 4337 | <message> |
| 4343 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4338 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4344 | <source>Install Files</source> | 4339 | <source>Install Files</source> |
| 4345 | <translation>Dosya Kur</translation> | 4340 | <translation>Dosya Kur</translation> |
| 4346 | </message> | 4341 | </message> |
| 4347 | <message numerus="yes"> | 4342 | <message numerus="yes"> |
| 4348 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4343 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4349 | <source>%n file(s) remaining</source> | 4344 | <source>%n file(s) remaining</source> |
| 4350 | <translation><numerusform>%n dosya kaldı</numerusform><numerusform>%n dosya kaldı</numerusform></translation> | 4345 | <translation><numerusform>%n dosya kaldı</numerusform><numerusform>%n dosya kaldı</numerusform></translation> |
| 4351 | </message> | 4346 | </message> |
| 4352 | <message> | 4347 | <message> |
| 4353 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4348 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4354 | <source>Installing file "%1"...</source> | 4349 | <source>Installing file "%1"...</source> |
| 4355 | <translation>"%1" dosyası kuruluyor...</translation> | 4350 | <translation>"%1" dosyası kuruluyor...</translation> |
| 4356 | </message> | 4351 | </message> |
| 4357 | <message> | 4352 | <message> |
| 4358 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4353 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4359 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4354 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4360 | <source>Install Results</source> | 4355 | <source>Install Results</source> |
| 4361 | <translation>Kurulum Sonuçları</translation> | 4356 | <translation>Kurulum Sonuçları</translation> |
| 4362 | </message> | 4357 | </message> |
| 4363 | <message> | 4358 | <message> |
| 4364 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4359 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4365 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4360 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4366 | Please, only use this feature to install updates and DLC.</source> | 4361 | Please, only use this feature to install updates and DLC.</source> |
| 4367 | <translation>Olası çakışmaları önlemek için oyunları NAND'e yüklememenizi tavsiye ediyoruz. | 4362 | <translation>Olası çakışmaları önlemek için oyunları NAND'e yüklememenizi tavsiye ediyoruz. |
| 4368 | Lütfen bu özelliği sadece güncelleme ve DLC yüklemek için kullanın.</translation> | 4363 | Lütfen bu özelliği sadece güncelleme ve DLC yüklemek için kullanın.</translation> |
| 4369 | </message> | 4364 | </message> |
| 4370 | <message numerus="yes"> | 4365 | <message numerus="yes"> |
| 4371 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4366 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4372 | <source>%n file(s) were newly installed | 4367 | <source>%n file(s) were newly installed |
| 4373 | </source> | 4368 | </source> |
| 4374 | <translation><numerusform>%n dosya güncel olarak yüklendi | 4369 | <translation><numerusform>%n dosya güncel olarak yüklendi |
| @@ -4376,7 +4371,7 @@ Lütfen bu özelliği sadece güncelleme ve DLC yüklemek için kullanın.</tran | |||
| 4376 | </numerusform></translation> | 4371 | </numerusform></translation> |
| 4377 | </message> | 4372 | </message> |
| 4378 | <message numerus="yes"> | 4373 | <message numerus="yes"> |
| 4379 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4374 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4380 | <source>%n file(s) were overwritten | 4375 | <source>%n file(s) were overwritten |
| 4381 | </source> | 4376 | </source> |
| 4382 | <translation><numerusform>%n dosyanın üstüne yazıldı | 4377 | <translation><numerusform>%n dosyanın üstüne yazıldı |
| @@ -4384,7 +4379,7 @@ Lütfen bu özelliği sadece güncelleme ve DLC yüklemek için kullanın.</tran | |||
| 4384 | </numerusform></translation> | 4379 | </numerusform></translation> |
| 4385 | </message> | 4380 | </message> |
| 4386 | <message numerus="yes"> | 4381 | <message numerus="yes"> |
| 4387 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4382 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4388 | <source>%n file(s) failed to install | 4383 | <source>%n file(s) failed to install |
| 4389 | </source> | 4384 | </source> |
| 4390 | <translation><numerusform>%n dosya yüklenemedi | 4385 | <translation><numerusform>%n dosya yüklenemedi |
| @@ -4392,401 +4387,401 @@ Lütfen bu özelliği sadece güncelleme ve DLC yüklemek için kullanın.</tran | |||
| 4392 | </numerusform></translation> | 4387 | </numerusform></translation> |
| 4393 | </message> | 4388 | </message> |
| 4394 | <message> | 4389 | <message> |
| 4395 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4390 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4396 | <source>System Application</source> | 4391 | <source>System Application</source> |
| 4397 | <translation>Sistem Uygulaması</translation> | 4392 | <translation>Sistem Uygulaması</translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message> | 4394 | <message> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4401 | <source>System Archive</source> | 4396 | <source>System Archive</source> |
| 4402 | <translation>Sistem ArÅŸivi</translation> | 4397 | <translation>Sistem ArÅŸivi</translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message> | 4399 | <message> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4406 | <source>System Application Update</source> | 4401 | <source>System Application Update</source> |
| 4407 | <translation>Sistem Uygulama Güncellemesi</translation> | 4402 | <translation>Sistem Uygulama Güncellemesi</translation> |
| 4408 | </message> | 4403 | </message> |
| 4409 | <message> | 4404 | <message> |
| 4410 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4405 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4411 | <source>Firmware Package (Type A)</source> | 4406 | <source>Firmware Package (Type A)</source> |
| 4412 | <translation>Yazılım Paketi (Tür A)</translation> | 4407 | <translation>Yazılım Paketi (Tür A)</translation> |
| 4413 | </message> | 4408 | </message> |
| 4414 | <message> | 4409 | <message> |
| 4415 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4410 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4416 | <source>Firmware Package (Type B)</source> | 4411 | <source>Firmware Package (Type B)</source> |
| 4417 | <translation>Yazılım Paketi (Tür B)</translation> | 4412 | <translation>Yazılım Paketi (Tür B)</translation> |
| 4418 | </message> | 4413 | </message> |
| 4419 | <message> | 4414 | <message> |
| 4420 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4415 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4421 | <source>Game</source> | 4416 | <source>Game</source> |
| 4422 | <translation>Oyun</translation> | 4417 | <translation>Oyun</translation> |
| 4423 | </message> | 4418 | </message> |
| 4424 | <message> | 4419 | <message> |
| 4425 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4420 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4426 | <source>Game Update</source> | 4421 | <source>Game Update</source> |
| 4427 | <translation>Oyun Güncellemesi</translation> | 4422 | <translation>Oyun Güncellemesi</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4431 | <source>Game DLC</source> | 4426 | <source>Game DLC</source> |
| 4432 | <translation>Oyun DLC'si</translation> | 4427 | <translation>Oyun DLC'si</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4436 | <source>Delta Title</source> | 4431 | <source>Delta Title</source> |
| 4437 | <translation>Delta Başlık</translation> | 4432 | <translation>Delta Başlık</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4441 | <source>Select NCA Install Type...</source> | 4436 | <source>Select NCA Install Type...</source> |
| 4442 | <translation>NCA Kurulum Tipi Seçin...</translation> | 4437 | <translation>NCA Kurulum Tipi Seçin...</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4446 | <source>Please select the type of title you would like to install this NCA as: | 4441 | <source>Please select the type of title you would like to install this NCA as: |
| 4447 | (In most instances, the default 'Game' is fine.)</source> | 4442 | (In most instances, the default 'Game' is fine.)</source> |
| 4448 | <translation>Lütfen bu NCA dosyası için belirlemek istediğiniz başlık türünü seçiniz: | 4443 | <translation>Lütfen bu NCA dosyası için belirlemek istediğiniz başlık türünü seçiniz: |
| 4449 | (Çoğu durumda, varsayılan olan 'Oyun' kullanılabilir.)</translation> | 4444 | (Çoğu durumda, varsayılan olan 'Oyun' kullanılabilir.)</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4453 | <source>Failed to Install</source> | 4448 | <source>Failed to Install</source> |
| 4454 | <translation>Kurulum Başarısız Oldu</translation> | 4449 | <translation>Kurulum Başarısız Oldu</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4458 | <source>The title type you selected for the NCA is invalid.</source> | 4453 | <source>The title type you selected for the NCA is invalid.</source> |
| 4459 | <translation>NCA için seçtiğiniz başlık türü geçersiz</translation> | 4454 | <translation>NCA için seçtiğiniz başlık türü geçersiz</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4463 | <source>File not found</source> | 4458 | <source>File not found</source> |
| 4464 | <translation>Dosya Bulunamadı</translation> | 4459 | <translation>Dosya Bulunamadı</translation> |
| 4465 | </message> | 4460 | </message> |
| 4466 | <message> | 4461 | <message> |
| 4467 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4462 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4468 | <source>File "%1" not found</source> | 4463 | <source>File "%1" not found</source> |
| 4469 | <translation>Dosya "%1" Bulunamadı</translation> | 4464 | <translation>Dosya "%1" Bulunamadı</translation> |
| 4470 | </message> | 4465 | </message> |
| 4471 | <message> | 4466 | <message> |
| 4472 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4467 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4473 | <source>OK</source> | 4468 | <source>OK</source> |
| 4474 | <translation>Tamam</translation> | 4469 | <translation>Tamam</translation> |
| 4475 | </message> | 4470 | </message> |
| 4476 | <message> | 4471 | <message> |
| 4477 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4472 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4478 | <source>Missing yuzu Account</source> | 4473 | <source>Missing yuzu Account</source> |
| 4479 | <translation>Kayıp yuzu Hesabı</translation> | 4474 | <translation>Kayıp yuzu Hesabı</translation> |
| 4480 | </message> | 4475 | </message> |
| 4481 | <message> | 4476 | <message> |
| 4482 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4477 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4483 | <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> | 4478 | <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> |
| 4484 | <translation>Oyun uyumluluk test çalışması göndermek için öncelikle yuzu hesabınla giriş yapmanız gerekiyor.<br><br/>Yuzu hesabınızla giriş yapmak için, Emülasyon &gt; Yapılandırma &gt; Web'e gidiniz.</translation> | 4479 | <translation>Oyun uyumluluk test çalışması göndermek için öncelikle yuzu hesabınla giriş yapmanız gerekiyor.<br><br/>Yuzu hesabınızla giriş yapmak için, Emülasyon &gt; Yapılandırma &gt; Web'e gidiniz.</translation> |
| 4485 | </message> | 4480 | </message> |
| 4486 | <message> | 4481 | <message> |
| 4487 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4482 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4488 | <source>Error opening URL</source> | 4483 | <source>Error opening URL</source> |
| 4489 | <translation>URL açılırken bir hata oluştu</translation> | 4484 | <translation>URL açılırken bir hata oluştu</translation> |
| 4490 | </message> | 4485 | </message> |
| 4491 | <message> | 4486 | <message> |
| 4492 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4487 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4493 | <source>Unable to open the URL "%1".</source> | 4488 | <source>Unable to open the URL "%1".</source> |
| 4494 | <translation>URL "%1" açılamıyor.</translation> | 4489 | <translation>URL "%1" açılamıyor.</translation> |
| 4495 | </message> | 4490 | </message> |
| 4496 | <message> | 4491 | <message> |
| 4497 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4492 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4498 | <source>TAS Recording</source> | 4493 | <source>TAS Recording</source> |
| 4499 | <translation>TAS kayıtta</translation> | 4494 | <translation>TAS kayıtta</translation> |
| 4500 | </message> | 4495 | </message> |
| 4501 | <message> | 4496 | <message> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4503 | <source>Overwrite file of player 1?</source> | 4498 | <source>Overwrite file of player 1?</source> |
| 4504 | <translation>Oyuncu 1'in dosyasının üstüne yazılsın mı?</translation> | 4499 | <translation>Oyuncu 1'in dosyasının üstüne yazılsın mı?</translation> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4508 | <source>Invalid config detected</source> | 4503 | <source>Invalid config detected</source> |
| 4509 | <translation>Geçersiz yapılandırma tespit edildi</translation> | 4504 | <translation>Geçersiz yapılandırma tespit edildi</translation> |
| 4510 | </message> | 4505 | </message> |
| 4511 | <message> | 4506 | <message> |
| 4512 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4507 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4513 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4508 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4514 | <translation>Handheld kontrolcü dock modunda kullanılamaz. Pro kontrolcü seçilecek.</translation> | 4509 | <translation>Handheld kontrolcü dock modunda kullanılamaz. Pro kontrolcü seçilecek.</translation> |
| 4515 | </message> | 4510 | </message> |
| 4516 | <message> | 4511 | <message> |
| 4517 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4512 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4518 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4513 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4519 | <source>Error</source> | 4514 | <source>Error</source> |
| 4520 | <translation type="unfinished"/> | 4515 | <translation type="unfinished"/> |
| 4521 | </message> | 4516 | </message> |
| 4522 | <message> | 4517 | <message> |
| 4523 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4518 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4525 | <source>The current game is not looking for amiibos</source> | 4520 | <source>The current game is not looking for amiibos</source> |
| 4526 | <translation type="unfinished"/> | 4521 | <translation type="unfinished"/> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4525 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4531 | <source>Amiibo</source> | 4526 | <source>Amiibo</source> |
| 4532 | <translation type="unfinished"/> | 4527 | <translation type="unfinished"/> |
| 4533 | </message> | 4528 | </message> |
| 4534 | <message> | 4529 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4537 | <source>The current amiibo has been removed</source> | 4532 | <source>The current amiibo has been removed</source> |
| 4538 | <translation type="unfinished"/> | 4533 | <translation type="unfinished"/> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4542 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4537 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4543 | <translation>Amiibo Dosyası (%1);; Tüm Dosyalar (*.*)</translation> | 4538 | <translation>Amiibo Dosyası (%1);; Tüm Dosyalar (*.*)</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4547 | <source>Load Amiibo</source> | 4542 | <source>Load Amiibo</source> |
| 4548 | <translation>Amiibo Yükle</translation> | 4543 | <translation>Amiibo Yükle</translation> |
| 4549 | </message> | 4544 | </message> |
| 4550 | <message> | 4545 | <message> |
| 4551 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4546 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4552 | <source>Error opening Amiibo data file</source> | 4547 | <source>Error opening Amiibo data file</source> |
| 4553 | <translation>Amiibo veri dosyasını açarken hata</translation> | 4548 | <translation>Amiibo veri dosyasını açarken hata</translation> |
| 4554 | </message> | 4549 | </message> |
| 4555 | <message> | 4550 | <message> |
| 4556 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4551 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4557 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4552 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4558 | <translation>"%1" Amiibo dosyası okunamadı</translation> | 4553 | <translation>"%1" Amiibo dosyası okunamadı</translation> |
| 4559 | </message> | 4554 | </message> |
| 4560 | <message> | 4555 | <message> |
| 4561 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4556 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4562 | <source>Error reading Amiibo data file</source> | 4557 | <source>Error reading Amiibo data file</source> |
| 4563 | <translation>Amiibo veri dosyasını okurken hata</translation> | 4558 | <translation>Amiibo veri dosyasını okurken hata</translation> |
| 4564 | </message> | 4559 | </message> |
| 4565 | <message> | 4560 | <message> |
| 4566 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4561 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4567 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4562 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4568 | <translation>Amiibo verisi tamamen okunamadı. %1 byte okunması bekleniyordu, fakat bunun sadece %2'si okunabildi.</translation> | 4563 | <translation>Amiibo verisi tamamen okunamadı. %1 byte okunması bekleniyordu, fakat bunun sadece %2'si okunabildi.</translation> |
| 4569 | </message> | 4564 | </message> |
| 4570 | <message> | 4565 | <message> |
| 4571 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4566 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4572 | <source>Error loading Amiibo data</source> | 4567 | <source>Error loading Amiibo data</source> |
| 4573 | <translation>Amiibo verisi yüklenirken hata</translation> | 4568 | <translation>Amiibo verisi yüklenirken hata</translation> |
| 4574 | </message> | 4569 | </message> |
| 4575 | <message> | 4570 | <message> |
| 4576 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4571 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4577 | <source>Unable to load Amiibo data.</source> | 4572 | <source>Unable to load Amiibo data.</source> |
| 4578 | <translation>Amiibo verisi yüklenemedi</translation> | 4573 | <translation>Amiibo verisi yüklenemedi</translation> |
| 4579 | </message> | 4574 | </message> |
| 4580 | <message> | 4575 | <message> |
| 4581 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4576 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4582 | <source>Capture Screenshot</source> | 4577 | <source>Capture Screenshot</source> |
| 4583 | <translation>Ekran Görüntüsü Al</translation> | 4578 | <translation>Ekran Görüntüsü Al</translation> |
| 4584 | </message> | 4579 | </message> |
| 4585 | <message> | 4580 | <message> |
| 4586 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4581 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4587 | <source>PNG Image (*.png)</source> | 4582 | <source>PNG Image (*.png)</source> |
| 4588 | <translation>PNG görüntüsü (*.png)</translation> | 4583 | <translation>PNG görüntüsü (*.png)</translation> |
| 4589 | </message> | 4584 | </message> |
| 4590 | <message> | 4585 | <message> |
| 4591 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4586 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4592 | <source>TAS state: Running %1/%2</source> | 4587 | <source>TAS state: Running %1/%2</source> |
| 4593 | <translation>TAS durumu: %1%2 çalışıyor</translation> | 4588 | <translation>TAS durumu: %1%2 çalışıyor</translation> |
| 4594 | </message> | 4589 | </message> |
| 4595 | <message> | 4590 | <message> |
| 4596 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4591 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4597 | <source>TAS state: Recording %1</source> | 4592 | <source>TAS state: Recording %1</source> |
| 4598 | <translation>TAS durumu: %1 kaydediliyor</translation> | 4593 | <translation>TAS durumu: %1 kaydediliyor</translation> |
| 4599 | </message> | 4594 | </message> |
| 4600 | <message> | 4595 | <message> |
| 4601 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4596 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4602 | <source>TAS state: Idle %1/%2</source> | 4597 | <source>TAS state: Idle %1/%2</source> |
| 4603 | <translation>TAS durumu: %1%2 boÅŸta</translation> | 4598 | <translation>TAS durumu: %1%2 boÅŸta</translation> |
| 4604 | </message> | 4599 | </message> |
| 4605 | <message> | 4600 | <message> |
| 4606 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4601 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4607 | <source>TAS State: Invalid</source> | 4602 | <source>TAS State: Invalid</source> |
| 4608 | <translation>TAS durumu: Geçersiz</translation> | 4603 | <translation>TAS durumu: Geçersiz</translation> |
| 4609 | </message> | 4604 | </message> |
| 4610 | <message> | 4605 | <message> |
| 4611 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4606 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4612 | <source>&Stop Running</source> | 4607 | <source>&Stop Running</source> |
| 4613 | <translation>&Çalıştırmayı durdur</translation> | 4608 | <translation>&Çalıştırmayı durdur</translation> |
| 4614 | </message> | 4609 | </message> |
| 4615 | <message> | 4610 | <message> |
| 4616 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4611 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4617 | <source>&Start</source> | 4612 | <source>&Start</source> |
| 4618 | <translation>&BaÅŸlat</translation> | 4613 | <translation>&BaÅŸlat</translation> |
| 4619 | </message> | 4614 | </message> |
| 4620 | <message> | 4615 | <message> |
| 4621 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4616 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4622 | <source>Stop R&ecording</source> | 4617 | <source>Stop R&ecording</source> |
| 4623 | <translation>K&aydetmeyi Durdur</translation> | 4618 | <translation>K&aydetmeyi Durdur</translation> |
| 4624 | </message> | 4619 | </message> |
| 4625 | <message> | 4620 | <message> |
| 4626 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4621 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4627 | <source>R&ecord</source> | 4622 | <source>R&ecord</source> |
| 4628 | <translation>K&aydet</translation> | 4623 | <translation>K&aydet</translation> |
| 4629 | </message> | 4624 | </message> |
| 4630 | <message numerus="yes"> | 4625 | <message numerus="yes"> |
| 4631 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4626 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4632 | <source>Building: %n shader(s)</source> | 4627 | <source>Building: %n shader(s)</source> |
| 4633 | <translation><numerusform>OluÅŸturuluyor: %n shader</numerusform><numerusform>OluÅŸturuluyor: %n shader</numerusform></translation> | 4628 | <translation><numerusform>OluÅŸturuluyor: %n shader</numerusform><numerusform>OluÅŸturuluyor: %n shader</numerusform></translation> |
| 4634 | </message> | 4629 | </message> |
| 4635 | <message> | 4630 | <message> |
| 4636 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4631 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4637 | <source>Scale: %1x</source> | 4632 | <source>Scale: %1x</source> |
| 4638 | <comment>%1 is the resolution scaling factor</comment> | 4633 | <comment>%1 is the resolution scaling factor</comment> |
| 4639 | <translation>Ölçek: %1x</translation> | 4634 | <translation>Ölçek: %1x</translation> |
| 4640 | </message> | 4635 | </message> |
| 4641 | <message> | 4636 | <message> |
| 4642 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4637 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4643 | <source>Speed: %1% / %2%</source> | 4638 | <source>Speed: %1% / %2%</source> |
| 4644 | <translation>Hız %1% / %2%</translation> | 4639 | <translation>Hız %1% / %2%</translation> |
| 4645 | </message> | 4640 | </message> |
| 4646 | <message> | 4641 | <message> |
| 4647 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4642 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4648 | <source>Speed: %1%</source> | 4643 | <source>Speed: %1%</source> |
| 4649 | <translation>Hız: %1%</translation> | 4644 | <translation>Hız: %1%</translation> |
| 4650 | </message> | 4645 | </message> |
| 4651 | <message> | 4646 | <message> |
| 4652 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4647 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4653 | <source>Game: %1 FPS (Unlocked)</source> | 4648 | <source>Game: %1 FPS (Unlocked)</source> |
| 4654 | <translation>Oyun: %1 FPS (Sınırsız)</translation> | 4649 | <translation>Oyun: %1 FPS (Sınırsız)</translation> |
| 4655 | </message> | 4650 | </message> |
| 4656 | <message> | 4651 | <message> |
| 4657 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4652 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4658 | <source>Game: %1 FPS</source> | 4653 | <source>Game: %1 FPS</source> |
| 4659 | <translation>Oyun: %1 FPS</translation> | 4654 | <translation>Oyun: %1 FPS</translation> |
| 4660 | </message> | 4655 | </message> |
| 4661 | <message> | 4656 | <message> |
| 4662 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4657 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4663 | <source>Frame: %1 ms</source> | 4658 | <source>Frame: %1 ms</source> |
| 4664 | <translation>Kare: %1 ms</translation> | 4659 | <translation>Kare: %1 ms</translation> |
| 4665 | </message> | 4660 | </message> |
| 4666 | <message> | 4661 | <message> |
| 4667 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4662 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4668 | <source>GPU NORMAL</source> | 4663 | <source>GPU NORMAL</source> |
| 4669 | <translation>GPU NORMAL</translation> | 4664 | <translation>GPU NORMAL</translation> |
| 4670 | </message> | 4665 | </message> |
| 4671 | <message> | 4666 | <message> |
| 4672 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4667 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4673 | <source>GPU HIGH</source> | 4668 | <source>GPU HIGH</source> |
| 4674 | <translation>GPU YÜKSEK</translation> | 4669 | <translation>GPU YÜKSEK</translation> |
| 4675 | </message> | 4670 | </message> |
| 4676 | <message> | 4671 | <message> |
| 4677 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4672 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4678 | <source>GPU EXTREME</source> | 4673 | <source>GPU EXTREME</source> |
| 4679 | <translation>GPU EKSTREM</translation> | 4674 | <translation>GPU EKSTREM</translation> |
| 4680 | </message> | 4675 | </message> |
| 4681 | <message> | 4676 | <message> |
| 4682 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4677 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4683 | <source>GPU ERROR</source> | 4678 | <source>GPU ERROR</source> |
| 4684 | <translation>GPU HATASI</translation> | 4679 | <translation>GPU HATASI</translation> |
| 4685 | </message> | 4680 | </message> |
| 4686 | <message> | 4681 | <message> |
| 4687 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4682 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4688 | <source>NEAREST</source> | 4683 | <source>NEAREST</source> |
| 4689 | <translation>EN YAKIN</translation> | 4684 | <translation>EN YAKIN</translation> |
| 4690 | </message> | 4685 | </message> |
| 4691 | <message> | 4686 | <message> |
| 4692 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4687 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4693 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4688 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4694 | <source>BILINEAR</source> | 4689 | <source>BILINEAR</source> |
| 4695 | <translation>BILINEAR</translation> | 4690 | <translation>BILINEAR</translation> |
| 4696 | </message> | 4691 | </message> |
| 4697 | <message> | 4692 | <message> |
| 4698 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4693 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4699 | <source>BICUBIC</source> | 4694 | <source>BICUBIC</source> |
| 4700 | <translation>BICUBIC</translation> | 4695 | <translation>BICUBIC</translation> |
| 4701 | </message> | 4696 | </message> |
| 4702 | <message> | 4697 | <message> |
| 4703 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4698 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4704 | <source>GAUSSIAN</source> | 4699 | <source>GAUSSIAN</source> |
| 4705 | <translation>GAUSYEN</translation> | 4700 | <translation>GAUSYEN</translation> |
| 4706 | </message> | 4701 | </message> |
| 4707 | <message> | 4702 | <message> |
| 4708 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4703 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4709 | <source>SCALEFORCE</source> | 4704 | <source>SCALEFORCE</source> |
| 4710 | <translation>SCALEFORCE</translation> | 4705 | <translation>SCALEFORCE</translation> |
| 4711 | </message> | 4706 | </message> |
| 4712 | <message> | 4707 | <message> |
| 4713 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4708 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4714 | <source>FSR</source> | 4709 | <source>FSR</source> |
| 4715 | <translation>FSR</translation> | 4710 | <translation>FSR</translation> |
| 4716 | </message> | 4711 | </message> |
| 4717 | <message> | 4712 | <message> |
| 4718 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4713 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4719 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4714 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4720 | <source>NO AA</source> | 4715 | <source>NO AA</source> |
| 4721 | <translation>NO AA</translation> | 4716 | <translation>NO AA</translation> |
| 4722 | </message> | 4717 | </message> |
| 4723 | <message> | 4718 | <message> |
| 4724 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4719 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4725 | <source>FXAA</source> | 4720 | <source>FXAA</source> |
| 4726 | <translation>FXAA</translation> | 4721 | <translation>FXAA</translation> |
| 4727 | </message> | 4722 | </message> |
| 4728 | <message> | 4723 | <message> |
| 4729 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4724 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4730 | <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> | 4725 | <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> |
| 4731 | <translation>Yüklemeye çalıştığınız oyun oynanmadan önce Switch'inizden ek dosyaların alınmasını gerektiriyor.<br/><br/>Bu dosyaları nasıl alacağınız hakkında daha fazla bilgi için, lütfen bu wiki sayfasına göz atınız: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Konsolunuzdan Sistem Arşivleri ve Shared Fontları Almak</a>.<br/><br/>oyun listesine geri dönmek ister misiniz? Emülasyona devam etmek çökmelere, kayıt dosyalarının bozulmasına veya başka hatalara sebep verebilir.</translation> | 4726 | <translation>Yüklemeye çalıştığınız oyun oynanmadan önce Switch'inizden ek dosyaların alınmasını gerektiriyor.<br/><br/>Bu dosyaları nasıl alacağınız hakkında daha fazla bilgi için, lütfen bu wiki sayfasına göz atınız: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Konsolunuzdan Sistem Arşivleri ve Shared Fontları Almak</a>.<br/><br/>oyun listesine geri dönmek ister misiniz? Emülasyona devam etmek çökmelere, kayıt dosyalarının bozulmasına veya başka hatalara sebep verebilir.</translation> |
| 4732 | </message> | 4727 | </message> |
| 4733 | <message> | 4728 | <message> |
| 4734 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4729 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4735 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4730 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4736 | <translation>Yuzu bir Switch sistem arşivi bulamadı. %1</translation> | 4731 | <translation>Yuzu bir Switch sistem arşivi bulamadı. %1</translation> |
| 4737 | </message> | 4732 | </message> |
| 4738 | <message> | 4733 | <message> |
| 4739 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4734 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4740 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4735 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4741 | <translation>Yuzu bir Switch sistem arşivi bulamadı: %1. %2</translation> | 4736 | <translation>Yuzu bir Switch sistem arşivi bulamadı: %1. %2</translation> |
| 4742 | </message> | 4737 | </message> |
| 4743 | <message> | 4738 | <message> |
| 4744 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4739 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4745 | <source>System Archive Not Found</source> | 4740 | <source>System Archive Not Found</source> |
| 4746 | <translation>Sistem Arşivi Bulunamadı</translation> | 4741 | <translation>Sistem Arşivi Bulunamadı</translation> |
| 4747 | </message> | 4742 | </message> |
| 4748 | <message> | 4743 | <message> |
| 4749 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4744 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4750 | <source>System Archive Missing</source> | 4745 | <source>System Archive Missing</source> |
| 4751 | <translation>Sistem Arşivi Kayıp</translation> | 4746 | <translation>Sistem Arşivi Kayıp</translation> |
| 4752 | </message> | 4747 | </message> |
| 4753 | <message> | 4748 | <message> |
| 4754 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4749 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4755 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4750 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4756 | <translation>Yuzu Switch shared fontlarını bulamadı. %1</translation> | 4751 | <translation>Yuzu Switch shared fontlarını bulamadı. %1</translation> |
| 4757 | </message> | 4752 | </message> |
| 4758 | <message> | 4753 | <message> |
| 4759 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4754 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4760 | <source>Shared Fonts Not Found</source> | 4755 | <source>Shared Fonts Not Found</source> |
| 4761 | <translation>Shared Font'lar Bulunamadı</translation> | 4756 | <translation>Shared Font'lar Bulunamadı</translation> |
| 4762 | </message> | 4757 | </message> |
| 4763 | <message> | 4758 | <message> |
| 4764 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4759 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4765 | <source>Shared Font Missing</source> | 4760 | <source>Shared Font Missing</source> |
| 4766 | <translation>Shared Font Kayıp</translation> | 4761 | <translation>Shared Font Kayıp</translation> |
| 4767 | </message> | 4762 | </message> |
| 4768 | <message> | 4763 | <message> |
| 4769 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4764 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4770 | <source>Fatal Error</source> | 4765 | <source>Fatal Error</source> |
| 4771 | <translation>Önemli Hata</translation> | 4766 | <translation>Önemli Hata</translation> |
| 4772 | </message> | 4767 | </message> |
| 4773 | <message> | 4768 | <message> |
| 4774 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4769 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4775 | <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> | 4770 | <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> |
| 4776 | <translation>Yuzu önemli bir hatayla karşılaştı, lütfen daha fazla detay için kütüğe bakınız. Kütüğe erişmek hakkında daha fazla bilgi için, lütfen bu sayfaya göz atınız: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Log Dosyası Nasıl Yüklenir</a>.<br/><br/>Oyun listesine geri dönmek ister misiniz? Emülasyona devam etmek çökmelere, kayıt dosyalarının bozulmasına veya başka hatalara sebep olabilir.</translation> | 4771 | <translation>Yuzu önemli bir hatayla karşılaştı, lütfen daha fazla detay için kütüğe bakınız. Kütüğe erişmek hakkında daha fazla bilgi için, lütfen bu sayfaya göz atınız: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Log Dosyası Nasıl Yüklenir</a>.<br/><br/>Oyun listesine geri dönmek ister misiniz? Emülasyona devam etmek çökmelere, kayıt dosyalarının bozulmasına veya başka hatalara sebep olabilir.</translation> |
| 4777 | </message> | 4772 | </message> |
| 4778 | <message> | 4773 | <message> |
| 4779 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4774 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4780 | <source>Fatal Error encountered</source> | 4775 | <source>Fatal Error encountered</source> |
| 4781 | <translation>Önemli Bir Hatayla Karşılaşıldı</translation> | 4776 | <translation>Önemli Bir Hatayla Karşılaşıldı</translation> |
| 4782 | </message> | 4777 | </message> |
| 4783 | <message> | 4778 | <message> |
| 4784 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4779 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4785 | <source>Confirm Key Rederivation</source> | 4780 | <source>Confirm Key Rederivation</source> |
| 4786 | <translation>Anahtar Yeniden Türetimini Onayla</translation> | 4781 | <translation>Anahtar Yeniden Türetimini Onayla</translation> |
| 4787 | </message> | 4782 | </message> |
| 4788 | <message> | 4783 | <message> |
| 4789 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4784 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4790 | <source>You are about to force rederive all of your keys. | 4785 | <source>You are about to force rederive all of your keys. |
| 4791 | If you do not know what this means or what you are doing, | 4786 | If you do not know what this means or what you are doing, |
| 4792 | this is a potentially destructive action. | 4787 | this is a potentially destructive action. |
| @@ -4803,37 +4798,37 @@ ve opsiyonel olarak yedekler alın. | |||
| 4803 | Bu sizin otomatik oluşturulmuş anahtar dosyalarınızı silecek ve anahtar türetme modülünü tekrar çalıştıracak.</translation> | 4798 | Bu sizin otomatik oluşturulmuş anahtar dosyalarınızı silecek ve anahtar türetme modülünü tekrar çalıştıracak.</translation> |
| 4804 | </message> | 4799 | </message> |
| 4805 | <message> | 4800 | <message> |
| 4806 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4801 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4807 | <source>Missing fuses</source> | 4802 | <source>Missing fuses</source> |
| 4808 | <translation>Anahtarlar Kayıp</translation> | 4803 | <translation>Anahtarlar Kayıp</translation> |
| 4809 | </message> | 4804 | </message> |
| 4810 | <message> | 4805 | <message> |
| 4811 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4806 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4812 | <source> - Missing BOOT0</source> | 4807 | <source> - Missing BOOT0</source> |
| 4813 | <translation>- BOOT0 Kayıp</translation> | 4808 | <translation>- BOOT0 Kayıp</translation> |
| 4814 | </message> | 4809 | </message> |
| 4815 | <message> | 4810 | <message> |
| 4816 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4811 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4817 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4812 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4818 | <translation>- BCPKG2-1-Normal-Main Kayıp</translation> | 4813 | <translation>- BCPKG2-1-Normal-Main Kayıp</translation> |
| 4819 | </message> | 4814 | </message> |
| 4820 | <message> | 4815 | <message> |
| 4821 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4816 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4822 | <source> - Missing PRODINFO</source> | 4817 | <source> - Missing PRODINFO</source> |
| 4823 | <translation>- PRODINFO Kayıp</translation> | 4818 | <translation>- PRODINFO Kayıp</translation> |
| 4824 | </message> | 4819 | </message> |
| 4825 | <message> | 4820 | <message> |
| 4826 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4821 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4827 | <source>Derivation Components Missing</source> | 4822 | <source>Derivation Components Missing</source> |
| 4828 | <translation>Türeten Bileşenleri Kayıp</translation> | 4823 | <translation>Türeten Bileşenleri Kayıp</translation> |
| 4829 | </message> | 4824 | </message> |
| 4830 | <message> | 4825 | <message> |
| 4831 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4826 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4832 | <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> | 4827 | <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> |
| 4833 | <translation>Şifreleme anahtarları eksik. <br>Lütfen takip edin<a href='https://yuzu-emu.org/help/quickstart/'>yuzu hızlı başlangıç kılavuzunu</a>tüm anahtarlarınızı, aygıt yazılımınızı ve oyunlarınızı almada.<br><br><small>(%1)</small></translation> | 4828 | <translation>Şifreleme anahtarları eksik. <br>Lütfen takip edin<a href='https://yuzu-emu.org/help/quickstart/'>yuzu hızlı başlangıç kılavuzunu</a>tüm anahtarlarınızı, aygıt yazılımınızı ve oyunlarınızı almada.<br><br><small>(%1)</small></translation> |
| 4834 | </message> | 4829 | </message> |
| 4835 | <message> | 4830 | <message> |
| 4836 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4831 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4837 | <source>Deriving keys... | 4832 | <source>Deriving keys... |
| 4838 | This may take up to a minute depending | 4833 | This may take up to a minute depending |
| 4839 | on your system's performance.</source> | 4834 | on your system's performance.</source> |
| @@ -4842,39 +4837,39 @@ Bu sistem performansınıza bağlı olarak | |||
| 4842 | bir dakika kadar zaman alabilir.</translation> | 4837 | bir dakika kadar zaman alabilir.</translation> |
| 4843 | </message> | 4838 | </message> |
| 4844 | <message> | 4839 | <message> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4846 | <source>Deriving Keys</source> | 4841 | <source>Deriving Keys</source> |
| 4847 | <translation>Anahtarlar Türetiliyor</translation> | 4842 | <translation>Anahtarlar Türetiliyor</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4851 | <source>Select RomFS Dump Target</source> | 4846 | <source>Select RomFS Dump Target</source> |
| 4852 | <translation>RomFS Dump Hedefini Seçiniz</translation> | 4847 | <translation>RomFS Dump Hedefini Seçiniz</translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4856 | <source>Please select which RomFS you would like to dump.</source> | 4851 | <source>Please select which RomFS you would like to dump.</source> |
| 4857 | <translation>Lütfen dump etmek istediğiniz RomFS'i seçiniz.</translation> | 4852 | <translation>Lütfen dump etmek istediğiniz RomFS'i seçiniz.</translation> |
| 4858 | </message> | 4853 | </message> |
| 4859 | <message> | 4854 | <message> |
| 4860 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4855 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4861 | <source>Are you sure you want to close yuzu?</source> | 4856 | <source>Are you sure you want to close yuzu?</source> |
| 4862 | <translation>yuzu'yu kapatmak istediÄŸinizden emin misiniz?</translation> | 4857 | <translation>yuzu'yu kapatmak istediÄŸinizden emin misiniz?</translation> |
| 4863 | </message> | 4858 | </message> |
| 4864 | <message> | 4859 | <message> |
| 4865 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4860 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4866 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4861 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4868 | <source>yuzu</source> | 4863 | <source>yuzu</source> |
| 4869 | <translation>yuzu</translation> | 4864 | <translation>yuzu</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4867 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4873 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4868 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4874 | <translation>Emülasyonu durdurmak istediğinizden emin misiniz? Kaydedilmemiş veriler kaybolur.</translation> | 4869 | <translation>Emülasyonu durdurmak istediğinizden emin misiniz? Kaydedilmemiş veriler kaybolur.</translation> |
| 4875 | </message> | 4870 | </message> |
| 4876 | <message> | 4871 | <message> |
| 4877 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4872 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4878 | <source>The currently running application has requested yuzu to not exit. | 4873 | <source>The currently running application has requested yuzu to not exit. |
| 4879 | 4874 | ||
| 4880 | Would you like to bypass this and exit anyway?</source> | 4875 | Would you like to bypass this and exit anyway?</source> |
| @@ -4886,38 +4881,38 @@ Görmezden gelip kapatmak ister misiniz?</translation> | |||
| 4886 | <context> | 4881 | <context> |
| 4887 | <name>GRenderWindow</name> | 4882 | <name>GRenderWindow</name> |
| 4888 | <message> | 4883 | <message> |
| 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4884 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4890 | <source>OpenGL not available!</source> | 4885 | <source>OpenGL not available!</source> |
| 4891 | <translation>OpenGL kullanıma uygun değil!</translation> | 4886 | <translation>OpenGL kullanıma uygun değil!</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4889 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4895 | <source>yuzu has not been compiled with OpenGL support.</source> | 4890 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4896 | <translation>Yuzu OpenGL desteklememektedir.</translation> | 4891 | <translation>Yuzu OpenGL desteklememektedir.</translation> |
| 4897 | </message> | 4892 | </message> |
| 4898 | <message> | 4893 | <message> |
| 4899 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4894 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4895 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4901 | <source>Error while initializing OpenGL!</source> | 4896 | <source>Error while initializing OpenGL!</source> |
| 4902 | <translation>OpenGl başlatılırken bir hata oluştu!</translation> | 4897 | <translation>OpenGl başlatılırken bir hata oluştu!</translation> |
| 4903 | </message> | 4898 | </message> |
| 4904 | <message> | 4899 | <message> |
| 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4906 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4901 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4907 | <translation>GPU'nuz OpenGL desteklemiyor veya güncel bir grafik sürücüsüne sahip değilsiniz.</translation> | 4902 | <translation>GPU'nuz OpenGL desteklemiyor veya güncel bir grafik sürücüsüne sahip değilsiniz.</translation> |
| 4908 | </message> | 4903 | </message> |
| 4909 | <message> | 4904 | <message> |
| 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4911 | <source>Error while initializing OpenGL 4.6!</source> | 4906 | <source>Error while initializing OpenGL 4.6!</source> |
| 4912 | <translation>OpenGl 4.6 başlatılırken bir hata oluştu!</translation> | 4907 | <translation>OpenGl 4.6 başlatılırken bir hata oluştu!</translation> |
| 4913 | </message> | 4908 | </message> |
| 4914 | <message> | 4909 | <message> |
| 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4916 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4911 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4917 | <translation>GPU'nuz OpenGL 4.6'yı desteklemiyor veya güncel bir grafik sürücüsüne sahip değilsiniz.<br><br>GL Renderer:<br>%1</translation> | 4912 | <translation>GPU'nuz OpenGL 4.6'yı desteklemiyor veya güncel bir grafik sürücüsüne sahip değilsiniz.<br><br>GL Renderer:<br>%1</translation> |
| 4918 | </message> | 4913 | </message> |
| 4919 | <message> | 4914 | <message> |
| 4920 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4921 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4916 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4922 | <translation>GPU'nuz gereken bir yada daha fazla OpenGL eklentisini desteklemiyor Lütfen güncel bir grafik sürücüsüne sahip olduğunuzdan emin olun.<br><br>GL Renderer:<br>%1<br><br> Desteklenmeyen Eklentiler:<br>%2</translation> | 4917 | <translation>GPU'nuz gereken bir yada daha fazla OpenGL eklentisini desteklemiyor Lütfen güncel bir grafik sürücüsüne sahip olduğunuzdan emin olun.<br><br>GL Renderer:<br>%1<br><br> Desteklenmeyen Eklentiler:<br>%2</translation> |
| 4923 | </message> | 4918 | </message> |
diff --git a/dist/languages/vi.ts b/dist/languages/vi.ts index 87775b10e..aee4f58dd 100644 --- a/dist/languages/vi.ts +++ b/dist/languages/vi.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Thông tin vỠyuzu</translation> | 7 | <translation>Thông tin vỠyuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Trang web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Mã nguồn</a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Những ngưá»i đóng góp</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Bản quyá»n</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Trang web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Mã nguồn</a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Những ngưá»i đóng góp</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Bản quyá»n</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; là thương hiệu của Nintendo. yuzu không hỠcó quan hệ với Nintendo dưới bất kỳ hình thức nà o.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; là thương hiệu của Nintendo. yuzu không hỠcó quan hệ với Nintendo dưới bất kỳ hình thức nà o.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4014,757 +4009,757 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4014 | <translation>Äã xảy ra lá»—i không xác định. Hãy kiểm tra phần báo cáo để biết thêm chi tiết.</translation> | 4009 | <translation>Äã xảy ra lá»—i không xác định. Hãy kiểm tra phần báo cáo để biết thêm chi tiết.</translation> |
| 4015 | </message> | 4010 | </message> |
| 4016 | <message> | 4011 | <message> |
| 4017 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4012 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4018 | <source>(64-bit)</source> | 4013 | <source>(64-bit)</source> |
| 4019 | <translation type="unfinished"/> | 4014 | <translation type="unfinished"/> |
| 4020 | </message> | 4015 | </message> |
| 4021 | <message> | 4016 | <message> |
| 4022 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4017 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4023 | <source>(32-bit)</source> | 4018 | <source>(32-bit)</source> |
| 4024 | <translation type="unfinished"/> | 4019 | <translation type="unfinished"/> |
| 4025 | </message> | 4020 | </message> |
| 4026 | <message> | 4021 | <message> |
| 4027 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4022 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4028 | <source>%1 %2</source> | 4023 | <source>%1 %2</source> |
| 4029 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4024 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4030 | <translation type="unfinished"/> | 4025 | <translation type="unfinished"/> |
| 4031 | </message> | 4026 | </message> |
| 4032 | <message> | 4027 | <message> |
| 4033 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4028 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4034 | <source>Save Data</source> | 4029 | <source>Save Data</source> |
| 4035 | <translation type="unfinished"/> | 4030 | <translation type="unfinished"/> |
| 4036 | </message> | 4031 | </message> |
| 4037 | <message> | 4032 | <message> |
| 4038 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4033 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4039 | <source>Mod Data</source> | 4034 | <source>Mod Data</source> |
| 4040 | <translation type="unfinished"/> | 4035 | <translation type="unfinished"/> |
| 4041 | </message> | 4036 | </message> |
| 4042 | <message> | 4037 | <message> |
| 4043 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4038 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4044 | <source>Error Opening %1 Folder</source> | 4039 | <source>Error Opening %1 Folder</source> |
| 4045 | <translation>Xảy ra lỗi khi mở %1 thư mục</translation> | 4040 | <translation>Xảy ra lỗi khi mở %1 thư mục</translation> |
| 4046 | </message> | 4041 | </message> |
| 4047 | <message> | 4042 | <message> |
| 4048 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4043 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4050 | <source>Folder does not exist!</source> | 4045 | <source>Folder does not exist!</source> |
| 4051 | <translation>Thư mục nà y không tồn tại!</translation> | 4046 | <translation>Thư mục nà y không tồn tại!</translation> |
| 4052 | </message> | 4047 | </message> |
| 4053 | <message> | 4048 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4055 | <source>Error Opening Transferable Shader Cache</source> | 4050 | <source>Error Opening Transferable Shader Cache</source> |
| 4056 | <translation type="unfinished"/> | 4051 | <translation type="unfinished"/> |
| 4057 | </message> | 4052 | </message> |
| 4058 | <message> | 4053 | <message> |
| 4059 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4060 | <source>Failed to create the shader cache directory for this title.</source> | 4055 | <source>Failed to create the shader cache directory for this title.</source> |
| 4061 | <translation type="unfinished"/> | 4056 | <translation type="unfinished"/> |
| 4062 | </message> | 4057 | </message> |
| 4063 | <message> | 4058 | <message> |
| 4064 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4065 | <source>Contents</source> | 4060 | <source>Contents</source> |
| 4066 | <translation type="unfinished"/> | 4061 | <translation type="unfinished"/> |
| 4067 | </message> | 4062 | </message> |
| 4068 | <message> | 4063 | <message> |
| 4069 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4064 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4070 | <source>Update</source> | 4065 | <source>Update</source> |
| 4071 | <translation>Cáºp nháºt</translation> | 4066 | <translation>Cáºp nháºt</translation> |
| 4072 | </message> | 4067 | </message> |
| 4073 | <message> | 4068 | <message> |
| 4074 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4069 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4075 | <source>DLC</source> | 4070 | <source>DLC</source> |
| 4076 | <translation type="unfinished"/> | 4071 | <translation type="unfinished"/> |
| 4077 | </message> | 4072 | </message> |
| 4078 | <message> | 4073 | <message> |
| 4079 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4074 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4080 | <source>Remove Entry</source> | 4075 | <source>Remove Entry</source> |
| 4081 | <translation type="unfinished"/> | 4076 | <translation type="unfinished"/> |
| 4082 | </message> | 4077 | </message> |
| 4083 | <message> | 4078 | <message> |
| 4084 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4079 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4085 | <source>Remove Installed Game %1?</source> | 4080 | <source>Remove Installed Game %1?</source> |
| 4086 | <translation type="unfinished"/> | 4081 | <translation type="unfinished"/> |
| 4087 | </message> | 4082 | </message> |
| 4088 | <message> | 4083 | <message> |
| 4089 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4084 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4090 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4085 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4094 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4089 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4095 | <source>Successfully Removed</source> | 4090 | <source>Successfully Removed</source> |
| 4096 | <translation type="unfinished"/> | 4091 | <translation type="unfinished"/> |
| 4097 | </message> | 4092 | </message> |
| 4098 | <message> | 4093 | <message> |
| 4099 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4094 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4100 | <source>Successfully removed the installed base game.</source> | 4095 | <source>Successfully removed the installed base game.</source> |
| 4101 | <translation type="unfinished"/> | 4096 | <translation type="unfinished"/> |
| 4102 | </message> | 4097 | </message> |
| 4103 | <message> | 4098 | <message> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4107 | <source>Error Removing %1</source> | 4102 | <source>Error Removing %1</source> |
| 4108 | <translation type="unfinished"/> | 4103 | <translation type="unfinished"/> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4112 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4107 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4113 | <translation type="unfinished"/> | 4108 | <translation type="unfinished"/> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4117 | <source>Successfully removed the installed update.</source> | 4112 | <source>Successfully removed the installed update.</source> |
| 4118 | <translation type="unfinished"/> | 4113 | <translation type="unfinished"/> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4122 | <source>There is no update installed for this title.</source> | 4117 | <source>There is no update installed for this title.</source> |
| 4123 | <translation type="unfinished"/> | 4118 | <translation type="unfinished"/> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4127 | <source>There are no DLC installed for this title.</source> | 4122 | <source>There are no DLC installed for this title.</source> |
| 4128 | <translation type="unfinished"/> | 4123 | <translation type="unfinished"/> |
| 4129 | </message> | 4124 | </message> |
| 4130 | <message> | 4125 | <message> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4132 | <source>Successfully removed %1 installed DLC.</source> | 4127 | <source>Successfully removed %1 installed DLC.</source> |
| 4133 | <translation type="unfinished"/> | 4128 | <translation type="unfinished"/> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4137 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4132 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4138 | <translation type="unfinished"/> | 4133 | <translation type="unfinished"/> |
| 4139 | </message> | 4134 | </message> |
| 4140 | <message> | 4135 | <message> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4142 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4137 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4143 | <translation type="unfinished"/> | 4138 | <translation type="unfinished"/> |
| 4144 | </message> | 4139 | </message> |
| 4145 | <message> | 4140 | <message> |
| 4146 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4141 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4147 | <source>Delete All Transferable Shader Caches?</source> | 4142 | <source>Delete All Transferable Shader Caches?</source> |
| 4148 | <translation type="unfinished"/> | 4143 | <translation type="unfinished"/> |
| 4149 | </message> | 4144 | </message> |
| 4150 | <message> | 4145 | <message> |
| 4151 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4146 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4152 | <source>Remove Custom Game Configuration?</source> | 4147 | <source>Remove Custom Game Configuration?</source> |
| 4153 | <translation type="unfinished"/> | 4148 | <translation type="unfinished"/> |
| 4154 | </message> | 4149 | </message> |
| 4155 | <message> | 4150 | <message> |
| 4156 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4151 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4157 | <source>Remove File</source> | 4152 | <source>Remove File</source> |
| 4158 | <translation type="unfinished"/> | 4153 | <translation type="unfinished"/> |
| 4159 | </message> | 4154 | </message> |
| 4160 | <message> | 4155 | <message> |
| 4161 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4156 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4162 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4157 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4163 | <source>Error Removing Transferable Shader Cache</source> | 4158 | <source>Error Removing Transferable Shader Cache</source> |
| 4164 | <translation type="unfinished"/> | 4159 | <translation type="unfinished"/> |
| 4165 | </message> | 4160 | </message> |
| 4166 | <message> | 4161 | <message> |
| 4167 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4162 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4169 | <source>A shader cache for this title does not exist.</source> | 4164 | <source>A shader cache for this title does not exist.</source> |
| 4170 | <translation type="unfinished"/> | 4165 | <translation type="unfinished"/> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4174 | <source>Successfully removed the transferable shader cache.</source> | 4169 | <source>Successfully removed the transferable shader cache.</source> |
| 4175 | <translation type="unfinished"/> | 4170 | <translation type="unfinished"/> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4179 | <source>Failed to remove the transferable shader cache.</source> | 4174 | <source>Failed to remove the transferable shader cache.</source> |
| 4180 | <translation type="unfinished"/> | 4175 | <translation type="unfinished"/> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4185 | <source>Error Removing Transferable Shader Caches</source> | 4180 | <source>Error Removing Transferable Shader Caches</source> |
| 4186 | <translation type="unfinished"/> | 4181 | <translation type="unfinished"/> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4190 | <source>Successfully removed the transferable shader caches.</source> | 4185 | <source>Successfully removed the transferable shader caches.</source> |
| 4191 | <translation type="unfinished"/> | 4186 | <translation type="unfinished"/> |
| 4192 | </message> | 4187 | </message> |
| 4193 | <message> | 4188 | <message> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4195 | <source>Failed to remove the transferable shader cache directory.</source> | 4190 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4196 | <translation type="unfinished"/> | 4191 | <translation type="unfinished"/> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4201 | <source>Error Removing Custom Configuration</source> | 4196 | <source>Error Removing Custom Configuration</source> |
| 4202 | <translation type="unfinished"/> | 4197 | <translation type="unfinished"/> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4206 | <source>A custom configuration for this title does not exist.</source> | 4201 | <source>A custom configuration for this title does not exist.</source> |
| 4207 | <translation type="unfinished"/> | 4202 | <translation type="unfinished"/> |
| 4208 | </message> | 4203 | </message> |
| 4209 | <message> | 4204 | <message> |
| 4210 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4205 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4211 | <source>Successfully removed the custom game configuration.</source> | 4206 | <source>Successfully removed the custom game configuration.</source> |
| 4212 | <translation type="unfinished"/> | 4207 | <translation type="unfinished"/> |
| 4213 | </message> | 4208 | </message> |
| 4214 | <message> | 4209 | <message> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4216 | <source>Failed to remove the custom game configuration.</source> | 4211 | <source>Failed to remove the custom game configuration.</source> |
| 4217 | <translation type="unfinished"/> | 4212 | <translation type="unfinished"/> |
| 4218 | </message> | 4213 | </message> |
| 4219 | <message> | 4214 | <message> |
| 4220 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4215 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4222 | <source>RomFS Extraction Failed!</source> | 4217 | <source>RomFS Extraction Failed!</source> |
| 4223 | <translation>Khai thác RomFS không thà nh công!</translation> | 4218 | <translation>Khai thác RomFS không thà nh công!</translation> |
| 4224 | </message> | 4219 | </message> |
| 4225 | <message> | 4220 | <message> |
| 4226 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4227 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4222 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4228 | <translation>Äã xảy ra lá»—i khi sao chép tệp tin RomFS hoặc ngưá»i dùng đã há»§y bá» hoạt động nà y.</translation> | 4223 | <translation>Äã xảy ra lá»—i khi sao chép tệp tin RomFS hoặc ngưá»i dùng đã há»§y bá» hoạt động nà y.</translation> |
| 4229 | </message> | 4224 | </message> |
| 4230 | <message> | 4225 | <message> |
| 4231 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4232 | <source>Full</source> | 4227 | <source>Full</source> |
| 4233 | <translation type="unfinished"/> | 4228 | <translation type="unfinished"/> |
| 4234 | </message> | 4229 | </message> |
| 4235 | <message> | 4230 | <message> |
| 4236 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4237 | <source>Skeleton</source> | 4232 | <source>Skeleton</source> |
| 4238 | <translation>Sưá»n</translation> | 4233 | <translation>Sưá»n</translation> |
| 4239 | </message> | 4234 | </message> |
| 4240 | <message> | 4235 | <message> |
| 4241 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4236 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4242 | <source>Select RomFS Dump Mode</source> | 4237 | <source>Select RomFS Dump Mode</source> |
| 4243 | <translation>Chá»n chế độ kết xuất RomFS</translation> | 4238 | <translation>Chá»n chế độ kết xuất RomFS</translation> |
| 4244 | </message> | 4239 | </message> |
| 4245 | <message> | 4240 | <message> |
| 4246 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4241 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4247 | <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> | 4242 | <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> |
| 4248 | <translation>Vui lòng chá»n cách mà bạn muốn RomFS kết xuất.<br>Chế độ Äầy Äá»§ sẽ sao chép toà n bá»™ tệp tin và o má»™t danh mục má»›i trong khi <br>chế độ Sưá»n chỉ tạo kết cấu danh mục.</translation> | 4243 | <translation>Vui lòng chá»n cách mà bạn muốn RomFS kết xuất.<br>Chế độ Äầy Äá»§ sẽ sao chép toà n bá»™ tệp tin và o má»™t danh mục má»›i trong khi <br>chế độ Sưá»n chỉ tạo kết cấu danh mục.</translation> |
| 4249 | </message> | 4244 | </message> |
| 4250 | <message> | 4245 | <message> |
| 4251 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4246 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4252 | <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> | 4247 | <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> |
| 4253 | <translation type="unfinished"/> | 4248 | <translation type="unfinished"/> |
| 4254 | </message> | 4249 | </message> |
| 4255 | <message> | 4250 | <message> |
| 4256 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4251 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4257 | <source>Extracting RomFS...</source> | 4252 | <source>Extracting RomFS...</source> |
| 4258 | <translation>Khai thác RomFS...</translation> | 4253 | <translation>Khai thác RomFS...</translation> |
| 4259 | </message> | 4254 | </message> |
| 4260 | <message> | 4255 | <message> |
| 4261 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4256 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4262 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4257 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4263 | <source>Cancel</source> | 4258 | <source>Cancel</source> |
| 4264 | <translation>Há»§y bá»</translation> | 4259 | <translation>Há»§y bá»</translation> |
| 4265 | </message> | 4260 | </message> |
| 4266 | <message> | 4261 | <message> |
| 4267 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4262 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4268 | <source>RomFS Extraction Succeeded!</source> | 4263 | <source>RomFS Extraction Succeeded!</source> |
| 4269 | <translation>Khai thác RomFS thà nh công!</translation> | 4264 | <translation>Khai thác RomFS thà nh công!</translation> |
| 4270 | </message> | 4265 | </message> |
| 4271 | <message> | 4266 | <message> |
| 4272 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4267 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4273 | <source>The operation completed successfully.</source> | 4268 | <source>The operation completed successfully.</source> |
| 4274 | <translation>Các hoạt động đã hoà n tất thà nh công.</translation> | 4269 | <translation>Các hoạt động đã hoà n tất thà nh công.</translation> |
| 4275 | </message> | 4270 | </message> |
| 4276 | <message> | 4271 | <message> |
| 4277 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4272 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4278 | <source>Error Opening %1</source> | 4273 | <source>Error Opening %1</source> |
| 4279 | <translation type="unfinished"/> | 4274 | <translation type="unfinished"/> |
| 4280 | </message> | 4275 | </message> |
| 4281 | <message> | 4276 | <message> |
| 4282 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4277 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4283 | <source>Select Directory</source> | 4278 | <source>Select Directory</source> |
| 4284 | <translation>Chá»n danh mục</translation> | 4279 | <translation>Chá»n danh mục</translation> |
| 4285 | </message> | 4280 | </message> |
| 4286 | <message> | 4281 | <message> |
| 4287 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4282 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4288 | <source>Properties</source> | 4283 | <source>Properties</source> |
| 4289 | <translation>Thuá»™c tÃnh</translation> | 4284 | <translation>Thuá»™c tÃnh</translation> |
| 4290 | </message> | 4285 | </message> |
| 4291 | <message> | 4286 | <message> |
| 4292 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4287 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4293 | <source>The game properties could not be loaded.</source> | 4288 | <source>The game properties could not be loaded.</source> |
| 4294 | <translation>Không thể tải thuá»™c tÃnh cá»§a trò chÆ¡i.</translation> | 4289 | <translation>Không thể tải thuá»™c tÃnh cá»§a trò chÆ¡i.</translation> |
| 4295 | </message> | 4290 | </message> |
| 4296 | <message> | 4291 | <message> |
| 4297 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4292 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4298 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4293 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4299 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4294 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4300 | <translation>Thực thi Switch (%1);;Tất cả tệp tin (*.*)</translation> | 4295 | <translation>Thực thi Switch (%1);;Tất cả tệp tin (*.*)</translation> |
| 4301 | </message> | 4296 | </message> |
| 4302 | <message> | 4297 | <message> |
| 4303 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4298 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4304 | <source>Load File</source> | 4299 | <source>Load File</source> |
| 4305 | <translation>Nạp tệp tin</translation> | 4300 | <translation>Nạp tệp tin</translation> |
| 4306 | </message> | 4301 | </message> |
| 4307 | <message> | 4302 | <message> |
| 4308 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4303 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4309 | <source>Open Extracted ROM Directory</source> | 4304 | <source>Open Extracted ROM Directory</source> |
| 4310 | <translation>Mở danh mục ROM đã trÃch xuất</translation> | 4305 | <translation>Mở danh mục ROM đã trÃch xuất</translation> |
| 4311 | </message> | 4306 | </message> |
| 4312 | <message> | 4307 | <message> |
| 4313 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4308 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4314 | <source>Invalid Directory Selected</source> | 4309 | <source>Invalid Directory Selected</source> |
| 4315 | <translation>Danh mục đã chá»n không hợp lệ</translation> | 4310 | <translation>Danh mục đã chá»n không hợp lệ</translation> |
| 4316 | </message> | 4311 | </message> |
| 4317 | <message> | 4312 | <message> |
| 4318 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4313 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4319 | <source>The directory you have selected does not contain a 'main' file.</source> | 4314 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4320 | <translation>Danh mục mà bạn đã chá»n không có chứa tệp tin 'main'.</translation> | 4315 | <translation>Danh mục mà bạn đã chá»n không có chứa tệp tin 'main'.</translation> |
| 4321 | </message> | 4316 | </message> |
| 4322 | <message> | 4317 | <message> |
| 4323 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4318 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4324 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4319 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4325 | <translation>Những tệp tin Switch cà i được (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4320 | <translation>Những tệp tin Switch cà i được (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4326 | </message> | 4321 | </message> |
| 4327 | <message> | 4322 | <message> |
| 4328 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4323 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4329 | <source>Install Files</source> | 4324 | <source>Install Files</source> |
| 4330 | <translation type="unfinished"/> | 4325 | <translation type="unfinished"/> |
| 4331 | </message> | 4326 | </message> |
| 4332 | <message numerus="yes"> | 4327 | <message numerus="yes"> |
| 4333 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4328 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4334 | <source>%n file(s) remaining</source> | 4329 | <source>%n file(s) remaining</source> |
| 4335 | <translation type="unfinished"><numerusform></numerusform></translation> | 4330 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4336 | </message> | 4331 | </message> |
| 4337 | <message> | 4332 | <message> |
| 4338 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4333 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4339 | <source>Installing file "%1"...</source> | 4334 | <source>Installing file "%1"...</source> |
| 4340 | <translation>Äang cà i đặt tệp tin "%1"...</translation> | 4335 | <translation>Äang cà i đặt tệp tin "%1"...</translation> |
| 4341 | </message> | 4336 | </message> |
| 4342 | <message> | 4337 | <message> |
| 4343 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4338 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4344 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4339 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4345 | <source>Install Results</source> | 4340 | <source>Install Results</source> |
| 4346 | <translation type="unfinished"/> | 4341 | <translation type="unfinished"/> |
| 4347 | </message> | 4342 | </message> |
| 4348 | <message> | 4343 | <message> |
| 4349 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4344 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4350 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4345 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4351 | Please, only use this feature to install updates and DLC.</source> | 4346 | Please, only use this feature to install updates and DLC.</source> |
| 4352 | <translation type="unfinished"/> | 4347 | <translation type="unfinished"/> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message numerus="yes"> | 4349 | <message numerus="yes"> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4356 | <source>%n file(s) were newly installed | 4351 | <source>%n file(s) were newly installed |
| 4357 | </source> | 4352 | </source> |
| 4358 | <translation type="unfinished"><numerusform></numerusform></translation> | 4353 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message numerus="yes"> | 4355 | <message numerus="yes"> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4362 | <source>%n file(s) were overwritten | 4357 | <source>%n file(s) were overwritten |
| 4363 | </source> | 4358 | </source> |
| 4364 | <translation type="unfinished"><numerusform></numerusform></translation> | 4359 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4365 | </message> | 4360 | </message> |
| 4366 | <message numerus="yes"> | 4361 | <message numerus="yes"> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4362 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4368 | <source>%n file(s) failed to install | 4363 | <source>%n file(s) failed to install |
| 4369 | </source> | 4364 | </source> |
| 4370 | <translation type="unfinished"><numerusform></numerusform></translation> | 4365 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4371 | </message> | 4366 | </message> |
| 4372 | <message> | 4367 | <message> |
| 4373 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4368 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4374 | <source>System Application</source> | 4369 | <source>System Application</source> |
| 4375 | <translation>Ứng dụng hệ thống</translation> | 4370 | <translation>Ứng dụng hệ thống</translation> |
| 4376 | </message> | 4371 | </message> |
| 4377 | <message> | 4372 | <message> |
| 4378 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4373 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4379 | <source>System Archive</source> | 4374 | <source>System Archive</source> |
| 4380 | <translation>Hệ thống lưu trữ</translation> | 4375 | <translation>Hệ thống lưu trữ</translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message> | 4377 | <message> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4384 | <source>System Application Update</source> | 4379 | <source>System Application Update</source> |
| 4385 | <translation>Cáºp nháºt hệ thống ứng dụng</translation> | 4380 | <translation>Cáºp nháºt hệ thống ứng dụng</translation> |
| 4386 | </message> | 4381 | </message> |
| 4387 | <message> | 4382 | <message> |
| 4388 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4383 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4389 | <source>Firmware Package (Type A)</source> | 4384 | <source>Firmware Package (Type A)</source> |
| 4390 | <translation>Gói phần má»m hệ thống (Loại A)</translation> | 4385 | <translation>Gói phần má»m hệ thống (Loại A)</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4394 | <source>Firmware Package (Type B)</source> | 4389 | <source>Firmware Package (Type B)</source> |
| 4395 | <translation>Gói phần má»m (Loại B)</translation> | 4390 | <translation>Gói phần má»m (Loại B)</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4399 | <source>Game</source> | 4394 | <source>Game</source> |
| 4400 | <translation>Trò chơi</translation> | 4395 | <translation>Trò chơi</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4404 | <source>Game Update</source> | 4399 | <source>Game Update</source> |
| 4405 | <translation>Cáºp nháºt trò chÆ¡i</translation> | 4400 | <translation>Cáºp nháºt trò chÆ¡i</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4409 | <source>Game DLC</source> | 4404 | <source>Game DLC</source> |
| 4410 | <translation>Nội dung trò chơi có thể tải xuống</translation> | 4405 | <translation>Nội dung trò chơi có thể tải xuống</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4414 | <source>Delta Title</source> | 4409 | <source>Delta Title</source> |
| 4415 | <translation>Tiêu đỠDelta</translation> | 4410 | <translation>Tiêu đỠDelta</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4419 | <source>Select NCA Install Type...</source> | 4414 | <source>Select NCA Install Type...</source> |
| 4420 | <translation>Chá»n cách cà i đặt NCA...</translation> | 4415 | <translation>Chá»n cách cà i đặt NCA...</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4424 | <source>Please select the type of title you would like to install this NCA as: | 4419 | <source>Please select the type of title you would like to install this NCA as: |
| 4425 | (In most instances, the default 'Game' is fine.)</source> | 4420 | (In most instances, the default 'Game' is fine.)</source> |
| 4426 | <translation>Vui lòng chá»n loại tiêu đỠmà bạn muốn cà i đặt NCA nà y: | 4421 | <translation>Vui lòng chá»n loại tiêu đỠmà bạn muốn cà i đặt NCA nà y: |
| 4427 | (Trong hầu hết trưá»ng hợp, chá»n mặc định 'Game' là tốt nhất.)</translation> | 4422 | (Trong hầu hết trưá»ng hợp, chá»n mặc định 'Game' là tốt nhất.)</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4431 | <source>Failed to Install</source> | 4426 | <source>Failed to Install</source> |
| 4432 | <translation>Cà i đặt đã không thà nh công</translation> | 4427 | <translation>Cà i đặt đã không thà nh công</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4436 | <source>The title type you selected for the NCA is invalid.</source> | 4431 | <source>The title type you selected for the NCA is invalid.</source> |
| 4437 | <translation>Loại tiêu đỠNCA mà bạn chá»n nó không hợp lệ.</translation> | 4432 | <translation>Loại tiêu đỠNCA mà bạn chá»n nó không hợp lệ.</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4441 | <source>File not found</source> | 4436 | <source>File not found</source> |
| 4442 | <translation>Không tìm thấy tệp tin</translation> | 4437 | <translation>Không tìm thấy tệp tin</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4446 | <source>File "%1" not found</source> | 4441 | <source>File "%1" not found</source> |
| 4447 | <translation>Không tìm thấy tệp tin "%1"</translation> | 4442 | <translation>Không tìm thấy tệp tin "%1"</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4451 | <source>OK</source> | 4446 | <source>OK</source> |
| 4452 | <translation>OK</translation> | 4447 | <translation>OK</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4456 | <source>Missing yuzu Account</source> | 4451 | <source>Missing yuzu Account</source> |
| 4457 | <translation>Thiếu tà i khoản yuzu</translation> | 4452 | <translation>Thiếu tà i khoản yuzu</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4461 | <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> | 4456 | <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> |
| 4462 | <translation>Äể gá»i trưá»ng hợp thá» nghiệm trò chÆ¡i tương thÃch, bạn phải liên kết tà i khoản yuzu.<br><br/>Äể liên kết tải khoản yuzu cá»§a bạn, hãy đến Giả láºp &gt; Thiết láºp &gt; Web.</translation> | 4457 | <translation>Äể gá»i trưá»ng hợp thá» nghiệm trò chÆ¡i tương thÃch, bạn phải liên kết tà i khoản yuzu.<br><br/>Äể liên kết tải khoản yuzu cá»§a bạn, hãy đến Giả láºp &gt; Thiết láºp &gt; Web.</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4466 | <source>Error opening URL</source> | 4461 | <source>Error opening URL</source> |
| 4467 | <translation type="unfinished"/> | 4462 | <translation type="unfinished"/> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4471 | <source>Unable to open the URL "%1".</source> | 4466 | <source>Unable to open the URL "%1".</source> |
| 4472 | <translation type="unfinished"/> | 4467 | <translation type="unfinished"/> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4476 | <source>TAS Recording</source> | 4471 | <source>TAS Recording</source> |
| 4477 | <translation type="unfinished"/> | 4472 | <translation type="unfinished"/> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4481 | <source>Overwrite file of player 1?</source> | 4476 | <source>Overwrite file of player 1?</source> |
| 4482 | <translation type="unfinished"/> | 4477 | <translation type="unfinished"/> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4486 | <source>Invalid config detected</source> | 4481 | <source>Invalid config detected</source> |
| 4487 | <translation type="unfinished"/> | 4482 | <translation type="unfinished"/> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4491 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4486 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4492 | <translation type="unfinished"/> | 4487 | <translation type="unfinished"/> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4497 | <source>Error</source> | 4492 | <source>Error</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4503 | <source>The current game is not looking for amiibos</source> | 4498 | <source>The current game is not looking for amiibos</source> |
| 4504 | <translation type="unfinished"/> | 4499 | <translation type="unfinished"/> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4509 | <source>Amiibo</source> | 4504 | <source>Amiibo</source> |
| 4510 | <translation type="unfinished"/> | 4505 | <translation type="unfinished"/> |
| 4511 | </message> | 4506 | </message> |
| 4512 | <message> | 4507 | <message> |
| 4513 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4515 | <source>The current amiibo has been removed</source> | 4510 | <source>The current amiibo has been removed</source> |
| 4516 | <translation type="unfinished"/> | 4511 | <translation type="unfinished"/> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4520 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4515 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4521 | <translation>Tệp tin Amiibo (%1);; Tất cả tệp tin (*.*)</translation> | 4516 | <translation>Tệp tin Amiibo (%1);; Tất cả tệp tin (*.*)</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4525 | <source>Load Amiibo</source> | 4520 | <source>Load Amiibo</source> |
| 4526 | <translation>Nạp dữ liệu Amiibo</translation> | 4521 | <translation>Nạp dữ liệu Amiibo</translation> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4530 | <source>Error opening Amiibo data file</source> | 4525 | <source>Error opening Amiibo data file</source> |
| 4531 | <translation>Xảy ra lỗi khi mở dữ liệu tệp tin Amiibo</translation> | 4526 | <translation>Xảy ra lỗi khi mở dữ liệu tệp tin Amiibo</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4535 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4530 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4536 | <translation>Không thể mở tệp tin Amiibo "%1" để Ä‘á»c.</translation> | 4531 | <translation>Không thể mở tệp tin Amiibo "%1" để Ä‘á»c.</translation> |
| 4537 | </message> | 4532 | </message> |
| 4538 | <message> | 4533 | <message> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4540 | <source>Error reading Amiibo data file</source> | 4535 | <source>Error reading Amiibo data file</source> |
| 4541 | <translation>Xảy ra lá»—i khi Ä‘á»c dữ liệu tệp tin Amiibo</translation> | 4536 | <translation>Xảy ra lá»—i khi Ä‘á»c dữ liệu tệp tin Amiibo</translation> |
| 4542 | </message> | 4537 | </message> |
| 4543 | <message> | 4538 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4545 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4540 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4546 | <translation>Hoà n toà n không thể Ä‘á»c được dữ liệu Amiibo. Dá»± kiến byte sẽ Ä‘á»c là %1, nhưng byte chỉ có thể Ä‘á»c là %2.</translation> | 4541 | <translation>Hoà n toà n không thể Ä‘á»c được dữ liệu Amiibo. Dá»± kiến byte sẽ Ä‘á»c là %1, nhưng byte chỉ có thể Ä‘á»c là %2.</translation> |
| 4547 | </message> | 4542 | </message> |
| 4548 | <message> | 4543 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4550 | <source>Error loading Amiibo data</source> | 4545 | <source>Error loading Amiibo data</source> |
| 4551 | <translation>Xảy ra lỗi khi nạp dữ liệu Amiibo</translation> | 4546 | <translation>Xảy ra lỗi khi nạp dữ liệu Amiibo</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4555 | <source>Unable to load Amiibo data.</source> | 4550 | <source>Unable to load Amiibo data.</source> |
| 4556 | <translation>Không thể nạp dữ liệu Amiibo.</translation> | 4551 | <translation>Không thể nạp dữ liệu Amiibo.</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4560 | <source>Capture Screenshot</source> | 4555 | <source>Capture Screenshot</source> |
| 4561 | <translation>Chụp ảnh mà n hình</translation> | 4556 | <translation>Chụp ảnh mà n hình</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4565 | <source>PNG Image (*.png)</source> | 4560 | <source>PNG Image (*.png)</source> |
| 4566 | <translation>Hình ảnh PNG (*.png)</translation> | 4561 | <translation>Hình ảnh PNG (*.png)</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4570 | <source>TAS state: Running %1/%2</source> | 4565 | <source>TAS state: Running %1/%2</source> |
| 4571 | <translation type="unfinished"/> | 4566 | <translation type="unfinished"/> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4575 | <source>TAS state: Recording %1</source> | 4570 | <source>TAS state: Recording %1</source> |
| 4576 | <translation type="unfinished"/> | 4571 | <translation type="unfinished"/> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4580 | <source>TAS state: Idle %1/%2</source> | 4575 | <source>TAS state: Idle %1/%2</source> |
| 4581 | <translation type="unfinished"/> | 4576 | <translation type="unfinished"/> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4585 | <source>TAS State: Invalid</source> | 4580 | <source>TAS State: Invalid</source> |
| 4586 | <translation type="unfinished"/> | 4581 | <translation type="unfinished"/> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4590 | <source>&Stop Running</source> | 4585 | <source>&Stop Running</source> |
| 4591 | <translation type="unfinished"/> | 4586 | <translation type="unfinished"/> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4595 | <source>&Start</source> | 4590 | <source>&Start</source> |
| 4596 | <translation>&Bắt đầu</translation> | 4591 | <translation>&Bắt đầu</translation> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4600 | <source>Stop R&ecording</source> | 4595 | <source>Stop R&ecording</source> |
| 4601 | <translation type="unfinished"/> | 4596 | <translation type="unfinished"/> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4605 | <source>R&ecord</source> | 4600 | <source>R&ecord</source> |
| 4606 | <translation type="unfinished"/> | 4601 | <translation type="unfinished"/> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message numerus="yes"> | 4603 | <message numerus="yes"> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4610 | <source>Building: %n shader(s)</source> | 4605 | <source>Building: %n shader(s)</source> |
| 4611 | <translation type="unfinished"><numerusform></numerusform></translation> | 4606 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4615 | <source>Scale: %1x</source> | 4610 | <source>Scale: %1x</source> |
| 4616 | <comment>%1 is the resolution scaling factor</comment> | 4611 | <comment>%1 is the resolution scaling factor</comment> |
| 4617 | <translation type="unfinished"/> | 4612 | <translation type="unfinished"/> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4621 | <source>Speed: %1% / %2%</source> | 4616 | <source>Speed: %1% / %2%</source> |
| 4622 | <translation>Tốc độ: %1% / %2%</translation> | 4617 | <translation>Tốc độ: %1% / %2%</translation> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4626 | <source>Speed: %1%</source> | 4621 | <source>Speed: %1%</source> |
| 4627 | <translation>Tốc độ: %1%</translation> | 4622 | <translation>Tốc độ: %1%</translation> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message> | 4624 | <message> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4631 | <source>Game: %1 FPS (Unlocked)</source> | 4626 | <source>Game: %1 FPS (Unlocked)</source> |
| 4632 | <translation type="unfinished"/> | 4627 | <translation type="unfinished"/> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4636 | <source>Game: %1 FPS</source> | 4631 | <source>Game: %1 FPS</source> |
| 4637 | <translation>Trò chơi: %1 FPS</translation> | 4632 | <translation>Trò chơi: %1 FPS</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4641 | <source>Frame: %1 ms</source> | 4636 | <source>Frame: %1 ms</source> |
| 4642 | <translation>Khung hình: %1 ms</translation> | 4637 | <translation>Khung hình: %1 ms</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4646 | <source>GPU NORMAL</source> | 4641 | <source>GPU NORMAL</source> |
| 4647 | <translation type="unfinished"/> | 4642 | <translation type="unfinished"/> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4651 | <source>GPU HIGH</source> | 4646 | <source>GPU HIGH</source> |
| 4652 | <translation type="unfinished"/> | 4647 | <translation type="unfinished"/> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4656 | <source>GPU EXTREME</source> | 4651 | <source>GPU EXTREME</source> |
| 4657 | <translation type="unfinished"/> | 4652 | <translation type="unfinished"/> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4661 | <source>GPU ERROR</source> | 4656 | <source>GPU ERROR</source> |
| 4662 | <translation type="unfinished"/> | 4657 | <translation type="unfinished"/> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4666 | <source>NEAREST</source> | 4661 | <source>NEAREST</source> |
| 4667 | <translation type="unfinished"/> | 4662 | <translation type="unfinished"/> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4672 | <source>BILINEAR</source> | 4667 | <source>BILINEAR</source> |
| 4673 | <translation type="unfinished"/> | 4668 | <translation type="unfinished"/> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4677 | <source>BICUBIC</source> | 4672 | <source>BICUBIC</source> |
| 4678 | <translation type="unfinished"/> | 4673 | <translation type="unfinished"/> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4682 | <source>GAUSSIAN</source> | 4677 | <source>GAUSSIAN</source> |
| 4683 | <translation type="unfinished"/> | 4678 | <translation type="unfinished"/> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4687 | <source>SCALEFORCE</source> | 4682 | <source>SCALEFORCE</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4692 | <source>FSR</source> | 4687 | <source>FSR</source> |
| 4693 | <translation type="unfinished"/> | 4688 | <translation type="unfinished"/> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4698 | <source>NO AA</source> | 4693 | <source>NO AA</source> |
| 4699 | <translation type="unfinished"/> | 4694 | <translation type="unfinished"/> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4703 | <source>FXAA</source> | 4698 | <source>FXAA</source> |
| 4704 | <translation type="unfinished"/> | 4699 | <translation type="unfinished"/> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4708 | <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> | 4703 | <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> |
| 4709 | <translation>Trò chÆ¡i bạn muốn chạy yêu cầu má»™t số tệp tin được sao chép từ thiết từ máy Switch cá»§a bạn trước khi bắt đầu chÆ¡i.<br/><br/>Äể biết thêm thông tin vá» cách sao chép những tệp tin đó, vui lòng tham khảo những wiki sau: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Sao chép dữ liệu hệ thống và font dùng chung từ máy Switch</a>.<br/><br/>Bạn có muốn trở vá» danh sách trò chÆ¡i? Nếu bạn vẫn tiếp tục thì trò chÆ¡i có thể gặp sá»± cố, dữ liệu lưu tiến trình có thể bị lá»—i, hoặc bạn sẽ gặp những lá»—i khác.</translation> | 4704 | <translation>Trò chÆ¡i bạn muốn chạy yêu cầu má»™t số tệp tin được sao chép từ thiết từ máy Switch cá»§a bạn trước khi bắt đầu chÆ¡i.<br/><br/>Äể biết thêm thông tin vá» cách sao chép những tệp tin đó, vui lòng tham khảo những wiki sau: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Sao chép dữ liệu hệ thống và font dùng chung từ máy Switch</a>.<br/><br/>Bạn có muốn trở vá» danh sách trò chÆ¡i? Nếu bạn vẫn tiếp tục thì trò chÆ¡i có thể gặp sá»± cố, dữ liệu lưu tiến trình có thể bị lá»—i, hoặc bạn sẽ gặp những lá»—i khác.</translation> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4713 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4708 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4718 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4713 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4719 | <translation type="unfinished"/> | 4714 | <translation type="unfinished"/> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4723 | <source>System Archive Not Found</source> | 4718 | <source>System Archive Not Found</source> |
| 4724 | <translation>Không tìm thấy tệp tin hệ thống</translation> | 4719 | <translation>Không tìm thấy tệp tin hệ thống</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4728 | <source>System Archive Missing</source> | 4723 | <source>System Archive Missing</source> |
| 4729 | <translation>Bị thiếu tệp tin hệ thống</translation> | 4724 | <translation>Bị thiếu tệp tin hệ thống</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4733 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4728 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4734 | <translation>yuzu không thể tìm thấy vị trà font dùng chung của Switch. %1</translation> | 4729 | <translation>yuzu không thể tìm thấy vị trà font dùng chung của Switch. %1</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4738 | <source>Shared Fonts Not Found</source> | 4733 | <source>Shared Fonts Not Found</source> |
| 4739 | <translation>Không tìm thấy font dùng chung</translation> | 4734 | <translation>Không tìm thấy font dùng chung</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4743 | <source>Shared Font Missing</source> | 4738 | <source>Shared Font Missing</source> |
| 4744 | <translation>Bị thiếu font dùng chung</translation> | 4739 | <translation>Bị thiếu font dùng chung</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4748 | <source>Fatal Error</source> | 4743 | <source>Fatal Error</source> |
| 4749 | <translation>Lá»—i nghiêm trá»ng</translation> | 4744 | <translation>Lá»—i nghiêm trá»ng</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4753 | <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> | 4748 | <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> |
| 4754 | <translation>yuzu đã xảy ra lá»—i nghiêm trá»ng, vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết. Äể biết thêm thông tin vá» cách truy cáºp sổ ghi chép, vui lòng xem trang sau: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Là m sao để tải tệp tin sổ ghi chép lên</a>.<br/><br/>Bạn có muốn trở vá» danh sách game? Tiếp tục có thể khiến giả láºp gặp sá»± cố, gây há»ng dữ liệu đã lưu, hoặc gây các lá»—i khác.</translation> | 4749 | <translation>yuzu đã xảy ra lá»—i nghiêm trá»ng, vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết. Äể biết thêm thông tin vá» cách truy cáºp sổ ghi chép, vui lòng xem trang sau: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Là m sao để tải tệp tin sổ ghi chép lên</a>.<br/><br/>Bạn có muốn trở vá» danh sách game? Tiếp tục có thể khiến giả láºp gặp sá»± cố, gây há»ng dữ liệu đã lưu, hoặc gây các lá»—i khác.</translation> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4758 | <source>Fatal Error encountered</source> | 4753 | <source>Fatal Error encountered</source> |
| 4759 | <translation type="unfinished"/> | 4754 | <translation type="unfinished"/> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4763 | <source>Confirm Key Rederivation</source> | 4758 | <source>Confirm Key Rederivation</source> |
| 4764 | <translation>Xác nháºn mã khóa Rederivation</translation> | 4759 | <translation>Xác nháºn mã khóa Rederivation</translation> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4768 | <source>You are about to force rederive all of your keys. | 4763 | <source>You are about to force rederive all of your keys. |
| 4769 | If you do not know what this means or what you are doing, | 4764 | If you do not know what this means or what you are doing, |
| 4770 | this is a potentially destructive action. | 4765 | this is a potentially destructive action. |
| @@ -4781,37 +4776,37 @@ và phải tạo ra một bản sao lưu lại. | |||
| 4781 | Äiá»u nà y sẽ xóa mã khóa tá»± động tạo trên tệp tin cá»§a bạn và chạy lại mô-Ä‘un chiết xuất mã khoá.</translation> | 4776 | Äiá»u nà y sẽ xóa mã khóa tá»± động tạo trên tệp tin cá»§a bạn và chạy lại mô-Ä‘un chiết xuất mã khoá.</translation> |
| 4782 | </message> | 4777 | </message> |
| 4783 | <message> | 4778 | <message> |
| 4784 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4779 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4785 | <source>Missing fuses</source> | 4780 | <source>Missing fuses</source> |
| 4786 | <translation type="unfinished"/> | 4781 | <translation type="unfinished"/> |
| 4787 | </message> | 4782 | </message> |
| 4788 | <message> | 4783 | <message> |
| 4789 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4784 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4790 | <source> - Missing BOOT0</source> | 4785 | <source> - Missing BOOT0</source> |
| 4791 | <translation type="unfinished"/> | 4786 | <translation type="unfinished"/> |
| 4792 | </message> | 4787 | </message> |
| 4793 | <message> | 4788 | <message> |
| 4794 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4789 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4795 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4790 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4796 | <translation type="unfinished"/> | 4791 | <translation type="unfinished"/> |
| 4797 | </message> | 4792 | </message> |
| 4798 | <message> | 4793 | <message> |
| 4799 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4794 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4800 | <source> - Missing PRODINFO</source> | 4795 | <source> - Missing PRODINFO</source> |
| 4801 | <translation type="unfinished"/> | 4796 | <translation type="unfinished"/> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4805 | <source>Derivation Components Missing</source> | 4800 | <source>Derivation Components Missing</source> |
| 4806 | <translation type="unfinished"/> | 4801 | <translation type="unfinished"/> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4810 | <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> | 4805 | <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> |
| 4811 | <translation type="unfinished"/> | 4806 | <translation type="unfinished"/> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4815 | <source>Deriving keys... | 4810 | <source>Deriving keys... |
| 4816 | This may take up to a minute depending | 4811 | This may take up to a minute depending |
| 4817 | on your system's performance.</source> | 4812 | on your system's performance.</source> |
| @@ -4820,39 +4815,39 @@ on your system's performance.</source> | |||
| 4820 | hệ thống của bạn.</translation> | 4815 | hệ thống của bạn.</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4824 | <source>Deriving Keys</source> | 4819 | <source>Deriving Keys</source> |
| 4825 | <translation>Mã khóa xuất phát</translation> | 4820 | <translation>Mã khóa xuất phát</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4829 | <source>Select RomFS Dump Target</source> | 4824 | <source>Select RomFS Dump Target</source> |
| 4830 | <translation>Chá»n thư mục để sao chép RomFS</translation> | 4825 | <translation>Chá»n thư mục để sao chép RomFS</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4834 | <source>Please select which RomFS you would like to dump.</source> | 4829 | <source>Please select which RomFS you would like to dump.</source> |
| 4835 | <translation>Vui lòng chá»n RomFS mà bạn muốn chiết xuất.</translation> | 4830 | <translation>Vui lòng chá»n RomFS mà bạn muốn chiết xuất.</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4839 | <source>Are you sure you want to close yuzu?</source> | 4834 | <source>Are you sure you want to close yuzu?</source> |
| 4840 | <translation>Bạn có chắc chắn muốn đóng yuzu?</translation> | 4835 | <translation>Bạn có chắc chắn muốn đóng yuzu?</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4839 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4846 | <source>yuzu</source> | 4841 | <source>yuzu</source> |
| 4847 | <translation>yuzu</translation> | 4842 | <translation>yuzu</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4851 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4846 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4852 | <translation>Bạn có chắc rằng muốn dừng giả láºp? Bất kì tiến trình nà o chưa được lưu sẽ bị mất.</translation> | 4847 | <translation>Bạn có chắc rằng muốn dừng giả láºp? Bất kì tiến trình nà o chưa được lưu sẽ bị mất.</translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4856 | <source>The currently running application has requested yuzu to not exit. | 4851 | <source>The currently running application has requested yuzu to not exit. |
| 4857 | 4852 | ||
| 4858 | Would you like to bypass this and exit anyway?</source> | 4853 | Would you like to bypass this and exit anyway?</source> |
| @@ -4864,38 +4859,38 @@ Bạn có muốn bỠqua yêu cầu đó và thoát luôn không?</translation> | |||
| 4864 | <context> | 4859 | <context> |
| 4865 | <name>GRenderWindow</name> | 4860 | <name>GRenderWindow</name> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4862 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4868 | <source>OpenGL not available!</source> | 4863 | <source>OpenGL not available!</source> |
| 4869 | <translation>Không có sẵn OpenGL!</translation> | 4864 | <translation>Không có sẵn OpenGL!</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4867 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4873 | <source>yuzu has not been compiled with OpenGL support.</source> | 4868 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4874 | <translation type="unfinished"/> | 4869 | <translation type="unfinished"/> |
| 4875 | </message> | 4870 | </message> |
| 4876 | <message> | 4871 | <message> |
| 4877 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4872 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4879 | <source>Error while initializing OpenGL!</source> | 4874 | <source>Error while initializing OpenGL!</source> |
| 4880 | <translation>Äã xảy ra lá»—i khi khởi tạo OpenGL!</translation> | 4875 | <translation>Äã xảy ra lá»—i khi khởi tạo OpenGL!</translation> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4884 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4879 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4885 | <translation type="unfinished"/> | 4880 | <translation type="unfinished"/> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4889 | <source>Error while initializing OpenGL 4.6!</source> | 4884 | <source>Error while initializing OpenGL 4.6!</source> |
| 4890 | <translation type="unfinished"/> | 4885 | <translation type="unfinished"/> |
| 4891 | </message> | 4886 | </message> |
| 4892 | <message> | 4887 | <message> |
| 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4894 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4889 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4895 | <translation type="unfinished"/> | 4890 | <translation type="unfinished"/> |
| 4896 | </message> | 4891 | </message> |
| 4897 | <message> | 4892 | <message> |
| 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4899 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4894 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4900 | <translation type="unfinished"/> | 4895 | <translation type="unfinished"/> |
| 4901 | </message> | 4896 | </message> |
diff --git a/dist/languages/vi_VN.ts b/dist/languages/vi_VN.ts index c15f5f16f..8392f154e 100644 --- a/dist/languages/vi_VN.ts +++ b/dist/languages/vi_VN.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>Thông tin vỠyuzu</translation> | 7 | <translation>Thông tin vỠyuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -33,12 +28,12 @@ p, li { white-space: pre-wrap; } | |||
| 33 | <translation type="unfinished"/> | 28 | <translation type="unfinished"/> |
| 34 | </message> | 29 | </message> |
| 35 | <message> | 30 | <message> |
| 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 31 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 37 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 32 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 38 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Trang web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Mã nguồn</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Äóng góp</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Giấy phép</span></a></p></body></html></translation> | 33 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Trang web</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Mã nguồn</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Äóng góp</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">Giấy phép</span></a></p></body></html></translation> |
| 39 | </message> | 34 | </message> |
| 40 | <message> | 35 | <message> |
| 41 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 36 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 42 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 37 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 43 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; là thương hiệu của Nintendo. yuzu không hỠliên kết với Nintendo dưới bất kỳ hình thức nà o.</span></p></body></html></translation> | 38 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; là thương hiệu của Nintendo. yuzu không hỠliên kết với Nintendo dưới bất kỳ hình thức nà o.</span></p></body></html></translation> |
| 44 | </message> | 39 | </message> |
| @@ -4014,757 +4009,757 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4014 | <translation>Äã xảy ra lá»—i không xác định. Vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết.</translation> | 4009 | <translation>Äã xảy ra lá»—i không xác định. Vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết.</translation> |
| 4015 | </message> | 4010 | </message> |
| 4016 | <message> | 4011 | <message> |
| 4017 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4012 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4018 | <source>(64-bit)</source> | 4013 | <source>(64-bit)</source> |
| 4019 | <translation type="unfinished"/> | 4014 | <translation type="unfinished"/> |
| 4020 | </message> | 4015 | </message> |
| 4021 | <message> | 4016 | <message> |
| 4022 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4017 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4023 | <source>(32-bit)</source> | 4018 | <source>(32-bit)</source> |
| 4024 | <translation type="unfinished"/> | 4019 | <translation type="unfinished"/> |
| 4025 | </message> | 4020 | </message> |
| 4026 | <message> | 4021 | <message> |
| 4027 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4022 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4028 | <source>%1 %2</source> | 4023 | <source>%1 %2</source> |
| 4029 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4024 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4030 | <translation type="unfinished"/> | 4025 | <translation type="unfinished"/> |
| 4031 | </message> | 4026 | </message> |
| 4032 | <message> | 4027 | <message> |
| 4033 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4028 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4034 | <source>Save Data</source> | 4029 | <source>Save Data</source> |
| 4035 | <translation type="unfinished"/> | 4030 | <translation type="unfinished"/> |
| 4036 | </message> | 4031 | </message> |
| 4037 | <message> | 4032 | <message> |
| 4038 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4033 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4039 | <source>Mod Data</source> | 4034 | <source>Mod Data</source> |
| 4040 | <translation type="unfinished"/> | 4035 | <translation type="unfinished"/> |
| 4041 | </message> | 4036 | </message> |
| 4042 | <message> | 4037 | <message> |
| 4043 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4038 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4044 | <source>Error Opening %1 Folder</source> | 4039 | <source>Error Opening %1 Folder</source> |
| 4045 | <translation>Xảy ra lỗi khi mở %1 thư mục</translation> | 4040 | <translation>Xảy ra lỗi khi mở %1 thư mục</translation> |
| 4046 | </message> | 4041 | </message> |
| 4047 | <message> | 4042 | <message> |
| 4048 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4043 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4049 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4044 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4050 | <source>Folder does not exist!</source> | 4045 | <source>Folder does not exist!</source> |
| 4051 | <translation>Thư mục nà y không tồn tại!</translation> | 4046 | <translation>Thư mục nà y không tồn tại!</translation> |
| 4052 | </message> | 4047 | </message> |
| 4053 | <message> | 4048 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4055 | <source>Error Opening Transferable Shader Cache</source> | 4050 | <source>Error Opening Transferable Shader Cache</source> |
| 4056 | <translation type="unfinished"/> | 4051 | <translation type="unfinished"/> |
| 4057 | </message> | 4052 | </message> |
| 4058 | <message> | 4053 | <message> |
| 4059 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4060 | <source>Failed to create the shader cache directory for this title.</source> | 4055 | <source>Failed to create the shader cache directory for this title.</source> |
| 4061 | <translation type="unfinished"/> | 4056 | <translation type="unfinished"/> |
| 4062 | </message> | 4057 | </message> |
| 4063 | <message> | 4058 | <message> |
| 4064 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4065 | <source>Contents</source> | 4060 | <source>Contents</source> |
| 4066 | <translation type="unfinished"/> | 4061 | <translation type="unfinished"/> |
| 4067 | </message> | 4062 | </message> |
| 4068 | <message> | 4063 | <message> |
| 4069 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4064 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4070 | <source>Update</source> | 4065 | <source>Update</source> |
| 4071 | <translation>Cáºp nháºt</translation> | 4066 | <translation>Cáºp nháºt</translation> |
| 4072 | </message> | 4067 | </message> |
| 4073 | <message> | 4068 | <message> |
| 4074 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4069 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4075 | <source>DLC</source> | 4070 | <source>DLC</source> |
| 4076 | <translation type="unfinished"/> | 4071 | <translation type="unfinished"/> |
| 4077 | </message> | 4072 | </message> |
| 4078 | <message> | 4073 | <message> |
| 4079 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4074 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4080 | <source>Remove Entry</source> | 4075 | <source>Remove Entry</source> |
| 4081 | <translation type="unfinished"/> | 4076 | <translation type="unfinished"/> |
| 4082 | </message> | 4077 | </message> |
| 4083 | <message> | 4078 | <message> |
| 4084 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4079 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4085 | <source>Remove Installed Game %1?</source> | 4080 | <source>Remove Installed Game %1?</source> |
| 4086 | <translation type="unfinished"/> | 4081 | <translation type="unfinished"/> |
| 4087 | </message> | 4082 | </message> |
| 4088 | <message> | 4083 | <message> |
| 4089 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4084 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4090 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4085 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4092 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4087 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4093 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4088 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4094 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4089 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4095 | <source>Successfully Removed</source> | 4090 | <source>Successfully Removed</source> |
| 4096 | <translation type="unfinished"/> | 4091 | <translation type="unfinished"/> |
| 4097 | </message> | 4092 | </message> |
| 4098 | <message> | 4093 | <message> |
| 4099 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4094 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4100 | <source>Successfully removed the installed base game.</source> | 4095 | <source>Successfully removed the installed base game.</source> |
| 4101 | <translation type="unfinished"/> | 4096 | <translation type="unfinished"/> |
| 4102 | </message> | 4097 | </message> |
| 4103 | <message> | 4098 | <message> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4105 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4100 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4107 | <source>Error Removing %1</source> | 4102 | <source>Error Removing %1</source> |
| 4108 | <translation type="unfinished"/> | 4103 | <translation type="unfinished"/> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4112 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4107 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4113 | <translation type="unfinished"/> | 4108 | <translation type="unfinished"/> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4117 | <source>Successfully removed the installed update.</source> | 4112 | <source>Successfully removed the installed update.</source> |
| 4118 | <translation type="unfinished"/> | 4113 | <translation type="unfinished"/> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4122 | <source>There is no update installed for this title.</source> | 4117 | <source>There is no update installed for this title.</source> |
| 4123 | <translation type="unfinished"/> | 4118 | <translation type="unfinished"/> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4127 | <source>There are no DLC installed for this title.</source> | 4122 | <source>There are no DLC installed for this title.</source> |
| 4128 | <translation type="unfinished"/> | 4123 | <translation type="unfinished"/> |
| 4129 | </message> | 4124 | </message> |
| 4130 | <message> | 4125 | <message> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4132 | <source>Successfully removed %1 installed DLC.</source> | 4127 | <source>Successfully removed %1 installed DLC.</source> |
| 4133 | <translation type="unfinished"/> | 4128 | <translation type="unfinished"/> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4137 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4132 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4138 | <translation type="unfinished"/> | 4133 | <translation type="unfinished"/> |
| 4139 | </message> | 4134 | </message> |
| 4140 | <message> | 4135 | <message> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4142 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4137 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4143 | <translation type="unfinished"/> | 4138 | <translation type="unfinished"/> |
| 4144 | </message> | 4139 | </message> |
| 4145 | <message> | 4140 | <message> |
| 4146 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4141 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4147 | <source>Delete All Transferable Shader Caches?</source> | 4142 | <source>Delete All Transferable Shader Caches?</source> |
| 4148 | <translation type="unfinished"/> | 4143 | <translation type="unfinished"/> |
| 4149 | </message> | 4144 | </message> |
| 4150 | <message> | 4145 | <message> |
| 4151 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4146 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4152 | <source>Remove Custom Game Configuration?</source> | 4147 | <source>Remove Custom Game Configuration?</source> |
| 4153 | <translation type="unfinished"/> | 4148 | <translation type="unfinished"/> |
| 4154 | </message> | 4149 | </message> |
| 4155 | <message> | 4150 | <message> |
| 4156 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4151 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4157 | <source>Remove File</source> | 4152 | <source>Remove File</source> |
| 4158 | <translation type="unfinished"/> | 4153 | <translation type="unfinished"/> |
| 4159 | </message> | 4154 | </message> |
| 4160 | <message> | 4155 | <message> |
| 4161 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4156 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4162 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4157 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4163 | <source>Error Removing Transferable Shader Cache</source> | 4158 | <source>Error Removing Transferable Shader Cache</source> |
| 4164 | <translation type="unfinished"/> | 4159 | <translation type="unfinished"/> |
| 4165 | </message> | 4160 | </message> |
| 4166 | <message> | 4161 | <message> |
| 4167 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4162 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4169 | <source>A shader cache for this title does not exist.</source> | 4164 | <source>A shader cache for this title does not exist.</source> |
| 4170 | <translation type="unfinished"/> | 4165 | <translation type="unfinished"/> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4174 | <source>Successfully removed the transferable shader cache.</source> | 4169 | <source>Successfully removed the transferable shader cache.</source> |
| 4175 | <translation type="unfinished"/> | 4170 | <translation type="unfinished"/> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4179 | <source>Failed to remove the transferable shader cache.</source> | 4174 | <source>Failed to remove the transferable shader cache.</source> |
| 4180 | <translation type="unfinished"/> | 4175 | <translation type="unfinished"/> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4184 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4179 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4185 | <source>Error Removing Transferable Shader Caches</source> | 4180 | <source>Error Removing Transferable Shader Caches</source> |
| 4186 | <translation type="unfinished"/> | 4181 | <translation type="unfinished"/> |
| 4187 | </message> | 4182 | </message> |
| 4188 | <message> | 4183 | <message> |
| 4189 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4184 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4190 | <source>Successfully removed the transferable shader caches.</source> | 4185 | <source>Successfully removed the transferable shader caches.</source> |
| 4191 | <translation type="unfinished"/> | 4186 | <translation type="unfinished"/> |
| 4192 | </message> | 4187 | </message> |
| 4193 | <message> | 4188 | <message> |
| 4194 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4189 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4195 | <source>Failed to remove the transferable shader cache directory.</source> | 4190 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4196 | <translation type="unfinished"/> | 4191 | <translation type="unfinished"/> |
| 4197 | </message> | 4192 | </message> |
| 4198 | <message> | 4193 | <message> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4200 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4195 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4201 | <source>Error Removing Custom Configuration</source> | 4196 | <source>Error Removing Custom Configuration</source> |
| 4202 | <translation type="unfinished"/> | 4197 | <translation type="unfinished"/> |
| 4203 | </message> | 4198 | </message> |
| 4204 | <message> | 4199 | <message> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4206 | <source>A custom configuration for this title does not exist.</source> | 4201 | <source>A custom configuration for this title does not exist.</source> |
| 4207 | <translation type="unfinished"/> | 4202 | <translation type="unfinished"/> |
| 4208 | </message> | 4203 | </message> |
| 4209 | <message> | 4204 | <message> |
| 4210 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4205 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4211 | <source>Successfully removed the custom game configuration.</source> | 4206 | <source>Successfully removed the custom game configuration.</source> |
| 4212 | <translation type="unfinished"/> | 4207 | <translation type="unfinished"/> |
| 4213 | </message> | 4208 | </message> |
| 4214 | <message> | 4209 | <message> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4216 | <source>Failed to remove the custom game configuration.</source> | 4211 | <source>Failed to remove the custom game configuration.</source> |
| 4217 | <translation type="unfinished"/> | 4212 | <translation type="unfinished"/> |
| 4218 | </message> | 4213 | </message> |
| 4219 | <message> | 4214 | <message> |
| 4220 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4215 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4222 | <source>RomFS Extraction Failed!</source> | 4217 | <source>RomFS Extraction Failed!</source> |
| 4223 | <translation>Khai thác RomFS không thà nh công!</translation> | 4218 | <translation>Khai thác RomFS không thà nh công!</translation> |
| 4224 | </message> | 4219 | </message> |
| 4225 | <message> | 4220 | <message> |
| 4226 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4227 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4222 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4228 | <translation>Äã xảy ra lá»—i khi sao chép tệp tin RomFS hoặc ngưá»i dùng đã há»§y bá» hoạt động nà y.</translation> | 4223 | <translation>Äã xảy ra lá»—i khi sao chép tệp tin RomFS hoặc ngưá»i dùng đã há»§y bá» hoạt động nà y.</translation> |
| 4229 | </message> | 4224 | </message> |
| 4230 | <message> | 4225 | <message> |
| 4231 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4232 | <source>Full</source> | 4227 | <source>Full</source> |
| 4233 | <translation type="unfinished"/> | 4228 | <translation type="unfinished"/> |
| 4234 | </message> | 4229 | </message> |
| 4235 | <message> | 4230 | <message> |
| 4236 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4237 | <source>Skeleton</source> | 4232 | <source>Skeleton</source> |
| 4238 | <translation>Sưá»n</translation> | 4233 | <translation>Sưá»n</translation> |
| 4239 | </message> | 4234 | </message> |
| 4240 | <message> | 4235 | <message> |
| 4241 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4236 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4242 | <source>Select RomFS Dump Mode</source> | 4237 | <source>Select RomFS Dump Mode</source> |
| 4243 | <translation>Chá»n chế độ kết xuất RomFS</translation> | 4238 | <translation>Chá»n chế độ kết xuất RomFS</translation> |
| 4244 | </message> | 4239 | </message> |
| 4245 | <message> | 4240 | <message> |
| 4246 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4241 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4247 | <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> | 4242 | <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> |
| 4248 | <translation>Vui lòng chá»n RomFS mà bạn muốn kết xuất như thế nà o.<br>Äầy đủ sẽ sao chép toà n bá»™ tệp tin và o má»™t danh mục má»›i trong khi <br>bá»™ xương chỉ tạo kết cấu danh mục.</translation> | 4243 | <translation>Vui lòng chá»n RomFS mà bạn muốn kết xuất như thế nà o.<br>Äầy đủ sẽ sao chép toà n bá»™ tệp tin và o má»™t danh mục má»›i trong khi <br>bá»™ xương chỉ tạo kết cấu danh mục.</translation> |
| 4249 | </message> | 4244 | </message> |
| 4250 | <message> | 4245 | <message> |
| 4251 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4246 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4252 | <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> | 4247 | <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> |
| 4253 | <translation type="unfinished"/> | 4248 | <translation type="unfinished"/> |
| 4254 | </message> | 4249 | </message> |
| 4255 | <message> | 4250 | <message> |
| 4256 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4251 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4257 | <source>Extracting RomFS...</source> | 4252 | <source>Extracting RomFS...</source> |
| 4258 | <translation>Khai thác RomFS...</translation> | 4253 | <translation>Khai thác RomFS...</translation> |
| 4259 | </message> | 4254 | </message> |
| 4260 | <message> | 4255 | <message> |
| 4261 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4256 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4262 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4257 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4263 | <source>Cancel</source> | 4258 | <source>Cancel</source> |
| 4264 | <translation>Há»§y bá»</translation> | 4259 | <translation>Há»§y bá»</translation> |
| 4265 | </message> | 4260 | </message> |
| 4266 | <message> | 4261 | <message> |
| 4267 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4262 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4268 | <source>RomFS Extraction Succeeded!</source> | 4263 | <source>RomFS Extraction Succeeded!</source> |
| 4269 | <translation>Khai thác RomFS thà nh công!</translation> | 4264 | <translation>Khai thác RomFS thà nh công!</translation> |
| 4270 | </message> | 4265 | </message> |
| 4271 | <message> | 4266 | <message> |
| 4272 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4267 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4273 | <source>The operation completed successfully.</source> | 4268 | <source>The operation completed successfully.</source> |
| 4274 | <translation>Các hoạt động đã hoà n tất thà nh công.</translation> | 4269 | <translation>Các hoạt động đã hoà n tất thà nh công.</translation> |
| 4275 | </message> | 4270 | </message> |
| 4276 | <message> | 4271 | <message> |
| 4277 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4272 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4278 | <source>Error Opening %1</source> | 4273 | <source>Error Opening %1</source> |
| 4279 | <translation type="unfinished"/> | 4274 | <translation type="unfinished"/> |
| 4280 | </message> | 4275 | </message> |
| 4281 | <message> | 4276 | <message> |
| 4282 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4277 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4283 | <source>Select Directory</source> | 4278 | <source>Select Directory</source> |
| 4284 | <translation>Chá»n danh mục</translation> | 4279 | <translation>Chá»n danh mục</translation> |
| 4285 | </message> | 4280 | </message> |
| 4286 | <message> | 4281 | <message> |
| 4287 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4282 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4288 | <source>Properties</source> | 4283 | <source>Properties</source> |
| 4289 | <translation>Thuá»™c tÃnh</translation> | 4284 | <translation>Thuá»™c tÃnh</translation> |
| 4290 | </message> | 4285 | </message> |
| 4291 | <message> | 4286 | <message> |
| 4292 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4287 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4293 | <source>The game properties could not be loaded.</source> | 4288 | <source>The game properties could not be loaded.</source> |
| 4294 | <translation>Thuá»™c tÃnh cá»§a trò chÆ¡i không thể nạp được.</translation> | 4289 | <translation>Thuá»™c tÃnh cá»§a trò chÆ¡i không thể nạp được.</translation> |
| 4295 | </message> | 4290 | </message> |
| 4296 | <message> | 4291 | <message> |
| 4297 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4292 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4298 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4293 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4299 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4294 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4300 | <translation>Thực thi Switch (%1);;Tất cả tệp tin (*.*)</translation> | 4295 | <translation>Thực thi Switch (%1);;Tất cả tệp tin (*.*)</translation> |
| 4301 | </message> | 4296 | </message> |
| 4302 | <message> | 4297 | <message> |
| 4303 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4298 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4304 | <source>Load File</source> | 4299 | <source>Load File</source> |
| 4305 | <translation>Nạp tệp tin</translation> | 4300 | <translation>Nạp tệp tin</translation> |
| 4306 | </message> | 4301 | </message> |
| 4307 | <message> | 4302 | <message> |
| 4308 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4303 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4309 | <source>Open Extracted ROM Directory</source> | 4304 | <source>Open Extracted ROM Directory</source> |
| 4310 | <translation>Mở danh mục ROM đã trÃch xuất</translation> | 4305 | <translation>Mở danh mục ROM đã trÃch xuất</translation> |
| 4311 | </message> | 4306 | </message> |
| 4312 | <message> | 4307 | <message> |
| 4313 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4308 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4314 | <source>Invalid Directory Selected</source> | 4309 | <source>Invalid Directory Selected</source> |
| 4315 | <translation>Danh mục đã chá»n không hợp lệ</translation> | 4310 | <translation>Danh mục đã chá»n không hợp lệ</translation> |
| 4316 | </message> | 4311 | </message> |
| 4317 | <message> | 4312 | <message> |
| 4318 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4313 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4319 | <source>The directory you have selected does not contain a 'main' file.</source> | 4314 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4320 | <translation>Danh mục mà bạn đã chá»n không có chứa tệp tin 'main'.</translation> | 4315 | <translation>Danh mục mà bạn đã chá»n không có chứa tệp tin 'main'.</translation> |
| 4321 | </message> | 4316 | </message> |
| 4322 | <message> | 4317 | <message> |
| 4323 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4318 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4324 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4319 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4325 | <translation>Những tệp tin Switch cà i được (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> | 4320 | <translation>Những tệp tin Switch cà i được (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</translation> |
| 4326 | </message> | 4321 | </message> |
| 4327 | <message> | 4322 | <message> |
| 4328 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4323 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4329 | <source>Install Files</source> | 4324 | <source>Install Files</source> |
| 4330 | <translation type="unfinished"/> | 4325 | <translation type="unfinished"/> |
| 4331 | </message> | 4326 | </message> |
| 4332 | <message numerus="yes"> | 4327 | <message numerus="yes"> |
| 4333 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4328 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4334 | <source>%n file(s) remaining</source> | 4329 | <source>%n file(s) remaining</source> |
| 4335 | <translation type="unfinished"><numerusform></numerusform></translation> | 4330 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4336 | </message> | 4331 | </message> |
| 4337 | <message> | 4332 | <message> |
| 4338 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4333 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4339 | <source>Installing file "%1"...</source> | 4334 | <source>Installing file "%1"...</source> |
| 4340 | <translation>Äang cà i đặt tệp tin "%1"...</translation> | 4335 | <translation>Äang cà i đặt tệp tin "%1"...</translation> |
| 4341 | </message> | 4336 | </message> |
| 4342 | <message> | 4337 | <message> |
| 4343 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4338 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4344 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4339 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4345 | <source>Install Results</source> | 4340 | <source>Install Results</source> |
| 4346 | <translation type="unfinished"/> | 4341 | <translation type="unfinished"/> |
| 4347 | </message> | 4342 | </message> |
| 4348 | <message> | 4343 | <message> |
| 4349 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4344 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4350 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4345 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4351 | Please, only use this feature to install updates and DLC.</source> | 4346 | Please, only use this feature to install updates and DLC.</source> |
| 4352 | <translation type="unfinished"/> | 4347 | <translation type="unfinished"/> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message numerus="yes"> | 4349 | <message numerus="yes"> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4356 | <source>%n file(s) were newly installed | 4351 | <source>%n file(s) were newly installed |
| 4357 | </source> | 4352 | </source> |
| 4358 | <translation type="unfinished"><numerusform></numerusform></translation> | 4353 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4359 | </message> | 4354 | </message> |
| 4360 | <message numerus="yes"> | 4355 | <message numerus="yes"> |
| 4361 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4356 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4362 | <source>%n file(s) were overwritten | 4357 | <source>%n file(s) were overwritten |
| 4363 | </source> | 4358 | </source> |
| 4364 | <translation type="unfinished"><numerusform></numerusform></translation> | 4359 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4365 | </message> | 4360 | </message> |
| 4366 | <message numerus="yes"> | 4361 | <message numerus="yes"> |
| 4367 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4362 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4368 | <source>%n file(s) failed to install | 4363 | <source>%n file(s) failed to install |
| 4369 | </source> | 4364 | </source> |
| 4370 | <translation type="unfinished"><numerusform></numerusform></translation> | 4365 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4371 | </message> | 4366 | </message> |
| 4372 | <message> | 4367 | <message> |
| 4373 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4368 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4374 | <source>System Application</source> | 4369 | <source>System Application</source> |
| 4375 | <translation>Hệ thống ứng dụng</translation> | 4370 | <translation>Hệ thống ứng dụng</translation> |
| 4376 | </message> | 4371 | </message> |
| 4377 | <message> | 4372 | <message> |
| 4378 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4373 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4379 | <source>System Archive</source> | 4374 | <source>System Archive</source> |
| 4380 | <translation>Hệ thống lưu trữ</translation> | 4375 | <translation>Hệ thống lưu trữ</translation> |
| 4381 | </message> | 4376 | </message> |
| 4382 | <message> | 4377 | <message> |
| 4383 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4378 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4384 | <source>System Application Update</source> | 4379 | <source>System Application Update</source> |
| 4385 | <translation>Cáºp nháºt hệ thống ứng dụng</translation> | 4380 | <translation>Cáºp nháºt hệ thống ứng dụng</translation> |
| 4386 | </message> | 4381 | </message> |
| 4387 | <message> | 4382 | <message> |
| 4388 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4383 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4389 | <source>Firmware Package (Type A)</source> | 4384 | <source>Firmware Package (Type A)</source> |
| 4390 | <translation>Gói phần má»m (Loại A)</translation> | 4385 | <translation>Gói phần má»m (Loại A)</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message> | 4387 | <message> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4394 | <source>Firmware Package (Type B)</source> | 4389 | <source>Firmware Package (Type B)</source> |
| 4395 | <translation>Gói phần má»m (Loại B)</translation> | 4390 | <translation>Gói phần má»m (Loại B)</translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message> | 4392 | <message> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4399 | <source>Game</source> | 4394 | <source>Game</source> |
| 4400 | <translation>Trò chơi</translation> | 4395 | <translation>Trò chơi</translation> |
| 4401 | </message> | 4396 | </message> |
| 4402 | <message> | 4397 | <message> |
| 4403 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4398 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4404 | <source>Game Update</source> | 4399 | <source>Game Update</source> |
| 4405 | <translation>Cáºp nháºt trò chÆ¡i</translation> | 4400 | <translation>Cáºp nháºt trò chÆ¡i</translation> |
| 4406 | </message> | 4401 | </message> |
| 4407 | <message> | 4402 | <message> |
| 4408 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4403 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4409 | <source>Game DLC</source> | 4404 | <source>Game DLC</source> |
| 4410 | <translation>Nội dung trò chơi có thể tải xuống</translation> | 4405 | <translation>Nội dung trò chơi có thể tải xuống</translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4414 | <source>Delta Title</source> | 4409 | <source>Delta Title</source> |
| 4415 | <translation>Tiêu đỠDelta</translation> | 4410 | <translation>Tiêu đỠDelta</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4419 | <source>Select NCA Install Type...</source> | 4414 | <source>Select NCA Install Type...</source> |
| 4420 | <translation>Chá»n loại NCA để cà i đặt...</translation> | 4415 | <translation>Chá»n loại NCA để cà i đặt...</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4424 | <source>Please select the type of title you would like to install this NCA as: | 4419 | <source>Please select the type of title you would like to install this NCA as: |
| 4425 | (In most instances, the default 'Game' is fine.)</source> | 4420 | (In most instances, the default 'Game' is fine.)</source> |
| 4426 | <translation>Vui lòng chá»n loại tiêu đỠmà bạn muốn cà i đặt NCA nà y: | 4421 | <translation>Vui lòng chá»n loại tiêu đỠmà bạn muốn cà i đặt NCA nà y: |
| 4427 | (Trong hầu hết trưá»ng hợp, chá»n mặc định 'Game' là tốt nhất.)</translation> | 4422 | (Trong hầu hết trưá»ng hợp, chá»n mặc định 'Game' là tốt nhất.)</translation> |
| 4428 | </message> | 4423 | </message> |
| 4429 | <message> | 4424 | <message> |
| 4430 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4425 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4431 | <source>Failed to Install</source> | 4426 | <source>Failed to Install</source> |
| 4432 | <translation>Cà i đặt đã không thà nh công</translation> | 4427 | <translation>Cà i đặt đã không thà nh công</translation> |
| 4433 | </message> | 4428 | </message> |
| 4434 | <message> | 4429 | <message> |
| 4435 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4430 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4436 | <source>The title type you selected for the NCA is invalid.</source> | 4431 | <source>The title type you selected for the NCA is invalid.</source> |
| 4437 | <translation>Loại tiêu đỠNCA mà bạn chá»n nó không hợp lệ.</translation> | 4432 | <translation>Loại tiêu đỠNCA mà bạn chá»n nó không hợp lệ.</translation> |
| 4438 | </message> | 4433 | </message> |
| 4439 | <message> | 4434 | <message> |
| 4440 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4435 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4441 | <source>File not found</source> | 4436 | <source>File not found</source> |
| 4442 | <translation>Không tìm thấy tệp tin</translation> | 4437 | <translation>Không tìm thấy tệp tin</translation> |
| 4443 | </message> | 4438 | </message> |
| 4444 | <message> | 4439 | <message> |
| 4445 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4440 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4446 | <source>File "%1" not found</source> | 4441 | <source>File "%1" not found</source> |
| 4447 | <translation>Không tìm thấy "%1" tệp tin</translation> | 4442 | <translation>Không tìm thấy "%1" tệp tin</translation> |
| 4448 | </message> | 4443 | </message> |
| 4449 | <message> | 4444 | <message> |
| 4450 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4445 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4451 | <source>OK</source> | 4446 | <source>OK</source> |
| 4452 | <translation>OK</translation> | 4447 | <translation>OK</translation> |
| 4453 | </message> | 4448 | </message> |
| 4454 | <message> | 4449 | <message> |
| 4455 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4450 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4456 | <source>Missing yuzu Account</source> | 4451 | <source>Missing yuzu Account</source> |
| 4457 | <translation>Thiếu tà i khoản yuzu</translation> | 4452 | <translation>Thiếu tà i khoản yuzu</translation> |
| 4458 | </message> | 4453 | </message> |
| 4459 | <message> | 4454 | <message> |
| 4460 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4455 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4461 | <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> | 4456 | <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> |
| 4462 | <translation>Äể gá»i trưá»ng hợp thá» nghiệm trò chÆ¡i tương thÃch, bạn phải liên kết tà i khoản yuzu.<br><br/>Äể liên kết tải khoản yuzu cá»§a bạn, hãy đến Giả láºp &gt; Thiết láºp &gt; Web.</translation> | 4457 | <translation>Äể gá»i trưá»ng hợp thá» nghiệm trò chÆ¡i tương thÃch, bạn phải liên kết tà i khoản yuzu.<br><br/>Äể liên kết tải khoản yuzu cá»§a bạn, hãy đến Giả láºp &gt; Thiết láºp &gt; Web.</translation> |
| 4463 | </message> | 4458 | </message> |
| 4464 | <message> | 4459 | <message> |
| 4465 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4460 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4466 | <source>Error opening URL</source> | 4461 | <source>Error opening URL</source> |
| 4467 | <translation type="unfinished"/> | 4462 | <translation type="unfinished"/> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4471 | <source>Unable to open the URL "%1".</source> | 4466 | <source>Unable to open the URL "%1".</source> |
| 4472 | <translation type="unfinished"/> | 4467 | <translation type="unfinished"/> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4476 | <source>TAS Recording</source> | 4471 | <source>TAS Recording</source> |
| 4477 | <translation type="unfinished"/> | 4472 | <translation type="unfinished"/> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4481 | <source>Overwrite file of player 1?</source> | 4476 | <source>Overwrite file of player 1?</source> |
| 4482 | <translation type="unfinished"/> | 4477 | <translation type="unfinished"/> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4486 | <source>Invalid config detected</source> | 4481 | <source>Invalid config detected</source> |
| 4487 | <translation type="unfinished"/> | 4482 | <translation type="unfinished"/> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4491 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4486 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4492 | <translation type="unfinished"/> | 4487 | <translation type="unfinished"/> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4496 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4491 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4497 | <source>Error</source> | 4492 | <source>Error</source> |
| 4498 | <translation type="unfinished"/> | 4493 | <translation type="unfinished"/> |
| 4499 | </message> | 4494 | </message> |
| 4500 | <message> | 4495 | <message> |
| 4501 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4496 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4502 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4497 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4503 | <source>The current game is not looking for amiibos</source> | 4498 | <source>The current game is not looking for amiibos</source> |
| 4504 | <translation type="unfinished"/> | 4499 | <translation type="unfinished"/> |
| 4505 | </message> | 4500 | </message> |
| 4506 | <message> | 4501 | <message> |
| 4507 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4502 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4508 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4503 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4509 | <source>Amiibo</source> | 4504 | <source>Amiibo</source> |
| 4510 | <translation type="unfinished"/> | 4505 | <translation type="unfinished"/> |
| 4511 | </message> | 4506 | </message> |
| 4512 | <message> | 4507 | <message> |
| 4513 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4508 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4515 | <source>The current amiibo has been removed</source> | 4510 | <source>The current amiibo has been removed</source> |
| 4516 | <translation type="unfinished"/> | 4511 | <translation type="unfinished"/> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4520 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4515 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4521 | <translation>Tệp tin Amiibo (%1);; Tất cả tệp tin (*.*)</translation> | 4516 | <translation>Tệp tin Amiibo (%1);; Tất cả tệp tin (*.*)</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4525 | <source>Load Amiibo</source> | 4520 | <source>Load Amiibo</source> |
| 4526 | <translation>Nạp dữ liệu Amiibo</translation> | 4521 | <translation>Nạp dữ liệu Amiibo</translation> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4530 | <source>Error opening Amiibo data file</source> | 4525 | <source>Error opening Amiibo data file</source> |
| 4531 | <translation>Xảy ra lỗi khi mở dữ liệu tệp tin Amiibo</translation> | 4526 | <translation>Xảy ra lỗi khi mở dữ liệu tệp tin Amiibo</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4535 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4530 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4536 | <translation>Không thể mở tệp tin Amiibo "%1" để Ä‘á»c.</translation> | 4531 | <translation>Không thể mở tệp tin Amiibo "%1" để Ä‘á»c.</translation> |
| 4537 | </message> | 4532 | </message> |
| 4538 | <message> | 4533 | <message> |
| 4539 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4534 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4540 | <source>Error reading Amiibo data file</source> | 4535 | <source>Error reading Amiibo data file</source> |
| 4541 | <translation>Xảy ra lá»—i khi Ä‘á»c dữ liệu tệp tin Amiibo</translation> | 4536 | <translation>Xảy ra lá»—i khi Ä‘á»c dữ liệu tệp tin Amiibo</translation> |
| 4542 | </message> | 4537 | </message> |
| 4543 | <message> | 4538 | <message> |
| 4544 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4539 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4545 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4540 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4546 | <translation>Hoà n toà n không thể Ä‘á»c được dữ liệu Amiibo. Dá»± kiến byte sẽ Ä‘á»c là %1, nhưng byte chỉ có thể Ä‘á»c là %2.</translation> | 4541 | <translation>Hoà n toà n không thể Ä‘á»c được dữ liệu Amiibo. Dá»± kiến byte sẽ Ä‘á»c là %1, nhưng byte chỉ có thể Ä‘á»c là %2.</translation> |
| 4547 | </message> | 4542 | </message> |
| 4548 | <message> | 4543 | <message> |
| 4549 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4544 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4550 | <source>Error loading Amiibo data</source> | 4545 | <source>Error loading Amiibo data</source> |
| 4551 | <translation>Xảy ra lỗi khi nạp dữ liệu Amiibo</translation> | 4546 | <translation>Xảy ra lỗi khi nạp dữ liệu Amiibo</translation> |
| 4552 | </message> | 4547 | </message> |
| 4553 | <message> | 4548 | <message> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4555 | <source>Unable to load Amiibo data.</source> | 4550 | <source>Unable to load Amiibo data.</source> |
| 4556 | <translation>Không thể nạp dữ liệu Amiibo.</translation> | 4551 | <translation>Không thể nạp dữ liệu Amiibo.</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4560 | <source>Capture Screenshot</source> | 4555 | <source>Capture Screenshot</source> |
| 4561 | <translation>Chụp ảnh mà n hình</translation> | 4556 | <translation>Chụp ảnh mà n hình</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4565 | <source>PNG Image (*.png)</source> | 4560 | <source>PNG Image (*.png)</source> |
| 4566 | <translation>Hình ảnh PNG (*.png)</translation> | 4561 | <translation>Hình ảnh PNG (*.png)</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4570 | <source>TAS state: Running %1/%2</source> | 4565 | <source>TAS state: Running %1/%2</source> |
| 4571 | <translation type="unfinished"/> | 4566 | <translation type="unfinished"/> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4575 | <source>TAS state: Recording %1</source> | 4570 | <source>TAS state: Recording %1</source> |
| 4576 | <translation type="unfinished"/> | 4571 | <translation type="unfinished"/> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4580 | <source>TAS state: Idle %1/%2</source> | 4575 | <source>TAS state: Idle %1/%2</source> |
| 4581 | <translation type="unfinished"/> | 4576 | <translation type="unfinished"/> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4585 | <source>TAS State: Invalid</source> | 4580 | <source>TAS State: Invalid</source> |
| 4586 | <translation type="unfinished"/> | 4581 | <translation type="unfinished"/> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4590 | <source>&Stop Running</source> | 4585 | <source>&Stop Running</source> |
| 4591 | <translation type="unfinished"/> | 4586 | <translation type="unfinished"/> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4595 | <source>&Start</source> | 4590 | <source>&Start</source> |
| 4596 | <translation>&Bắt đầu</translation> | 4591 | <translation>&Bắt đầu</translation> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4600 | <source>Stop R&ecording</source> | 4595 | <source>Stop R&ecording</source> |
| 4601 | <translation type="unfinished"/> | 4596 | <translation type="unfinished"/> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4605 | <source>R&ecord</source> | 4600 | <source>R&ecord</source> |
| 4606 | <translation type="unfinished"/> | 4601 | <translation type="unfinished"/> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message numerus="yes"> | 4603 | <message numerus="yes"> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4610 | <source>Building: %n shader(s)</source> | 4605 | <source>Building: %n shader(s)</source> |
| 4611 | <translation type="unfinished"><numerusform></numerusform></translation> | 4606 | <translation type="unfinished"><numerusform></numerusform></translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4615 | <source>Scale: %1x</source> | 4610 | <source>Scale: %1x</source> |
| 4616 | <comment>%1 is the resolution scaling factor</comment> | 4611 | <comment>%1 is the resolution scaling factor</comment> |
| 4617 | <translation type="unfinished"/> | 4612 | <translation type="unfinished"/> |
| 4618 | </message> | 4613 | </message> |
| 4619 | <message> | 4614 | <message> |
| 4620 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4615 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4621 | <source>Speed: %1% / %2%</source> | 4616 | <source>Speed: %1% / %2%</source> |
| 4622 | <translation>Tốc độ: %1% / %2%</translation> | 4617 | <translation>Tốc độ: %1% / %2%</translation> |
| 4623 | </message> | 4618 | </message> |
| 4624 | <message> | 4619 | <message> |
| 4625 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4620 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4626 | <source>Speed: %1%</source> | 4621 | <source>Speed: %1%</source> |
| 4627 | <translation>Tốc độ: %1%</translation> | 4622 | <translation>Tốc độ: %1%</translation> |
| 4628 | </message> | 4623 | </message> |
| 4629 | <message> | 4624 | <message> |
| 4630 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4625 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4631 | <source>Game: %1 FPS (Unlocked)</source> | 4626 | <source>Game: %1 FPS (Unlocked)</source> |
| 4632 | <translation type="unfinished"/> | 4627 | <translation type="unfinished"/> |
| 4633 | </message> | 4628 | </message> |
| 4634 | <message> | 4629 | <message> |
| 4635 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4630 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4636 | <source>Game: %1 FPS</source> | 4631 | <source>Game: %1 FPS</source> |
| 4637 | <translation>Trò chơi: %1 FPS</translation> | 4632 | <translation>Trò chơi: %1 FPS</translation> |
| 4638 | </message> | 4633 | </message> |
| 4639 | <message> | 4634 | <message> |
| 4640 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4635 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4641 | <source>Frame: %1 ms</source> | 4636 | <source>Frame: %1 ms</source> |
| 4642 | <translation>Khung hình: %1 ms</translation> | 4637 | <translation>Khung hình: %1 ms</translation> |
| 4643 | </message> | 4638 | </message> |
| 4644 | <message> | 4639 | <message> |
| 4645 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4640 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4646 | <source>GPU NORMAL</source> | 4641 | <source>GPU NORMAL</source> |
| 4647 | <translation type="unfinished"/> | 4642 | <translation type="unfinished"/> |
| 4648 | </message> | 4643 | </message> |
| 4649 | <message> | 4644 | <message> |
| 4650 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4645 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4651 | <source>GPU HIGH</source> | 4646 | <source>GPU HIGH</source> |
| 4652 | <translation type="unfinished"/> | 4647 | <translation type="unfinished"/> |
| 4653 | </message> | 4648 | </message> |
| 4654 | <message> | 4649 | <message> |
| 4655 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4650 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4656 | <source>GPU EXTREME</source> | 4651 | <source>GPU EXTREME</source> |
| 4657 | <translation type="unfinished"/> | 4652 | <translation type="unfinished"/> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4661 | <source>GPU ERROR</source> | 4656 | <source>GPU ERROR</source> |
| 4662 | <translation type="unfinished"/> | 4657 | <translation type="unfinished"/> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4666 | <source>NEAREST</source> | 4661 | <source>NEAREST</source> |
| 4667 | <translation type="unfinished"/> | 4662 | <translation type="unfinished"/> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4671 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4666 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4672 | <source>BILINEAR</source> | 4667 | <source>BILINEAR</source> |
| 4673 | <translation type="unfinished"/> | 4668 | <translation type="unfinished"/> |
| 4674 | </message> | 4669 | </message> |
| 4675 | <message> | 4670 | <message> |
| 4676 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4671 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4677 | <source>BICUBIC</source> | 4672 | <source>BICUBIC</source> |
| 4678 | <translation type="unfinished"/> | 4673 | <translation type="unfinished"/> |
| 4679 | </message> | 4674 | </message> |
| 4680 | <message> | 4675 | <message> |
| 4681 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4676 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4682 | <source>GAUSSIAN</source> | 4677 | <source>GAUSSIAN</source> |
| 4683 | <translation type="unfinished"/> | 4678 | <translation type="unfinished"/> |
| 4684 | </message> | 4679 | </message> |
| 4685 | <message> | 4680 | <message> |
| 4686 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4681 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4687 | <source>SCALEFORCE</source> | 4682 | <source>SCALEFORCE</source> |
| 4688 | <translation type="unfinished"/> | 4683 | <translation type="unfinished"/> |
| 4689 | </message> | 4684 | </message> |
| 4690 | <message> | 4685 | <message> |
| 4691 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4686 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4692 | <source>FSR</source> | 4687 | <source>FSR</source> |
| 4693 | <translation type="unfinished"/> | 4688 | <translation type="unfinished"/> |
| 4694 | </message> | 4689 | </message> |
| 4695 | <message> | 4690 | <message> |
| 4696 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4691 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4697 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4692 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4698 | <source>NO AA</source> | 4693 | <source>NO AA</source> |
| 4699 | <translation type="unfinished"/> | 4694 | <translation type="unfinished"/> |
| 4700 | </message> | 4695 | </message> |
| 4701 | <message> | 4696 | <message> |
| 4702 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4697 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4703 | <source>FXAA</source> | 4698 | <source>FXAA</source> |
| 4704 | <translation type="unfinished"/> | 4699 | <translation type="unfinished"/> |
| 4705 | </message> | 4700 | </message> |
| 4706 | <message> | 4701 | <message> |
| 4707 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4702 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4708 | <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> | 4703 | <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> |
| 4709 | <translation>Trò chÆ¡i bạn muốn chạy yêu cầu má»™t số tệp tin được sao chép từ thiết từ máy Switch cá»§a bạn trước khi bắt đầu chÆ¡i.<br/><br/>Äể biết thêm thông tin vá» cách sao chép những tệp tin đó, vui lòng tham khảo những wiki sau: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Sao chép dữ liệu hệ thống và font dùng chung từ máy Switch</a>.<br/><br/>Bạn có muốn trở vá» danh sách trò chÆ¡i? Nếu bạn vẫn tiếp tục thì trò chÆ¡i có thể gặp sá»± cố, dữ liệu lưu tiến trình có thể bị lá»—i, hoặc bạn sẽ gặp những lá»—i khác.</translation> | 4704 | <translation>Trò chÆ¡i bạn muốn chạy yêu cầu má»™t số tệp tin được sao chép từ thiết từ máy Switch cá»§a bạn trước khi bắt đầu chÆ¡i.<br/><br/>Äể biết thêm thông tin vá» cách sao chép những tệp tin đó, vui lòng tham khảo những wiki sau: <a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>Sao chép dữ liệu hệ thống và font dùng chung từ máy Switch</a>.<br/><br/>Bạn có muốn trở vá» danh sách trò chÆ¡i? Nếu bạn vẫn tiếp tục thì trò chÆ¡i có thể gặp sá»± cố, dữ liệu lưu tiến trình có thể bị lá»—i, hoặc bạn sẽ gặp những lá»—i khác.</translation> |
| 4710 | </message> | 4705 | </message> |
| 4711 | <message> | 4706 | <message> |
| 4712 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4707 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4713 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4708 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4714 | <translation type="unfinished"/> | 4709 | <translation type="unfinished"/> |
| 4715 | </message> | 4710 | </message> |
| 4716 | <message> | 4711 | <message> |
| 4717 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4712 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4718 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4713 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4719 | <translation type="unfinished"/> | 4714 | <translation type="unfinished"/> |
| 4720 | </message> | 4715 | </message> |
| 4721 | <message> | 4716 | <message> |
| 4722 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4717 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4723 | <source>System Archive Not Found</source> | 4718 | <source>System Archive Not Found</source> |
| 4724 | <translation>Không tìm thấy tệp tin hệ thống</translation> | 4719 | <translation>Không tìm thấy tệp tin hệ thống</translation> |
| 4725 | </message> | 4720 | </message> |
| 4726 | <message> | 4721 | <message> |
| 4727 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4722 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4728 | <source>System Archive Missing</source> | 4723 | <source>System Archive Missing</source> |
| 4729 | <translation>Bị thiếu tệp tin hệ thống</translation> | 4724 | <translation>Bị thiếu tệp tin hệ thống</translation> |
| 4730 | </message> | 4725 | </message> |
| 4731 | <message> | 4726 | <message> |
| 4732 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4727 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4733 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4728 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4734 | <translation>yuzu không thể tìm thấy vị trà font dùng chung của Switch. %1</translation> | 4729 | <translation>yuzu không thể tìm thấy vị trà font dùng chung của Switch. %1</translation> |
| 4735 | </message> | 4730 | </message> |
| 4736 | <message> | 4731 | <message> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4738 | <source>Shared Fonts Not Found</source> | 4733 | <source>Shared Fonts Not Found</source> |
| 4739 | <translation>Không tìm thấy font dùng chung</translation> | 4734 | <translation>Không tìm thấy font dùng chung</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4743 | <source>Shared Font Missing</source> | 4738 | <source>Shared Font Missing</source> |
| 4744 | <translation>Bị thiếu font dùng chung</translation> | 4739 | <translation>Bị thiếu font dùng chung</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4748 | <source>Fatal Error</source> | 4743 | <source>Fatal Error</source> |
| 4749 | <translation>Lá»—i nghiêm trá»ng</translation> | 4744 | <translation>Lá»—i nghiêm trá»ng</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4753 | <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> | 4748 | <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> |
| 4754 | <translation>yuzu đã xảy ra lá»—i nghiêm trá»ng, vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết. Äể biết thêm thông tin vá» cách truy cáºp sổ ghi chép, vui lòng xem trang sau: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Là m sao để tải tệp tin sổ ghi chép lên</a>.<br/><br/>Bạn có muốn trở vá» danh sách game? Tiếp tục có thể khiến giả láºp gặp sá»± cố, gây há»ng dữ liệu đã lưu, hoặc gây các lá»—i khác.</translation> | 4749 | <translation>yuzu đã xảy ra lá»—i nghiêm trá»ng, vui lòng kiểm tra sổ ghi chép để biết thêm chi tiết. Äể biết thêm thông tin vá» cách truy cáºp sổ ghi chép, vui lòng xem trang sau: <a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>Là m sao để tải tệp tin sổ ghi chép lên</a>.<br/><br/>Bạn có muốn trở vá» danh sách game? Tiếp tục có thể khiến giả láºp gặp sá»± cố, gây há»ng dữ liệu đã lưu, hoặc gây các lá»—i khác.</translation> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4758 | <source>Fatal Error encountered</source> | 4753 | <source>Fatal Error encountered</source> |
| 4759 | <translation type="unfinished"/> | 4754 | <translation type="unfinished"/> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4763 | <source>Confirm Key Rederivation</source> | 4758 | <source>Confirm Key Rederivation</source> |
| 4764 | <translation>Xác nháºn mã khóa Rederivation</translation> | 4759 | <translation>Xác nháºn mã khóa Rederivation</translation> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4768 | <source>You are about to force rederive all of your keys. | 4763 | <source>You are about to force rederive all of your keys. |
| 4769 | If you do not know what this means or what you are doing, | 4764 | If you do not know what this means or what you are doing, |
| 4770 | this is a potentially destructive action. | 4765 | this is a potentially destructive action. |
| @@ -4781,37 +4776,37 @@ và phải tạo ra một bản sao lưu lại. | |||
| 4781 | Äiá»u nà y sẽ xóa mã khóa tá»± động tạo trên tệp tin cá»§a bạn và chạy lại mô-Ä‘un mã khóa derivation.</translation> | 4776 | Äiá»u nà y sẽ xóa mã khóa tá»± động tạo trên tệp tin cá»§a bạn và chạy lại mô-Ä‘un mã khóa derivation.</translation> |
| 4782 | </message> | 4777 | </message> |
| 4783 | <message> | 4778 | <message> |
| 4784 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4779 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4785 | <source>Missing fuses</source> | 4780 | <source>Missing fuses</source> |
| 4786 | <translation type="unfinished"/> | 4781 | <translation type="unfinished"/> |
| 4787 | </message> | 4782 | </message> |
| 4788 | <message> | 4783 | <message> |
| 4789 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4784 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4790 | <source> - Missing BOOT0</source> | 4785 | <source> - Missing BOOT0</source> |
| 4791 | <translation type="unfinished"/> | 4786 | <translation type="unfinished"/> |
| 4792 | </message> | 4787 | </message> |
| 4793 | <message> | 4788 | <message> |
| 4794 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4789 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4795 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4790 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4796 | <translation type="unfinished"/> | 4791 | <translation type="unfinished"/> |
| 4797 | </message> | 4792 | </message> |
| 4798 | <message> | 4793 | <message> |
| 4799 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4794 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4800 | <source> - Missing PRODINFO</source> | 4795 | <source> - Missing PRODINFO</source> |
| 4801 | <translation type="unfinished"/> | 4796 | <translation type="unfinished"/> |
| 4802 | </message> | 4797 | </message> |
| 4803 | <message> | 4798 | <message> |
| 4804 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4799 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4805 | <source>Derivation Components Missing</source> | 4800 | <source>Derivation Components Missing</source> |
| 4806 | <translation type="unfinished"/> | 4801 | <translation type="unfinished"/> |
| 4807 | </message> | 4802 | </message> |
| 4808 | <message> | 4803 | <message> |
| 4809 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4804 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4810 | <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> | 4805 | <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> |
| 4811 | <translation type="unfinished"/> | 4806 | <translation type="unfinished"/> |
| 4812 | </message> | 4807 | </message> |
| 4813 | <message> | 4808 | <message> |
| 4814 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4809 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4815 | <source>Deriving keys... | 4810 | <source>Deriving keys... |
| 4816 | This may take up to a minute depending | 4811 | This may take up to a minute depending |
| 4817 | on your system's performance.</source> | 4812 | on your system's performance.</source> |
| @@ -4820,39 +4815,39 @@ on your system's performance.</source> | |||
| 4820 | và o hiệu suất hệ thống của bạn.</translation> | 4815 | và o hiệu suất hệ thống của bạn.</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4824 | <source>Deriving Keys</source> | 4819 | <source>Deriving Keys</source> |
| 4825 | <translation>Mã khóa xuất phát</translation> | 4820 | <translation>Mã khóa xuất phát</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4829 | <source>Select RomFS Dump Target</source> | 4824 | <source>Select RomFS Dump Target</source> |
| 4830 | <translation>Chá»n thư mục để sao chép RomFS</translation> | 4825 | <translation>Chá»n thư mục để sao chép RomFS</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4834 | <source>Please select which RomFS you would like to dump.</source> | 4829 | <source>Please select which RomFS you would like to dump.</source> |
| 4835 | <translation>Vui lòng chá»n RomFS mà bạn muốn sao chép.</translation> | 4830 | <translation>Vui lòng chá»n RomFS mà bạn muốn sao chép.</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4839 | <source>Are you sure you want to close yuzu?</source> | 4834 | <source>Are you sure you want to close yuzu?</source> |
| 4840 | <translation>Bạn có chắc chắn muốn đóng yuzu?</translation> | 4835 | <translation>Bạn có chắc chắn muốn đóng yuzu?</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4844 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4839 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4845 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4840 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4846 | <source>yuzu</source> | 4841 | <source>yuzu</source> |
| 4847 | <translation>yuzu</translation> | 4842 | <translation>yuzu</translation> |
| 4848 | </message> | 4843 | </message> |
| 4849 | <message> | 4844 | <message> |
| 4850 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4845 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4851 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4846 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4852 | <translation>Bạn có chắc rằng muốn dừng giả láºp? Bất kì tiến trình nà o chưa được lưu sẽ bị mất.</translation> | 4847 | <translation>Bạn có chắc rằng muốn dừng giả láºp? Bất kì tiến trình nà o chưa được lưu sẽ bị mất.</translation> |
| 4853 | </message> | 4848 | </message> |
| 4854 | <message> | 4849 | <message> |
| 4855 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4850 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4856 | <source>The currently running application has requested yuzu to not exit. | 4851 | <source>The currently running application has requested yuzu to not exit. |
| 4857 | 4852 | ||
| 4858 | Would you like to bypass this and exit anyway?</source> | 4853 | Would you like to bypass this and exit anyway?</source> |
| @@ -4864,38 +4859,38 @@ Bạn có muốn bỠqua yêu cầu đó và thoát luôn không?</translation> | |||
| 4864 | <context> | 4859 | <context> |
| 4865 | <name>GRenderWindow</name> | 4860 | <name>GRenderWindow</name> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4862 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4868 | <source>OpenGL not available!</source> | 4863 | <source>OpenGL not available!</source> |
| 4869 | <translation>Không có sẵn OpenGL!</translation> | 4864 | <translation>Không có sẵn OpenGL!</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4867 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4873 | <source>yuzu has not been compiled with OpenGL support.</source> | 4868 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4874 | <translation type="unfinished"/> | 4869 | <translation type="unfinished"/> |
| 4875 | </message> | 4870 | </message> |
| 4876 | <message> | 4871 | <message> |
| 4877 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4872 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4873 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4879 | <source>Error while initializing OpenGL!</source> | 4874 | <source>Error while initializing OpenGL!</source> |
| 4880 | <translation>Äã xảy ra lá»—i khi khởi tạo OpenGL!</translation> | 4875 | <translation>Äã xảy ra lá»—i khi khởi tạo OpenGL!</translation> |
| 4881 | </message> | 4876 | </message> |
| 4882 | <message> | 4877 | <message> |
| 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4878 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4884 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4879 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4885 | <translation type="unfinished"/> | 4880 | <translation type="unfinished"/> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4883 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4889 | <source>Error while initializing OpenGL 4.6!</source> | 4884 | <source>Error while initializing OpenGL 4.6!</source> |
| 4890 | <translation type="unfinished"/> | 4885 | <translation type="unfinished"/> |
| 4891 | </message> | 4886 | </message> |
| 4892 | <message> | 4887 | <message> |
| 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4888 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4894 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4889 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4895 | <translation type="unfinished"/> | 4890 | <translation type="unfinished"/> |
| 4896 | </message> | 4891 | </message> |
| 4897 | <message> | 4892 | <message> |
| 4898 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4893 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4899 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4894 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4900 | <translation type="unfinished"/> | 4895 | <translation type="unfinished"/> |
| 4901 | </message> | 4896 | </message> |
diff --git a/dist/languages/zh_CN.ts b/dist/languages/zh_CN.ts index 04dcb745b..4d7dabcc6 100644 --- a/dist/languages/zh_CN.ts +++ b/dist/languages/zh_CN.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>关于 yuzu</translation> | 7 | <translation>关于 yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">æ¤è½¯ä»¶ä¸å¾—用于è¿è¡Œéžæ³•å–得的游æˆã€‚</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">æ¤è½¯ä»¶ä¸å¾—用于è¿è¡Œéžæ³•å–得的游æˆã€‚</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">网站</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">æºä»£ç </span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">贡献者</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">许å¯è¯</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">网站</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">æºä»£ç </span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">贡献者</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">许å¯è¯</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; æ˜¯ä»»å¤©å ‚çš„å•†æ ‡ã€‚yuzu ä¸Žä»»å¤©å ‚æ²¡æœ‰ä»»ä½•å…³ç³»ã€‚</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; æ˜¯ä»»å¤©å ‚çš„å•†æ ‡ã€‚yuzu ä¸Žä»»å¤©å ‚æ²¡æœ‰ä»»ä½•å…³ç³»ã€‚</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -4049,761 +4044,761 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4049 | <translation>å‘生了未知错误。请查看日志了解详情。</translation> | 4044 | <translation>å‘生了未知错误。请查看日志了解详情。</translation> |
| 4050 | </message> | 4045 | </message> |
| 4051 | <message> | 4046 | <message> |
| 4052 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4047 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4053 | <source>(64-bit)</source> | 4048 | <source>(64-bit)</source> |
| 4054 | <translation>(64-bit)</translation> | 4049 | <translation>(64-bit)</translation> |
| 4055 | </message> | 4050 | </message> |
| 4056 | <message> | 4051 | <message> |
| 4057 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4052 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4058 | <source>(32-bit)</source> | 4053 | <source>(32-bit)</source> |
| 4059 | <translation>(32-bit)</translation> | 4054 | <translation>(32-bit)</translation> |
| 4060 | </message> | 4055 | </message> |
| 4061 | <message> | 4056 | <message> |
| 4062 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4057 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4063 | <source>%1 %2</source> | 4058 | <source>%1 %2</source> |
| 4064 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4059 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4065 | <translation>%1 %2</translation> | 4060 | <translation>%1 %2</translation> |
| 4066 | </message> | 4061 | </message> |
| 4067 | <message> | 4062 | <message> |
| 4068 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4063 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4069 | <source>Save Data</source> | 4064 | <source>Save Data</source> |
| 4070 | <translation>ä¿å˜æ•°æ®</translation> | 4065 | <translation>ä¿å˜æ•°æ®</translation> |
| 4071 | </message> | 4066 | </message> |
| 4072 | <message> | 4067 | <message> |
| 4073 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4068 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4074 | <source>Mod Data</source> | 4069 | <source>Mod Data</source> |
| 4075 | <translation>Mod æ•°æ®</translation> | 4070 | <translation>Mod æ•°æ®</translation> |
| 4076 | </message> | 4071 | </message> |
| 4077 | <message> | 4072 | <message> |
| 4078 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4073 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4079 | <source>Error Opening %1 Folder</source> | 4074 | <source>Error Opening %1 Folder</source> |
| 4080 | <translation>打开 %1 文件夹时出错</translation> | 4075 | <translation>打开 %1 文件夹时出错</translation> |
| 4081 | </message> | 4076 | </message> |
| 4082 | <message> | 4077 | <message> |
| 4083 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4078 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4084 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4079 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4085 | <source>Folder does not exist!</source> | 4080 | <source>Folder does not exist!</source> |
| 4086 | <translation>文件夹ä¸å˜åœ¨ï¼</translation> | 4081 | <translation>文件夹ä¸å˜åœ¨ï¼</translation> |
| 4087 | </message> | 4082 | </message> |
| 4088 | <message> | 4083 | <message> |
| 4089 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4084 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4090 | <source>Error Opening Transferable Shader Cache</source> | 4085 | <source>Error Opening Transferable Shader Cache</source> |
| 4091 | <translation>打开å¯è½¬ç§»ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> | 4086 | <translation>打开å¯è½¬ç§»ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> |
| 4092 | </message> | 4087 | </message> |
| 4093 | <message> | 4088 | <message> |
| 4094 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4089 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4095 | <source>Failed to create the shader cache directory for this title.</source> | 4090 | <source>Failed to create the shader cache directory for this title.</source> |
| 4096 | <translation>为该游æˆåˆ›å»ºç€è‰²å™¨ç¼“å˜ç›®å½•时失败。</translation> | 4091 | <translation>为该游æˆåˆ›å»ºç€è‰²å™¨ç¼“å˜ç›®å½•时失败。</translation> |
| 4097 | </message> | 4092 | </message> |
| 4098 | <message> | 4093 | <message> |
| 4099 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4094 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4100 | <source>Contents</source> | 4095 | <source>Contents</source> |
| 4101 | <translation>目录</translation> | 4096 | <translation>目录</translation> |
| 4102 | </message> | 4097 | </message> |
| 4103 | <message> | 4098 | <message> |
| 4104 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4099 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4105 | <source>Update</source> | 4100 | <source>Update</source> |
| 4106 | <translation>æ¸¸æˆæ›´æ–°</translation> | 4101 | <translation>æ¸¸æˆæ›´æ–°</translation> |
| 4107 | </message> | 4102 | </message> |
| 4108 | <message> | 4103 | <message> |
| 4109 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4104 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4110 | <source>DLC</source> | 4105 | <source>DLC</source> |
| 4111 | <translation>DLC</translation> | 4106 | <translation>DLC</translation> |
| 4112 | </message> | 4107 | </message> |
| 4113 | <message> | 4108 | <message> |
| 4114 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4109 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4115 | <source>Remove Entry</source> | 4110 | <source>Remove Entry</source> |
| 4116 | <translation>åˆ é™¤é¡¹ç›®</translation> | 4111 | <translation>åˆ é™¤é¡¹ç›®</translation> |
| 4117 | </message> | 4112 | </message> |
| 4118 | <message> | 4113 | <message> |
| 4119 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4114 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4120 | <source>Remove Installed Game %1?</source> | 4115 | <source>Remove Installed Game %1?</source> |
| 4121 | <translation>åˆ é™¤å·²å®‰è£…çš„æ¸¸æˆ %1 ?</translation> | 4116 | <translation>åˆ é™¤å·²å®‰è£…çš„æ¸¸æˆ %1 ?</translation> |
| 4122 | </message> | 4117 | </message> |
| 4123 | <message> | 4118 | <message> |
| 4124 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4119 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4125 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4120 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4130 | <source>Successfully Removed</source> | 4125 | <source>Successfully Removed</source> |
| 4131 | <translation>åˆ é™¤æˆåŠŸ</translation> | 4126 | <translation>åˆ é™¤æˆåŠŸ</translation> |
| 4132 | </message> | 4127 | </message> |
| 4133 | <message> | 4128 | <message> |
| 4134 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4129 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4135 | <source>Successfully removed the installed base game.</source> | 4130 | <source>Successfully removed the installed base game.</source> |
| 4136 | <translation>æˆåŠŸåˆ é™¤å·²å®‰è£…çš„æ¸¸æˆã€‚</translation> | 4131 | <translation>æˆåŠŸåˆ é™¤å·²å®‰è£…çš„æ¸¸æˆã€‚</translation> |
| 4137 | </message> | 4132 | </message> |
| 4138 | <message> | 4133 | <message> |
| 4139 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4134 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4140 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4135 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4142 | <source>Error Removing %1</source> | 4137 | <source>Error Removing %1</source> |
| 4143 | <translation>åˆ é™¤ %1 时出错</translation> | 4138 | <translation>åˆ é™¤ %1 时出错</translation> |
| 4144 | </message> | 4139 | </message> |
| 4145 | <message> | 4140 | <message> |
| 4146 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4141 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4147 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4142 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4148 | <translation>è¯¥æ¸¸æˆæœªå®‰è£…于 NAND ä¸ï¼Œæ— æ³•åˆ é™¤ã€‚</translation> | 4143 | <translation>è¯¥æ¸¸æˆæœªå®‰è£…于 NAND ä¸ï¼Œæ— æ³•åˆ é™¤ã€‚</translation> |
| 4149 | </message> | 4144 | </message> |
| 4150 | <message> | 4145 | <message> |
| 4151 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4146 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4152 | <source>Successfully removed the installed update.</source> | 4147 | <source>Successfully removed the installed update.</source> |
| 4153 | <translation>æˆåŠŸåˆ é™¤å·²å®‰è£…çš„æ¸¸æˆæ›´æ–°ã€‚</translation> | 4148 | <translation>æˆåŠŸåˆ é™¤å·²å®‰è£…çš„æ¸¸æˆæ›´æ–°ã€‚</translation> |
| 4154 | </message> | 4149 | </message> |
| 4155 | <message> | 4150 | <message> |
| 4156 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4151 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4157 | <source>There is no update installed for this title.</source> | 4152 | <source>There is no update installed for this title.</source> |
| 4158 | <translation>è¿™ä¸ªæ¸¸æˆæ²¡æœ‰ä»»ä½•已安装的更新。</translation> | 4153 | <translation>è¿™ä¸ªæ¸¸æˆæ²¡æœ‰ä»»ä½•已安装的更新。</translation> |
| 4159 | </message> | 4154 | </message> |
| 4160 | <message> | 4155 | <message> |
| 4161 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4156 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4162 | <source>There are no DLC installed for this title.</source> | 4157 | <source>There are no DLC installed for this title.</source> |
| 4163 | <translation>è¿™ä¸ªæ¸¸æˆæ²¡æœ‰ä»»ä½•已安装的 DLC 。</translation> | 4158 | <translation>è¿™ä¸ªæ¸¸æˆæ²¡æœ‰ä»»ä½•已安装的 DLC 。</translation> |
| 4164 | </message> | 4159 | </message> |
| 4165 | <message> | 4160 | <message> |
| 4166 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4161 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4167 | <source>Successfully removed %1 installed DLC.</source> | 4162 | <source>Successfully removed %1 installed DLC.</source> |
| 4168 | <translation>æˆåŠŸåˆ é™¤æ¸¸æˆ %1 安装的 DLC 。</translation> | 4163 | <translation>æˆåŠŸåˆ é™¤æ¸¸æˆ %1 安装的 DLC 。</translation> |
| 4169 | </message> | 4164 | </message> |
| 4170 | <message> | 4165 | <message> |
| 4171 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4166 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4172 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4167 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4173 | <translation>åˆ é™¤ OpenGL 模å¼çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> | 4168 | <translation>åˆ é™¤ OpenGL 模å¼çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> |
| 4174 | </message> | 4169 | </message> |
| 4175 | <message> | 4170 | <message> |
| 4176 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4171 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4177 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4172 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4178 | <translation>åˆ é™¤ Vulkan 模å¼çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> | 4173 | <translation>åˆ é™¤ Vulkan 模å¼çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> |
| 4179 | </message> | 4174 | </message> |
| 4180 | <message> | 4175 | <message> |
| 4181 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4176 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4182 | <source>Delete All Transferable Shader Caches?</source> | 4177 | <source>Delete All Transferable Shader Caches?</source> |
| 4183 | <translation>åˆ é™¤æ‰€æœ‰çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> | 4178 | <translation>åˆ é™¤æ‰€æœ‰çš„ç€è‰²å™¨ç¼“å˜ï¼Ÿ</translation> |
| 4184 | </message> | 4179 | </message> |
| 4185 | <message> | 4180 | <message> |
| 4186 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4181 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4187 | <source>Remove Custom Game Configuration?</source> | 4182 | <source>Remove Custom Game Configuration?</source> |
| 4188 | <translation>移除自定义游æˆè®¾ç½®ï¼Ÿ</translation> | 4183 | <translation>移除自定义游æˆè®¾ç½®ï¼Ÿ</translation> |
| 4189 | </message> | 4184 | </message> |
| 4190 | <message> | 4185 | <message> |
| 4191 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4186 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4192 | <source>Remove File</source> | 4187 | <source>Remove File</source> |
| 4193 | <translation>åˆ é™¤æ–‡ä»¶</translation> | 4188 | <translation>åˆ é™¤æ–‡ä»¶</translation> |
| 4194 | </message> | 4189 | </message> |
| 4195 | <message> | 4190 | <message> |
| 4196 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4191 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4197 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4192 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4198 | <source>Error Removing Transferable Shader Cache</source> | 4193 | <source>Error Removing Transferable Shader Cache</source> |
| 4199 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> | 4194 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> |
| 4200 | </message> | 4195 | </message> |
| 4201 | <message> | 4196 | <message> |
| 4202 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4197 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4203 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4198 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4204 | <source>A shader cache for this title does not exist.</source> | 4199 | <source>A shader cache for this title does not exist.</source> |
| 4205 | <translation>这个游æˆçš„ç€è‰²å™¨ç¼“å˜ä¸å˜åœ¨ã€‚</translation> | 4200 | <translation>这个游æˆçš„ç€è‰²å™¨ç¼“å˜ä¸å˜åœ¨ã€‚</translation> |
| 4206 | </message> | 4201 | </message> |
| 4207 | <message> | 4202 | <message> |
| 4208 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4203 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4209 | <source>Successfully removed the transferable shader cache.</source> | 4204 | <source>Successfully removed the transferable shader cache.</source> |
| 4210 | <translation>æˆåŠŸåˆ é™¤ç€è‰²å™¨ç¼“å˜ã€‚</translation> | 4205 | <translation>æˆåŠŸåˆ é™¤ç€è‰²å™¨ç¼“å˜ã€‚</translation> |
| 4211 | </message> | 4206 | </message> |
| 4212 | <message> | 4207 | <message> |
| 4213 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4208 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4214 | <source>Failed to remove the transferable shader cache.</source> | 4209 | <source>Failed to remove the transferable shader cache.</source> |
| 4215 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜å¤±è´¥ã€‚</translation> | 4210 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜å¤±è´¥ã€‚</translation> |
| 4216 | </message> | 4211 | </message> |
| 4217 | <message> | 4212 | <message> |
| 4218 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4213 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4219 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4214 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4220 | <source>Error Removing Transferable Shader Caches</source> | 4215 | <source>Error Removing Transferable Shader Caches</source> |
| 4221 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> | 4216 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜æ—¶å‡ºé”™</translation> |
| 4222 | </message> | 4217 | </message> |
| 4223 | <message> | 4218 | <message> |
| 4224 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4219 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4225 | <source>Successfully removed the transferable shader caches.</source> | 4220 | <source>Successfully removed the transferable shader caches.</source> |
| 4226 | <translation>ç€è‰²å™¨ç¼“å˜åˆ 除æˆåŠŸã€‚</translation> | 4221 | <translation>ç€è‰²å™¨ç¼“å˜åˆ 除æˆåŠŸã€‚</translation> |
| 4227 | </message> | 4222 | </message> |
| 4228 | <message> | 4223 | <message> |
| 4229 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4224 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4230 | <source>Failed to remove the transferable shader cache directory.</source> | 4225 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4231 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜ç›®å½•失败。</translation> | 4226 | <translation>åˆ é™¤ç€è‰²å™¨ç¼“å˜ç›®å½•失败。</translation> |
| 4232 | </message> | 4227 | </message> |
| 4233 | <message> | 4228 | <message> |
| 4234 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4229 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4235 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4230 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4236 | <source>Error Removing Custom Configuration</source> | 4231 | <source>Error Removing Custom Configuration</source> |
| 4237 | <translation>移除自定义游æˆè®¾ç½®æ—¶å‡ºé”™</translation> | 4232 | <translation>移除自定义游æˆè®¾ç½®æ—¶å‡ºé”™</translation> |
| 4238 | </message> | 4233 | </message> |
| 4239 | <message> | 4234 | <message> |
| 4240 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4235 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4241 | <source>A custom configuration for this title does not exist.</source> | 4236 | <source>A custom configuration for this title does not exist.</source> |
| 4242 | <translation>这个游æˆçš„自定义设置ä¸å˜åœ¨ã€‚</translation> | 4237 | <translation>这个游æˆçš„自定义设置ä¸å˜åœ¨ã€‚</translation> |
| 4243 | </message> | 4238 | </message> |
| 4244 | <message> | 4239 | <message> |
| 4245 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4240 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4246 | <source>Successfully removed the custom game configuration.</source> | 4241 | <source>Successfully removed the custom game configuration.</source> |
| 4247 | <translation>æˆåŠŸç§»é™¤è‡ªå®šä¹‰æ¸¸æˆè®¾ç½®ã€‚</translation> | 4242 | <translation>æˆåŠŸç§»é™¤è‡ªå®šä¹‰æ¸¸æˆè®¾ç½®ã€‚</translation> |
| 4248 | </message> | 4243 | </message> |
| 4249 | <message> | 4244 | <message> |
| 4250 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4245 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4251 | <source>Failed to remove the custom game configuration.</source> | 4246 | <source>Failed to remove the custom game configuration.</source> |
| 4252 | <translation>移除自定义游æˆè®¾ç½®å¤±è´¥ã€‚</translation> | 4247 | <translation>移除自定义游æˆè®¾ç½®å¤±è´¥ã€‚</translation> |
| 4253 | </message> | 4248 | </message> |
| 4254 | <message> | 4249 | <message> |
| 4255 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4250 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4256 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4251 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4257 | <source>RomFS Extraction Failed!</source> | 4252 | <source>RomFS Extraction Failed!</source> |
| 4258 | <translation>RomFS æå–失败ï¼</translation> | 4253 | <translation>RomFS æå–失败ï¼</translation> |
| 4259 | </message> | 4254 | </message> |
| 4260 | <message> | 4255 | <message> |
| 4261 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4256 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4262 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4257 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4263 | <translation>å¤åˆ¶ RomFS æ–‡ä»¶æ—¶å‡ºé”™ï¼Œæˆ–ç”¨æˆ·å–æ¶ˆäº†æ“作。</translation> | 4258 | <translation>å¤åˆ¶ RomFS æ–‡ä»¶æ—¶å‡ºé”™ï¼Œæˆ–ç”¨æˆ·å–æ¶ˆäº†æ“作。</translation> |
| 4264 | </message> | 4259 | </message> |
| 4265 | <message> | 4260 | <message> |
| 4266 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4261 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4267 | <source>Full</source> | 4262 | <source>Full</source> |
| 4268 | <translation>完整</translation> | 4263 | <translation>完整</translation> |
| 4269 | </message> | 4264 | </message> |
| 4270 | <message> | 4265 | <message> |
| 4271 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4266 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4272 | <source>Skeleton</source> | 4267 | <source>Skeleton</source> |
| 4273 | <translation>框架</translation> | 4268 | <translation>框架</translation> |
| 4274 | </message> | 4269 | </message> |
| 4275 | <message> | 4270 | <message> |
| 4276 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4271 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4277 | <source>Select RomFS Dump Mode</source> | 4272 | <source>Select RomFS Dump Mode</source> |
| 4278 | <translation>选择 RomFS 转储模å¼</translation> | 4273 | <translation>选择 RomFS 转储模å¼</translation> |
| 4279 | </message> | 4274 | </message> |
| 4280 | <message> | 4275 | <message> |
| 4281 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4276 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4282 | <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> | 4277 | <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> |
| 4283 | <translation>请选择希望 RomFS 转储的方å¼ã€‚<br>“Full†会将所有文件å¤åˆ¶åˆ°æ–°ç›®å½•ä¸ï¼Œè€Œ<br>“Skeleton†åªä¼šåˆ›å»ºç›®å½•结构。</translation> | 4278 | <translation>请选择希望 RomFS 转储的方å¼ã€‚<br>“Full†会将所有文件å¤åˆ¶åˆ°æ–°ç›®å½•ä¸ï¼Œè€Œ<br>“Skeleton†åªä¼šåˆ›å»ºç›®å½•结构。</translation> |
| 4284 | </message> | 4279 | </message> |
| 4285 | <message> | 4280 | <message> |
| 4286 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4281 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4287 | <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> | 4282 | <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> |
| 4288 | <translation>%1 没有足够的空间用于æå– RomFSã€‚è¯·ä¿æŒè¶³å¤Ÿçš„空间或于模拟—>设置—>系统—>文件系统—>è½¬å‚¨æ ¹ç›®å½•ä¸é€‰æ‹©ä¸€ä¸ªå…¶ä»–目录。</translation> | 4283 | <translation>%1 没有足够的空间用于æå– RomFSã€‚è¯·ä¿æŒè¶³å¤Ÿçš„空间或于模拟—>设置—>系统—>文件系统—>è½¬å‚¨æ ¹ç›®å½•ä¸é€‰æ‹©ä¸€ä¸ªå…¶ä»–目录。</translation> |
| 4289 | </message> | 4284 | </message> |
| 4290 | <message> | 4285 | <message> |
| 4291 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4286 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4292 | <source>Extracting RomFS...</source> | 4287 | <source>Extracting RomFS...</source> |
| 4293 | <translation>æ£åœ¨æå– RomFS...</translation> | 4288 | <translation>æ£åœ¨æå– RomFS...</translation> |
| 4294 | </message> | 4289 | </message> |
| 4295 | <message> | 4290 | <message> |
| 4296 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4291 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4297 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4292 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4298 | <source>Cancel</source> | 4293 | <source>Cancel</source> |
| 4299 | <translation>å–æ¶ˆ</translation> | 4294 | <translation>å–æ¶ˆ</translation> |
| 4300 | </message> | 4295 | </message> |
| 4301 | <message> | 4296 | <message> |
| 4302 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4297 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4303 | <source>RomFS Extraction Succeeded!</source> | 4298 | <source>RomFS Extraction Succeeded!</source> |
| 4304 | <translation>RomFS æå–æˆåŠŸï¼</translation> | 4299 | <translation>RomFS æå–æˆåŠŸï¼</translation> |
| 4305 | </message> | 4300 | </message> |
| 4306 | <message> | 4301 | <message> |
| 4307 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4302 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4308 | <source>The operation completed successfully.</source> | 4303 | <source>The operation completed successfully.</source> |
| 4309 | <translation>æ“作æˆåŠŸå®Œæˆã€‚</translation> | 4304 | <translation>æ“作æˆåŠŸå®Œæˆã€‚</translation> |
| 4310 | </message> | 4305 | </message> |
| 4311 | <message> | 4306 | <message> |
| 4312 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4307 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4313 | <source>Error Opening %1</source> | 4308 | <source>Error Opening %1</source> |
| 4314 | <translation>打开 %1 时出错</translation> | 4309 | <translation>打开 %1 时出错</translation> |
| 4315 | </message> | 4310 | </message> |
| 4316 | <message> | 4311 | <message> |
| 4317 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4312 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4318 | <source>Select Directory</source> | 4313 | <source>Select Directory</source> |
| 4319 | <translation>选择目录</translation> | 4314 | <translation>选择目录</translation> |
| 4320 | </message> | 4315 | </message> |
| 4321 | <message> | 4316 | <message> |
| 4322 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4317 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4323 | <source>Properties</source> | 4318 | <source>Properties</source> |
| 4324 | <translation>属性</translation> | 4319 | <translation>属性</translation> |
| 4325 | </message> | 4320 | </message> |
| 4326 | <message> | 4321 | <message> |
| 4327 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4322 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4328 | <source>The game properties could not be loaded.</source> | 4323 | <source>The game properties could not be loaded.</source> |
| 4329 | <translation>æ— æ³•åŠ è½½è¯¥æ¸¸æˆçš„属性信æ¯ã€‚</translation> | 4324 | <translation>æ— æ³•åŠ è½½è¯¥æ¸¸æˆçš„属性信æ¯ã€‚</translation> |
| 4330 | </message> | 4325 | </message> |
| 4331 | <message> | 4326 | <message> |
| 4332 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4327 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4333 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4328 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4334 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4329 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4335 | <translation>Switch 坿‰§è¡Œæ–‡ä»¶ (%1);;所有文件 (*.*)</translation> | 4330 | <translation>Switch 坿‰§è¡Œæ–‡ä»¶ (%1);;所有文件 (*.*)</translation> |
| 4336 | </message> | 4331 | </message> |
| 4337 | <message> | 4332 | <message> |
| 4338 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4333 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4339 | <source>Load File</source> | 4334 | <source>Load File</source> |
| 4340 | <translation>åŠ è½½æ–‡ä»¶</translation> | 4335 | <translation>åŠ è½½æ–‡ä»¶</translation> |
| 4341 | </message> | 4336 | </message> |
| 4342 | <message> | 4337 | <message> |
| 4343 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4338 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4344 | <source>Open Extracted ROM Directory</source> | 4339 | <source>Open Extracted ROM Directory</source> |
| 4345 | <translation>打开æå–çš„ ROM 目录</translation> | 4340 | <translation>打开æå–çš„ ROM 目录</translation> |
| 4346 | </message> | 4341 | </message> |
| 4347 | <message> | 4342 | <message> |
| 4348 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4343 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4349 | <source>Invalid Directory Selected</source> | 4344 | <source>Invalid Directory Selected</source> |
| 4350 | <translation>é€‰æ‹©çš„ç›®å½•æ— æ•ˆ</translation> | 4345 | <translation>é€‰æ‹©çš„ç›®å½•æ— æ•ˆ</translation> |
| 4351 | </message> | 4346 | </message> |
| 4352 | <message> | 4347 | <message> |
| 4353 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4348 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4354 | <source>The directory you have selected does not contain a 'main' file.</source> | 4349 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4355 | <translation>选择的目录ä¸åŒ…å« â€œmain†文件。</translation> | 4350 | <translation>选择的目录ä¸åŒ…å« â€œmain†文件。</translation> |
| 4356 | </message> | 4351 | </message> |
| 4357 | <message> | 4352 | <message> |
| 4358 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4353 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4359 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4354 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4360 | <translation>å¯å®‰è£…çš„ Switch 文件 (*.nca *.nsp *.xci);;ä»»å¤©å ‚å†…å®¹æ¡£æ¡ˆ (*.nca);;ä»»å¤©å ‚åº”ç”¨åŒ… (*.nsp);;NX å¡å¸¦é•œåƒ (*.xci)</translation> | 4355 | <translation>å¯å®‰è£…çš„ Switch 文件 (*.nca *.nsp *.xci);;ä»»å¤©å ‚å†…å®¹æ¡£æ¡ˆ (*.nca);;ä»»å¤©å ‚åº”ç”¨åŒ… (*.nsp);;NX å¡å¸¦é•œåƒ (*.xci)</translation> |
| 4361 | </message> | 4356 | </message> |
| 4362 | <message> | 4357 | <message> |
| 4363 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4358 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4364 | <source>Install Files</source> | 4359 | <source>Install Files</source> |
| 4365 | <translation>安装文件</translation> | 4360 | <translation>安装文件</translation> |
| 4366 | </message> | 4361 | </message> |
| 4367 | <message numerus="yes"> | 4362 | <message numerus="yes"> |
| 4368 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4363 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4369 | <source>%n file(s) remaining</source> | 4364 | <source>%n file(s) remaining</source> |
| 4370 | <translation><numerusform>剩余 %n 个文件</numerusform></translation> | 4365 | <translation><numerusform>剩余 %n 个文件</numerusform></translation> |
| 4371 | </message> | 4366 | </message> |
| 4372 | <message> | 4367 | <message> |
| 4373 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4368 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4374 | <source>Installing file "%1"...</source> | 4369 | <source>Installing file "%1"...</source> |
| 4375 | <translation>æ£åœ¨å®‰è£…文件 "%1"...</translation> | 4370 | <translation>æ£åœ¨å®‰è£…文件 "%1"...</translation> |
| 4376 | </message> | 4371 | </message> |
| 4377 | <message> | 4372 | <message> |
| 4378 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4373 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4379 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4374 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4380 | <source>Install Results</source> | 4375 | <source>Install Results</source> |
| 4381 | <translation>安装结果</translation> | 4376 | <translation>安装结果</translation> |
| 4382 | </message> | 4377 | </message> |
| 4383 | <message> | 4378 | <message> |
| 4384 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4379 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4385 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4380 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4386 | Please, only use this feature to install updates and DLC.</source> | 4381 | Please, only use this feature to install updates and DLC.</source> |
| 4387 | <translation>为了é¿å…å¯èƒ½å˜åœ¨çš„冲çªï¼Œæˆ‘们ä¸å»ºè®®å°†æ¸¸æˆæœ¬ä½“安装到 NAND ä¸ã€‚ | 4382 | <translation>为了é¿å…å¯èƒ½å˜åœ¨çš„冲çªï¼Œæˆ‘们ä¸å»ºè®®å°†æ¸¸æˆæœ¬ä½“安装到 NAND ä¸ã€‚ |
| 4388 | æ¤åŠŸèƒ½ä»…ç”¨äºŽå®‰è£…æ¸¸æˆæ›´æ–°å’Œ DLC 。</translation> | 4383 | æ¤åŠŸèƒ½ä»…ç”¨äºŽå®‰è£…æ¸¸æˆæ›´æ–°å’Œ DLC 。</translation> |
| 4389 | </message> | 4384 | </message> |
| 4390 | <message numerus="yes"> | 4385 | <message numerus="yes"> |
| 4391 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4386 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4392 | <source>%n file(s) were newly installed | 4387 | <source>%n file(s) were newly installed |
| 4393 | </source> | 4388 | </source> |
| 4394 | <translation><numerusform>最近安装了 %n 个文件 | 4389 | <translation><numerusform>最近安装了 %n 个文件 |
| 4395 | </numerusform></translation> | 4390 | </numerusform></translation> |
| 4396 | </message> | 4391 | </message> |
| 4397 | <message numerus="yes"> | 4392 | <message numerus="yes"> |
| 4398 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4393 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4399 | <source>%n file(s) were overwritten | 4394 | <source>%n file(s) were overwritten |
| 4400 | </source> | 4395 | </source> |
| 4401 | <translation><numerusform>%n 个文件被覆盖 | 4396 | <translation><numerusform>%n 个文件被覆盖 |
| 4402 | </numerusform></translation> | 4397 | </numerusform></translation> |
| 4403 | </message> | 4398 | </message> |
| 4404 | <message numerus="yes"> | 4399 | <message numerus="yes"> |
| 4405 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4400 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4406 | <source>%n file(s) failed to install | 4401 | <source>%n file(s) failed to install |
| 4407 | </source> | 4402 | </source> |
| 4408 | <translation><numerusform>%n 个文件安装失败 | 4403 | <translation><numerusform>%n 个文件安装失败 |
| 4409 | </numerusform></translation> | 4404 | </numerusform></translation> |
| 4410 | </message> | 4405 | </message> |
| 4411 | <message> | 4406 | <message> |
| 4412 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4407 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4413 | <source>System Application</source> | 4408 | <source>System Application</source> |
| 4414 | <translation>系统应用</translation> | 4409 | <translation>系统应用</translation> |
| 4415 | </message> | 4410 | </message> |
| 4416 | <message> | 4411 | <message> |
| 4417 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4412 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4418 | <source>System Archive</source> | 4413 | <source>System Archive</source> |
| 4419 | <translation>系统档案</translation> | 4414 | <translation>系统档案</translation> |
| 4420 | </message> | 4415 | </message> |
| 4421 | <message> | 4416 | <message> |
| 4422 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4417 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4423 | <source>System Application Update</source> | 4418 | <source>System Application Update</source> |
| 4424 | <translation>系统应用更新</translation> | 4419 | <translation>系统应用更新</translation> |
| 4425 | </message> | 4420 | </message> |
| 4426 | <message> | 4421 | <message> |
| 4427 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4422 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4428 | <source>Firmware Package (Type A)</source> | 4423 | <source>Firmware Package (Type A)</source> |
| 4429 | <translation>固件包 (A型)</translation> | 4424 | <translation>固件包 (A型)</translation> |
| 4430 | </message> | 4425 | </message> |
| 4431 | <message> | 4426 | <message> |
| 4432 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4427 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4433 | <source>Firmware Package (Type B)</source> | 4428 | <source>Firmware Package (Type B)</source> |
| 4434 | <translation>固件包 (B型)</translation> | 4429 | <translation>固件包 (B型)</translation> |
| 4435 | </message> | 4430 | </message> |
| 4436 | <message> | 4431 | <message> |
| 4437 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4432 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4438 | <source>Game</source> | 4433 | <source>Game</source> |
| 4439 | <translation>游æˆ</translation> | 4434 | <translation>游æˆ</translation> |
| 4440 | </message> | 4435 | </message> |
| 4441 | <message> | 4436 | <message> |
| 4442 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4437 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4443 | <source>Game Update</source> | 4438 | <source>Game Update</source> |
| 4444 | <translation>æ¸¸æˆæ›´æ–°</translation> | 4439 | <translation>æ¸¸æˆæ›´æ–°</translation> |
| 4445 | </message> | 4440 | </message> |
| 4446 | <message> | 4441 | <message> |
| 4447 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4442 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4448 | <source>Game DLC</source> | 4443 | <source>Game DLC</source> |
| 4449 | <translation>æ¸¸æˆ DLC</translation> | 4444 | <translation>æ¸¸æˆ DLC</translation> |
| 4450 | </message> | 4445 | </message> |
| 4451 | <message> | 4446 | <message> |
| 4452 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4447 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4453 | <source>Delta Title</source> | 4448 | <source>Delta Title</source> |
| 4454 | <translation>å·®é‡ç¨‹åº</translation> | 4449 | <translation>å·®é‡ç¨‹åº</translation> |
| 4455 | </message> | 4450 | </message> |
| 4456 | <message> | 4451 | <message> |
| 4457 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4452 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4458 | <source>Select NCA Install Type...</source> | 4453 | <source>Select NCA Install Type...</source> |
| 4459 | <translation>选择 NCA 安装类型...</translation> | 4454 | <translation>选择 NCA 安装类型...</translation> |
| 4460 | </message> | 4455 | </message> |
| 4461 | <message> | 4456 | <message> |
| 4462 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4457 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4463 | <source>Please select the type of title you would like to install this NCA as: | 4458 | <source>Please select the type of title you would like to install this NCA as: |
| 4464 | (In most instances, the default 'Game' is fine.)</source> | 4459 | (In most instances, the default 'Game' is fine.)</source> |
| 4465 | <translation>è¯·é€‰æ‹©æ¤ NCA 的程åºç±»åž‹ï¼š | 4460 | <translation>è¯·é€‰æ‹©æ¤ NCA 的程åºç±»åž‹ï¼š |
| 4466 | (在大多数情况下,选择默认的“游æˆâ€å³å¯ã€‚)</translation> | 4461 | (在大多数情况下,选择默认的“游æˆâ€å³å¯ã€‚)</translation> |
| 4467 | </message> | 4462 | </message> |
| 4468 | <message> | 4463 | <message> |
| 4469 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4464 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4470 | <source>Failed to Install</source> | 4465 | <source>Failed to Install</source> |
| 4471 | <translation>安装失败</translation> | 4466 | <translation>安装失败</translation> |
| 4472 | </message> | 4467 | </message> |
| 4473 | <message> | 4468 | <message> |
| 4474 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4469 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4475 | <source>The title type you selected for the NCA is invalid.</source> | 4470 | <source>The title type you selected for the NCA is invalid.</source> |
| 4476 | <translation>选择的 NCA 程åºç±»åž‹æ— 效。</translation> | 4471 | <translation>选择的 NCA 程åºç±»åž‹æ— 效。</translation> |
| 4477 | </message> | 4472 | </message> |
| 4478 | <message> | 4473 | <message> |
| 4479 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4474 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4480 | <source>File not found</source> | 4475 | <source>File not found</source> |
| 4481 | <translation>找ä¸åˆ°æ–‡ä»¶</translation> | 4476 | <translation>找ä¸åˆ°æ–‡ä»¶</translation> |
| 4482 | </message> | 4477 | </message> |
| 4483 | <message> | 4478 | <message> |
| 4484 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4479 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4485 | <source>File "%1" not found</source> | 4480 | <source>File "%1" not found</source> |
| 4486 | <translation>文件 "%1" 未找到</translation> | 4481 | <translation>文件 "%1" 未找到</translation> |
| 4487 | </message> | 4482 | </message> |
| 4488 | <message> | 4483 | <message> |
| 4489 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4484 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4490 | <source>OK</source> | 4485 | <source>OK</source> |
| 4491 | <translation>确定</translation> | 4486 | <translation>确定</translation> |
| 4492 | </message> | 4487 | </message> |
| 4493 | <message> | 4488 | <message> |
| 4494 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4489 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4495 | <source>Missing yuzu Account</source> | 4490 | <source>Missing yuzu Account</source> |
| 4496 | <translation>未设置 yuzu 账户</translation> | 4491 | <translation>未设置 yuzu 账户</translation> |
| 4497 | </message> | 4492 | </message> |
| 4498 | <message> | 4493 | <message> |
| 4499 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4494 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4500 | <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> | 4495 | <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> |
| 4501 | <translation>è¦æäº¤æ¸¸æˆå…¼å®¹æ€§æµ‹è¯•用例,您必须设置您的 yuzu 叿ˆ·ã€‚<br><br/>è¦è®¾ç½®æ‚¨çš„ yuzu 叿ˆ·ï¼Œè¯·è½¬åˆ°æ¨¡æ‹Ÿ &gt; 设置 &gt; 网络。</translation> | 4496 | <translation>è¦æäº¤æ¸¸æˆå…¼å®¹æ€§æµ‹è¯•用例,您必须设置您的 yuzu 叿ˆ·ã€‚<br><br/>è¦è®¾ç½®æ‚¨çš„ yuzu 叿ˆ·ï¼Œè¯·è½¬åˆ°æ¨¡æ‹Ÿ &gt; 设置 &gt; 网络。</translation> |
| 4502 | </message> | 4497 | </message> |
| 4503 | <message> | 4498 | <message> |
| 4504 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4499 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4505 | <source>Error opening URL</source> | 4500 | <source>Error opening URL</source> |
| 4506 | <translation>打开 URL 时出错</translation> | 4501 | <translation>打开 URL 时出错</translation> |
| 4507 | </message> | 4502 | </message> |
| 4508 | <message> | 4503 | <message> |
| 4509 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4504 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4510 | <source>Unable to open the URL "%1".</source> | 4505 | <source>Unable to open the URL "%1".</source> |
| 4511 | <translation>æ— æ³•æ‰“å¼€ URL : "%1" 。</translation> | 4506 | <translation>æ— æ³•æ‰“å¼€ URL : "%1" 。</translation> |
| 4512 | </message> | 4507 | </message> |
| 4513 | <message> | 4508 | <message> |
| 4514 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4509 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4515 | <source>TAS Recording</source> | 4510 | <source>TAS Recording</source> |
| 4516 | <translation>TAS 录制</translation> | 4511 | <translation>TAS 录制</translation> |
| 4517 | </message> | 4512 | </message> |
| 4518 | <message> | 4513 | <message> |
| 4519 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4514 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4520 | <source>Overwrite file of player 1?</source> | 4515 | <source>Overwrite file of player 1?</source> |
| 4521 | <translation>覆盖玩家 1 的文件?</translation> | 4516 | <translation>覆盖玩家 1 的文件?</translation> |
| 4522 | </message> | 4517 | </message> |
| 4523 | <message> | 4518 | <message> |
| 4524 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4519 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4525 | <source>Invalid config detected</source> | 4520 | <source>Invalid config detected</source> |
| 4526 | <translation>æ£€æµ‹åˆ°æ— æ•ˆé…ç½®</translation> | 4521 | <translation>æ£€æµ‹åˆ°æ— æ•ˆé…ç½®</translation> |
| 4527 | </message> | 4522 | </message> |
| 4528 | <message> | 4523 | <message> |
| 4529 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4524 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4530 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4525 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4531 | <translation>æŽŒæœºæ‰‹æŸ„æ— æ³•åœ¨ä¸»æœºæ¨¡å¼ä¸ä½¿ç”¨ã€‚将会选择 Pro controller。</translation> | 4526 | <translation>æŽŒæœºæ‰‹æŸ„æ— æ³•åœ¨ä¸»æœºæ¨¡å¼ä¸ä½¿ç”¨ã€‚将会选择 Pro controller。</translation> |
| 4532 | </message> | 4527 | </message> |
| 4533 | <message> | 4528 | <message> |
| 4534 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4529 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4536 | <source>Error</source> | 4531 | <source>Error</source> |
| 4537 | <translation>错误</translation> | 4532 | <translation>错误</translation> |
| 4538 | </message> | 4533 | </message> |
| 4539 | <message> | 4534 | <message> |
| 4540 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4535 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4542 | <source>The current game is not looking for amiibos</source> | 4537 | <source>The current game is not looking for amiibos</source> |
| 4543 | <translation>当剿¸¸æˆå¹¶æ²¡æœ‰åœ¨å¯»æ‰¾ Amiibos</translation> | 4538 | <translation>当剿¸¸æˆå¹¶æ²¡æœ‰åœ¨å¯»æ‰¾ Amiibos</translation> |
| 4544 | </message> | 4539 | </message> |
| 4545 | <message> | 4540 | <message> |
| 4546 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4541 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4548 | <source>Amiibo</source> | 4543 | <source>Amiibo</source> |
| 4549 | <translation>Amiibo</translation> | 4544 | <translation>Amiibo</translation> |
| 4550 | </message> | 4545 | </message> |
| 4551 | <message> | 4546 | <message> |
| 4552 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4547 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4554 | <source>The current amiibo has been removed</source> | 4549 | <source>The current amiibo has been removed</source> |
| 4555 | <translation>当å‰çš„ Amiibo 已被移除。</translation> | 4550 | <translation>当å‰çš„ Amiibo 已被移除。</translation> |
| 4556 | </message> | 4551 | </message> |
| 4557 | <message> | 4552 | <message> |
| 4558 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4553 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4559 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4554 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4560 | <translation>Amiibo 文件 (%1);; 全部文件 (*.*)</translation> | 4555 | <translation>Amiibo 文件 (%1);; 全部文件 (*.*)</translation> |
| 4561 | </message> | 4556 | </message> |
| 4562 | <message> | 4557 | <message> |
| 4563 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4558 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4564 | <source>Load Amiibo</source> | 4559 | <source>Load Amiibo</source> |
| 4565 | <translation>åŠ è½½ Amiibo</translation> | 4560 | <translation>åŠ è½½ Amiibo</translation> |
| 4566 | </message> | 4561 | </message> |
| 4567 | <message> | 4562 | <message> |
| 4568 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4563 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4569 | <source>Error opening Amiibo data file</source> | 4564 | <source>Error opening Amiibo data file</source> |
| 4570 | <translation>打开 Amiibo æ•°æ®æ–‡ä»¶æ—¶å‡ºé”™</translation> | 4565 | <translation>打开 Amiibo æ•°æ®æ–‡ä»¶æ—¶å‡ºé”™</translation> |
| 4571 | </message> | 4566 | </message> |
| 4572 | <message> | 4567 | <message> |
| 4573 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4568 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4574 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4569 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4575 | <translation>æ— æ³•æ‰“å¼€ Amiibo 文件 %1。</translation> | 4570 | <translation>æ— æ³•æ‰“å¼€ Amiibo 文件 %1。</translation> |
| 4576 | </message> | 4571 | </message> |
| 4577 | <message> | 4572 | <message> |
| 4578 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4573 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4579 | <source>Error reading Amiibo data file</source> | 4574 | <source>Error reading Amiibo data file</source> |
| 4580 | <translation>è¯»å– Amiibo æ•°æ®æ–‡ä»¶æ—¶å‡ºé”™</translation> | 4575 | <translation>è¯»å– Amiibo æ•°æ®æ–‡ä»¶æ—¶å‡ºé”™</translation> |
| 4581 | </message> | 4576 | </message> |
| 4582 | <message> | 4577 | <message> |
| 4583 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4578 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4584 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4579 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4585 | <translation>æ— æ³•å®Œå…¨è¯»å– Amiibo æ•°æ®ã€‚åº”è¯»å– %1 个å—èŠ‚ï¼Œä½†å®žé™…ä»…èƒ½è¯»å– %2 个å—节。</translation> | 4580 | <translation>æ— æ³•å®Œå…¨è¯»å– Amiibo æ•°æ®ã€‚åº”è¯»å– %1 个å—èŠ‚ï¼Œä½†å®žé™…ä»…èƒ½è¯»å– %2 个å—节。</translation> |
| 4586 | </message> | 4581 | </message> |
| 4587 | <message> | 4582 | <message> |
| 4588 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4583 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4589 | <source>Error loading Amiibo data</source> | 4584 | <source>Error loading Amiibo data</source> |
| 4590 | <translation>åŠ è½½ Amiibo æ•°æ®æ—¶å‡ºé”™</translation> | 4585 | <translation>åŠ è½½ Amiibo æ•°æ®æ—¶å‡ºé”™</translation> |
| 4591 | </message> | 4586 | </message> |
| 4592 | <message> | 4587 | <message> |
| 4593 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4588 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4594 | <source>Unable to load Amiibo data.</source> | 4589 | <source>Unable to load Amiibo data.</source> |
| 4595 | <translation>æ— æ³•åŠ è½½ Amiibo æ•°æ®ã€‚</translation> | 4590 | <translation>æ— æ³•åŠ è½½ Amiibo æ•°æ®ã€‚</translation> |
| 4596 | </message> | 4591 | </message> |
| 4597 | <message> | 4592 | <message> |
| 4598 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4593 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4599 | <source>Capture Screenshot</source> | 4594 | <source>Capture Screenshot</source> |
| 4600 | <translation>æ•获截图</translation> | 4595 | <translation>æ•获截图</translation> |
| 4601 | </message> | 4596 | </message> |
| 4602 | <message> | 4597 | <message> |
| 4603 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4598 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4604 | <source>PNG Image (*.png)</source> | 4599 | <source>PNG Image (*.png)</source> |
| 4605 | <translation>PNG å›¾åƒ (*.png)</translation> | 4600 | <translation>PNG å›¾åƒ (*.png)</translation> |
| 4606 | </message> | 4601 | </message> |
| 4607 | <message> | 4602 | <message> |
| 4608 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4603 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4609 | <source>TAS state: Running %1/%2</source> | 4604 | <source>TAS state: Running %1/%2</source> |
| 4610 | <translation>TAS 状æ€ï¼šæ£åœ¨è¿è¡Œ %1/%2</translation> | 4605 | <translation>TAS 状æ€ï¼šæ£åœ¨è¿è¡Œ %1/%2</translation> |
| 4611 | </message> | 4606 | </message> |
| 4612 | <message> | 4607 | <message> |
| 4613 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4608 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4614 | <source>TAS state: Recording %1</source> | 4609 | <source>TAS state: Recording %1</source> |
| 4615 | <translation>TAS 状æ€ï¼šæ£åœ¨å½•制 %1</translation> | 4610 | <translation>TAS 状æ€ï¼šæ£åœ¨å½•制 %1</translation> |
| 4616 | </message> | 4611 | </message> |
| 4617 | <message> | 4612 | <message> |
| 4618 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4613 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4619 | <source>TAS state: Idle %1/%2</source> | 4614 | <source>TAS state: Idle %1/%2</source> |
| 4620 | <translation>TAS 状æ€ï¼šç©ºé—² %1/%2</translation> | 4615 | <translation>TAS 状æ€ï¼šç©ºé—² %1/%2</translation> |
| 4621 | </message> | 4616 | </message> |
| 4622 | <message> | 4617 | <message> |
| 4623 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4618 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4624 | <source>TAS State: Invalid</source> | 4619 | <source>TAS State: Invalid</source> |
| 4625 | <translation>TAS 状æ€ï¼šæ— 效</translation> | 4620 | <translation>TAS 状æ€ï¼šæ— 效</translation> |
| 4626 | </message> | 4621 | </message> |
| 4627 | <message> | 4622 | <message> |
| 4628 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4623 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4629 | <source>&Stop Running</source> | 4624 | <source>&Stop Running</source> |
| 4630 | <translation>åœæ¢è¿è¡Œ (&S)</translation> | 4625 | <translation>åœæ¢è¿è¡Œ (&S)</translation> |
| 4631 | </message> | 4626 | </message> |
| 4632 | <message> | 4627 | <message> |
| 4633 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4628 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4634 | <source>&Start</source> | 4629 | <source>&Start</source> |
| 4635 | <translation>开始 (&S)</translation> | 4630 | <translation>开始 (&S)</translation> |
| 4636 | </message> | 4631 | </message> |
| 4637 | <message> | 4632 | <message> |
| 4638 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4633 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4639 | <source>Stop R&ecording</source> | 4634 | <source>Stop R&ecording</source> |
| 4640 | <translation>åœæ¢å½•制 (&E)</translation> | 4635 | <translation>åœæ¢å½•制 (&E)</translation> |
| 4641 | </message> | 4636 | </message> |
| 4642 | <message> | 4637 | <message> |
| 4643 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4638 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4644 | <source>R&ecord</source> | 4639 | <source>R&ecord</source> |
| 4645 | <translation>录制 (&E)</translation> | 4640 | <translation>录制 (&E)</translation> |
| 4646 | </message> | 4641 | </message> |
| 4647 | <message numerus="yes"> | 4642 | <message numerus="yes"> |
| 4648 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4643 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4649 | <source>Building: %n shader(s)</source> | 4644 | <source>Building: %n shader(s)</source> |
| 4650 | <translation><numerusform>æ£åœ¨ç¼–译 %n 个ç€è‰²å™¨æ–‡ä»¶</numerusform></translation> | 4645 | <translation><numerusform>æ£åœ¨ç¼–译 %n 个ç€è‰²å™¨æ–‡ä»¶</numerusform></translation> |
| 4651 | </message> | 4646 | </message> |
| 4652 | <message> | 4647 | <message> |
| 4653 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4648 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4654 | <source>Scale: %1x</source> | 4649 | <source>Scale: %1x</source> |
| 4655 | <comment>%1 is the resolution scaling factor</comment> | 4650 | <comment>%1 is the resolution scaling factor</comment> |
| 4656 | <translation>缩放比例: %1x</translation> | 4651 | <translation>缩放比例: %1x</translation> |
| 4657 | </message> | 4652 | </message> |
| 4658 | <message> | 4653 | <message> |
| 4659 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4654 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4660 | <source>Speed: %1% / %2%</source> | 4655 | <source>Speed: %1% / %2%</source> |
| 4661 | <translation>速度: %1% / %2%</translation> | 4656 | <translation>速度: %1% / %2%</translation> |
| 4662 | </message> | 4657 | </message> |
| 4663 | <message> | 4658 | <message> |
| 4664 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4659 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4665 | <source>Speed: %1%</source> | 4660 | <source>Speed: %1%</source> |
| 4666 | <translation>速度: %1%</translation> | 4661 | <translation>速度: %1%</translation> |
| 4667 | </message> | 4662 | </message> |
| 4668 | <message> | 4663 | <message> |
| 4669 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4664 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4670 | <source>Game: %1 FPS (Unlocked)</source> | 4665 | <source>Game: %1 FPS (Unlocked)</source> |
| 4671 | <translation>游æˆ: %1 FPS (未é”定)</translation> | 4666 | <translation>游æˆ: %1 FPS (未é”定)</translation> |
| 4672 | </message> | 4667 | </message> |
| 4673 | <message> | 4668 | <message> |
| 4674 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4669 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4675 | <source>Game: %1 FPS</source> | 4670 | <source>Game: %1 FPS</source> |
| 4676 | <translation>FPS: %1</translation> | 4671 | <translation>FPS: %1</translation> |
| 4677 | </message> | 4672 | </message> |
| 4678 | <message> | 4673 | <message> |
| 4679 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4674 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4680 | <source>Frame: %1 ms</source> | 4675 | <source>Frame: %1 ms</source> |
| 4681 | <translation>帧延迟:%1 毫秒</translation> | 4676 | <translation>帧延迟:%1 毫秒</translation> |
| 4682 | </message> | 4677 | </message> |
| 4683 | <message> | 4678 | <message> |
| 4684 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4679 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4685 | <source>GPU NORMAL</source> | 4680 | <source>GPU NORMAL</source> |
| 4686 | <translation>GPU NORMAL</translation> | 4681 | <translation>GPU NORMAL</translation> |
| 4687 | </message> | 4682 | </message> |
| 4688 | <message> | 4683 | <message> |
| 4689 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4684 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4690 | <source>GPU HIGH</source> | 4685 | <source>GPU HIGH</source> |
| 4691 | <translation>GPU HIGH</translation> | 4686 | <translation>GPU HIGH</translation> |
| 4692 | </message> | 4687 | </message> |
| 4693 | <message> | 4688 | <message> |
| 4694 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4689 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4695 | <source>GPU EXTREME</source> | 4690 | <source>GPU EXTREME</source> |
| 4696 | <translation>GPU EXTREME</translation> | 4691 | <translation>GPU EXTREME</translation> |
| 4697 | </message> | 4692 | </message> |
| 4698 | <message> | 4693 | <message> |
| 4699 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4694 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4700 | <source>GPU ERROR</source> | 4695 | <source>GPU ERROR</source> |
| 4701 | <translation>GPU ERROR</translation> | 4696 | <translation>GPU ERROR</translation> |
| 4702 | </message> | 4697 | </message> |
| 4703 | <message> | 4698 | <message> |
| 4704 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4699 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4705 | <source>NEAREST</source> | 4700 | <source>NEAREST</source> |
| 4706 | <translation>é‚»è¿‘å–æ ·</translation> | 4701 | <translation>é‚»è¿‘å–æ ·</translation> |
| 4707 | </message> | 4702 | </message> |
| 4708 | <message> | 4703 | <message> |
| 4709 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4704 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4711 | <source>BILINEAR</source> | 4706 | <source>BILINEAR</source> |
| 4712 | <translation>åŒçº¿æ€§è¿‡æ»¤</translation> | 4707 | <translation>åŒçº¿æ€§è¿‡æ»¤</translation> |
| 4713 | </message> | 4708 | </message> |
| 4714 | <message> | 4709 | <message> |
| 4715 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4710 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4716 | <source>BICUBIC</source> | 4711 | <source>BICUBIC</source> |
| 4717 | <translation>åŒä¸‰çº¿è¿‡æ»¤</translation> | 4712 | <translation>åŒä¸‰çº¿è¿‡æ»¤</translation> |
| 4718 | </message> | 4713 | </message> |
| 4719 | <message> | 4714 | <message> |
| 4720 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4715 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4721 | <source>GAUSSIAN</source> | 4716 | <source>GAUSSIAN</source> |
| 4722 | <translation>高斯模糊</translation> | 4717 | <translation>高斯模糊</translation> |
| 4723 | </message> | 4718 | </message> |
| 4724 | <message> | 4719 | <message> |
| 4725 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4720 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4726 | <source>SCALEFORCE</source> | 4721 | <source>SCALEFORCE</source> |
| 4727 | <translation>强制缩放</translation> | 4722 | <translation>强制缩放</translation> |
| 4728 | </message> | 4723 | </message> |
| 4729 | <message> | 4724 | <message> |
| 4730 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4725 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4731 | <source>FSR</source> | 4726 | <source>FSR</source> |
| 4732 | <translation>FSR</translation> | 4727 | <translation>FSR</translation> |
| 4733 | </message> | 4728 | </message> |
| 4734 | <message> | 4729 | <message> |
| 4735 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4730 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4737 | <source>NO AA</source> | 4732 | <source>NO AA</source> |
| 4738 | <translation>抗锯齿关</translation> | 4733 | <translation>抗锯齿关</translation> |
| 4739 | </message> | 4734 | </message> |
| 4740 | <message> | 4735 | <message> |
| 4741 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4736 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4742 | <source>FXAA</source> | 4737 | <source>FXAA</source> |
| 4743 | <translation>FXAA</translation> | 4738 | <translation>FXAA</translation> |
| 4744 | </message> | 4739 | </message> |
| 4745 | <message> | 4740 | <message> |
| 4746 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4741 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4747 | <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> | 4742 | <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> |
| 4748 | <translation>您æ£å°è¯•å¯åŠ¨çš„æ¸¸æˆéœ€è¦ä»Ž Switch 转储的其他文件。<br/><br/>有关转储这些文件的更多信æ¯ï¼Œè¯·å‚阅以下 wiki 页é¢ï¼š<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/>您è¦é€€å‡ºå¹¶è¿”回至游æˆåˆ—表å—ï¼Ÿç»§ç»æ¨¡æ‹Ÿå¯èƒ½ä¼šå¯¼è‡´å´©æºƒï¼Œå˜æ¡£æŸå或其他错误。</translation> | 4743 | <translation>您æ£å°è¯•å¯åŠ¨çš„æ¸¸æˆéœ€è¦ä»Ž Switch 转储的其他文件。<br/><br/>有关转储这些文件的更多信æ¯ï¼Œè¯·å‚阅以下 wiki 页é¢ï¼š<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/>您è¦é€€å‡ºå¹¶è¿”回至游æˆåˆ—表å—ï¼Ÿç»§ç»æ¨¡æ‹Ÿå¯èƒ½ä¼šå¯¼è‡´å´©æºƒï¼Œå˜æ¡£æŸå或其他错误。</translation> |
| 4749 | </message> | 4744 | </message> |
| 4750 | <message> | 4745 | <message> |
| 4751 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4746 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4752 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4747 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4753 | <translation>Yuzu 找ä¸åˆ° Switch 系统档案 %1 </translation> | 4748 | <translation>Yuzu 找ä¸åˆ° Switch 系统档案 %1 </translation> |
| 4754 | </message> | 4749 | </message> |
| 4755 | <message> | 4750 | <message> |
| 4756 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4751 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4757 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4752 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4758 | <translation>Yuzu 找ä¸åˆ° Switch 系统档案: %1, %2 </translation> | 4753 | <translation>Yuzu 找ä¸åˆ° Switch 系统档案: %1, %2 </translation> |
| 4759 | </message> | 4754 | </message> |
| 4760 | <message> | 4755 | <message> |
| 4761 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4756 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4762 | <source>System Archive Not Found</source> | 4757 | <source>System Archive Not Found</source> |
| 4763 | <translation>未找到系统档案</translation> | 4758 | <translation>未找到系统档案</translation> |
| 4764 | </message> | 4759 | </message> |
| 4765 | <message> | 4760 | <message> |
| 4766 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4761 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4767 | <source>System Archive Missing</source> | 4762 | <source>System Archive Missing</source> |
| 4768 | <translation>系统档案缺失</translation> | 4763 | <translation>系统档案缺失</translation> |
| 4769 | </message> | 4764 | </message> |
| 4770 | <message> | 4765 | <message> |
| 4771 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4766 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4772 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4767 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4773 | <translation>Yuzu 找ä¸åˆ° Swtich 共享å—体 %1 </translation> | 4768 | <translation>Yuzu 找ä¸åˆ° Swtich 共享å—体 %1 </translation> |
| 4774 | </message> | 4769 | </message> |
| 4775 | <message> | 4770 | <message> |
| 4776 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4771 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4777 | <source>Shared Fonts Not Found</source> | 4772 | <source>Shared Fonts Not Found</source> |
| 4778 | <translation>未找到共享å—体</translation> | 4773 | <translation>未找到共享å—体</translation> |
| 4779 | </message> | 4774 | </message> |
| 4780 | <message> | 4775 | <message> |
| 4781 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4776 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4782 | <source>Shared Font Missing</source> | 4777 | <source>Shared Font Missing</source> |
| 4783 | <translation>共享å—体文件缺失</translation> | 4778 | <translation>共享å—体文件缺失</translation> |
| 4784 | </message> | 4779 | </message> |
| 4785 | <message> | 4780 | <message> |
| 4786 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4781 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4787 | <source>Fatal Error</source> | 4782 | <source>Fatal Error</source> |
| 4788 | <translation>致命错误</translation> | 4783 | <translation>致命错误</translation> |
| 4789 | </message> | 4784 | </message> |
| 4790 | <message> | 4785 | <message> |
| 4791 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4786 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4792 | <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> | 4787 | <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> |
| 4793 | <translation>yuzu é‡åˆ°äº†è‡´å‘½é”™è¯¯ï¼Œè¯·æŸ¥çœ‹æ—¥å¿—了解详情。有关查找日志的更多信æ¯ï¼Œè¯·å‚阅以下页é¢ï¼š<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>。<br/><br/>您è¦é€€å‡ºå¹¶è¿”回至游æˆåˆ—表å—ï¼Ÿç»§ç»æ¨¡æ‹Ÿå¯èƒ½ä¼šå¯¼è‡´å´©æºƒï¼Œå˜æ¡£æŸå或其他错误。</translation> | 4788 | <translation>yuzu é‡åˆ°äº†è‡´å‘½é”™è¯¯ï¼Œè¯·æŸ¥çœ‹æ—¥å¿—了解详情。有关查找日志的更多信æ¯ï¼Œè¯·å‚阅以下页é¢ï¼š<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>。<br/><br/>您è¦é€€å‡ºå¹¶è¿”回至游æˆåˆ—表å—ï¼Ÿç»§ç»æ¨¡æ‹Ÿå¯èƒ½ä¼šå¯¼è‡´å´©æºƒï¼Œå˜æ¡£æŸå或其他错误。</translation> |
| 4794 | </message> | 4789 | </message> |
| 4795 | <message> | 4790 | <message> |
| 4796 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4791 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4797 | <source>Fatal Error encountered</source> | 4792 | <source>Fatal Error encountered</source> |
| 4798 | <translation>å‘生致命错误</translation> | 4793 | <translation>å‘生致命错误</translation> |
| 4799 | </message> | 4794 | </message> |
| 4800 | <message> | 4795 | <message> |
| 4801 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4796 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4802 | <source>Confirm Key Rederivation</source> | 4797 | <source>Confirm Key Rederivation</source> |
| 4803 | <translation>ç¡®è®¤é‡æ–°ç”Ÿæˆå¯†é’¥</translation> | 4798 | <translation>ç¡®è®¤é‡æ–°ç”Ÿæˆå¯†é’¥</translation> |
| 4804 | </message> | 4799 | </message> |
| 4805 | <message> | 4800 | <message> |
| 4806 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4801 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4807 | <source>You are about to force rederive all of your keys. | 4802 | <source>You are about to force rederive all of your keys. |
| 4808 | If you do not know what this means or what you are doing, | 4803 | If you do not know what this means or what you are doing, |
| 4809 | this is a potentially destructive action. | 4804 | this is a potentially destructive action. |
| @@ -4819,37 +4814,37 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4819 | è¿™å°†åˆ é™¤æ‚¨è‡ªåŠ¨ç”Ÿæˆçš„å¯†é’¥æ–‡ä»¶å¹¶é‡æ–°è¿è¡Œå¯†é’¥ç”Ÿæˆæ¨¡å—。</translation> | 4814 | è¿™å°†åˆ é™¤æ‚¨è‡ªåŠ¨ç”Ÿæˆçš„å¯†é’¥æ–‡ä»¶å¹¶é‡æ–°è¿è¡Œå¯†é’¥ç”Ÿæˆæ¨¡å—。</translation> |
| 4820 | </message> | 4815 | </message> |
| 4821 | <message> | 4816 | <message> |
| 4822 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4817 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4823 | <source>Missing fuses</source> | 4818 | <source>Missing fuses</source> |
| 4824 | <translation>项目丢失</translation> | 4819 | <translation>项目丢失</translation> |
| 4825 | </message> | 4820 | </message> |
| 4826 | <message> | 4821 | <message> |
| 4827 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4822 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4828 | <source> - Missing BOOT0</source> | 4823 | <source> - Missing BOOT0</source> |
| 4829 | <translation>- 丢失 BOOT0</translation> | 4824 | <translation>- 丢失 BOOT0</translation> |
| 4830 | </message> | 4825 | </message> |
| 4831 | <message> | 4826 | <message> |
| 4832 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4827 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4833 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4828 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4834 | <translation> - 丢失 BCPKG2-1-Normal-Main</translation> | 4829 | <translation> - 丢失 BCPKG2-1-Normal-Main</translation> |
| 4835 | </message> | 4830 | </message> |
| 4836 | <message> | 4831 | <message> |
| 4837 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4832 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4838 | <source> - Missing PRODINFO</source> | 4833 | <source> - Missing PRODINFO</source> |
| 4839 | <translation>- 丢失 PRODINFO</translation> | 4834 | <translation>- 丢失 PRODINFO</translation> |
| 4840 | </message> | 4835 | </message> |
| 4841 | <message> | 4836 | <message> |
| 4842 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4837 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4843 | <source>Derivation Components Missing</source> | 4838 | <source>Derivation Components Missing</source> |
| 4844 | <translation>组件丢失</translation> | 4839 | <translation>组件丢失</translation> |
| 4845 | </message> | 4840 | </message> |
| 4846 | <message> | 4841 | <message> |
| 4847 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4842 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4848 | <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> | 4843 | <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> |
| 4849 | <translation>密钥缺失。<br>请查看<a href='https://yuzu-emu.org/help/quickstart/'>yuzu 快速导航</a>ä»¥èŽ·å¾—ä½ çš„å¯†é’¥ã€å›ºä»¶å’Œæ¸¸æˆã€‚<br><br><small>(%1)</small></translation> | 4844 | <translation>密钥缺失。<br>请查看<a href='https://yuzu-emu.org/help/quickstart/'>yuzu 快速导航</a>ä»¥èŽ·å¾—ä½ çš„å¯†é’¥ã€å›ºä»¶å’Œæ¸¸æˆã€‚<br><br><small>(%1)</small></translation> |
| 4850 | </message> | 4845 | </message> |
| 4851 | <message> | 4846 | <message> |
| 4852 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4847 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4853 | <source>Deriving keys... | 4848 | <source>Deriving keys... |
| 4854 | This may take up to a minute depending | 4849 | This may take up to a minute depending |
| 4855 | on your system's performance.</source> | 4850 | on your system's performance.</source> |
| @@ -4858,39 +4853,39 @@ on your system's performance.</source> | |||
| 4858 | 您的系统性能。</translation> | 4853 | 您的系统性能。</translation> |
| 4859 | </message> | 4854 | </message> |
| 4860 | <message> | 4855 | <message> |
| 4861 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4856 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4862 | <source>Deriving Keys</source> | 4857 | <source>Deriving Keys</source> |
| 4863 | <translation>生æˆå¯†é’¥</translation> | 4858 | <translation>生æˆå¯†é’¥</translation> |
| 4864 | </message> | 4859 | </message> |
| 4865 | <message> | 4860 | <message> |
| 4866 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4861 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4867 | <source>Select RomFS Dump Target</source> | 4862 | <source>Select RomFS Dump Target</source> |
| 4868 | <translation>选择 RomFS è½¬å‚¨ç›®æ ‡</translation> | 4863 | <translation>选择 RomFS è½¬å‚¨ç›®æ ‡</translation> |
| 4869 | </message> | 4864 | </message> |
| 4870 | <message> | 4865 | <message> |
| 4871 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4866 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4872 | <source>Please select which RomFS you would like to dump.</source> | 4867 | <source>Please select which RomFS you would like to dump.</source> |
| 4873 | <translation>请选择希望转储的 RomFS。</translation> | 4868 | <translation>请选择希望转储的 RomFS。</translation> |
| 4874 | </message> | 4869 | </message> |
| 4875 | <message> | 4870 | <message> |
| 4876 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4871 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4877 | <source>Are you sure you want to close yuzu?</source> | 4872 | <source>Are you sure you want to close yuzu?</source> |
| 4878 | <translation>您确定è¦å…³é— yuzu å—?</translation> | 4873 | <translation>您确定è¦å…³é— yuzu å—?</translation> |
| 4879 | </message> | 4874 | </message> |
| 4880 | <message> | 4875 | <message> |
| 4881 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4876 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4882 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4877 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4883 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4878 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4884 | <source>yuzu</source> | 4879 | <source>yuzu</source> |
| 4885 | <translation>yuzu</translation> | 4880 | <translation>yuzu</translation> |
| 4886 | </message> | 4881 | </message> |
| 4887 | <message> | 4882 | <message> |
| 4888 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4883 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4889 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4884 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4890 | <translation>您确定è¦åœæ¢æ¨¡æ‹Ÿå—?未ä¿å˜çš„进度将会丢失。</translation> | 4885 | <translation>您确定è¦åœæ¢æ¨¡æ‹Ÿå—?未ä¿å˜çš„进度将会丢失。</translation> |
| 4891 | </message> | 4886 | </message> |
| 4892 | <message> | 4887 | <message> |
| 4893 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4888 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4894 | <source>The currently running application has requested yuzu to not exit. | 4889 | <source>The currently running application has requested yuzu to not exit. |
| 4895 | 4890 | ||
| 4896 | Would you like to bypass this and exit anyway?</source> | 4891 | Would you like to bypass this and exit anyway?</source> |
| @@ -4902,38 +4897,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4902 | <context> | 4897 | <context> |
| 4903 | <name>GRenderWindow</name> | 4898 | <name>GRenderWindow</name> |
| 4904 | <message> | 4899 | <message> |
| 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4900 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4906 | <source>OpenGL not available!</source> | 4901 | <source>OpenGL not available!</source> |
| 4907 | <translation>OpenGL 模å¼ä¸å¯ç”¨ï¼</translation> | 4902 | <translation>OpenGL 模å¼ä¸å¯ç”¨ï¼</translation> |
| 4908 | </message> | 4903 | </message> |
| 4909 | <message> | 4904 | <message> |
| 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4905 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4911 | <source>yuzu has not been compiled with OpenGL support.</source> | 4906 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4912 | <translation>yuzu 没有使用 OpenGL 进行编译。</translation> | 4907 | <translation>yuzu 没有使用 OpenGL 进行编译。</translation> |
| 4913 | </message> | 4908 | </message> |
| 4914 | <message> | 4909 | <message> |
| 4915 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4910 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4916 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4911 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4917 | <source>Error while initializing OpenGL!</source> | 4912 | <source>Error while initializing OpenGL!</source> |
| 4918 | <translation>åˆå§‹åŒ– OpenGL 时出错ï¼</translation> | 4913 | <translation>åˆå§‹åŒ– OpenGL 时出错ï¼</translation> |
| 4919 | </message> | 4914 | </message> |
| 4920 | <message> | 4915 | <message> |
| 4921 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4916 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4922 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4917 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4923 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒ OpenGL ,或者您没有安装最新的显å¡é©±åŠ¨ã€‚</translation> | 4918 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒ OpenGL ,或者您没有安装最新的显å¡é©±åŠ¨ã€‚</translation> |
| 4924 | </message> | 4919 | </message> |
| 4925 | <message> | 4920 | <message> |
| 4926 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4921 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4927 | <source>Error while initializing OpenGL 4.6!</source> | 4922 | <source>Error while initializing OpenGL 4.6!</source> |
| 4928 | <translation>åˆå§‹åŒ– OpenGL 4.6 时出错ï¼</translation> | 4923 | <translation>åˆå§‹åŒ– OpenGL 4.6 时出错ï¼</translation> |
| 4929 | </message> | 4924 | </message> |
| 4930 | <message> | 4925 | <message> |
| 4931 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4926 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4932 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4927 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4933 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒ OpenGL 4.6 ,或者您没有安装最新的显å¡é©±åŠ¨ã€‚<br><br>GL 渲染器:<br>%1</translation> | 4928 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒ OpenGL 4.6 ,或者您没有安装最新的显å¡é©±åŠ¨ã€‚<br><br>GL 渲染器:<br>%1</translation> |
| 4934 | </message> | 4929 | </message> |
| 4935 | <message> | 4930 | <message> |
| 4936 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4931 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4937 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4932 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4938 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒæŸäº›å¿…需的 OpenGL æ‰©å±•ã€‚è¯·ç¡®ä¿æ‚¨å·²ç»å®‰è£…最新的显å¡é©±åŠ¨ã€‚<br><br>GL 渲染器:<br>%1<br><br>䏿”¯æŒçš„æ‰©å±•:<br>%2</translation> | 4933 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æŒæŸäº›å¿…需的 OpenGL æ‰©å±•ã€‚è¯·ç¡®ä¿æ‚¨å·²ç»å®‰è£…最新的显å¡é©±åŠ¨ã€‚<br><br>GL 渲染器:<br>%1<br><br>䏿”¯æŒçš„æ‰©å±•:<br>%2</translation> |
| 4939 | </message> | 4934 | </message> |
diff --git a/dist/languages/zh_TW.ts b/dist/languages/zh_TW.ts index c61d0bd61..b22f0307f 100644 --- a/dist/languages/zh_TW.ts +++ b/dist/languages/zh_TW.ts | |||
| @@ -7,22 +7,17 @@ | |||
| 7 | <translation>關於 yuzu</translation> | 7 | <translation>關於 yuzu</translation> |
| 8 | </message> | 8 | </message> |
| 9 | <message> | 9 | <message> |
| 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="30"/> | 10 | <location filename="../../src/yuzu/aboutdialog.ui" line="72"/> |
| 11 | <source><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></source> | ||
| 12 | <translation><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></translation> | ||
| 13 | </message> | ||
| 14 | <message> | ||
| 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="60"/> | ||
| 16 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> | 11 | <source><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></source> |
| 17 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> | 12 | <translation><html><head/><body><p><span style=" font-size:28pt;">yuzu</span></p></body></html></translation> |
| 18 | </message> | 13 | </message> |
| 19 | <message> | 14 | <message> |
| 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="73"/> | 15 | <location filename="../../src/yuzu/aboutdialog.ui" line="85"/> |
| 21 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> | 16 | <source><html><head/><body><p>%1 (%2)</p></body></html></source> |
| 22 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> | 17 | <translation><html><head/><body><p>%1 (%2)</p></body></html></translation> |
| 23 | </message> | 18 | </message> |
| 24 | <message> | 19 | <message> |
| 25 | <location filename="../../src/yuzu/aboutdialog.ui" line="86"/> | 20 | <location filename="../../src/yuzu/aboutdialog.ui" line="98"/> |
| 26 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 21 | <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 27 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 22 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 28 | p, li { white-space: pre-wrap; } | 23 | p, li { white-space: pre-wrap; } |
| @@ -39,12 +34,12 @@ p, li { white-space: pre-wrap; } | |||
| 39 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">æ¤è½¯ä»¶ä¸å¾—用于è¿è¡Œéžæ³•å–得的游æˆã€‚</span></p></body></html></translation> | 34 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">æ¤è½¯ä»¶ä¸å¾—用于è¿è¡Œéžæ³•å–得的游æˆã€‚</span></p></body></html></translation> |
| 40 | </message> | 35 | </message> |
| 41 | <message> | 36 | <message> |
| 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="118"/> | 37 | <location filename="../../src/yuzu/aboutdialog.ui" line="130"/> |
| 43 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> | 38 | <source><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></source> |
| 44 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">網站</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">原始碼</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">è²¢ç»è€…</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">æŽˆæ¬Šæ¢æ¬¾</span></a></p></body></html></translation> | 39 | <translation><html><head/><body><p><a href="https://yuzu-emu.org/"><span style=" text-decoration: underline; color:#039be5;">網站</span></a> | <a href="https://github.com/yuzu-emu"><span style=" text-decoration: underline; color:#039be5;">原始碼</span></a> | <a href="https://github.com/yuzu-emu/yuzu/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">è²¢ç»è€…</span></a> | <a href="https://github.com/yuzu-emu/yuzu/blob/master/license.txt"><span style=" text-decoration: underline; color:#039be5;">æŽˆæ¬Šæ¢æ¬¾</span></a></p></body></html></translation> |
| 45 | </message> | 40 | </message> |
| 46 | <message> | 41 | <message> |
| 47 | <location filename="../../src/yuzu/aboutdialog.ui" line="134"/> | 42 | <location filename="../../src/yuzu/aboutdialog.ui" line="146"/> |
| 48 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> | 43 | <source><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; is a trademark of Nintendo. yuzu is not affiliated with Nintendo in any way.</span></p></body></html></source> |
| 49 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; æ˜¯ä»»å¤©å ‚çš„å•†æ¨™ã€‚yuzuèˆ‡ä»»å¤©å ‚æ²’æœ‰ä»»ä½•é—œä¿‚ã€‚</span></p></body></html></translation> | 44 | <translation><html><head/><body><p><span style=" font-size:7pt;">&quot;Nintendo Switch&quot; æ˜¯ä»»å¤©å ‚çš„å•†æ¨™ã€‚yuzuèˆ‡ä»»å¤©å ‚æ²’æœ‰ä»»ä½•é—œä¿‚ã€‚</span></p></body></html></translation> |
| 50 | </message> | 45 | </message> |
| @@ -4051,760 +4046,760 @@ Drag points to change position, or double-click table cells to edit values.</sou | |||
| 4051 | <translation>發生未知錯誤,請檢視紀錄了解細節。</translation> | 4046 | <translation>發生未知錯誤,請檢視紀錄了解細節。</translation> |
| 4052 | </message> | 4047 | </message> |
| 4053 | <message> | 4048 | <message> |
| 4054 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4049 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4055 | <source>(64-bit)</source> | 4050 | <source>(64-bit)</source> |
| 4056 | <translation>(64-bit)</translation> | 4051 | <translation>(64-bit)</translation> |
| 4057 | </message> | 4052 | </message> |
| 4058 | <message> | 4053 | <message> |
| 4059 | <location filename="../../src/yuzu/main.cpp" line="1488"/> | 4054 | <location filename="../../src/yuzu/main.cpp" line="1490"/> |
| 4060 | <source>(32-bit)</source> | 4055 | <source>(32-bit)</source> |
| 4061 | <translation>(32-bit)</translation> | 4056 | <translation>(32-bit)</translation> |
| 4062 | </message> | 4057 | </message> |
| 4063 | <message> | 4058 | <message> |
| 4064 | <location filename="../../src/yuzu/main.cpp" line="1489"/> | 4059 | <location filename="../../src/yuzu/main.cpp" line="1491"/> |
| 4065 | <source>%1 %2</source> | 4060 | <source>%1 %2</source> |
| 4066 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> | 4061 | <comment>%1 is the title name. %2 indicates if the title is 64-bit or 32-bit</comment> |
| 4067 | <translation>%1 %2</translation> | 4062 | <translation>%1 %2</translation> |
| 4068 | </message> | 4063 | </message> |
| 4069 | <message> | 4064 | <message> |
| 4070 | <location filename="../../src/yuzu/main.cpp" line="1636"/> | 4065 | <location filename="../../src/yuzu/main.cpp" line="1638"/> |
| 4071 | <source>Save Data</source> | 4066 | <source>Save Data</source> |
| 4072 | <translation>儲å˜è³‡æ–™</translation> | 4067 | <translation>儲å˜è³‡æ–™</translation> |
| 4073 | </message> | 4068 | </message> |
| 4074 | <message> | 4069 | <message> |
| 4075 | <location filename="../../src/yuzu/main.cpp" line="1684"/> | 4070 | <location filename="../../src/yuzu/main.cpp" line="1686"/> |
| 4076 | <source>Mod Data</source> | 4071 | <source>Mod Data</source> |
| 4077 | <translation>模組資料</translation> | 4072 | <translation>模組資料</translation> |
| 4078 | </message> | 4073 | </message> |
| 4079 | <message> | 4074 | <message> |
| 4080 | <location filename="../../src/yuzu/main.cpp" line="1696"/> | 4075 | <location filename="../../src/yuzu/main.cpp" line="1698"/> |
| 4081 | <source>Error Opening %1 Folder</source> | 4076 | <source>Error Opening %1 Folder</source> |
| 4082 | <translation>開啟資料夾 %1 時發生錯誤</translation> | 4077 | <translation>開啟資料夾 %1 時發生錯誤</translation> |
| 4083 | </message> | 4078 | </message> |
| 4084 | <message> | 4079 | <message> |
| 4085 | <location filename="../../src/yuzu/main.cpp" line="1697"/> | 4080 | <location filename="../../src/yuzu/main.cpp" line="1699"/> |
| 4086 | <location filename="../../src/yuzu/main.cpp" line="2103"/> | 4081 | <location filename="../../src/yuzu/main.cpp" line="2105"/> |
| 4087 | <source>Folder does not exist!</source> | 4082 | <source>Folder does not exist!</source> |
| 4088 | <translation>資料夾ä¸å˜åœ¨</translation> | 4083 | <translation>資料夾ä¸å˜åœ¨</translation> |
| 4089 | </message> | 4084 | </message> |
| 4090 | <message> | 4085 | <message> |
| 4091 | <location filename="../../src/yuzu/main.cpp" line="1709"/> | 4086 | <location filename="../../src/yuzu/main.cpp" line="1711"/> |
| 4092 | <source>Error Opening Transferable Shader Cache</source> | 4087 | <source>Error Opening Transferable Shader Cache</source> |
| 4093 | <translation>開啟通用著色器快å–ä½ç½®æ™‚發生錯誤</translation> | 4088 | <translation>開啟通用著色器快å–ä½ç½®æ™‚發生錯誤</translation> |
| 4094 | </message> | 4089 | </message> |
| 4095 | <message> | 4090 | <message> |
| 4096 | <location filename="../../src/yuzu/main.cpp" line="1710"/> | 4091 | <location filename="../../src/yuzu/main.cpp" line="1712"/> |
| 4097 | <source>Failed to create the shader cache directory for this title.</source> | 4092 | <source>Failed to create the shader cache directory for this title.</source> |
| 4098 | <translation>無法新增æ¤éŠæˆ²çš„著色器快å–資料夾。</translation> | 4093 | <translation>無法新增æ¤éŠæˆ²çš„著色器快å–資料夾。</translation> |
| 4099 | </message> | 4094 | </message> |
| 4100 | <message> | 4095 | <message> |
| 4101 | <location filename="../../src/yuzu/main.cpp" line="1762"/> | 4096 | <location filename="../../src/yuzu/main.cpp" line="1764"/> |
| 4102 | <source>Contents</source> | 4097 | <source>Contents</source> |
| 4103 | <translation>內容</translation> | 4098 | <translation>內容</translation> |
| 4104 | </message> | 4099 | </message> |
| 4105 | <message> | 4100 | <message> |
| 4106 | <location filename="../../src/yuzu/main.cpp" line="1764"/> | 4101 | <location filename="../../src/yuzu/main.cpp" line="1766"/> |
| 4107 | <source>Update</source> | 4102 | <source>Update</source> |
| 4108 | <translation>éŠæˆ²æ›´æ–°</translation> | 4103 | <translation>éŠæˆ²æ›´æ–°</translation> |
| 4109 | </message> | 4104 | </message> |
| 4110 | <message> | 4105 | <message> |
| 4111 | <location filename="../../src/yuzu/main.cpp" line="1766"/> | 4106 | <location filename="../../src/yuzu/main.cpp" line="1768"/> |
| 4112 | <source>DLC</source> | 4107 | <source>DLC</source> |
| 4113 | <translation>DLC</translation> | 4108 | <translation>DLC</translation> |
| 4114 | </message> | 4109 | </message> |
| 4115 | <message> | 4110 | <message> |
| 4116 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4111 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4117 | <source>Remove Entry</source> | 4112 | <source>Remove Entry</source> |
| 4118 | <translation>ç§»é™¤é …ç›®</translation> | 4113 | <translation>ç§»é™¤é …ç›®</translation> |
| 4119 | </message> | 4114 | </message> |
| 4120 | <message> | 4115 | <message> |
| 4121 | <location filename="../../src/yuzu/main.cpp" line="1773"/> | 4116 | <location filename="../../src/yuzu/main.cpp" line="1775"/> |
| 4122 | <source>Remove Installed Game %1?</source> | 4117 | <source>Remove Installed Game %1?</source> |
| 4123 | <translation>移除已安è£çš„éŠæˆ²ã€Œ%1ã€ï¼Ÿ</translation> | 4118 | <translation>移除已安è£çš„éŠæˆ²ã€Œ%1ã€ï¼Ÿ</translation> |
| 4124 | </message> | 4119 | </message> |
| 4125 | <message> | 4120 | <message> |
| 4126 | <location filename="../../src/yuzu/main.cpp" line="1803"/> | 4121 | <location filename="../../src/yuzu/main.cpp" line="1805"/> |
| 4127 | <location filename="../../src/yuzu/main.cpp" line="1819"/> | 4122 | <location filename="../../src/yuzu/main.cpp" line="1821"/> |
| 4128 | <location filename="../../src/yuzu/main.cpp" line="1850"/> | 4123 | <location filename="../../src/yuzu/main.cpp" line="1852"/> |
| 4129 | <location filename="../../src/yuzu/main.cpp" line="1911"/> | 4124 | <location filename="../../src/yuzu/main.cpp" line="1913"/> |
| 4130 | <location filename="../../src/yuzu/main.cpp" line="1929"/> | 4125 | <location filename="../../src/yuzu/main.cpp" line="1931"/> |
| 4131 | <location filename="../../src/yuzu/main.cpp" line="1952"/> | 4126 | <location filename="../../src/yuzu/main.cpp" line="1954"/> |
| 4132 | <source>Successfully Removed</source> | 4127 | <source>Successfully Removed</source> |
| 4133 | <translation>移除æˆåŠŸ</translation> | 4128 | <translation>移除æˆåŠŸ</translation> |
| 4134 | </message> | 4129 | </message> |
| 4135 | <message> | 4130 | <message> |
| 4136 | <location filename="../../src/yuzu/main.cpp" line="1804"/> | 4131 | <location filename="../../src/yuzu/main.cpp" line="1806"/> |
| 4137 | <source>Successfully removed the installed base game.</source> | 4132 | <source>Successfully removed the installed base game.</source> |
| 4138 | <translation>æˆåŠŸç§»é™¤å·²å®‰è£çš„éŠæˆ²ã€‚</translation> | 4133 | <translation>æˆåŠŸç§»é™¤å·²å®‰è£çš„éŠæˆ²ã€‚</translation> |
| 4139 | </message> | 4134 | </message> |
| 4140 | <message> | 4135 | <message> |
| 4141 | <location filename="../../src/yuzu/main.cpp" line="1807"/> | 4136 | <location filename="../../src/yuzu/main.cpp" line="1809"/> |
| 4142 | <location filename="../../src/yuzu/main.cpp" line="1822"/> | 4137 | <location filename="../../src/yuzu/main.cpp" line="1824"/> |
| 4143 | <location filename="../../src/yuzu/main.cpp" line="1845"/> | 4138 | <location filename="../../src/yuzu/main.cpp" line="1847"/> |
| 4144 | <source>Error Removing %1</source> | 4139 | <source>Error Removing %1</source> |
| 4145 | <translation>移除 %1 失敗</translation> | 4140 | <translation>移除 %1 失敗</translation> |
| 4146 | </message> | 4141 | </message> |
| 4147 | <message> | 4142 | <message> |
| 4148 | <location filename="../../src/yuzu/main.cpp" line="1808"/> | 4143 | <location filename="../../src/yuzu/main.cpp" line="1810"/> |
| 4149 | <source>The base game is not installed in the NAND and cannot be removed.</source> | 4144 | <source>The base game is not installed in the NAND and cannot be removed.</source> |
| 4150 | <translation>æ¤éŠæˆ²ä¸¦éžå®‰è£åœ¨å…§éƒ¨å„²å˜ç©ºé–“ï¼Œå› æ¤ç„¡æ³•移除。</translation> | 4145 | <translation>æ¤éŠæˆ²ä¸¦éžå®‰è£åœ¨å…§éƒ¨å„²å˜ç©ºé–“ï¼Œå› æ¤ç„¡æ³•移除。</translation> |
| 4151 | </message> | 4146 | </message> |
| 4152 | <message> | 4147 | <message> |
| 4153 | <location filename="../../src/yuzu/main.cpp" line="1820"/> | 4148 | <location filename="../../src/yuzu/main.cpp" line="1822"/> |
| 4154 | <source>Successfully removed the installed update.</source> | 4149 | <source>Successfully removed the installed update.</source> |
| 4155 | <translation>æˆåŠŸç§»é™¤å·²å®‰è£çš„éŠæˆ²æ›´æ–°ã€‚</translation> | 4150 | <translation>æˆåŠŸç§»é™¤å·²å®‰è£çš„éŠæˆ²æ›´æ–°ã€‚</translation> |
| 4156 | </message> | 4151 | </message> |
| 4157 | <message> | 4152 | <message> |
| 4158 | <location filename="../../src/yuzu/main.cpp" line="1823"/> | 4153 | <location filename="../../src/yuzu/main.cpp" line="1825"/> |
| 4159 | <source>There is no update installed for this title.</source> | 4154 | <source>There is no update installed for this title.</source> |
| 4160 | <translation>æ¤éŠæˆ²æ²’有已安è£çš„æ›´æ–°ã€‚</translation> | 4155 | <translation>æ¤éŠæˆ²æ²’有已安è£çš„æ›´æ–°ã€‚</translation> |
| 4161 | </message> | 4156 | </message> |
| 4162 | <message> | 4157 | <message> |
| 4163 | <location filename="../../src/yuzu/main.cpp" line="1846"/> | 4158 | <location filename="../../src/yuzu/main.cpp" line="1848"/> |
| 4164 | <source>There are no DLC installed for this title.</source> | 4159 | <source>There are no DLC installed for this title.</source> |
| 4165 | <translation>æ¤éŠæˆ²æ²’有已安è£çš„ DLC。</translation> | 4160 | <translation>æ¤éŠæˆ²æ²’有已安è£çš„ DLC。</translation> |
| 4166 | </message> | 4161 | </message> |
| 4167 | <message> | 4162 | <message> |
| 4168 | <location filename="../../src/yuzu/main.cpp" line="1851"/> | 4163 | <location filename="../../src/yuzu/main.cpp" line="1853"/> |
| 4169 | <source>Successfully removed %1 installed DLC.</source> | 4164 | <source>Successfully removed %1 installed DLC.</source> |
| 4170 | <translation>æˆåŠŸç§»é™¤éŠæˆ² %1 已安è£çš„ DLC。</translation> | 4165 | <translation>æˆåŠŸç§»é™¤éŠæˆ² %1 已安è£çš„ DLC。</translation> |
| 4171 | </message> | 4166 | </message> |
| 4172 | <message> | 4167 | <message> |
| 4173 | <location filename="../../src/yuzu/main.cpp" line="1859"/> | 4168 | <location filename="../../src/yuzu/main.cpp" line="1861"/> |
| 4174 | <source>Delete OpenGL Transferable Shader Cache?</source> | 4169 | <source>Delete OpenGL Transferable Shader Cache?</source> |
| 4175 | <translation>刪除 OpenGL 模å¼çš„著色器快å–?</translation> | 4170 | <translation>刪除 OpenGL 模å¼çš„著色器快å–?</translation> |
| 4176 | </message> | 4171 | </message> |
| 4177 | <message> | 4172 | <message> |
| 4178 | <location filename="../../src/yuzu/main.cpp" line="1861"/> | 4173 | <location filename="../../src/yuzu/main.cpp" line="1863"/> |
| 4179 | <source>Delete Vulkan Transferable Shader Cache?</source> | 4174 | <source>Delete Vulkan Transferable Shader Cache?</source> |
| 4180 | <translation>刪除 Vulkan 模å¼çš„著色器快å–?</translation> | 4175 | <translation>刪除 Vulkan 模å¼çš„著色器快å–?</translation> |
| 4181 | </message> | 4176 | </message> |
| 4182 | <message> | 4177 | <message> |
| 4183 | <location filename="../../src/yuzu/main.cpp" line="1863"/> | 4178 | <location filename="../../src/yuzu/main.cpp" line="1865"/> |
| 4184 | <source>Delete All Transferable Shader Caches?</source> | 4179 | <source>Delete All Transferable Shader Caches?</source> |
| 4185 | <translation>刪除所有的著色器快å–?</translation> | 4180 | <translation>刪除所有的著色器快å–?</translation> |
| 4186 | </message> | 4181 | </message> |
| 4187 | <message> | 4182 | <message> |
| 4188 | <location filename="../../src/yuzu/main.cpp" line="1865"/> | 4183 | <location filename="../../src/yuzu/main.cpp" line="1867"/> |
| 4189 | <source>Remove Custom Game Configuration?</source> | 4184 | <source>Remove Custom Game Configuration?</source> |
| 4190 | <translation>移除é¡å¤–éŠæˆ²è¨å®šï¼Ÿ</translation> | 4185 | <translation>移除é¡å¤–éŠæˆ²è¨å®šï¼Ÿ</translation> |
| 4191 | </message> | 4186 | </message> |
| 4192 | <message> | 4187 | <message> |
| 4193 | <location filename="../../src/yuzu/main.cpp" line="1871"/> | 4188 | <location filename="../../src/yuzu/main.cpp" line="1873"/> |
| 4194 | <source>Remove File</source> | 4189 | <source>Remove File</source> |
| 4195 | <translation>刪除檔案</translation> | 4190 | <translation>刪除檔案</translation> |
| 4196 | </message> | 4191 | </message> |
| 4197 | <message> | 4192 | <message> |
| 4198 | <location filename="../../src/yuzu/main.cpp" line="1906"/> | 4193 | <location filename="../../src/yuzu/main.cpp" line="1908"/> |
| 4199 | <location filename="../../src/yuzu/main.cpp" line="1914"/> | 4194 | <location filename="../../src/yuzu/main.cpp" line="1916"/> |
| 4200 | <source>Error Removing Transferable Shader Cache</source> | 4195 | <source>Error Removing Transferable Shader Cache</source> |
| 4201 | <translation>åˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–æ™‚發生錯誤</translation> | 4196 | <translation>åˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–æ™‚發生錯誤</translation> |
| 4202 | </message> | 4197 | </message> |
| 4203 | <message> | 4198 | <message> |
| 4204 | <location filename="../../src/yuzu/main.cpp" line="1907"/> | 4199 | <location filename="../../src/yuzu/main.cpp" line="1909"/> |
| 4205 | <location filename="../../src/yuzu/main.cpp" line="1925"/> | 4200 | <location filename="../../src/yuzu/main.cpp" line="1927"/> |
| 4206 | <source>A shader cache for this title does not exist.</source> | 4201 | <source>A shader cache for this title does not exist.</source> |
| 4207 | <translation>æ¤éŠæˆ²æ²’有著色器快å–</translation> | 4202 | <translation>æ¤éŠæˆ²æ²’有著色器快å–</translation> |
| 4208 | </message> | 4203 | </message> |
| 4209 | <message> | 4204 | <message> |
| 4210 | <location filename="../../src/yuzu/main.cpp" line="1912"/> | 4205 | <location filename="../../src/yuzu/main.cpp" line="1914"/> |
| 4211 | <source>Successfully removed the transferable shader cache.</source> | 4206 | <source>Successfully removed the transferable shader cache.</source> |
| 4212 | <translation>æˆåŠŸåˆªé™¤è‘—è‰²å™¨å¿«å–。</translation> | 4207 | <translation>æˆåŠŸåˆªé™¤è‘—è‰²å™¨å¿«å–。</translation> |
| 4213 | </message> | 4208 | </message> |
| 4214 | <message> | 4209 | <message> |
| 4215 | <location filename="../../src/yuzu/main.cpp" line="1915"/> | 4210 | <location filename="../../src/yuzu/main.cpp" line="1917"/> |
| 4216 | <source>Failed to remove the transferable shader cache.</source> | 4211 | <source>Failed to remove the transferable shader cache.</source> |
| 4217 | <translation>刪除通用著色器快å–失敗。</translation> | 4212 | <translation>刪除通用著色器快å–失敗。</translation> |
| 4218 | </message> | 4213 | </message> |
| 4219 | <message> | 4214 | <message> |
| 4220 | <location filename="../../src/yuzu/main.cpp" line="1924"/> | 4215 | <location filename="../../src/yuzu/main.cpp" line="1926"/> |
| 4221 | <location filename="../../src/yuzu/main.cpp" line="1932"/> | 4216 | <location filename="../../src/yuzu/main.cpp" line="1934"/> |
| 4222 | <source>Error Removing Transferable Shader Caches</source> | 4217 | <source>Error Removing Transferable Shader Caches</source> |
| 4223 | <translation>åˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–æ™‚發生錯誤</translation> | 4218 | <translation>åˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–æ™‚發生錯誤</translation> |
| 4224 | </message> | 4219 | </message> |
| 4225 | <message> | 4220 | <message> |
| 4226 | <location filename="../../src/yuzu/main.cpp" line="1930"/> | 4221 | <location filename="../../src/yuzu/main.cpp" line="1932"/> |
| 4227 | <source>Successfully removed the transferable shader caches.</source> | 4222 | <source>Successfully removed the transferable shader caches.</source> |
| 4228 | <translation>æˆåŠŸåˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–。</translation> | 4223 | <translation>æˆåŠŸåˆªé™¤é€šç”¨è‘—è‰²å™¨å¿«å–。</translation> |
| 4229 | </message> | 4224 | </message> |
| 4230 | <message> | 4225 | <message> |
| 4231 | <location filename="../../src/yuzu/main.cpp" line="1933"/> | 4226 | <location filename="../../src/yuzu/main.cpp" line="1935"/> |
| 4232 | <source>Failed to remove the transferable shader cache directory.</source> | 4227 | <source>Failed to remove the transferable shader cache directory.</source> |
| 4233 | <translation>無法刪除著色器快å–資料夾。</translation> | 4228 | <translation>無法刪除著色器快å–資料夾。</translation> |
| 4234 | </message> | 4229 | </message> |
| 4235 | <message> | 4230 | <message> |
| 4236 | <location filename="../../src/yuzu/main.cpp" line="1946"/> | 4231 | <location filename="../../src/yuzu/main.cpp" line="1948"/> |
| 4237 | <location filename="../../src/yuzu/main.cpp" line="1955"/> | 4232 | <location filename="../../src/yuzu/main.cpp" line="1957"/> |
| 4238 | <source>Error Removing Custom Configuration</source> | 4233 | <source>Error Removing Custom Configuration</source> |
| 4239 | <translation>移除é¡å¤–éŠæˆ²è¨å®šæ™‚發生錯誤</translation> | 4234 | <translation>移除é¡å¤–éŠæˆ²è¨å®šæ™‚發生錯誤</translation> |
| 4240 | </message> | 4235 | </message> |
| 4241 | <message> | 4236 | <message> |
| 4242 | <location filename="../../src/yuzu/main.cpp" line="1947"/> | 4237 | <location filename="../../src/yuzu/main.cpp" line="1949"/> |
| 4243 | <source>A custom configuration for this title does not exist.</source> | 4238 | <source>A custom configuration for this title does not exist.</source> |
| 4244 | <translation>æ¤éŠæˆ²æ²’有é¡å¤–è¨å®šã€‚</translation> | 4239 | <translation>æ¤éŠæˆ²æ²’有é¡å¤–è¨å®šã€‚</translation> |
| 4245 | </message> | 4240 | </message> |
| 4246 | <message> | 4241 | <message> |
| 4247 | <location filename="../../src/yuzu/main.cpp" line="1953"/> | 4242 | <location filename="../../src/yuzu/main.cpp" line="1955"/> |
| 4248 | <source>Successfully removed the custom game configuration.</source> | 4243 | <source>Successfully removed the custom game configuration.</source> |
| 4249 | <translation>æˆåŠŸç§»é™¤é¡å¤–éŠæˆ²è¨å®šã€‚</translation> | 4244 | <translation>æˆåŠŸç§»é™¤é¡å¤–éŠæˆ²è¨å®šã€‚</translation> |
| 4250 | </message> | 4245 | </message> |
| 4251 | <message> | 4246 | <message> |
| 4252 | <location filename="../../src/yuzu/main.cpp" line="1956"/> | 4247 | <location filename="../../src/yuzu/main.cpp" line="1958"/> |
| 4253 | <source>Failed to remove the custom game configuration.</source> | 4248 | <source>Failed to remove the custom game configuration.</source> |
| 4254 | <translation>移除é¡å¤–éŠæˆ²è¨å®šå¤±æ•—。</translation> | 4249 | <translation>移除é¡å¤–éŠæˆ²è¨å®šå¤±æ•—。</translation> |
| 4255 | </message> | 4250 | </message> |
| 4256 | <message> | 4251 | <message> |
| 4257 | <location filename="../../src/yuzu/main.cpp" line="1963"/> | 4252 | <location filename="../../src/yuzu/main.cpp" line="1965"/> |
| 4258 | <location filename="../../src/yuzu/main.cpp" line="2042"/> | 4253 | <location filename="../../src/yuzu/main.cpp" line="2044"/> |
| 4259 | <source>RomFS Extraction Failed!</source> | 4254 | <source>RomFS Extraction Failed!</source> |
| 4260 | <translation>RomFS 抽å–失敗ï¼</translation> | 4255 | <translation>RomFS 抽å–失敗ï¼</translation> |
| 4261 | </message> | 4256 | </message> |
| 4262 | <message> | 4257 | <message> |
| 4263 | <location filename="../../src/yuzu/main.cpp" line="1964"/> | 4258 | <location filename="../../src/yuzu/main.cpp" line="1966"/> |
| 4264 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> | 4259 | <source>There was an error copying the RomFS files or the user cancelled the operation.</source> |
| 4265 | <translation>複製 RomFS æª”æ¡ˆæ™‚ç™¼ç”ŸéŒ¯èª¤æˆ–ä½¿ç”¨è€…å–æ¶ˆå‹•作。</translation> | 4260 | <translation>複製 RomFS æª”æ¡ˆæ™‚ç™¼ç”ŸéŒ¯èª¤æˆ–ä½¿ç”¨è€…å–æ¶ˆå‹•作。</translation> |
| 4266 | </message> | 4261 | </message> |
| 4267 | <message> | 4262 | <message> |
| 4268 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4263 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4269 | <source>Full</source> | 4264 | <source>Full</source> |
| 4270 | <translation>全部</translation> | 4265 | <translation>全部</translation> |
| 4271 | </message> | 4266 | </message> |
| 4272 | <message> | 4267 | <message> |
| 4273 | <location filename="../../src/yuzu/main.cpp" line="2022"/> | 4268 | <location filename="../../src/yuzu/main.cpp" line="2024"/> |
| 4274 | <source>Skeleton</source> | 4269 | <source>Skeleton</source> |
| 4275 | <translation>部分</translation> | 4270 | <translation>部分</translation> |
| 4276 | </message> | 4271 | </message> |
| 4277 | <message> | 4272 | <message> |
| 4278 | <location filename="../../src/yuzu/main.cpp" line="2024"/> | 4273 | <location filename="../../src/yuzu/main.cpp" line="2026"/> |
| 4279 | <source>Select RomFS Dump Mode</source> | 4274 | <source>Select RomFS Dump Mode</source> |
| 4280 | <translation>鏿“‡RomFS傾尿¨¡å¼</translation> | 4275 | <translation>鏿“‡RomFS傾尿¨¡å¼</translation> |
| 4281 | </message> | 4276 | </message> |
| 4282 | <message> | 4277 | <message> |
| 4283 | <location filename="../../src/yuzu/main.cpp" line="2025"/> | 4278 | <location filename="../../src/yuzu/main.cpp" line="2027"/> |
| 4284 | <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> | 4279 | <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> |
| 4285 | <translation>è«‹é¸æ“‡å¦‚ä½•å‚¾å° RomFS。<br>ã€Œå…¨éƒ¨ã€æœƒè¤‡è£½æ‰€æœ‰æª”案到新資料夾ä¸ï¼Œè€Œ<br>「部分ã€åªæœƒå»ºç«‹è³‡æ–™å¤¾çµæ§‹ã€‚</translation> | 4280 | <translation>è«‹é¸æ“‡å¦‚ä½•å‚¾å° RomFS。<br>ã€Œå…¨éƒ¨ã€æœƒè¤‡è£½æ‰€æœ‰æª”案到新資料夾ä¸ï¼Œè€Œ<br>「部分ã€åªæœƒå»ºç«‹è³‡æ–™å¤¾çµæ§‹ã€‚</translation> |
| 4286 | </message> | 4281 | </message> |
| 4287 | <message> | 4282 | <message> |
| 4288 | <location filename="../../src/yuzu/main.cpp" line="2043"/> | 4283 | <location filename="../../src/yuzu/main.cpp" line="2045"/> |
| 4289 | <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> | 4284 | <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> |
| 4290 | <translation>%1 æ²’æœ‰è¶³å¤ çš„ç©ºé–“ç”¨æ–¼æŠ½å– RomFSã€‚è«‹ç¢ºä¿æœ‰è¶³å¤ 的空間或於模擬 > è¨å®š >系統 >檔案系統 > 傾尿 ¹ç›®éŒ„ä¸é¸æ“‡å…¶ä»–資料夾。</translation> | 4285 | <translation>%1 æ²’æœ‰è¶³å¤ çš„ç©ºé–“ç”¨æ–¼æŠ½å– RomFSã€‚è«‹ç¢ºä¿æœ‰è¶³å¤ 的空間或於模擬 > è¨å®š >系統 >檔案系統 > 傾尿 ¹ç›®éŒ„ä¸é¸æ“‡å…¶ä»–資料夾。</translation> |
| 4291 | </message> | 4286 | </message> |
| 4292 | <message> | 4287 | <message> |
| 4293 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4288 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4294 | <source>Extracting RomFS...</source> | 4289 | <source>Extracting RomFS...</source> |
| 4295 | <translation>æŠ½å– RomFS ä¸...</translation> | 4290 | <translation>æŠ½å– RomFS ä¸...</translation> |
| 4296 | </message> | 4291 | </message> |
| 4297 | <message> | 4292 | <message> |
| 4298 | <location filename="../../src/yuzu/main.cpp" line="2050"/> | 4293 | <location filename="../../src/yuzu/main.cpp" line="2052"/> |
| 4299 | <location filename="../../src/yuzu/main.cpp" line="2236"/> | 4294 | <location filename="../../src/yuzu/main.cpp" line="2238"/> |
| 4300 | <source>Cancel</source> | 4295 | <source>Cancel</source> |
| 4301 | <translation>å–æ¶ˆ</translation> | 4296 | <translation>å–æ¶ˆ</translation> |
| 4302 | </message> | 4297 | </message> |
| 4303 | <message> | 4298 | <message> |
| 4304 | <location filename="../../src/yuzu/main.cpp" line="2057"/> | 4299 | <location filename="../../src/yuzu/main.cpp" line="2059"/> |
| 4305 | <source>RomFS Extraction Succeeded!</source> | 4300 | <source>RomFS Extraction Succeeded!</source> |
| 4306 | <translation>RomFS 抽å–完æˆï¼</translation> | 4301 | <translation>RomFS 抽å–完æˆï¼</translation> |
| 4307 | </message> | 4302 | </message> |
| 4308 | <message> | 4303 | <message> |
| 4309 | <location filename="../../src/yuzu/main.cpp" line="2058"/> | 4304 | <location filename="../../src/yuzu/main.cpp" line="2060"/> |
| 4310 | <source>The operation completed successfully.</source> | 4305 | <source>The operation completed successfully.</source> |
| 4311 | <translation>動作已æˆåŠŸå®Œæˆ</translation> | 4306 | <translation>動作已æˆåŠŸå®Œæˆ</translation> |
| 4312 | </message> | 4307 | </message> |
| 4313 | <message> | 4308 | <message> |
| 4314 | <location filename="../../src/yuzu/main.cpp" line="2102"/> | 4309 | <location filename="../../src/yuzu/main.cpp" line="2104"/> |
| 4315 | <source>Error Opening %1</source> | 4310 | <source>Error Opening %1</source> |
| 4316 | <translation>開啟 %1 時發生錯誤</translation> | 4311 | <translation>開啟 %1 時發生錯誤</translation> |
| 4317 | </message> | 4312 | </message> |
| 4318 | <message> | 4313 | <message> |
| 4319 | <location filename="../../src/yuzu/main.cpp" line="2111"/> | 4314 | <location filename="../../src/yuzu/main.cpp" line="2113"/> |
| 4320 | <source>Select Directory</source> | 4315 | <source>Select Directory</source> |
| 4321 | <translation>鏿“‡è³‡æ–™å¤¾</translation> | 4316 | <translation>鏿“‡è³‡æ–™å¤¾</translation> |
| 4322 | </message> | 4317 | </message> |
| 4323 | <message> | 4318 | <message> |
| 4324 | <location filename="../../src/yuzu/main.cpp" line="2138"/> | 4319 | <location filename="../../src/yuzu/main.cpp" line="2140"/> |
| 4325 | <source>Properties</source> | 4320 | <source>Properties</source> |
| 4326 | <translation>屬性</translation> | 4321 | <translation>屬性</translation> |
| 4327 | </message> | 4322 | </message> |
| 4328 | <message> | 4323 | <message> |
| 4329 | <location filename="../../src/yuzu/main.cpp" line="2139"/> | 4324 | <location filename="../../src/yuzu/main.cpp" line="2141"/> |
| 4330 | <source>The game properties could not be loaded.</source> | 4325 | <source>The game properties could not be loaded.</source> |
| 4331 | <translation>ç„¡æ³•è¼‰å…¥éŠæˆ²å±¬æ€§</translation> | 4326 | <translation>ç„¡æ³•è¼‰å…¥éŠæˆ²å±¬æ€§</translation> |
| 4332 | </message> | 4327 | </message> |
| 4333 | <message> | 4328 | <message> |
| 4334 | <location filename="../../src/yuzu/main.cpp" line="2156"/> | 4329 | <location filename="../../src/yuzu/main.cpp" line="2158"/> |
| 4335 | <source>Switch Executable (%1);;All Files (*.*)</source> | 4330 | <source>Switch Executable (%1);;All Files (*.*)</source> |
| 4336 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> | 4331 | <comment>%1 is an identifier for the Switch executable file extensions.</comment> |
| 4337 | <translation>Switch 執行檔 (%1);;所有檔案 (*.*)</translation> | 4332 | <translation>Switch 執行檔 (%1);;所有檔案 (*.*)</translation> |
| 4338 | </message> | 4333 | </message> |
| 4339 | <message> | 4334 | <message> |
| 4340 | <location filename="../../src/yuzu/main.cpp" line="2160"/> | 4335 | <location filename="../../src/yuzu/main.cpp" line="2162"/> |
| 4341 | <source>Load File</source> | 4336 | <source>Load File</source> |
| 4342 | <translation>開啟檔案</translation> | 4337 | <translation>開啟檔案</translation> |
| 4343 | </message> | 4338 | </message> |
| 4344 | <message> | 4339 | <message> |
| 4345 | <location filename="../../src/yuzu/main.cpp" line="2173"/> | 4340 | <location filename="../../src/yuzu/main.cpp" line="2175"/> |
| 4346 | <source>Open Extracted ROM Directory</source> | 4341 | <source>Open Extracted ROM Directory</source> |
| 4347 | <translation>開啟已抽å–çš„ ROM 資料夾</translation> | 4342 | <translation>開啟已抽å–çš„ ROM 資料夾</translation> |
| 4348 | </message> | 4343 | </message> |
| 4349 | <message> | 4344 | <message> |
| 4350 | <location filename="../../src/yuzu/main.cpp" line="2184"/> | 4345 | <location filename="../../src/yuzu/main.cpp" line="2186"/> |
| 4351 | <source>Invalid Directory Selected</source> | 4346 | <source>Invalid Directory Selected</source> |
| 4352 | <translation>鏿“‡çš„資料夾無效</translation> | 4347 | <translation>鏿“‡çš„資料夾無效</translation> |
| 4353 | </message> | 4348 | </message> |
| 4354 | <message> | 4349 | <message> |
| 4355 | <location filename="../../src/yuzu/main.cpp" line="2185"/> | 4350 | <location filename="../../src/yuzu/main.cpp" line="2187"/> |
| 4356 | <source>The directory you have selected does not contain a 'main' file.</source> | 4351 | <source>The directory you have selected does not contain a 'main' file.</source> |
| 4357 | <translation>鏿“‡çš„資料夾未包å«ã€Œmainã€æª”案。</translation> | 4352 | <translation>鏿“‡çš„資料夾未包å«ã€Œmainã€æª”案。</translation> |
| 4358 | </message> | 4353 | </message> |
| 4359 | <message> | 4354 | <message> |
| 4360 | <location filename="../../src/yuzu/main.cpp" line="2195"/> | 4355 | <location filename="../../src/yuzu/main.cpp" line="2197"/> |
| 4361 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> | 4356 | <source>Installable Switch File (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX Cartridge Image (*.xci)</source> |
| 4362 | <translation>å¯å®‰è£…çš„ Switch 檔案 (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX å¡å¸¶æ˜ åƒ (*.xci)</translation> | 4357 | <translation>å¯å®‰è£…çš„ Switch 檔案 (*.nca *.nsp *.xci);;Nintendo Content Archive (*.nca);;Nintendo Submission Package (*.nsp);;NX å¡å¸¶æ˜ åƒ (*.xci)</translation> |
| 4363 | </message> | 4358 | </message> |
| 4364 | <message> | 4359 | <message> |
| 4365 | <location filename="../../src/yuzu/main.cpp" line="2200"/> | 4360 | <location filename="../../src/yuzu/main.cpp" line="2202"/> |
| 4366 | <source>Install Files</source> | 4361 | <source>Install Files</source> |
| 4367 | <translation>å®‰è£æª”案</translation> | 4362 | <translation>å®‰è£æª”案</translation> |
| 4368 | </message> | 4363 | </message> |
| 4369 | <message numerus="yes"> | 4364 | <message numerus="yes"> |
| 4370 | <location filename="../../src/yuzu/main.cpp" line="2244"/> | 4365 | <location filename="../../src/yuzu/main.cpp" line="2246"/> |
| 4371 | <source>%n file(s) remaining</source> | 4366 | <source>%n file(s) remaining</source> |
| 4372 | <translation><numerusform>剩餘 %n 個檔案</numerusform></translation> | 4367 | <translation><numerusform>剩餘 %n 個檔案</numerusform></translation> |
| 4373 | </message> | 4368 | </message> |
| 4374 | <message> | 4369 | <message> |
| 4375 | <location filename="../../src/yuzu/main.cpp" line="2246"/> | 4370 | <location filename="../../src/yuzu/main.cpp" line="2248"/> |
| 4376 | <source>Installing file "%1"...</source> | 4371 | <source>Installing file "%1"...</source> |
| 4377 | <translation>æ£åœ¨å®‰è£æª”案「%1ã€...</translation> | 4372 | <translation>æ£åœ¨å®‰è£æª”案「%1ã€...</translation> |
| 4378 | </message> | 4373 | </message> |
| 4379 | <message> | 4374 | <message> |
| 4380 | <location filename="../../src/yuzu/main.cpp" line="2292"/> | 4375 | <location filename="../../src/yuzu/main.cpp" line="2294"/> |
| 4381 | <location filename="../../src/yuzu/main.cpp" line="2306"/> | 4376 | <location filename="../../src/yuzu/main.cpp" line="2308"/> |
| 4382 | <source>Install Results</source> | 4377 | <source>Install Results</source> |
| 4383 | <translation>安è£çµæžœ</translation> | 4378 | <translation>安è£çµæžœ</translation> |
| 4384 | </message> | 4379 | </message> |
| 4385 | <message> | 4380 | <message> |
| 4386 | <location filename="../../src/yuzu/main.cpp" line="2293"/> | 4381 | <location filename="../../src/yuzu/main.cpp" line="2295"/> |
| 4387 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. | 4382 | <source>To avoid possible conflicts, we discourage users from installing base games to the NAND. |
| 4388 | Please, only use this feature to install updates and DLC.</source> | 4383 | Please, only use this feature to install updates and DLC.</source> |
| 4389 | <translation>為了é¿å…潛在的è¡çªï¼Œä¸å»ºè°å°‡éŠæˆ²æœ¬é«”安è£è‡³å…§éƒ¨å„²å˜ç©ºé–“。 | 4384 | <translation>為了é¿å…潛在的è¡çªï¼Œä¸å»ºè°å°‡éŠæˆ²æœ¬é«”安è£è‡³å…§éƒ¨å„²å˜ç©ºé–“。 |
| 4390 | æ¤åŠŸèƒ½åƒ…ç”¨æ–¼å®‰è£éŠæˆ²æ›´æ–°å’Œ DLC。</translation> | 4385 | æ¤åŠŸèƒ½åƒ…ç”¨æ–¼å®‰è£éŠæˆ²æ›´æ–°å’Œ DLC。</translation> |
| 4391 | </message> | 4386 | </message> |
| 4392 | <message numerus="yes"> | 4387 | <message numerus="yes"> |
| 4393 | <location filename="../../src/yuzu/main.cpp" line="2299"/> | 4388 | <location filename="../../src/yuzu/main.cpp" line="2301"/> |
| 4394 | <source>%n file(s) were newly installed | 4389 | <source>%n file(s) were newly installed |
| 4395 | </source> | 4390 | </source> |
| 4396 | <translation><numerusform>最近安è£äº† %n 個檔案 | 4391 | <translation><numerusform>最近安è£äº† %n 個檔案 |
| 4397 | </numerusform></translation> | 4392 | </numerusform></translation> |
| 4398 | </message> | 4393 | </message> |
| 4399 | <message numerus="yes"> | 4394 | <message numerus="yes"> |
| 4400 | <location filename="../../src/yuzu/main.cpp" line="2302"/> | 4395 | <location filename="../../src/yuzu/main.cpp" line="2304"/> |
| 4401 | <source>%n file(s) were overwritten | 4396 | <source>%n file(s) were overwritten |
| 4402 | </source> | 4397 | </source> |
| 4403 | <translation><numerusform>%n 個檔案被å–代 | 4398 | <translation><numerusform>%n 個檔案被å–代 |
| 4404 | </numerusform></translation> | 4399 | </numerusform></translation> |
| 4405 | </message> | 4400 | </message> |
| 4406 | <message numerus="yes"> | 4401 | <message numerus="yes"> |
| 4407 | <location filename="../../src/yuzu/main.cpp" line="2304"/> | 4402 | <location filename="../../src/yuzu/main.cpp" line="2306"/> |
| 4408 | <source>%n file(s) failed to install | 4403 | <source>%n file(s) failed to install |
| 4409 | </source> | 4404 | </source> |
| 4410 | <translation><numerusform>%n 個檔案安è£å¤±æ•—</numerusform></translation> | 4405 | <translation><numerusform>%n 個檔案安è£å¤±æ•—</numerusform></translation> |
| 4411 | </message> | 4406 | </message> |
| 4412 | <message> | 4407 | <message> |
| 4413 | <location filename="../../src/yuzu/main.cpp" line="2405"/> | 4408 | <location filename="../../src/yuzu/main.cpp" line="2407"/> |
| 4414 | <source>System Application</source> | 4409 | <source>System Application</source> |
| 4415 | <translation>系統應用程å¼</translation> | 4410 | <translation>系統應用程å¼</translation> |
| 4416 | </message> | 4411 | </message> |
| 4417 | <message> | 4412 | <message> |
| 4418 | <location filename="../../src/yuzu/main.cpp" line="2406"/> | 4413 | <location filename="../../src/yuzu/main.cpp" line="2408"/> |
| 4419 | <source>System Archive</source> | 4414 | <source>System Archive</source> |
| 4420 | <translation>系統檔案</translation> | 4415 | <translation>系統檔案</translation> |
| 4421 | </message> | 4416 | </message> |
| 4422 | <message> | 4417 | <message> |
| 4423 | <location filename="../../src/yuzu/main.cpp" line="2407"/> | 4418 | <location filename="../../src/yuzu/main.cpp" line="2409"/> |
| 4424 | <source>System Application Update</source> | 4419 | <source>System Application Update</source> |
| 4425 | <translation>ç³»çµ±æ‡‰ç”¨ç¨‹å¼æ›´æ–°</translation> | 4420 | <translation>ç³»çµ±æ‡‰ç”¨ç¨‹å¼æ›´æ–°</translation> |
| 4426 | </message> | 4421 | </message> |
| 4427 | <message> | 4422 | <message> |
| 4428 | <location filename="../../src/yuzu/main.cpp" line="2408"/> | 4423 | <location filename="../../src/yuzu/main.cpp" line="2410"/> |
| 4429 | <source>Firmware Package (Type A)</source> | 4424 | <source>Firmware Package (Type A)</source> |
| 4430 | <translation>韌體包(A型)</translation> | 4425 | <translation>韌體包(A型)</translation> |
| 4431 | </message> | 4426 | </message> |
| 4432 | <message> | 4427 | <message> |
| 4433 | <location filename="../../src/yuzu/main.cpp" line="2409"/> | 4428 | <location filename="../../src/yuzu/main.cpp" line="2411"/> |
| 4434 | <source>Firmware Package (Type B)</source> | 4429 | <source>Firmware Package (Type B)</source> |
| 4435 | <translation>韌體包(B型)</translation> | 4430 | <translation>韌體包(B型)</translation> |
| 4436 | </message> | 4431 | </message> |
| 4437 | <message> | 4432 | <message> |
| 4438 | <location filename="../../src/yuzu/main.cpp" line="2410"/> | 4433 | <location filename="../../src/yuzu/main.cpp" line="2412"/> |
| 4439 | <source>Game</source> | 4434 | <source>Game</source> |
| 4440 | <translation>éŠæˆ²</translation> | 4435 | <translation>éŠæˆ²</translation> |
| 4441 | </message> | 4436 | </message> |
| 4442 | <message> | 4437 | <message> |
| 4443 | <location filename="../../src/yuzu/main.cpp" line="2411"/> | 4438 | <location filename="../../src/yuzu/main.cpp" line="2413"/> |
| 4444 | <source>Game Update</source> | 4439 | <source>Game Update</source> |
| 4445 | <translation>éŠæˆ²æ›´æ–°</translation> | 4440 | <translation>éŠæˆ²æ›´æ–°</translation> |
| 4446 | </message> | 4441 | </message> |
| 4447 | <message> | 4442 | <message> |
| 4448 | <location filename="../../src/yuzu/main.cpp" line="2412"/> | 4443 | <location filename="../../src/yuzu/main.cpp" line="2414"/> |
| 4449 | <source>Game DLC</source> | 4444 | <source>Game DLC</source> |
| 4450 | <translation>éŠæˆ² DLC</translation> | 4445 | <translation>éŠæˆ² DLC</translation> |
| 4451 | </message> | 4446 | </message> |
| 4452 | <message> | 4447 | <message> |
| 4453 | <location filename="../../src/yuzu/main.cpp" line="2413"/> | 4448 | <location filename="../../src/yuzu/main.cpp" line="2415"/> |
| 4454 | <source>Delta Title</source> | 4449 | <source>Delta Title</source> |
| 4455 | <translation>Delta Title</translation> | 4450 | <translation>Delta Title</translation> |
| 4456 | </message> | 4451 | </message> |
| 4457 | <message> | 4452 | <message> |
| 4458 | <location filename="../../src/yuzu/main.cpp" line="2416"/> | 4453 | <location filename="../../src/yuzu/main.cpp" line="2418"/> |
| 4459 | <source>Select NCA Install Type...</source> | 4454 | <source>Select NCA Install Type...</source> |
| 4460 | <translation>鏿“‡ NCA 安è£é¡žåž‹...</translation> | 4455 | <translation>鏿“‡ NCA 安è£é¡žåž‹...</translation> |
| 4461 | </message> | 4456 | </message> |
| 4462 | <message> | 4457 | <message> |
| 4463 | <location filename="../../src/yuzu/main.cpp" line="2417"/> | 4458 | <location filename="../../src/yuzu/main.cpp" line="2419"/> |
| 4464 | <source>Please select the type of title you would like to install this NCA as: | 4459 | <source>Please select the type of title you would like to install this NCA as: |
| 4465 | (In most instances, the default 'Game' is fine.)</source> | 4460 | (In most instances, the default 'Game' is fine.)</source> |
| 4466 | <translation>è«‹é¸æ“‡æ¤ NCA 的安è£é¡žåž‹ï¼š | 4461 | <translation>è«‹é¸æ“‡æ¤ NCA 的安è£é¡žåž‹ï¼š |
| 4467 | (在多數情æ³ä¸‹ï¼Œé¸æ“‡é è¨çš„ã€ŒéŠæˆ²ã€å³å¯ã€‚)</translation> | 4462 | (在多數情æ³ä¸‹ï¼Œé¸æ“‡é è¨çš„ã€ŒéŠæˆ²ã€å³å¯ã€‚)</translation> |
| 4468 | </message> | 4463 | </message> |
| 4469 | <message> | 4464 | <message> |
| 4470 | <location filename="../../src/yuzu/main.cpp" line="2423"/> | 4465 | <location filename="../../src/yuzu/main.cpp" line="2425"/> |
| 4471 | <source>Failed to Install</source> | 4466 | <source>Failed to Install</source> |
| 4472 | <translation>安è£å¤±æ•—</translation> | 4467 | <translation>安è£å¤±æ•—</translation> |
| 4473 | </message> | 4468 | </message> |
| 4474 | <message> | 4469 | <message> |
| 4475 | <location filename="../../src/yuzu/main.cpp" line="2424"/> | 4470 | <location filename="../../src/yuzu/main.cpp" line="2426"/> |
| 4476 | <source>The title type you selected for the NCA is invalid.</source> | 4471 | <source>The title type you selected for the NCA is invalid.</source> |
| 4477 | <translation>鏿“‡çš„ NCA 安è£é¡žåž‹ç„¡æ•ˆã€‚</translation> | 4472 | <translation>鏿“‡çš„ NCA 安è£é¡žåž‹ç„¡æ•ˆã€‚</translation> |
| 4478 | </message> | 4473 | </message> |
| 4479 | <message> | 4474 | <message> |
| 4480 | <location filename="../../src/yuzu/main.cpp" line="2459"/> | 4475 | <location filename="../../src/yuzu/main.cpp" line="2461"/> |
| 4481 | <source>File not found</source> | 4476 | <source>File not found</source> |
| 4482 | <translation>找ä¸åˆ°æª”案</translation> | 4477 | <translation>找ä¸åˆ°æª”案</translation> |
| 4483 | </message> | 4478 | </message> |
| 4484 | <message> | 4479 | <message> |
| 4485 | <location filename="../../src/yuzu/main.cpp" line="2460"/> | 4480 | <location filename="../../src/yuzu/main.cpp" line="2462"/> |
| 4486 | <source>File "%1" not found</source> | 4481 | <source>File "%1" not found</source> |
| 4487 | <translation>找ä¸åˆ°ã€Œ%1ã€æª”案</translation> | 4482 | <translation>找ä¸åˆ°ã€Œ%1ã€æª”案</translation> |
| 4488 | </message> | 4483 | </message> |
| 4489 | <message> | 4484 | <message> |
| 4490 | <location filename="../../src/yuzu/main.cpp" line="2529"/> | 4485 | <location filename="../../src/yuzu/main.cpp" line="2531"/> |
| 4491 | <source>OK</source> | 4486 | <source>OK</source> |
| 4492 | <translation>確定</translation> | 4487 | <translation>確定</translation> |
| 4493 | </message> | 4488 | </message> |
| 4494 | <message> | 4489 | <message> |
| 4495 | <location filename="../../src/yuzu/main.cpp" line="2543"/> | 4490 | <location filename="../../src/yuzu/main.cpp" line="2545"/> |
| 4496 | <source>Missing yuzu Account</source> | 4491 | <source>Missing yuzu Account</source> |
| 4497 | <translation>未è¨å®š yuzu 帳號</translation> | 4492 | <translation>未è¨å®š yuzu 帳號</translation> |
| 4498 | </message> | 4493 | </message> |
| 4499 | <message> | 4494 | <message> |
| 4500 | <location filename="../../src/yuzu/main.cpp" line="2544"/> | 4495 | <location filename="../../src/yuzu/main.cpp" line="2546"/> |
| 4501 | <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> | 4496 | <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> |
| 4502 | <translation>ç‚ºäº†ä¸Šå‚³ç›¸å®¹æ€§æ¸¬è©¦çµæžœï¼Œæ‚¨å¿…é ˆç™»å…¥ yuzu 帳號。<br><br/>欲登入 yuzu 帳號請至模擬 &gt; è¨å®š &gt; 網路。</translation> | 4497 | <translation>ç‚ºäº†ä¸Šå‚³ç›¸å®¹æ€§æ¸¬è©¦çµæžœï¼Œæ‚¨å¿…é ˆç™»å…¥ yuzu 帳號。<br><br/>欲登入 yuzu 帳號請至模擬 &gt; è¨å®š &gt; 網路。</translation> |
| 4503 | </message> | 4498 | </message> |
| 4504 | <message> | 4499 | <message> |
| 4505 | <location filename="../../src/yuzu/main.cpp" line="2554"/> | 4500 | <location filename="../../src/yuzu/main.cpp" line="2556"/> |
| 4506 | <source>Error opening URL</source> | 4501 | <source>Error opening URL</source> |
| 4507 | <translation>開啟 URL 時發生錯誤</translation> | 4502 | <translation>開啟 URL 時發生錯誤</translation> |
| 4508 | </message> | 4503 | </message> |
| 4509 | <message> | 4504 | <message> |
| 4510 | <location filename="../../src/yuzu/main.cpp" line="2555"/> | 4505 | <location filename="../../src/yuzu/main.cpp" line="2557"/> |
| 4511 | <source>Unable to open the URL "%1".</source> | 4506 | <source>Unable to open the URL "%1".</source> |
| 4512 | <translation>無法開啟 URL:「%1ã€ã€‚</translation> | 4507 | <translation>無法開啟 URL:「%1ã€ã€‚</translation> |
| 4513 | </message> | 4508 | </message> |
| 4514 | <message> | 4509 | <message> |
| 4515 | <location filename="../../src/yuzu/main.cpp" line="2822"/> | 4510 | <location filename="../../src/yuzu/main.cpp" line="2824"/> |
| 4516 | <source>TAS Recording</source> | 4511 | <source>TAS Recording</source> |
| 4517 | <translation>TAS 錄製</translation> | 4512 | <translation>TAS 錄製</translation> |
| 4518 | </message> | 4513 | </message> |
| 4519 | <message> | 4514 | <message> |
| 4520 | <location filename="../../src/yuzu/main.cpp" line="2823"/> | 4515 | <location filename="../../src/yuzu/main.cpp" line="2825"/> |
| 4521 | <source>Overwrite file of player 1?</source> | 4516 | <source>Overwrite file of player 1?</source> |
| 4522 | <translation>覆寫玩家 1 的檔案?</translation> | 4517 | <translation>覆寫玩家 1 的檔案?</translation> |
| 4523 | </message> | 4518 | </message> |
| 4524 | <message> | 4519 | <message> |
| 4525 | <location filename="../../src/yuzu/main.cpp" line="2849"/> | 4520 | <location filename="../../src/yuzu/main.cpp" line="2851"/> |
| 4526 | <source>Invalid config detected</source> | 4521 | <source>Invalid config detected</source> |
| 4527 | <translation>嵿¸¬åˆ°ç„¡æ•ˆè¨å®š</translation> | 4522 | <translation>嵿¸¬åˆ°ç„¡æ•ˆè¨å®š</translation> |
| 4528 | </message> | 4523 | </message> |
| 4529 | <message> | 4524 | <message> |
| 4530 | <location filename="../../src/yuzu/main.cpp" line="2850"/> | 4525 | <location filename="../../src/yuzu/main.cpp" line="2852"/> |
| 4531 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> | 4526 | <source>Handheld controller can't be used on docked mode. Pro controller will be selected.</source> |
| 4532 | <translation>掌機手把無法在主機模å¼ä¸ä½¿ç”¨ã€‚å°‡æœƒé¸æ“‡ Pro 手把。</translation> | 4527 | <translation>掌機手把無法在主機模å¼ä¸ä½¿ç”¨ã€‚å°‡æœƒé¸æ“‡ Pro 手把。</translation> |
| 4533 | </message> | 4528 | </message> |
| 4534 | <message> | 4529 | <message> |
| 4535 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4530 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4536 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4531 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4537 | <source>Error</source> | 4532 | <source>Error</source> |
| 4538 | <translation>错误</translation> | 4533 | <translation>错误</translation> |
| 4539 | </message> | 4534 | </message> |
| 4540 | <message> | 4535 | <message> |
| 4541 | <location filename="../../src/yuzu/main.cpp" line="2943"/> | 4536 | <location filename="../../src/yuzu/main.cpp" line="2945"/> |
| 4542 | <location filename="../../src/yuzu/main.cpp" line="2955"/> | 4537 | <location filename="../../src/yuzu/main.cpp" line="2957"/> |
| 4543 | <source>The current game is not looking for amiibos</source> | 4538 | <source>The current game is not looking for amiibos</source> |
| 4544 | <translation>当剿¸¸æˆå¹¶æ²¡æœ‰åœ¨å¯»æ‰¾ Amiibos</translation> | 4539 | <translation>当剿¸¸æˆå¹¶æ²¡æœ‰åœ¨å¯»æ‰¾ Amiibos</translation> |
| 4545 | </message> | 4540 | </message> |
| 4546 | <message> | 4541 | <message> |
| 4547 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4542 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4548 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4543 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4549 | <source>Amiibo</source> | 4544 | <source>Amiibo</source> |
| 4550 | <translation>Amiibo</translation> | 4545 | <translation>Amiibo</translation> |
| 4551 | </message> | 4546 | </message> |
| 4552 | <message> | 4547 | <message> |
| 4553 | <location filename="../../src/yuzu/main.cpp" line="2950"/> | 4548 | <location filename="../../src/yuzu/main.cpp" line="2952"/> |
| 4554 | <location filename="../../src/yuzu/main.cpp" line="2984"/> | 4549 | <location filename="../../src/yuzu/main.cpp" line="2986"/> |
| 4555 | <source>The current amiibo has been removed</source> | 4550 | <source>The current amiibo has been removed</source> |
| 4556 | <translation>当å‰çš„ Amiibo 已被移除。</translation> | 4551 | <translation>当å‰çš„ Amiibo 已被移除。</translation> |
| 4557 | </message> | 4552 | </message> |
| 4558 | <message> | 4553 | <message> |
| 4559 | <location filename="../../src/yuzu/main.cpp" line="2961"/> | 4554 | <location filename="../../src/yuzu/main.cpp" line="2963"/> |
| 4560 | <source>Amiibo File (%1);; All Files (*.*)</source> | 4555 | <source>Amiibo File (%1);; All Files (*.*)</source> |
| 4561 | <translation>Amiibo 檔案 (%1);; 所有檔案 (*.*)</translation> | 4556 | <translation>Amiibo 檔案 (%1);; 所有檔案 (*.*)</translation> |
| 4562 | </message> | 4557 | </message> |
| 4563 | <message> | 4558 | <message> |
| 4564 | <location filename="../../src/yuzu/main.cpp" line="2962"/> | 4559 | <location filename="../../src/yuzu/main.cpp" line="2964"/> |
| 4565 | <source>Load Amiibo</source> | 4560 | <source>Load Amiibo</source> |
| 4566 | <translation>開啟 Amiibo</translation> | 4561 | <translation>開啟 Amiibo</translation> |
| 4567 | </message> | 4562 | </message> |
| 4568 | <message> | 4563 | <message> |
| 4569 | <location filename="../../src/yuzu/main.cpp" line="2990"/> | 4564 | <location filename="../../src/yuzu/main.cpp" line="2992"/> |
| 4570 | <source>Error opening Amiibo data file</source> | 4565 | <source>Error opening Amiibo data file</source> |
| 4571 | <translation>開啟 Amiibo 檔案時發生錯誤</translation> | 4566 | <translation>開啟 Amiibo 檔案時發生錯誤</translation> |
| 4572 | </message> | 4567 | </message> |
| 4573 | <message> | 4568 | <message> |
| 4574 | <location filename="../../src/yuzu/main.cpp" line="2991"/> | 4569 | <location filename="../../src/yuzu/main.cpp" line="2993"/> |
| 4575 | <source>Unable to open Amiibo file "%1" for reading.</source> | 4570 | <source>Unable to open Amiibo file "%1" for reading.</source> |
| 4576 | <translation>無法開啟 Amiibo 檔案 %1。</translation> | 4571 | <translation>無法開啟 Amiibo 檔案 %1。</translation> |
| 4577 | </message> | 4572 | </message> |
| 4578 | <message> | 4573 | <message> |
| 4579 | <location filename="../../src/yuzu/main.cpp" line="2999"/> | 4574 | <location filename="../../src/yuzu/main.cpp" line="3001"/> |
| 4580 | <source>Error reading Amiibo data file</source> | 4575 | <source>Error reading Amiibo data file</source> |
| 4581 | <translation>è®€å– Amiibo 檔案時發生錯誤</translation> | 4576 | <translation>è®€å– Amiibo 檔案時發生錯誤</translation> |
| 4582 | </message> | 4577 | </message> |
| 4583 | <message> | 4578 | <message> |
| 4584 | <location filename="../../src/yuzu/main.cpp" line="3000"/> | 4579 | <location filename="../../src/yuzu/main.cpp" line="3002"/> |
| 4585 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> | 4580 | <source>Unable to fully read Amiibo data. Expected to read %1 bytes, but was only able to read %2 bytes.</source> |
| 4586 | <translation>無法讀å–完整的 Amiibo è³‡æ–™ã€‚æ‡‰è®€å– %1 ä½å…ƒçµ„,但實際僅讀å–到 %2 ä½å…ƒçµ„。</translation> | 4581 | <translation>無法讀å–完整的 Amiibo è³‡æ–™ã€‚æ‡‰è®€å– %1 ä½å…ƒçµ„,但實際僅讀å–到 %2 ä½å…ƒçµ„。</translation> |
| 4587 | </message> | 4582 | </message> |
| 4588 | <message> | 4583 | <message> |
| 4589 | <location filename="../../src/yuzu/main.cpp" line="3008"/> | 4584 | <location filename="../../src/yuzu/main.cpp" line="3010"/> |
| 4590 | <source>Error loading Amiibo data</source> | 4585 | <source>Error loading Amiibo data</source> |
| 4591 | <translation>載入 Amiibo 資料時發生錯誤</translation> | 4586 | <translation>載入 Amiibo 資料時發生錯誤</translation> |
| 4592 | </message> | 4587 | </message> |
| 4593 | <message> | 4588 | <message> |
| 4594 | <location filename="../../src/yuzu/main.cpp" line="3009"/> | 4589 | <location filename="../../src/yuzu/main.cpp" line="3011"/> |
| 4595 | <source>Unable to load Amiibo data.</source> | 4590 | <source>Unable to load Amiibo data.</source> |
| 4596 | <translation>無法載入 Amiibo 資料。</translation> | 4591 | <translation>無法載入 Amiibo 資料。</translation> |
| 4597 | </message> | 4592 | </message> |
| 4598 | <message> | 4593 | <message> |
| 4599 | <location filename="../../src/yuzu/main.cpp" line="3058"/> | 4594 | <location filename="../../src/yuzu/main.cpp" line="3060"/> |
| 4600 | <source>Capture Screenshot</source> | 4595 | <source>Capture Screenshot</source> |
| 4601 | <translation>截圖</translation> | 4596 | <translation>截圖</translation> |
| 4602 | </message> | 4597 | </message> |
| 4603 | <message> | 4598 | <message> |
| 4604 | <location filename="../../src/yuzu/main.cpp" line="3059"/> | 4599 | <location filename="../../src/yuzu/main.cpp" line="3061"/> |
| 4605 | <source>PNG Image (*.png)</source> | 4600 | <source>PNG Image (*.png)</source> |
| 4606 | <translation>PNG 圖片 (*.png)</translation> | 4601 | <translation>PNG 圖片 (*.png)</translation> |
| 4607 | </message> | 4602 | </message> |
| 4608 | <message> | 4603 | <message> |
| 4609 | <location filename="../../src/yuzu/main.cpp" line="3124"/> | 4604 | <location filename="../../src/yuzu/main.cpp" line="3126"/> |
| 4610 | <source>TAS state: Running %1/%2</source> | 4605 | <source>TAS state: Running %1/%2</source> |
| 4611 | <translation>TAS 狀態:æ£åœ¨åŸ·è¡Œ %1/%2</translation> | 4606 | <translation>TAS 狀態:æ£åœ¨åŸ·è¡Œ %1/%2</translation> |
| 4612 | </message> | 4607 | </message> |
| 4613 | <message> | 4608 | <message> |
| 4614 | <location filename="../../src/yuzu/main.cpp" line="3126"/> | 4609 | <location filename="../../src/yuzu/main.cpp" line="3128"/> |
| 4615 | <source>TAS state: Recording %1</source> | 4610 | <source>TAS state: Recording %1</source> |
| 4616 | <translation>TAS 狀態:æ£åœ¨éŒ„製 %1</translation> | 4611 | <translation>TAS 狀態:æ£åœ¨éŒ„製 %1</translation> |
| 4617 | </message> | 4612 | </message> |
| 4618 | <message> | 4613 | <message> |
| 4619 | <location filename="../../src/yuzu/main.cpp" line="3128"/> | 4614 | <location filename="../../src/yuzu/main.cpp" line="3130"/> |
| 4620 | <source>TAS state: Idle %1/%2</source> | 4615 | <source>TAS state: Idle %1/%2</source> |
| 4621 | <translation>TAS 狀態:閒置 %1/%2</translation> | 4616 | <translation>TAS 狀態:閒置 %1/%2</translation> |
| 4622 | </message> | 4617 | </message> |
| 4623 | <message> | 4618 | <message> |
| 4624 | <location filename="../../src/yuzu/main.cpp" line="3130"/> | 4619 | <location filename="../../src/yuzu/main.cpp" line="3132"/> |
| 4625 | <source>TAS State: Invalid</source> | 4620 | <source>TAS State: Invalid</source> |
| 4626 | <translation>TAS 狀態:無效</translation> | 4621 | <translation>TAS 狀態:無效</translation> |
| 4627 | </message> | 4622 | </message> |
| 4628 | <message> | 4623 | <message> |
| 4629 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4624 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4630 | <source>&Stop Running</source> | 4625 | <source>&Stop Running</source> |
| 4631 | <translation>&åœæ¢åŸ·è¡Œ</translation> | 4626 | <translation>&åœæ¢åŸ·è¡Œ</translation> |
| 4632 | </message> | 4627 | </message> |
| 4633 | <message> | 4628 | <message> |
| 4634 | <location filename="../../src/yuzu/main.cpp" line="3144"/> | 4629 | <location filename="../../src/yuzu/main.cpp" line="3146"/> |
| 4635 | <source>&Start</source> | 4630 | <source>&Start</source> |
| 4636 | <translation>é–‹å§‹(&S)</translation> | 4631 | <translation>é–‹å§‹(&S)</translation> |
| 4637 | </message> | 4632 | </message> |
| 4638 | <message> | 4633 | <message> |
| 4639 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4634 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4640 | <source>Stop R&ecording</source> | 4635 | <source>Stop R&ecording</source> |
| 4641 | <translation>åœæ¢éŒ„製</translation> | 4636 | <translation>åœæ¢éŒ„製</translation> |
| 4642 | </message> | 4637 | </message> |
| 4643 | <message> | 4638 | <message> |
| 4644 | <location filename="../../src/yuzu/main.cpp" line="3145"/> | 4639 | <location filename="../../src/yuzu/main.cpp" line="3147"/> |
| 4645 | <source>R&ecord</source> | 4640 | <source>R&ecord</source> |
| 4646 | <translation>錄製 (&E)</translation> | 4641 | <translation>錄製 (&E)</translation> |
| 4647 | </message> | 4642 | </message> |
| 4648 | <message numerus="yes"> | 4643 | <message numerus="yes"> |
| 4649 | <location filename="../../src/yuzu/main.cpp" line="3169"/> | 4644 | <location filename="../../src/yuzu/main.cpp" line="3171"/> |
| 4650 | <source>Building: %n shader(s)</source> | 4645 | <source>Building: %n shader(s)</source> |
| 4651 | <translation><numerusform>æ£åœ¨ç·¨è¯ %n 個著色器檔案</numerusform></translation> | 4646 | <translation><numerusform>æ£åœ¨ç·¨è¯ %n 個著色器檔案</numerusform></translation> |
| 4652 | </message> | 4647 | </message> |
| 4653 | <message> | 4648 | <message> |
| 4654 | <location filename="../../src/yuzu/main.cpp" line="3178"/> | 4649 | <location filename="../../src/yuzu/main.cpp" line="3180"/> |
| 4655 | <source>Scale: %1x</source> | 4650 | <source>Scale: %1x</source> |
| 4656 | <comment>%1 is the resolution scaling factor</comment> | 4651 | <comment>%1 is the resolution scaling factor</comment> |
| 4657 | <translation>縮放比例:%1x</translation> | 4652 | <translation>縮放比例:%1x</translation> |
| 4658 | </message> | 4653 | </message> |
| 4659 | <message> | 4654 | <message> |
| 4660 | <location filename="../../src/yuzu/main.cpp" line="3181"/> | 4655 | <location filename="../../src/yuzu/main.cpp" line="3183"/> |
| 4661 | <source>Speed: %1% / %2%</source> | 4656 | <source>Speed: %1% / %2%</source> |
| 4662 | <translation>速度:%1% / %2%</translation> | 4657 | <translation>速度:%1% / %2%</translation> |
| 4663 | </message> | 4658 | </message> |
| 4664 | <message> | 4659 | <message> |
| 4665 | <location filename="../../src/yuzu/main.cpp" line="3185"/> | 4660 | <location filename="../../src/yuzu/main.cpp" line="3187"/> |
| 4666 | <source>Speed: %1%</source> | 4661 | <source>Speed: %1%</source> |
| 4667 | <translation>速度:%1%</translation> | 4662 | <translation>速度:%1%</translation> |
| 4668 | </message> | 4663 | </message> |
| 4669 | <message> | 4664 | <message> |
| 4670 | <location filename="../../src/yuzu/main.cpp" line="3189"/> | 4665 | <location filename="../../src/yuzu/main.cpp" line="3191"/> |
| 4671 | <source>Game: %1 FPS (Unlocked)</source> | 4666 | <source>Game: %1 FPS (Unlocked)</source> |
| 4672 | <translation>éŠæˆ²: %1 FPS(未é™åˆ¶ï¼‰</translation> | 4667 | <translation>éŠæˆ²: %1 FPS(未é™åˆ¶ï¼‰</translation> |
| 4673 | </message> | 4668 | </message> |
| 4674 | <message> | 4669 | <message> |
| 4675 | <location filename="../../src/yuzu/main.cpp" line="3191"/> | 4670 | <location filename="../../src/yuzu/main.cpp" line="3193"/> |
| 4676 | <source>Game: %1 FPS</source> | 4671 | <source>Game: %1 FPS</source> |
| 4677 | <translation>éŠæˆ²ï¼š%1 FPS</translation> | 4672 | <translation>éŠæˆ²ï¼š%1 FPS</translation> |
| 4678 | </message> | 4673 | </message> |
| 4679 | <message> | 4674 | <message> |
| 4680 | <location filename="../../src/yuzu/main.cpp" line="3193"/> | 4675 | <location filename="../../src/yuzu/main.cpp" line="3195"/> |
| 4681 | <source>Frame: %1 ms</source> | 4676 | <source>Frame: %1 ms</source> |
| 4682 | <translation>ç•«æ ¼å»¶é²ï¼š%1 ms</translation> | 4677 | <translation>ç•«æ ¼å»¶é²ï¼š%1 ms</translation> |
| 4683 | </message> | 4678 | </message> |
| 4684 | <message> | 4679 | <message> |
| 4685 | <location filename="../../src/yuzu/main.cpp" line="3204"/> | 4680 | <location filename="../../src/yuzu/main.cpp" line="3206"/> |
| 4686 | <source>GPU NORMAL</source> | 4681 | <source>GPU NORMAL</source> |
| 4687 | <translation>GPU 一般效能</translation> | 4682 | <translation>GPU 一般效能</translation> |
| 4688 | </message> | 4683 | </message> |
| 4689 | <message> | 4684 | <message> |
| 4690 | <location filename="../../src/yuzu/main.cpp" line="3209"/> | 4685 | <location filename="../../src/yuzu/main.cpp" line="3211"/> |
| 4691 | <source>GPU HIGH</source> | 4686 | <source>GPU HIGH</source> |
| 4692 | <translation>GPU 高效能</translation> | 4687 | <translation>GPU 高效能</translation> |
| 4693 | </message> | 4688 | </message> |
| 4694 | <message> | 4689 | <message> |
| 4695 | <location filename="../../src/yuzu/main.cpp" line="3214"/> | 4690 | <location filename="../../src/yuzu/main.cpp" line="3216"/> |
| 4696 | <source>GPU EXTREME</source> | 4691 | <source>GPU EXTREME</source> |
| 4697 | <translation>GPU 最高效能</translation> | 4692 | <translation>GPU 最高效能</translation> |
| 4698 | </message> | 4693 | </message> |
| 4699 | <message> | 4694 | <message> |
| 4700 | <location filename="../../src/yuzu/main.cpp" line="3219"/> | 4695 | <location filename="../../src/yuzu/main.cpp" line="3221"/> |
| 4701 | <source>GPU ERROR</source> | 4696 | <source>GPU ERROR</source> |
| 4702 | <translation>GPU 錯誤</translation> | 4697 | <translation>GPU 錯誤</translation> |
| 4703 | </message> | 4698 | </message> |
| 4704 | <message> | 4699 | <message> |
| 4705 | <location filename="../../src/yuzu/main.cpp" line="3229"/> | 4700 | <location filename="../../src/yuzu/main.cpp" line="3231"/> |
| 4706 | <source>NEAREST</source> | 4701 | <source>NEAREST</source> |
| 4707 | <translation>最近鄰域</translation> | 4702 | <translation>最近鄰域</translation> |
| 4708 | </message> | 4703 | </message> |
| 4709 | <message> | 4704 | <message> |
| 4710 | <location filename="../../src/yuzu/main.cpp" line="3232"/> | 4705 | <location filename="../../src/yuzu/main.cpp" line="3234"/> |
| 4711 | <location filename="../../src/yuzu/main.cpp" line="3247"/> | 4706 | <location filename="../../src/yuzu/main.cpp" line="3249"/> |
| 4712 | <source>BILINEAR</source> | 4707 | <source>BILINEAR</source> |
| 4713 | <translation>雙線性</translation> | 4708 | <translation>雙線性</translation> |
| 4714 | </message> | 4709 | </message> |
| 4715 | <message> | 4710 | <message> |
| 4716 | <location filename="../../src/yuzu/main.cpp" line="3235"/> | 4711 | <location filename="../../src/yuzu/main.cpp" line="3237"/> |
| 4717 | <source>BICUBIC</source> | 4712 | <source>BICUBIC</source> |
| 4718 | <translation>雙三次</translation> | 4713 | <translation>雙三次</translation> |
| 4719 | </message> | 4714 | </message> |
| 4720 | <message> | 4715 | <message> |
| 4721 | <location filename="../../src/yuzu/main.cpp" line="3238"/> | 4716 | <location filename="../../src/yuzu/main.cpp" line="3240"/> |
| 4722 | <source>GAUSSIAN</source> | 4717 | <source>GAUSSIAN</source> |
| 4723 | <translation>高斯</translation> | 4718 | <translation>高斯</translation> |
| 4724 | </message> | 4719 | </message> |
| 4725 | <message> | 4720 | <message> |
| 4726 | <location filename="../../src/yuzu/main.cpp" line="3241"/> | 4721 | <location filename="../../src/yuzu/main.cpp" line="3243"/> |
| 4727 | <source>SCALEFORCE</source> | 4722 | <source>SCALEFORCE</source> |
| 4728 | <translation>強制縮放</translation> | 4723 | <translation>強制縮放</translation> |
| 4729 | </message> | 4724 | </message> |
| 4730 | <message> | 4725 | <message> |
| 4731 | <location filename="../../src/yuzu/main.cpp" line="3244"/> | 4726 | <location filename="../../src/yuzu/main.cpp" line="3246"/> |
| 4732 | <source>FSR</source> | 4727 | <source>FSR</source> |
| 4733 | <translation>FSR</translation> | 4728 | <translation>FSR</translation> |
| 4734 | </message> | 4729 | </message> |
| 4735 | <message> | 4730 | <message> |
| 4736 | <location filename="../../src/yuzu/main.cpp" line="3256"/> | 4731 | <location filename="../../src/yuzu/main.cpp" line="3258"/> |
| 4737 | <location filename="../../src/yuzu/main.cpp" line="3262"/> | 4732 | <location filename="../../src/yuzu/main.cpp" line="3264"/> |
| 4738 | <source>NO AA</source> | 4733 | <source>NO AA</source> |
| 4739 | <translation>抗鋸齒關</translation> | 4734 | <translation>抗鋸齒關</translation> |
| 4740 | </message> | 4735 | </message> |
| 4741 | <message> | 4736 | <message> |
| 4742 | <location filename="../../src/yuzu/main.cpp" line="3259"/> | 4737 | <location filename="../../src/yuzu/main.cpp" line="3261"/> |
| 4743 | <source>FXAA</source> | 4738 | <source>FXAA</source> |
| 4744 | <translation>FXAA</translation> | 4739 | <translation>FXAA</translation> |
| 4745 | </message> | 4740 | </message> |
| 4746 | <message> | 4741 | <message> |
| 4747 | <location filename="../../src/yuzu/main.cpp" line="3336"/> | 4742 | <location filename="../../src/yuzu/main.cpp" line="3338"/> |
| 4748 | <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> | 4743 | <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> |
| 4749 | <translation>æ¤éŠæˆ²éœ€è¦å¾žæ‚¨çš„ Switch 傾å°é¡å¤–檔案。<br/><br/>有關傾å°é€™äº›æª”案的更多資訊,請åƒé–±ä»¥ä¸‹ wiki ç¶²é :Dumping System Archives and the Shared Fonts from a Switch Console<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>。<br/><br/>您è¦åœæ¢ä¸¦å›žåˆ°éŠæˆ²æ¸…單嗎?繼續模擬å¯èƒ½æœƒå°Žè‡´ç•¶æ©Ÿã€å˜æª”ææ¯€æˆ–其他錯誤。</translation> | 4744 | <translation>æ¤éŠæˆ²éœ€è¦å¾žæ‚¨çš„ Switch 傾å°é¡å¤–檔案。<br/><br/>有關傾å°é€™äº›æª”案的更多資訊,請åƒé–±ä»¥ä¸‹ wiki ç¶²é :Dumping System Archives and the Shared Fonts from a Switch Console<a href='https://yuzu-emu.org/wiki/dumping-system-archives-and-the-shared-fonts-from-a-switch-console/'>。<br/><br/>您è¦åœæ¢ä¸¦å›žåˆ°éŠæˆ²æ¸…單嗎?繼續模擬å¯èƒ½æœƒå°Žè‡´ç•¶æ©Ÿã€å˜æª”ææ¯€æˆ–其他錯誤。</translation> |
| 4750 | </message> | 4745 | </message> |
| 4751 | <message> | 4746 | <message> |
| 4752 | <location filename="../../src/yuzu/main.cpp" line="3351"/> | 4747 | <location filename="../../src/yuzu/main.cpp" line="3353"/> |
| 4753 | <source>yuzu was unable to locate a Switch system archive. %1</source> | 4748 | <source>yuzu was unable to locate a Switch system archive. %1</source> |
| 4754 | <translation>Yuzu 找ä¸åˆ° Switch 系統檔案 %1 </translation> | 4749 | <translation>Yuzu 找ä¸åˆ° Switch 系統檔案 %1 </translation> |
| 4755 | </message> | 4750 | </message> |
| 4756 | <message> | 4751 | <message> |
| 4757 | <location filename="../../src/yuzu/main.cpp" line="3353"/> | 4752 | <location filename="../../src/yuzu/main.cpp" line="3355"/> |
| 4758 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> | 4753 | <source>yuzu was unable to locate a Switch system archive: %1. %2</source> |
| 4759 | <translation>Yuzu 找ä¸åˆ° Switch 系統檔案:%1。%2 </translation> | 4754 | <translation>Yuzu 找ä¸åˆ° Switch 系統檔案:%1。%2 </translation> |
| 4760 | </message> | 4755 | </message> |
| 4761 | <message> | 4756 | <message> |
| 4762 | <location filename="../../src/yuzu/main.cpp" line="3357"/> | 4757 | <location filename="../../src/yuzu/main.cpp" line="3359"/> |
| 4763 | <source>System Archive Not Found</source> | 4758 | <source>System Archive Not Found</source> |
| 4764 | <translation>找ä¸åˆ°ç³»çµ±æª”案</translation> | 4759 | <translation>找ä¸åˆ°ç³»çµ±æª”案</translation> |
| 4765 | </message> | 4760 | </message> |
| 4766 | <message> | 4761 | <message> |
| 4767 | <location filename="../../src/yuzu/main.cpp" line="3359"/> | 4762 | <location filename="../../src/yuzu/main.cpp" line="3361"/> |
| 4768 | <source>System Archive Missing</source> | 4763 | <source>System Archive Missing</source> |
| 4769 | <translation>系統檔案éºå¤±</translation> | 4764 | <translation>系統檔案éºå¤±</translation> |
| 4770 | </message> | 4765 | </message> |
| 4771 | <message> | 4766 | <message> |
| 4772 | <location filename="../../src/yuzu/main.cpp" line="3365"/> | 4767 | <location filename="../../src/yuzu/main.cpp" line="3367"/> |
| 4773 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> | 4768 | <source>yuzu was unable to locate the Switch shared fonts. %1</source> |
| 4774 | <translation>Yuzu 找ä¸åˆ° Switch 共享å—åž‹ %1 </translation> | 4769 | <translation>Yuzu 找ä¸åˆ° Switch 共享å—åž‹ %1 </translation> |
| 4775 | </message> | 4770 | </message> |
| 4776 | <message> | 4771 | <message> |
| 4777 | <location filename="../../src/yuzu/main.cpp" line="3366"/> | 4772 | <location filename="../../src/yuzu/main.cpp" line="3368"/> |
| 4778 | <source>Shared Fonts Not Found</source> | 4773 | <source>Shared Fonts Not Found</source> |
| 4779 | <translation>找ä¸åˆ°å…±äº«å—åž‹</translation> | 4774 | <translation>找ä¸åˆ°å…±äº«å—åž‹</translation> |
| 4780 | </message> | 4775 | </message> |
| 4781 | <message> | 4776 | <message> |
| 4782 | <location filename="../../src/yuzu/main.cpp" line="3368"/> | 4777 | <location filename="../../src/yuzu/main.cpp" line="3370"/> |
| 4783 | <source>Shared Font Missing</source> | 4778 | <source>Shared Font Missing</source> |
| 4784 | <translation>éºå¤±å…±äº«å—åž‹</translation> | 4779 | <translation>éºå¤±å…±äº«å—åž‹</translation> |
| 4785 | </message> | 4780 | </message> |
| 4786 | <message> | 4781 | <message> |
| 4787 | <location filename="../../src/yuzu/main.cpp" line="3374"/> | 4782 | <location filename="../../src/yuzu/main.cpp" line="3376"/> |
| 4788 | <source>Fatal Error</source> | 4783 | <source>Fatal Error</source> |
| 4789 | <translation>åš´é‡éŒ¯èª¤</translation> | 4784 | <translation>åš´é‡éŒ¯èª¤</translation> |
| 4790 | </message> | 4785 | </message> |
| 4791 | <message> | 4786 | <message> |
| 4792 | <location filename="../../src/yuzu/main.cpp" line="3375"/> | 4787 | <location filename="../../src/yuzu/main.cpp" line="3377"/> |
| 4793 | <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> | 4788 | <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> |
| 4794 | <translation>yuzu 發生嚴é‡éŒ¯èª¤ï¼Œè«‹æª¢è¦–紀錄以了解細節。更多資訊請åƒé–±ç¶²é :<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>。<br/><br/>您è¦åœæ¢æ¨¡æ“¬ä¸¦å›žåˆ°éŠæˆ²æ¸…單嗎?繼續模擬å¯èƒ½æœƒå°Žè‡´ç•¶æ©Ÿã€å˜æª”ææ¯€æˆ–其他錯誤。</translation> | 4789 | <translation>yuzu 發生嚴é‡éŒ¯èª¤ï¼Œè«‹æª¢è¦–紀錄以了解細節。更多資訊請åƒé–±ç¶²é :<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>How to Upload the Log File</a>。<br/><br/>您è¦åœæ¢æ¨¡æ“¬ä¸¦å›žåˆ°éŠæˆ²æ¸…單嗎?繼續模擬å¯èƒ½æœƒå°Žè‡´ç•¶æ©Ÿã€å˜æª”ææ¯€æˆ–其他錯誤。</translation> |
| 4795 | </message> | 4790 | </message> |
| 4796 | <message> | 4791 | <message> |
| 4797 | <location filename="../../src/yuzu/main.cpp" line="3384"/> | 4792 | <location filename="../../src/yuzu/main.cpp" line="3386"/> |
| 4798 | <source>Fatal Error encountered</source> | 4793 | <source>Fatal Error encountered</source> |
| 4799 | <translation>發生嚴é‡éŒ¯èª¤</translation> | 4794 | <translation>發生嚴é‡éŒ¯èª¤</translation> |
| 4800 | </message> | 4795 | </message> |
| 4801 | <message> | 4796 | <message> |
| 4802 | <location filename="../../src/yuzu/main.cpp" line="3407"/> | 4797 | <location filename="../../src/yuzu/main.cpp" line="3409"/> |
| 4803 | <source>Confirm Key Rederivation</source> | 4798 | <source>Confirm Key Rederivation</source> |
| 4804 | <translation>確èªé‡æ–°ç”¢ç”Ÿé‡‘é‘°</translation> | 4799 | <translation>確èªé‡æ–°ç”¢ç”Ÿé‡‘é‘°</translation> |
| 4805 | </message> | 4800 | </message> |
| 4806 | <message> | 4801 | <message> |
| 4807 | <location filename="../../src/yuzu/main.cpp" line="3408"/> | 4802 | <location filename="../../src/yuzu/main.cpp" line="3410"/> |
| 4808 | <source>You are about to force rederive all of your keys. | 4803 | <source>You are about to force rederive all of your keys. |
| 4809 | If you do not know what this means or what you are doing, | 4804 | If you do not know what this means or what you are doing, |
| 4810 | this is a potentially destructive action. | 4805 | this is a potentially destructive action. |
| @@ -4820,37 +4815,37 @@ This will delete your autogenerated key files and re-run the key derivation modu | |||
| 4820 | é€™å°‡åˆªé™¤æ‚¨è‡ªå‹•ç”¢ç”Ÿçš„é‡‘é‘°æª”æ¡ˆä¸¦é‡æ–°åŸ·è¡Œç”¢ç”Ÿé‡‘鑰模組。</translation> | 4815 | é€™å°‡åˆªé™¤æ‚¨è‡ªå‹•ç”¢ç”Ÿçš„é‡‘é‘°æª”æ¡ˆä¸¦é‡æ–°åŸ·è¡Œç”¢ç”Ÿé‡‘鑰模組。</translation> |
| 4821 | </message> | 4816 | </message> |
| 4822 | <message> | 4817 | <message> |
| 4823 | <location filename="../../src/yuzu/main.cpp" line="3440"/> | 4818 | <location filename="../../src/yuzu/main.cpp" line="3442"/> |
| 4824 | <source>Missing fuses</source> | 4819 | <source>Missing fuses</source> |
| 4825 | <translation>éºå¤±é …ç›®</translation> | 4820 | <translation>éºå¤±é …ç›®</translation> |
| 4826 | </message> | 4821 | </message> |
| 4827 | <message> | 4822 | <message> |
| 4828 | <location filename="../../src/yuzu/main.cpp" line="3443"/> | 4823 | <location filename="../../src/yuzu/main.cpp" line="3445"/> |
| 4829 | <source> - Missing BOOT0</source> | 4824 | <source> - Missing BOOT0</source> |
| 4830 | <translation>- éºå¤± BOOT0</translation> | 4825 | <translation>- éºå¤± BOOT0</translation> |
| 4831 | </message> | 4826 | </message> |
| 4832 | <message> | 4827 | <message> |
| 4833 | <location filename="../../src/yuzu/main.cpp" line="3446"/> | 4828 | <location filename="../../src/yuzu/main.cpp" line="3448"/> |
| 4834 | <source> - Missing BCPKG2-1-Normal-Main</source> | 4829 | <source> - Missing BCPKG2-1-Normal-Main</source> |
| 4835 | <translation> - éºå¤± BCPKG2-1-Normal-Main</translation> | 4830 | <translation> - éºå¤± BCPKG2-1-Normal-Main</translation> |
| 4836 | </message> | 4831 | </message> |
| 4837 | <message> | 4832 | <message> |
| 4838 | <location filename="../../src/yuzu/main.cpp" line="3449"/> | 4833 | <location filename="../../src/yuzu/main.cpp" line="3451"/> |
| 4839 | <source> - Missing PRODINFO</source> | 4834 | <source> - Missing PRODINFO</source> |
| 4840 | <translation>- éºå¤± PRODINFO</translation> | 4835 | <translation>- éºå¤± PRODINFO</translation> |
| 4841 | </message> | 4836 | </message> |
| 4842 | <message> | 4837 | <message> |
| 4843 | <location filename="../../src/yuzu/main.cpp" line="3453"/> | 4838 | <location filename="../../src/yuzu/main.cpp" line="3455"/> |
| 4844 | <source>Derivation Components Missing</source> | 4839 | <source>Derivation Components Missing</source> |
| 4845 | <translation>éºå¤±ç”¢ç”Ÿå…ƒä»¶</translation> | 4840 | <translation>éºå¤±ç”¢ç”Ÿå…ƒä»¶</translation> |
| 4846 | </message> | 4841 | </message> |
| 4847 | <message> | 4842 | <message> |
| 4848 | <location filename="../../src/yuzu/main.cpp" line="3454"/> | 4843 | <location filename="../../src/yuzu/main.cpp" line="3456"/> |
| 4849 | <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> | 4844 | <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> |
| 4850 | <translation>ç¼ºå°‘åŠ å¯†é‡‘é‘°ã€‚ <br>請按照<a href='https://yuzu-emu.org/help/quickstart/'>《Yuzu快速入門指å—》來å–得所有金鑰ã€éŸŒé«”ã€éŠæˆ²<br><br><small>(%1)。</translation> | 4845 | <translation>ç¼ºå°‘åŠ å¯†é‡‘é‘°ã€‚ <br>請按照<a href='https://yuzu-emu.org/help/quickstart/'>《Yuzu快速入門指å—》來å–得所有金鑰ã€éŸŒé«”ã€éŠæˆ²<br><br><small>(%1)。</translation> |
| 4851 | </message> | 4846 | </message> |
| 4852 | <message> | 4847 | <message> |
| 4853 | <location filename="../../src/yuzu/main.cpp" line="3463"/> | 4848 | <location filename="../../src/yuzu/main.cpp" line="3465"/> |
| 4854 | <source>Deriving keys... | 4849 | <source>Deriving keys... |
| 4855 | This may take up to a minute depending | 4850 | This may take up to a minute depending |
| 4856 | on your system's performance.</source> | 4851 | on your system's performance.</source> |
| @@ -4859,39 +4854,39 @@ on your system's performance.</source> | |||
| 4859 | 您的系統效能。</translation> | 4854 | 您的系統效能。</translation> |
| 4860 | </message> | 4855 | </message> |
| 4861 | <message> | 4856 | <message> |
| 4862 | <location filename="../../src/yuzu/main.cpp" line="3465"/> | 4857 | <location filename="../../src/yuzu/main.cpp" line="3467"/> |
| 4863 | <source>Deriving Keys</source> | 4858 | <source>Deriving Keys</source> |
| 4864 | <translation>產生金鑰</translation> | 4859 | <translation>產生金鑰</translation> |
| 4865 | </message> | 4860 | </message> |
| 4866 | <message> | 4861 | <message> |
| 4867 | <location filename="../../src/yuzu/main.cpp" line="3510"/> | 4862 | <location filename="../../src/yuzu/main.cpp" line="3512"/> |
| 4868 | <source>Select RomFS Dump Target</source> | 4863 | <source>Select RomFS Dump Target</source> |
| 4869 | <translation>鏿“‡ RomFS 傾å°ç›®æ¨™</translation> | 4864 | <translation>鏿“‡ RomFS 傾å°ç›®æ¨™</translation> |
| 4870 | </message> | 4865 | </message> |
| 4871 | <message> | 4866 | <message> |
| 4872 | <location filename="../../src/yuzu/main.cpp" line="3511"/> | 4867 | <location filename="../../src/yuzu/main.cpp" line="3513"/> |
| 4873 | <source>Please select which RomFS you would like to dump.</source> | 4868 | <source>Please select which RomFS you would like to dump.</source> |
| 4874 | <translation>è«‹é¸æ“‡å¸Œæœ›å‚¾å°çš„ RomFS。</translation> | 4869 | <translation>è«‹é¸æ“‡å¸Œæœ›å‚¾å°çš„ RomFS。</translation> |
| 4875 | </message> | 4870 | </message> |
| 4876 | <message> | 4871 | <message> |
| 4877 | <location filename="../../src/yuzu/main.cpp" line="3526"/> | 4872 | <location filename="../../src/yuzu/main.cpp" line="3528"/> |
| 4878 | <source>Are you sure you want to close yuzu?</source> | 4873 | <source>Are you sure you want to close yuzu?</source> |
| 4879 | <translation>您確定è¦é—œé–‰ yuzu å—Ž?</translation> | 4874 | <translation>您確定è¦é—œé–‰ yuzu å—Ž?</translation> |
| 4880 | </message> | 4875 | </message> |
| 4881 | <message> | 4876 | <message> |
| 4882 | <location filename="../../src/yuzu/main.cpp" line="3527"/> | 4877 | <location filename="../../src/yuzu/main.cpp" line="3529"/> |
| 4883 | <location filename="../../src/yuzu/main.cpp" line="3623"/> | 4878 | <location filename="../../src/yuzu/main.cpp" line="3625"/> |
| 4884 | <location filename="../../src/yuzu/main.cpp" line="3636"/> | 4879 | <location filename="../../src/yuzu/main.cpp" line="3638"/> |
| 4885 | <source>yuzu</source> | 4880 | <source>yuzu</source> |
| 4886 | <translation>yuzu</translation> | 4881 | <translation>yuzu</translation> |
| 4887 | </message> | 4882 | </message> |
| 4888 | <message> | 4883 | <message> |
| 4889 | <location filename="../../src/yuzu/main.cpp" line="3624"/> | 4884 | <location filename="../../src/yuzu/main.cpp" line="3626"/> |
| 4890 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> | 4885 | <source>Are you sure you want to stop the emulation? Any unsaved progress will be lost.</source> |
| 4891 | <translation>您確定è¦åœæ¢æ¨¡æ“¬å—Žï¼Ÿæœªå„²å˜çš„進度將會éºå¤±ã€‚</translation> | 4886 | <translation>您確定è¦åœæ¢æ¨¡æ“¬å—Žï¼Ÿæœªå„²å˜çš„進度將會éºå¤±ã€‚</translation> |
| 4892 | </message> | 4887 | </message> |
| 4893 | <message> | 4888 | <message> |
| 4894 | <location filename="../../src/yuzu/main.cpp" line="3633"/> | 4889 | <location filename="../../src/yuzu/main.cpp" line="3635"/> |
| 4895 | <source>The currently running application has requested yuzu to not exit. | 4890 | <source>The currently running application has requested yuzu to not exit. |
| 4896 | 4891 | ||
| 4897 | Would you like to bypass this and exit anyway?</source> | 4892 | Would you like to bypass this and exit anyway?</source> |
| @@ -4903,38 +4898,38 @@ Would you like to bypass this and exit anyway?</source> | |||
| 4903 | <context> | 4898 | <context> |
| 4904 | <name>GRenderWindow</name> | 4899 | <name>GRenderWindow</name> |
| 4905 | <message> | 4900 | <message> |
| 4906 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> | 4901 | <location filename="../../src/yuzu/bootmanager.cpp" line="939"/> |
| 4907 | <source>OpenGL not available!</source> | 4902 | <source>OpenGL not available!</source> |
| 4908 | <translation>無法使用 OpenGL 模å¼ï¼</translation> | 4903 | <translation>無法使用 OpenGL 模å¼ï¼</translation> |
| 4909 | </message> | 4904 | </message> |
| 4910 | <message> | 4905 | <message> |
| 4911 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> | 4906 | <location filename="../../src/yuzu/bootmanager.cpp" line="940"/> |
| 4912 | <source>yuzu has not been compiled with OpenGL support.</source> | 4907 | <source>yuzu has not been compiled with OpenGL support.</source> |
| 4913 | <translation>yuzu æœªä»¥æ”¯æ´ OpenGL 的方å¼ç·¨è¯ã€‚</translation> | 4908 | <translation>yuzu æœªä»¥æ”¯æ´ OpenGL 的方å¼ç·¨è¯ã€‚</translation> |
| 4914 | </message> | 4909 | </message> |
| 4915 | <message> | 4910 | <message> |
| 4916 | <location filename="../../src/yuzu/bootmanager.cpp" line="999"/> | 4911 | <location filename="../../src/yuzu/bootmanager.cpp" line="959"/> |
| 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="1019"/> | 4912 | <location filename="../../src/yuzu/bootmanager.cpp" line="979"/> |
| 4918 | <source>Error while initializing OpenGL!</source> | 4913 | <source>Error while initializing OpenGL!</source> |
| 4919 | <translation>åˆå§‹åŒ– OpenGL 時發生錯誤ï¼</translation> | 4914 | <translation>åˆå§‹åŒ– OpenGL 時發生錯誤ï¼</translation> |
| 4920 | </message> | 4915 | </message> |
| 4921 | <message> | 4916 | <message> |
| 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="1000"/> | 4917 | <location filename="../../src/yuzu/bootmanager.cpp" line="960"/> |
| 4923 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> | 4918 | <source>Your GPU may not support OpenGL, or you do not have the latest graphics driver.</source> |
| 4924 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´ OpenGLï¼Œæˆ–æ˜¯æœªå®‰è£æœ€æ–°çš„圖形驅動程å¼</translation> | 4919 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´ OpenGLï¼Œæˆ–æ˜¯æœªå®‰è£æœ€æ–°çš„圖形驅動程å¼</translation> |
| 4925 | </message> | 4920 | </message> |
| 4926 | <message> | 4921 | <message> |
| 4927 | <location filename="../../src/yuzu/bootmanager.cpp" line="1009"/> | 4922 | <location filename="../../src/yuzu/bootmanager.cpp" line="969"/> |
| 4928 | <source>Error while initializing OpenGL 4.6!</source> | 4923 | <source>Error while initializing OpenGL 4.6!</source> |
| 4929 | <translation>åˆå§‹åŒ– OpenGL 4.6 時發生錯誤ï¼</translation> | 4924 | <translation>åˆå§‹åŒ– OpenGL 4.6 時發生錯誤ï¼</translation> |
| 4930 | </message> | 4925 | </message> |
| 4931 | <message> | 4926 | <message> |
| 4932 | <location filename="../../src/yuzu/bootmanager.cpp" line="1010"/> | 4927 | <location filename="../../src/yuzu/bootmanager.cpp" line="970"/> |
| 4933 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> | 4928 | <source>Your GPU may not support OpenGL 4.6, or you do not have the latest graphics driver.<br><br>GL Renderer:<br>%1</source> |
| 4934 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´ OpenGL 4.6ï¼Œæˆ–æ˜¯æœªå®‰è£æœ€æ–°çš„圖形驅動程å¼<br><br>GL 渲染器:<br>%1</translation> | 4929 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´ OpenGL 4.6ï¼Œæˆ–æ˜¯æœªå®‰è£æœ€æ–°çš„圖形驅動程å¼<br><br>GL 渲染器:<br>%1</translation> |
| 4935 | </message> | 4930 | </message> |
| 4936 | <message> | 4931 | <message> |
| 4937 | <location filename="../../src/yuzu/bootmanager.cpp" line="1020"/> | 4932 | <location filename="../../src/yuzu/bootmanager.cpp" line="980"/> |
| 4938 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> | 4933 | <source>Your GPU may not support one or more required OpenGL extensions. Please ensure you have the latest graphics driver.<br><br>GL Renderer:<br>%1<br><br>Unsupported extensions:<br>%2</source> |
| 4939 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´æŸäº›å¿…需的 OpenGL åŠŸèƒ½ã€‚è«‹ç¢ºä¿æ‚¨å·²å®‰è£æœ€æ–°çš„圖形驅動程å¼ã€‚<br><br>GL 渲染器:<br>%1<br><br>䏿”¯æ´çš„功能:<br>%2</translation> | 4934 | <translation>您的 GPU å¯èƒ½ä¸æ”¯æ´æŸäº›å¿…需的 OpenGL åŠŸèƒ½ã€‚è«‹ç¢ºä¿æ‚¨å·²å®‰è£æœ€æ–°çš„圖形驅動程å¼ã€‚<br><br>GL 渲染器:<br>%1<br><br>䏿”¯æ´çš„功能:<br>%2</translation> |
| 4940 | </message> | 4935 | </message> |
diff --git a/dist/org.yuzu_emu.yuzu.metainfo.xml b/dist/org.yuzu_emu.yuzu.metainfo.xml index 5f366137b..bcc5fc9a9 100644 --- a/dist/org.yuzu_emu.yuzu.metainfo.xml +++ b/dist/org.yuzu_emu.yuzu.metainfo.xml | |||
| @@ -32,6 +32,11 @@ | |||
| 32 | <binary>yuzu</binary> | 32 | <binary>yuzu</binary> |
| 33 | <binary>yuzu-cmd</binary> | 33 | <binary>yuzu-cmd</binary> |
| 34 | </provides> | 34 | </provides> |
| 35 | <supports> | ||
| 36 | <control>pointing</control> | ||
| 37 | <control>keyboard</control> | ||
| 38 | <control>gamepad</control> | ||
| 39 | </supports> | ||
| 35 | <requires> | 40 | <requires> |
| 36 | <memory>8192</memory> | 41 | <memory>8192</memory> |
| 37 | </requires> | 42 | </requires> |
diff --git a/dist/qt_themes/default/icons/256x256/yuzu.png b/dist/qt_themes/default/icons/256x256/yuzu.png index 1e501d8a6..bd5cf533f 100644 --- a/dist/qt_themes/default/icons/256x256/yuzu.png +++ b/dist/qt_themes/default/icons/256x256/yuzu.png | |||
| Binary files differ | |||
diff --git a/externals/Vulkan-Headers b/externals/Vulkan-Headers | |||
| Subproject e005e1f8175d006adc3676b40ac3dd2212961a6 | Subproject 33d4dd987fc8fc6475ff9ca2b4f0c3cc6e79333 | ||
diff --git a/externals/sirit b/externals/sirit | |||
| Subproject b8f133bf631ace5a613bbd7e8329300358cacbd | Subproject aa292d56650bc28f2b2d75973fab2e61d0136f9 | ||
diff --git a/src/audio_core/command_generator.cpp b/src/audio_core/command_generator.cpp index ae4efafb6..ff20ed00f 100644 --- a/src/audio_core/command_generator.cpp +++ b/src/audio_core/command_generator.cpp | |||
| @@ -129,17 +129,17 @@ s32 ToS32(float sample) { | |||
| 129 | return static_cast<s32>(rescaled_sample); | 129 | return static_cast<s32>(rescaled_sample); |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | constexpr std::array<std::size_t, 20> REVERB_TAP_INDEX_1CH{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | 132 | constexpr std::array<u8, 20> REVERB_TAP_INDEX_1CH{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
| 133 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; | 133 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; |
| 134 | 134 | ||
| 135 | constexpr std::array<std::size_t, 20> REVERB_TAP_INDEX_2CH{0, 0, 0, 1, 1, 1, 1, 0, 0, 0, | 135 | constexpr std::array<u8, 20> REVERB_TAP_INDEX_2CH{0, 0, 0, 1, 1, 1, 1, 0, 0, 0, |
| 136 | 1, 1, 1, 0, 0, 0, 0, 1, 1, 1}; | 136 | 1, 1, 1, 0, 0, 0, 0, 1, 1, 1}; |
| 137 | 137 | ||
| 138 | constexpr std::array<std::size_t, 20> REVERB_TAP_INDEX_4CH{0, 0, 0, 1, 1, 1, 1, 2, 2, 2, | 138 | constexpr std::array<u8, 20> REVERB_TAP_INDEX_4CH{0, 0, 0, 1, 1, 1, 1, 2, 2, 2, |
| 139 | 1, 1, 1, 0, 0, 0, 0, 3, 3, 3}; | 139 | 1, 1, 1, 0, 0, 0, 0, 3, 3, 3}; |
| 140 | 140 | ||
| 141 | constexpr std::array<std::size_t, 20> REVERB_TAP_INDEX_6CH{4, 0, 0, 1, 1, 1, 1, 2, 2, 2, | 141 | constexpr std::array<u8, 20> REVERB_TAP_INDEX_6CH{4, 0, 0, 1, 1, 1, 1, 2, 2, 2, |
| 142 | 1, 1, 1, 0, 0, 0, 0, 3, 3, 3}; | 142 | 1, 1, 1, 0, 0, 0, 0, 3, 3, 3}; |
| 143 | 143 | ||
| 144 | template <std::size_t CHANNEL_COUNT> | 144 | template <std::size_t CHANNEL_COUNT> |
| 145 | void ApplyReverbGeneric( | 145 | void ApplyReverbGeneric( |
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index adf70eb8b..73bf626d4 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -58,6 +58,7 @@ add_library(common STATIC | |||
| 58 | div_ceil.h | 58 | div_ceil.h |
| 59 | dynamic_library.cpp | 59 | dynamic_library.cpp |
| 60 | dynamic_library.h | 60 | dynamic_library.h |
| 61 | elf.h | ||
| 61 | error.cpp | 62 | error.cpp |
| 62 | error.h | 63 | error.h |
| 63 | expected.h | 64 | expected.h |
diff --git a/src/common/elf.h b/src/common/elf.h new file mode 100644 index 000000000..14a5e9597 --- /dev/null +++ b/src/common/elf.h | |||
| @@ -0,0 +1,333 @@ | |||
| 1 | // SPDX-FileCopyrightText: 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <array> | ||
| 7 | #include <cstddef> | ||
| 8 | |||
| 9 | #include "common_types.h" | ||
| 10 | |||
| 11 | namespace Common { | ||
| 12 | namespace ELF { | ||
| 13 | |||
| 14 | /* Type for a 16-bit quantity. */ | ||
| 15 | using Elf32_Half = u16; | ||
| 16 | using Elf64_Half = u16; | ||
| 17 | |||
| 18 | /* Types for signed and unsigned 32-bit quantities. */ | ||
| 19 | using Elf32_Word = u32; | ||
| 20 | using Elf32_Sword = s32; | ||
| 21 | using Elf64_Word = u32; | ||
| 22 | using Elf64_Sword = s32; | ||
| 23 | |||
| 24 | /* Types for signed and unsigned 64-bit quantities. */ | ||
| 25 | using Elf32_Xword = u64; | ||
| 26 | using Elf32_Sxword = s64; | ||
| 27 | using Elf64_Xword = u64; | ||
| 28 | using Elf64_Sxword = s64; | ||
| 29 | |||
| 30 | /* Type of addresses. */ | ||
| 31 | using Elf32_Addr = u32; | ||
| 32 | using Elf64_Addr = u64; | ||
| 33 | |||
| 34 | /* Type of file offsets. */ | ||
| 35 | using Elf32_Off = u32; | ||
| 36 | using Elf64_Off = u64; | ||
| 37 | |||
| 38 | /* Type for section indices, which are 16-bit quantities. */ | ||
| 39 | using Elf32_Section = u16; | ||
| 40 | using Elf64_Section = u16; | ||
| 41 | |||
| 42 | /* Type for version symbol information. */ | ||
| 43 | using Elf32_Versym = Elf32_Half; | ||
| 44 | using Elf64_Versym = Elf64_Half; | ||
| 45 | |||
| 46 | constexpr size_t ElfIdentSize = 16; | ||
| 47 | |||
| 48 | /* The ELF file header. This appears at the start of every ELF file. */ | ||
| 49 | |||
| 50 | struct Elf32_Ehdr { | ||
| 51 | std::array<u8, ElfIdentSize> e_ident; /* Magic number and other info */ | ||
| 52 | Elf32_Half e_type; /* Object file type */ | ||
| 53 | Elf32_Half e_machine; /* Architecture */ | ||
| 54 | Elf32_Word e_version; /* Object file version */ | ||
| 55 | Elf32_Addr e_entry; /* Entry point virtual address */ | ||
| 56 | Elf32_Off e_phoff; /* Program header table file offset */ | ||
| 57 | Elf32_Off e_shoff; /* Section header table file offset */ | ||
| 58 | Elf32_Word e_flags; /* Processor-specific flags */ | ||
| 59 | Elf32_Half e_ehsize; /* ELF header size in bytes */ | ||
| 60 | Elf32_Half e_phentsize; /* Program header table entry size */ | ||
| 61 | Elf32_Half e_phnum; /* Program header table entry count */ | ||
| 62 | Elf32_Half e_shentsize; /* Section header table entry size */ | ||
| 63 | Elf32_Half e_shnum; /* Section header table entry count */ | ||
| 64 | Elf32_Half e_shstrndx; /* Section header string table index */ | ||
| 65 | }; | ||
| 66 | |||
| 67 | struct Elf64_Ehdr { | ||
| 68 | std::array<u8, ElfIdentSize> e_ident; /* Magic number and other info */ | ||
| 69 | Elf64_Half e_type; /* Object file type */ | ||
| 70 | Elf64_Half e_machine; /* Architecture */ | ||
| 71 | Elf64_Word e_version; /* Object file version */ | ||
| 72 | Elf64_Addr e_entry; /* Entry point virtual address */ | ||
| 73 | Elf64_Off e_phoff; /* Program header table file offset */ | ||
| 74 | Elf64_Off e_shoff; /* Section header table file offset */ | ||
| 75 | Elf64_Word e_flags; /* Processor-specific flags */ | ||
| 76 | Elf64_Half e_ehsize; /* ELF header size in bytes */ | ||
| 77 | Elf64_Half e_phentsize; /* Program header table entry size */ | ||
| 78 | Elf64_Half e_phnum; /* Program header table entry count */ | ||
| 79 | Elf64_Half e_shentsize; /* Section header table entry size */ | ||
| 80 | Elf64_Half e_shnum; /* Section header table entry count */ | ||
| 81 | Elf64_Half e_shstrndx; /* Section header string table index */ | ||
| 82 | }; | ||
| 83 | |||
| 84 | constexpr u8 ElfClass32 = 1; /* 32-bit objects */ | ||
| 85 | constexpr u8 ElfClass64 = 2; /* 64-bit objects */ | ||
| 86 | constexpr u8 ElfData2Lsb = 1; /* 2's complement, little endian */ | ||
| 87 | constexpr u8 ElfVersionCurrent = 1; /* EV_CURRENT */ | ||
| 88 | constexpr u8 ElfOsAbiNone = 0; /* System V ABI */ | ||
| 89 | |||
| 90 | constexpr u16 ElfTypeNone = 0; /* No file type */ | ||
| 91 | constexpr u16 ElfTypeRel = 0; /* Relocatable file */ | ||
| 92 | constexpr u16 ElfTypeExec = 0; /* Executable file */ | ||
| 93 | constexpr u16 ElfTypeDyn = 0; /* Shared object file */ | ||
| 94 | |||
| 95 | constexpr u16 ElfMachineArm = 40; /* ARM */ | ||
| 96 | constexpr u16 ElfMachineAArch64 = 183; /* ARM AARCH64 */ | ||
| 97 | |||
| 98 | constexpr std::array<u8, ElfIdentSize> Elf32Ident{ | ||
| 99 | 0x7f, 'E', 'L', 'F', ElfClass32, ElfData2Lsb, ElfVersionCurrent, ElfOsAbiNone}; | ||
| 100 | |||
| 101 | constexpr std::array<u8, ElfIdentSize> Elf64Ident{ | ||
| 102 | 0x7f, 'E', 'L', 'F', ElfClass64, ElfData2Lsb, ElfVersionCurrent, ElfOsAbiNone}; | ||
| 103 | |||
| 104 | /* Section header. */ | ||
| 105 | |||
| 106 | struct Elf32_Shdr { | ||
| 107 | Elf32_Word sh_name; /* Section name (string tbl index) */ | ||
| 108 | Elf32_Word sh_type; /* Section type */ | ||
| 109 | Elf32_Word sh_flags; /* Section flags */ | ||
| 110 | Elf32_Addr sh_addr; /* Section virtual addr at execution */ | ||
| 111 | Elf32_Off sh_offset; /* Section file offset */ | ||
| 112 | Elf32_Word sh_size; /* Section size in bytes */ | ||
| 113 | Elf32_Word sh_link; /* Link to another section */ | ||
| 114 | Elf32_Word sh_info; /* Additional section information */ | ||
| 115 | Elf32_Word sh_addralign; /* Section alignment */ | ||
| 116 | Elf32_Word sh_entsize; /* Entry size if section holds table */ | ||
| 117 | }; | ||
| 118 | |||
| 119 | struct Elf64_Shdr { | ||
| 120 | Elf64_Word sh_name; /* Section name (string tbl index) */ | ||
| 121 | Elf64_Word sh_type; /* Section type */ | ||
| 122 | Elf64_Xword sh_flags; /* Section flags */ | ||
| 123 | Elf64_Addr sh_addr; /* Section virtual addr at execution */ | ||
| 124 | Elf64_Off sh_offset; /* Section file offset */ | ||
| 125 | Elf64_Xword sh_size; /* Section size in bytes */ | ||
| 126 | Elf64_Word sh_link; /* Link to another section */ | ||
| 127 | Elf64_Word sh_info; /* Additional section information */ | ||
| 128 | Elf64_Xword sh_addralign; /* Section alignment */ | ||
| 129 | Elf64_Xword sh_entsize; /* Entry size if section holds table */ | ||
| 130 | }; | ||
| 131 | |||
| 132 | constexpr u32 ElfShnUndef = 0; /* Undefined section */ | ||
| 133 | |||
| 134 | constexpr u32 ElfShtNull = 0; /* Section header table entry unused */ | ||
| 135 | constexpr u32 ElfShtProgBits = 1; /* Program data */ | ||
| 136 | constexpr u32 ElfShtSymtab = 2; /* Symbol table */ | ||
| 137 | constexpr u32 ElfShtStrtab = 3; /* String table */ | ||
| 138 | constexpr u32 ElfShtRela = 4; /* Relocation entries with addends */ | ||
| 139 | constexpr u32 ElfShtDynamic = 6; /* Dynamic linking information */ | ||
| 140 | constexpr u32 ElfShtNobits = 7; /* Program space with no data (bss) */ | ||
| 141 | constexpr u32 ElfShtRel = 9; /* Relocation entries, no addends */ | ||
| 142 | constexpr u32 ElfShtDynsym = 11; /* Dynamic linker symbol table */ | ||
| 143 | |||
| 144 | /* Symbol table entry. */ | ||
| 145 | |||
| 146 | struct Elf32_Sym { | ||
| 147 | Elf32_Word st_name; /* Symbol name (string tbl index) */ | ||
| 148 | Elf32_Addr st_value; /* Symbol value */ | ||
| 149 | Elf32_Word st_size; /* Symbol size */ | ||
| 150 | u8 st_info; /* Symbol type and binding */ | ||
| 151 | u8 st_other; /* Symbol visibility */ | ||
| 152 | Elf32_Section st_shndx; /* Section index */ | ||
| 153 | }; | ||
| 154 | |||
| 155 | struct Elf64_Sym { | ||
| 156 | Elf64_Word st_name; /* Symbol name (string tbl index) */ | ||
| 157 | u8 st_info; /* Symbol type and binding */ | ||
| 158 | u8 st_other; /* Symbol visibility */ | ||
| 159 | Elf64_Section st_shndx; /* Section index */ | ||
| 160 | Elf64_Addr st_value; /* Symbol value */ | ||
| 161 | Elf64_Xword st_size; /* Symbol size */ | ||
| 162 | }; | ||
| 163 | |||
| 164 | /* How to extract and insert information held in the st_info field. */ | ||
| 165 | |||
| 166 | static inline u8 ElfStBind(u8 st_info) { | ||
| 167 | return st_info >> 4; | ||
| 168 | } | ||
| 169 | static inline u8 ElfStType(u8 st_info) { | ||
| 170 | return st_info & 0xf; | ||
| 171 | } | ||
| 172 | static inline u8 ElfStInfo(u8 st_bind, u8 st_type) { | ||
| 173 | return static_cast<u8>((st_bind << 4) + (st_type & 0xf)); | ||
| 174 | } | ||
| 175 | |||
| 176 | constexpr u8 ElfBindLocal = 0; /* Local symbol */ | ||
| 177 | constexpr u8 ElfBindGlobal = 1; /* Global symbol */ | ||
| 178 | constexpr u8 ElfBindWeak = 2; /* Weak symbol */ | ||
| 179 | |||
| 180 | constexpr u8 ElfTypeUnspec = 0; /* Symbol type is unspecified */ | ||
| 181 | constexpr u8 ElfTypeObject = 1; /* Symbol is a data object */ | ||
| 182 | constexpr u8 ElfTypeFunc = 2; /* Symbol is a code object */ | ||
| 183 | |||
| 184 | static inline u8 ElfStVisibility(u8 st_other) { | ||
| 185 | return static_cast<u8>(st_other & 0x3); | ||
| 186 | } | ||
| 187 | |||
| 188 | constexpr u8 ElfVisibilityDefault = 0; /* Default symbol visibility rules */ | ||
| 189 | constexpr u8 ElfVisibilityInternal = 1; /* Processor specific hidden class */ | ||
| 190 | constexpr u8 ElfVisibilityHidden = 2; /* Sym unavailable in other modules */ | ||
| 191 | constexpr u8 ElfVisibilityProtected = 3; /* Not preemptible, not exported */ | ||
| 192 | |||
| 193 | /* Relocation table entry without addend (in section of type ShtRel). */ | ||
| 194 | |||
| 195 | struct Elf32_Rel { | ||
| 196 | Elf32_Addr r_offset; /* Address */ | ||
| 197 | Elf32_Word r_info; /* Relocation type and symbol index */ | ||
| 198 | }; | ||
| 199 | |||
| 200 | /* Relocation table entry with addend (in section of type ShtRela). */ | ||
| 201 | |||
| 202 | struct Elf32_Rela { | ||
| 203 | Elf32_Addr r_offset; /* Address */ | ||
| 204 | Elf32_Word r_info; /* Relocation type and symbol index */ | ||
| 205 | Elf32_Sword r_addend; /* Addend */ | ||
| 206 | }; | ||
| 207 | |||
| 208 | struct Elf64_Rela { | ||
| 209 | Elf64_Addr r_offset; /* Address */ | ||
| 210 | Elf64_Xword r_info; /* Relocation type and symbol index */ | ||
| 211 | Elf64_Sxword r_addend; /* Addend */ | ||
| 212 | }; | ||
| 213 | |||
| 214 | /* How to extract and insert information held in the r_info field. */ | ||
| 215 | |||
| 216 | static inline u32 Elf32RelSymIndex(Elf32_Word r_info) { | ||
| 217 | return r_info >> 8; | ||
| 218 | } | ||
| 219 | static inline u8 Elf32RelType(Elf32_Word r_info) { | ||
| 220 | return static_cast<u8>(r_info & 0xff); | ||
| 221 | } | ||
| 222 | static inline Elf32_Word Elf32RelInfo(u32 sym_index, u8 type) { | ||
| 223 | return (sym_index << 8) + type; | ||
| 224 | } | ||
| 225 | static inline u32 Elf64RelSymIndex(Elf64_Xword r_info) { | ||
| 226 | return static_cast<u32>(r_info >> 32); | ||
| 227 | } | ||
| 228 | static inline u32 Elf64RelType(Elf64_Xword r_info) { | ||
| 229 | return r_info & 0xffffffff; | ||
| 230 | } | ||
| 231 | static inline Elf64_Xword Elf64RelInfo(u32 sym_index, u32 type) { | ||
| 232 | return (static_cast<Elf64_Xword>(sym_index) << 32) + type; | ||
| 233 | } | ||
| 234 | |||
| 235 | constexpr u32 ElfArmCopy = 20; /* Copy symbol at runtime */ | ||
| 236 | constexpr u32 ElfArmGlobDat = 21; /* Create GOT entry */ | ||
| 237 | constexpr u32 ElfArmJumpSlot = 22; /* Create PLT entry */ | ||
| 238 | constexpr u32 ElfArmRelative = 23; /* Adjust by program base */ | ||
| 239 | |||
| 240 | constexpr u32 ElfAArch64Copy = 1024; /* Copy symbol at runtime */ | ||
| 241 | constexpr u32 ElfAArch64GlobDat = 1025; /* Create GOT entry */ | ||
| 242 | constexpr u32 ElfAArch64JumpSlot = 1026; /* Create PLT entry */ | ||
| 243 | constexpr u32 ElfAArch64Relative = 1027; /* Adjust by program base */ | ||
| 244 | |||
| 245 | /* Program segment header. */ | ||
| 246 | |||
| 247 | struct Elf32_Phdr { | ||
| 248 | Elf32_Word p_type; /* Segment type */ | ||
| 249 | Elf32_Off p_offset; /* Segment file offset */ | ||
| 250 | Elf32_Addr p_vaddr; /* Segment virtual address */ | ||
| 251 | Elf32_Addr p_paddr; /* Segment physical address */ | ||
| 252 | Elf32_Word p_filesz; /* Segment size in file */ | ||
| 253 | Elf32_Word p_memsz; /* Segment size in memory */ | ||
| 254 | Elf32_Word p_flags; /* Segment flags */ | ||
| 255 | Elf32_Word p_align; /* Segment alignment */ | ||
| 256 | }; | ||
| 257 | |||
| 258 | struct Elf64_Phdr { | ||
| 259 | Elf64_Word p_type; /* Segment type */ | ||
| 260 | Elf64_Word p_flags; /* Segment flags */ | ||
| 261 | Elf64_Off p_offset; /* Segment file offset */ | ||
| 262 | Elf64_Addr p_vaddr; /* Segment virtual address */ | ||
| 263 | Elf64_Addr p_paddr; /* Segment physical address */ | ||
| 264 | Elf64_Xword p_filesz; /* Segment size in file */ | ||
| 265 | Elf64_Xword p_memsz; /* Segment size in memory */ | ||
| 266 | Elf64_Xword p_align; /* Segment alignment */ | ||
| 267 | }; | ||
| 268 | |||
| 269 | /* Legal values for p_type (segment type). */ | ||
| 270 | |||
| 271 | constexpr u32 ElfPtNull = 0; /* Program header table entry unused */ | ||
| 272 | constexpr u32 ElfPtLoad = 1; /* Loadable program segment */ | ||
| 273 | constexpr u32 ElfPtDynamic = 2; /* Dynamic linking information */ | ||
| 274 | constexpr u32 ElfPtInterp = 3; /* Program interpreter */ | ||
| 275 | constexpr u32 ElfPtNote = 4; /* Auxiliary information */ | ||
| 276 | constexpr u32 ElfPtPhdr = 6; /* Entry for header table itself */ | ||
| 277 | constexpr u32 ElfPtTls = 7; /* Thread-local storage segment */ | ||
| 278 | |||
| 279 | /* Legal values for p_flags (segment flags). */ | ||
| 280 | |||
| 281 | constexpr u32 ElfPfExec = 0; /* Segment is executable */ | ||
| 282 | constexpr u32 ElfPfWrite = 1; /* Segment is writable */ | ||
| 283 | constexpr u32 ElfPfRead = 2; /* Segment is readable */ | ||
| 284 | |||
| 285 | /* Dynamic section entry. */ | ||
| 286 | |||
| 287 | struct Elf32_Dyn { | ||
| 288 | Elf32_Sword d_tag; /* Dynamic entry type */ | ||
| 289 | union { | ||
| 290 | Elf32_Word d_val; /* Integer value */ | ||
| 291 | Elf32_Addr d_ptr; /* Address value */ | ||
| 292 | } d_un; | ||
| 293 | }; | ||
| 294 | |||
| 295 | struct Elf64_Dyn { | ||
| 296 | Elf64_Sxword d_tag; /* Dynamic entry type */ | ||
| 297 | union { | ||
| 298 | Elf64_Xword d_val; /* Integer value */ | ||
| 299 | Elf64_Addr d_ptr; /* Address value */ | ||
| 300 | } d_un; | ||
| 301 | }; | ||
| 302 | |||
| 303 | /* Legal values for d_tag (dynamic entry type). */ | ||
| 304 | |||
| 305 | constexpr u32 ElfDtNull = 0; /* Marks end of dynamic section */ | ||
| 306 | constexpr u32 ElfDtNeeded = 1; /* Name of needed library */ | ||
| 307 | constexpr u32 ElfDtPltRelSz = 2; /* Size in bytes of PLT relocs */ | ||
| 308 | constexpr u32 ElfDtPltGot = 3; /* Processor defined value */ | ||
| 309 | constexpr u32 ElfDtHash = 4; /* Address of symbol hash table */ | ||
| 310 | constexpr u32 ElfDtStrtab = 5; /* Address of string table */ | ||
| 311 | constexpr u32 ElfDtSymtab = 6; /* Address of symbol table */ | ||
| 312 | constexpr u32 ElfDtRela = 7; /* Address of Rela relocs */ | ||
| 313 | constexpr u32 ElfDtRelasz = 8; /* Total size of Rela relocs */ | ||
| 314 | constexpr u32 ElfDtRelaent = 9; /* Size of one Rela reloc */ | ||
| 315 | constexpr u32 ElfDtStrsz = 10; /* Size of string table */ | ||
| 316 | constexpr u32 ElfDtSyment = 11; /* Size of one symbol table entry */ | ||
| 317 | constexpr u32 ElfDtInit = 12; /* Address of init function */ | ||
| 318 | constexpr u32 ElfDtFini = 13; /* Address of termination function */ | ||
| 319 | constexpr u32 ElfDtRel = 17; /* Address of Rel relocs */ | ||
| 320 | constexpr u32 ElfDtRelsz = 18; /* Total size of Rel relocs */ | ||
| 321 | constexpr u32 ElfDtRelent = 19; /* Size of one Rel reloc */ | ||
| 322 | constexpr u32 ElfDtPltRel = 20; /* Type of reloc in PLT */ | ||
| 323 | constexpr u32 ElfDtTextRel = 22; /* Reloc might modify .text */ | ||
| 324 | constexpr u32 ElfDtJmpRel = 23; /* Address of PLT relocs */ | ||
| 325 | constexpr u32 ElfDtBindNow = 24; /* Process relocations of object */ | ||
| 326 | constexpr u32 ElfDtInitArray = 25; /* Array with addresses of init fct */ | ||
| 327 | constexpr u32 ElfDtFiniArray = 26; /* Array with addresses of fini fct */ | ||
| 328 | constexpr u32 ElfDtInitArraySz = 27; /* Size in bytes of DT_INIT_ARRAY */ | ||
| 329 | constexpr u32 ElfDtFiniArraySz = 28; /* Size in bytes of DT_FINI_ARRAY */ | ||
| 330 | constexpr u32 ElfDtSymtabShndx = 34; /* Address of SYMTAB_SHNDX section */ | ||
| 331 | |||
| 332 | } // namespace ELF | ||
| 333 | } // namespace Common | ||
diff --git a/src/common/fs/path_util.cpp b/src/common/fs/path_util.cpp index 62318e70c..1074f2421 100644 --- a/src/common/fs/path_util.cpp +++ b/src/common/fs/path_util.cpp | |||
| @@ -232,9 +232,7 @@ void SetYuzuPath(YuzuPath yuzu_path, const fs::path& new_path) { | |||
| 232 | fs::path GetExeDirectory() { | 232 | fs::path GetExeDirectory() { |
| 233 | wchar_t exe_path[MAX_PATH]; | 233 | wchar_t exe_path[MAX_PATH]; |
| 234 | 234 | ||
| 235 | GetModuleFileNameW(nullptr, exe_path, MAX_PATH); | 235 | if (GetModuleFileNameW(nullptr, exe_path, MAX_PATH) == 0) { |
| 236 | |||
| 237 | if (!exe_path) { | ||
| 238 | LOG_ERROR(Common_Filesystem, | 236 | LOG_ERROR(Common_Filesystem, |
| 239 | "Failed to get the path to the executable of the current process"); | 237 | "Failed to get the path to the executable of the current process"); |
| 240 | } | 238 | } |
diff --git a/src/common/input.h b/src/common/input.h index 54fcb24b0..bb42aaacc 100644 --- a/src/common/input.h +++ b/src/common/input.h | |||
| @@ -72,6 +72,7 @@ enum class PollingError { | |||
| 72 | enum class VibrationAmplificationType { | 72 | enum class VibrationAmplificationType { |
| 73 | Linear, | 73 | Linear, |
| 74 | Exponential, | 74 | Exponential, |
| 75 | Test, | ||
| 75 | }; | 76 | }; |
| 76 | 77 | ||
| 77 | // Analog properties for calibration | 78 | // Analog properties for calibration |
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 9a9c74a70..6ffab63af 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -70,6 +70,7 @@ void LogSettings() { | |||
| 70 | log_path("DataStorage_NANDDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::NANDDir)); | 70 | log_path("DataStorage_NANDDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::NANDDir)); |
| 71 | log_path("DataStorage_SDMCDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::SDMCDir)); | 71 | log_path("DataStorage_SDMCDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::SDMCDir)); |
| 72 | log_setting("Debugging_ProgramArgs", values.program_args.GetValue()); | 72 | log_setting("Debugging_ProgramArgs", values.program_args.GetValue()); |
| 73 | log_setting("Debugging_GDBStub", values.use_gdbstub.GetValue()); | ||
| 73 | log_setting("Input_EnableMotion", values.motion_enabled.GetValue()); | 74 | log_setting("Input_EnableMotion", values.motion_enabled.GetValue()); |
| 74 | log_setting("Input_EnableVibration", values.vibration_enabled.GetValue()); | 75 | log_setting("Input_EnableVibration", values.vibration_enabled.GetValue()); |
| 75 | log_setting("Input_EnableRawInput", values.enable_raw_input.GetValue()); | 76 | log_setting("Input_EnableRawInput", values.enable_raw_input.GetValue()); |
diff --git a/src/common/settings.h b/src/common/settings.h index e61d9cd7f..a7bbfb0da 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -601,7 +601,7 @@ struct Values { | |||
| 601 | // Debugging | 601 | // Debugging |
| 602 | bool record_frame_times; | 602 | bool record_frame_times; |
| 603 | BasicSetting<bool> use_gdbstub{false, "use_gdbstub"}; | 603 | BasicSetting<bool> use_gdbstub{false, "use_gdbstub"}; |
| 604 | BasicSetting<u16> gdbstub_port{0, "gdbstub_port"}; | 604 | BasicSetting<u16> gdbstub_port{6543, "gdbstub_port"}; |
| 605 | BasicSetting<std::string> program_args{std::string(), "program_args"}; | 605 | BasicSetting<std::string> program_args{std::string(), "program_args"}; |
| 606 | BasicSetting<bool> dump_exefs{false, "dump_exefs"}; | 606 | BasicSetting<bool> dump_exefs{false, "dump_exefs"}; |
| 607 | BasicSetting<bool> dump_nso{false, "dump_nso"}; | 607 | BasicSetting<bool> dump_nso{false, "dump_nso"}; |
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp index 703aa5db8..7a495bc79 100644 --- a/src/common/string_util.cpp +++ b/src/common/string_util.cpp | |||
| @@ -178,6 +178,10 @@ std::wstring UTF8ToUTF16W(const std::string& input) { | |||
| 178 | 178 | ||
| 179 | #endif | 179 | #endif |
| 180 | 180 | ||
| 181 | std::u16string U16StringFromBuffer(const u16* input, std::size_t length) { | ||
| 182 | return std::u16string(reinterpret_cast<const char16_t*>(input), length); | ||
| 183 | } | ||
| 184 | |||
| 181 | std::string StringFromFixedZeroTerminatedBuffer(std::string_view buffer, std::size_t max_len) { | 185 | std::string StringFromFixedZeroTerminatedBuffer(std::string_view buffer, std::size_t max_len) { |
| 182 | std::size_t len = 0; | 186 | std::size_t len = 0; |
| 183 | while (len < buffer.length() && len < max_len && buffer[len] != '\0') { | 187 | while (len < buffer.length() && len < max_len && buffer[len] != '\0') { |
diff --git a/src/common/string_util.h b/src/common/string_util.h index a33830aec..ce18a33cf 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -44,6 +44,8 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _ | |||
| 44 | 44 | ||
| 45 | #endif | 45 | #endif |
| 46 | 46 | ||
| 47 | [[nodiscard]] std::u16string U16StringFromBuffer(const u16* input, std::size_t length); | ||
| 48 | |||
| 47 | /** | 49 | /** |
| 48 | * Compares the string defined by the range [`begin`, `end`) to the null-terminated C-string | 50 | * Compares the string defined by the range [`begin`, `end`) to the null-terminated C-string |
| 49 | * `other` for equality. | 51 | * `other` for equality. |
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 62230bae0..2bd720f08 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -36,6 +36,13 @@ add_library(core STATIC | |||
| 36 | crypto/ctr_encryption_layer.h | 36 | crypto/ctr_encryption_layer.h |
| 37 | crypto/xts_encryption_layer.cpp | 37 | crypto/xts_encryption_layer.cpp |
| 38 | crypto/xts_encryption_layer.h | 38 | crypto/xts_encryption_layer.h |
| 39 | debugger/debugger_interface.h | ||
| 40 | debugger/debugger.cpp | ||
| 41 | debugger/debugger.h | ||
| 42 | debugger/gdbstub_arch.cpp | ||
| 43 | debugger/gdbstub_arch.h | ||
| 44 | debugger/gdbstub.cpp | ||
| 45 | debugger/gdbstub.h | ||
| 39 | device_memory.cpp | 46 | device_memory.cpp |
| 40 | device_memory.h | 47 | device_memory.h |
| 41 | file_sys/bis_factory.cpp | 48 | file_sys/bis_factory.cpp |
| @@ -761,6 +768,9 @@ create_target_directory_groups(core) | |||
| 761 | 768 | ||
| 762 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 769 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 763 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) | 770 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::Opus) |
| 771 | if (MINGW) | ||
| 772 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) | ||
| 773 | endif() | ||
| 764 | 774 | ||
| 765 | if (ENABLE_WEB_SERVICE) | 775 | if (ENABLE_WEB_SERVICE) |
| 766 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) | 776 | target_compile_definitions(core PRIVATE -DENABLE_WEB_SERVICE) |
diff --git a/src/core/arm/arm_interface.cpp b/src/core/arm/arm_interface.cpp index c347e7ea7..9b5a5ca57 100644 --- a/src/core/arm/arm_interface.cpp +++ b/src/core/arm/arm_interface.cpp | |||
| @@ -9,7 +9,9 @@ | |||
| 9 | #include "core/arm/arm_interface.h" | 9 | #include "core/arm/arm_interface.h" |
| 10 | #include "core/arm/symbols.h" | 10 | #include "core/arm/symbols.h" |
| 11 | #include "core/core.h" | 11 | #include "core/core.h" |
| 12 | #include "core/debugger/debugger.h" | ||
| 12 | #include "core/hle/kernel/k_process.h" | 13 | #include "core/hle/kernel/k_process.h" |
| 14 | #include "core/hle/kernel/svc.h" | ||
| 13 | #include "core/loader/loader.h" | 15 | #include "core/loader/loader.h" |
| 14 | #include "core/memory.h" | 16 | #include "core/memory.h" |
| 15 | 17 | ||
| @@ -88,4 +90,48 @@ void ARM_Interface::LogBacktrace() const { | |||
| 88 | } | 90 | } |
| 89 | } | 91 | } |
| 90 | 92 | ||
| 93 | void ARM_Interface::Run() { | ||
| 94 | using Kernel::StepState; | ||
| 95 | using Kernel::SuspendType; | ||
| 96 | |||
| 97 | while (true) { | ||
| 98 | Kernel::KThread* current_thread{system.Kernel().CurrentScheduler()->GetCurrentThread()}; | ||
| 99 | Dynarmic::HaltReason hr{}; | ||
| 100 | |||
| 101 | // Notify the debugger and go to sleep if a step was performed | ||
| 102 | // and this thread has been scheduled again. | ||
| 103 | if (current_thread->GetStepState() == StepState::StepPerformed) { | ||
| 104 | system.GetDebugger().NotifyThreadStopped(current_thread); | ||
| 105 | current_thread->RequestSuspend(SuspendType::Debug); | ||
| 106 | break; | ||
| 107 | } | ||
| 108 | |||
| 109 | // Otherwise, run the thread. | ||
| 110 | if (current_thread->GetStepState() == StepState::StepPending) { | ||
| 111 | hr = StepJit(); | ||
| 112 | |||
| 113 | if (Has(hr, step_thread)) { | ||
| 114 | current_thread->SetStepState(StepState::StepPerformed); | ||
| 115 | } | ||
| 116 | } else { | ||
| 117 | hr = RunJit(); | ||
| 118 | } | ||
| 119 | |||
| 120 | // Notify the debugger and go to sleep if a breakpoint was hit. | ||
| 121 | if (Has(hr, breakpoint)) { | ||
| 122 | system.GetDebugger().NotifyThreadStopped(current_thread); | ||
| 123 | current_thread->RequestSuspend(Kernel::SuspendType::Debug); | ||
| 124 | break; | ||
| 125 | } | ||
| 126 | |||
| 127 | // Handle syscalls and scheduling (this may change the current thread) | ||
| 128 | if (Has(hr, svc_call)) { | ||
| 129 | Kernel::Svc::Call(system, GetSvcNumber()); | ||
| 130 | } | ||
| 131 | if (Has(hr, break_loop) || !uses_wall_clock) { | ||
| 132 | break; | ||
| 133 | } | ||
| 134 | } | ||
| 135 | } | ||
| 136 | |||
| 91 | } // namespace Core | 137 | } // namespace Core |
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 8ce973a77..66f6107e9 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <vector> | 8 | #include <vector> |
| 9 | |||
| 10 | #include <dynarmic/interface/halt_reason.h> | ||
| 11 | |||
| 9 | #include "common/common_funcs.h" | 12 | #include "common/common_funcs.h" |
| 10 | #include "common/common_types.h" | 13 | #include "common/common_types.h" |
| 11 | #include "core/hardware_properties.h" | 14 | #include "core/hardware_properties.h" |
| @@ -64,10 +67,7 @@ public: | |||
| 64 | static_assert(sizeof(ThreadContext64) == 0x320); | 67 | static_assert(sizeof(ThreadContext64) == 0x320); |
| 65 | 68 | ||
| 66 | /// Runs the CPU until an event happens | 69 | /// Runs the CPU until an event happens |
| 67 | virtual void Run() = 0; | 70 | void Run(); |
| 68 | |||
| 69 | /// Step CPU by one instruction | ||
| 70 | virtual void Step() = 0; | ||
| 71 | 71 | ||
| 72 | /// Clear all instruction cache | 72 | /// Clear all instruction cache |
| 73 | virtual void ClearInstructionCache() = 0; | 73 | virtual void ClearInstructionCache() = 0; |
| @@ -194,6 +194,11 @@ public: | |||
| 194 | 194 | ||
| 195 | void LogBacktrace() const; | 195 | void LogBacktrace() const; |
| 196 | 196 | ||
| 197 | static constexpr Dynarmic::HaltReason step_thread = Dynarmic::HaltReason::Step; | ||
| 198 | static constexpr Dynarmic::HaltReason break_loop = Dynarmic::HaltReason::UserDefined2; | ||
| 199 | static constexpr Dynarmic::HaltReason svc_call = Dynarmic::HaltReason::UserDefined3; | ||
| 200 | static constexpr Dynarmic::HaltReason breakpoint = Dynarmic::HaltReason::UserDefined4; | ||
| 201 | |||
| 197 | protected: | 202 | protected: |
| 198 | /// System context that this ARM interface is running under. | 203 | /// System context that this ARM interface is running under. |
| 199 | System& system; | 204 | System& system; |
| @@ -201,6 +206,10 @@ protected: | |||
| 201 | bool uses_wall_clock; | 206 | bool uses_wall_clock; |
| 202 | 207 | ||
| 203 | static void SymbolicateBacktrace(Core::System& system, std::vector<BacktraceEntry>& out); | 208 | static void SymbolicateBacktrace(Core::System& system, std::vector<BacktraceEntry>& out); |
| 209 | |||
| 210 | virtual Dynarmic::HaltReason RunJit() = 0; | ||
| 211 | virtual Dynarmic::HaltReason StepJit() = 0; | ||
| 212 | virtual u32 GetSvcNumber() const = 0; | ||
| 204 | }; | 213 | }; |
| 205 | 214 | ||
| 206 | } // namespace Core | 215 | } // namespace Core |
diff --git a/src/core/arm/dynarmic/arm_dynarmic_32.cpp b/src/core/arm/dynarmic/arm_dynarmic_32.cpp index 781a77f6f..7c82d0b96 100644 --- a/src/core/arm/dynarmic/arm_dynarmic_32.cpp +++ b/src/core/arm/dynarmic/arm_dynarmic_32.cpp | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #include "core/arm/dynarmic/arm_exclusive_monitor.h" | 17 | #include "core/arm/dynarmic/arm_exclusive_monitor.h" |
| 18 | #include "core/core.h" | 18 | #include "core/core.h" |
| 19 | #include "core/core_timing.h" | 19 | #include "core/core_timing.h" |
| 20 | #include "core/debugger/debugger.h" | ||
| 21 | #include "core/hle/kernel/k_process.h" | ||
| 20 | #include "core/hle/kernel/svc.h" | 22 | #include "core/hle/kernel/svc.h" |
| 21 | #include "core/memory.h" | 23 | #include "core/memory.h" |
| 22 | 24 | ||
| @@ -24,9 +26,6 @@ namespace Core { | |||
| 24 | 26 | ||
| 25 | using namespace Common::Literals; | 27 | using namespace Common::Literals; |
| 26 | 28 | ||
| 27 | constexpr Dynarmic::HaltReason break_loop = Dynarmic::HaltReason::UserDefined2; | ||
| 28 | constexpr Dynarmic::HaltReason svc_call = Dynarmic::HaltReason::UserDefined3; | ||
| 29 | |||
| 30 | class DynarmicCallbacks32 : public Dynarmic::A32::UserCallbacks { | 29 | class DynarmicCallbacks32 : public Dynarmic::A32::UserCallbacks { |
| 31 | public: | 30 | public: |
| 32 | explicit DynarmicCallbacks32(ARM_Dynarmic_32& parent_) | 31 | explicit DynarmicCallbacks32(ARM_Dynarmic_32& parent_) |
| @@ -78,16 +77,21 @@ public: | |||
| 78 | } | 77 | } |
| 79 | 78 | ||
| 80 | void ExceptionRaised(u32 pc, Dynarmic::A32::Exception exception) override { | 79 | void ExceptionRaised(u32 pc, Dynarmic::A32::Exception exception) override { |
| 80 | if (parent.system.DebuggerEnabled()) { | ||
| 81 | parent.jit.load()->Regs()[15] = pc; | ||
| 82 | parent.jit.load()->HaltExecution(ARM_Interface::breakpoint); | ||
| 83 | return; | ||
| 84 | } | ||
| 85 | |||
| 81 | parent.LogBacktrace(); | 86 | parent.LogBacktrace(); |
| 82 | LOG_CRITICAL(Core_ARM, | 87 | LOG_CRITICAL(Core_ARM, |
| 83 | "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X}, thumb = {})", | 88 | "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X}, thumb = {})", |
| 84 | exception, pc, MemoryReadCode(pc), parent.IsInThumbMode()); | 89 | exception, pc, MemoryReadCode(pc), parent.IsInThumbMode()); |
| 85 | UNIMPLEMENTED(); | ||
| 86 | } | 90 | } |
| 87 | 91 | ||
| 88 | void CallSVC(u32 swi) override { | 92 | void CallSVC(u32 swi) override { |
| 89 | parent.svc_swi = swi; | 93 | parent.svc_swi = swi; |
| 90 | parent.jit.load()->HaltExecution(svc_call); | 94 | parent.jit.load()->HaltExecution(ARM_Interface::svc_call); |
| 91 | } | 95 | } |
| 92 | 96 | ||
| 93 | void AddTicks(u64 ticks) override { | 97 | void AddTicks(u64 ticks) override { |
| @@ -232,20 +236,16 @@ std::shared_ptr<Dynarmic::A32::Jit> ARM_Dynarmic_32::MakeJit(Common::PageTable* | |||
| 232 | return std::make_unique<Dynarmic::A32::Jit>(config); | 236 | return std::make_unique<Dynarmic::A32::Jit>(config); |
| 233 | } | 237 | } |
| 234 | 238 | ||
| 235 | void ARM_Dynarmic_32::Run() { | 239 | Dynarmic::HaltReason ARM_Dynarmic_32::RunJit() { |
| 236 | while (true) { | 240 | return jit.load()->Run(); |
| 237 | const auto hr = jit.load()->Run(); | 241 | } |
| 238 | if (Has(hr, svc_call)) { | 242 | |
| 239 | Kernel::Svc::Call(system, svc_swi); | 243 | Dynarmic::HaltReason ARM_Dynarmic_32::StepJit() { |
| 240 | } | 244 | return jit.load()->Step(); |
| 241 | if (Has(hr, break_loop) || !uses_wall_clock) { | ||
| 242 | break; | ||
| 243 | } | ||
| 244 | } | ||
| 245 | } | 245 | } |
| 246 | 246 | ||
| 247 | void ARM_Dynarmic_32::Step() { | 247 | u32 ARM_Dynarmic_32::GetSvcNumber() const { |
| 248 | jit.load()->Step(); | 248 | return svc_swi; |
| 249 | } | 249 | } |
| 250 | 250 | ||
| 251 | ARM_Dynarmic_32::ARM_Dynarmic_32(System& system_, CPUInterrupts& interrupt_handlers_, | 251 | ARM_Dynarmic_32::ARM_Dynarmic_32(System& system_, CPUInterrupts& interrupt_handlers_, |
diff --git a/src/core/arm/dynarmic/arm_dynarmic_32.h b/src/core/arm/dynarmic/arm_dynarmic_32.h index abfe76644..5b1d60005 100644 --- a/src/core/arm/dynarmic/arm_dynarmic_32.h +++ b/src/core/arm/dynarmic/arm_dynarmic_32.h | |||
| @@ -41,8 +41,6 @@ public: | |||
| 41 | void SetVectorReg(int index, u128 value) override; | 41 | void SetVectorReg(int index, u128 value) override; |
| 42 | u32 GetPSTATE() const override; | 42 | u32 GetPSTATE() const override; |
| 43 | void SetPSTATE(u32 pstate) override; | 43 | void SetPSTATE(u32 pstate) override; |
| 44 | void Run() override; | ||
| 45 | void Step() override; | ||
| 46 | VAddr GetTlsAddress() const override; | 44 | VAddr GetTlsAddress() const override; |
| 47 | void SetTlsAddress(VAddr address) override; | 45 | void SetTlsAddress(VAddr address) override; |
| 48 | void SetTPIDR_EL0(u64 value) override; | 46 | void SetTPIDR_EL0(u64 value) override; |
| @@ -70,6 +68,11 @@ public: | |||
| 70 | 68 | ||
| 71 | std::vector<BacktraceEntry> GetBacktrace() const override; | 69 | std::vector<BacktraceEntry> GetBacktrace() const override; |
| 72 | 70 | ||
| 71 | protected: | ||
| 72 | Dynarmic::HaltReason RunJit() override; | ||
| 73 | Dynarmic::HaltReason StepJit() override; | ||
| 74 | u32 GetSvcNumber() const override; | ||
| 75 | |||
| 73 | private: | 76 | private: |
| 74 | std::shared_ptr<Dynarmic::A32::Jit> MakeJit(Common::PageTable* page_table) const; | 77 | std::shared_ptr<Dynarmic::A32::Jit> MakeJit(Common::PageTable* page_table) const; |
| 75 | 78 | ||
diff --git a/src/core/arm/dynarmic/arm_dynarmic_64.cpp b/src/core/arm/dynarmic/arm_dynarmic_64.cpp index 1b1334598..d4c67eafd 100644 --- a/src/core/arm/dynarmic/arm_dynarmic_64.cpp +++ b/src/core/arm/dynarmic/arm_dynarmic_64.cpp | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | #include "core/arm/dynarmic/arm_exclusive_monitor.h" | 15 | #include "core/arm/dynarmic/arm_exclusive_monitor.h" |
| 16 | #include "core/core.h" | 16 | #include "core/core.h" |
| 17 | #include "core/core_timing.h" | 17 | #include "core/core_timing.h" |
| 18 | #include "core/debugger/debugger.h" | ||
| 18 | #include "core/hardware_properties.h" | 19 | #include "core/hardware_properties.h" |
| 19 | #include "core/hle/kernel/k_process.h" | 20 | #include "core/hle/kernel/k_process.h" |
| 20 | #include "core/hle/kernel/svc.h" | 21 | #include "core/hle/kernel/svc.h" |
| @@ -25,9 +26,6 @@ namespace Core { | |||
| 25 | using Vector = Dynarmic::A64::Vector; | 26 | using Vector = Dynarmic::A64::Vector; |
| 26 | using namespace Common::Literals; | 27 | using namespace Common::Literals; |
| 27 | 28 | ||
| 28 | constexpr Dynarmic::HaltReason break_loop = Dynarmic::HaltReason::UserDefined2; | ||
| 29 | constexpr Dynarmic::HaltReason svc_call = Dynarmic::HaltReason::UserDefined3; | ||
| 30 | |||
| 31 | class DynarmicCallbacks64 : public Dynarmic::A64::UserCallbacks { | 29 | class DynarmicCallbacks64 : public Dynarmic::A64::UserCallbacks { |
| 32 | public: | 30 | public: |
| 33 | explicit DynarmicCallbacks64(ARM_Dynarmic_64& parent_) | 31 | explicit DynarmicCallbacks64(ARM_Dynarmic_64& parent_) |
| @@ -119,8 +117,13 @@ public: | |||
| 119 | case Dynarmic::A64::Exception::SendEventLocal: | 117 | case Dynarmic::A64::Exception::SendEventLocal: |
| 120 | case Dynarmic::A64::Exception::Yield: | 118 | case Dynarmic::A64::Exception::Yield: |
| 121 | return; | 119 | return; |
| 122 | case Dynarmic::A64::Exception::Breakpoint: | ||
| 123 | default: | 120 | default: |
| 121 | if (parent.system.DebuggerEnabled()) { | ||
| 122 | parent.jit.load()->SetPC(pc); | ||
| 123 | parent.jit.load()->HaltExecution(ARM_Interface::breakpoint); | ||
| 124 | return; | ||
| 125 | } | ||
| 126 | |||
| 124 | parent.LogBacktrace(); | 127 | parent.LogBacktrace(); |
| 125 | ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X})", | 128 | ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X})", |
| 126 | static_cast<std::size_t>(exception), pc, MemoryReadCode(pc)); | 129 | static_cast<std::size_t>(exception), pc, MemoryReadCode(pc)); |
| @@ -129,7 +132,7 @@ public: | |||
| 129 | 132 | ||
| 130 | void CallSVC(u32 swi) override { | 133 | void CallSVC(u32 swi) override { |
| 131 | parent.svc_swi = swi; | 134 | parent.svc_swi = swi; |
| 132 | parent.jit.load()->HaltExecution(svc_call); | 135 | parent.jit.load()->HaltExecution(ARM_Interface::svc_call); |
| 133 | } | 136 | } |
| 134 | 137 | ||
| 135 | void AddTicks(u64 ticks) override { | 138 | void AddTicks(u64 ticks) override { |
| @@ -293,20 +296,16 @@ std::shared_ptr<Dynarmic::A64::Jit> ARM_Dynarmic_64::MakeJit(Common::PageTable* | |||
| 293 | return std::make_shared<Dynarmic::A64::Jit>(config); | 296 | return std::make_shared<Dynarmic::A64::Jit>(config); |
| 294 | } | 297 | } |
| 295 | 298 | ||
| 296 | void ARM_Dynarmic_64::Run() { | 299 | Dynarmic::HaltReason ARM_Dynarmic_64::RunJit() { |
| 297 | while (true) { | 300 | return jit.load()->Run(); |
| 298 | const auto hr = jit.load()->Run(); | 301 | } |
| 299 | if (Has(hr, svc_call)) { | 302 | |
| 300 | Kernel::Svc::Call(system, svc_swi); | 303 | Dynarmic::HaltReason ARM_Dynarmic_64::StepJit() { |
| 301 | } | 304 | return jit.load()->Step(); |
| 302 | if (Has(hr, break_loop) || !uses_wall_clock) { | ||
| 303 | break; | ||
| 304 | } | ||
| 305 | } | ||
| 306 | } | 305 | } |
| 307 | 306 | ||
| 308 | void ARM_Dynarmic_64::Step() { | 307 | u32 ARM_Dynarmic_64::GetSvcNumber() const { |
| 309 | jit.load()->Step(); | 308 | return svc_swi; |
| 310 | } | 309 | } |
| 311 | 310 | ||
| 312 | ARM_Dynarmic_64::ARM_Dynarmic_64(System& system_, CPUInterrupts& interrupt_handlers_, | 311 | ARM_Dynarmic_64::ARM_Dynarmic_64(System& system_, CPUInterrupts& interrupt_handlers_, |
diff --git a/src/core/arm/dynarmic/arm_dynarmic_64.h b/src/core/arm/dynarmic/arm_dynarmic_64.h index 01a7e4dad..abfbc3c3f 100644 --- a/src/core/arm/dynarmic/arm_dynarmic_64.h +++ b/src/core/arm/dynarmic/arm_dynarmic_64.h | |||
| @@ -39,8 +39,6 @@ public: | |||
| 39 | void SetVectorReg(int index, u128 value) override; | 39 | void SetVectorReg(int index, u128 value) override; |
| 40 | u32 GetPSTATE() const override; | 40 | u32 GetPSTATE() const override; |
| 41 | void SetPSTATE(u32 pstate) override; | 41 | void SetPSTATE(u32 pstate) override; |
| 42 | void Run() override; | ||
| 43 | void Step() override; | ||
| 44 | VAddr GetTlsAddress() const override; | 42 | VAddr GetTlsAddress() const override; |
| 45 | void SetTlsAddress(VAddr address) override; | 43 | void SetTlsAddress(VAddr address) override; |
| 46 | void SetTPIDR_EL0(u64 value) override; | 44 | void SetTPIDR_EL0(u64 value) override; |
| @@ -64,6 +62,11 @@ public: | |||
| 64 | 62 | ||
| 65 | std::vector<BacktraceEntry> GetBacktrace() const override; | 63 | std::vector<BacktraceEntry> GetBacktrace() const override; |
| 66 | 64 | ||
| 65 | protected: | ||
| 66 | Dynarmic::HaltReason RunJit() override; | ||
| 67 | Dynarmic::HaltReason StepJit() override; | ||
| 68 | u32 GetSvcNumber() const override; | ||
| 69 | |||
| 67 | private: | 70 | private: |
| 68 | std::shared_ptr<Dynarmic::A64::Jit> MakeJit(Common::PageTable* page_table, | 71 | std::shared_ptr<Dynarmic::A64::Jit> MakeJit(Common::PageTable* page_table, |
| 69 | std::size_t address_space_bits) const; | 72 | std::size_t address_space_bits) const; |
diff --git a/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp b/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp index a043e6735..6aae79c48 100644 --- a/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp +++ b/src/core/arm/dynarmic/arm_dynarmic_cp15.cpp | |||
| @@ -20,7 +20,7 @@ struct fmt::formatter<Dynarmic::A32::CoprocReg> { | |||
| 20 | } | 20 | } |
| 21 | template <typename FormatContext> | 21 | template <typename FormatContext> |
| 22 | auto format(const Dynarmic::A32::CoprocReg& reg, FormatContext& ctx) { | 22 | auto format(const Dynarmic::A32::CoprocReg& reg, FormatContext& ctx) { |
| 23 | return format_to(ctx.out(), "cp{}", static_cast<size_t>(reg)); | 23 | return fmt::format_to(ctx.out(), "cp{}", static_cast<size_t>(reg)); |
| 24 | } | 24 | } |
| 25 | }; | 25 | }; |
| 26 | 26 | ||
diff --git a/src/core/arm/symbols.cpp b/src/core/arm/symbols.cpp index 4aa1a1ee1..0259c7ea2 100644 --- a/src/core/arm/symbols.cpp +++ b/src/core/arm/symbols.cpp | |||
| @@ -3,73 +3,14 @@ | |||
| 3 | 3 | ||
| 4 | #include "common/bit_field.h" | 4 | #include "common/bit_field.h" |
| 5 | #include "common/common_funcs.h" | 5 | #include "common/common_funcs.h" |
| 6 | #include "common/elf.h" | ||
| 6 | #include "core/arm/symbols.h" | 7 | #include "core/arm/symbols.h" |
| 7 | #include "core/core.h" | 8 | #include "core/core.h" |
| 8 | #include "core/memory.h" | 9 | #include "core/memory.h" |
| 9 | 10 | ||
| 10 | namespace Core { | 11 | using namespace Common::ELF; |
| 11 | namespace { | ||
| 12 | |||
| 13 | constexpr u64 ELF_DYNAMIC_TAG_NULL = 0; | ||
| 14 | constexpr u64 ELF_DYNAMIC_TAG_STRTAB = 5; | ||
| 15 | constexpr u64 ELF_DYNAMIC_TAG_SYMTAB = 6; | ||
| 16 | constexpr u64 ELF_DYNAMIC_TAG_SYMENT = 11; | ||
| 17 | |||
| 18 | enum class ELFSymbolType : u8 { | ||
| 19 | None = 0, | ||
| 20 | Object = 1, | ||
| 21 | Function = 2, | ||
| 22 | Section = 3, | ||
| 23 | File = 4, | ||
| 24 | Common = 5, | ||
| 25 | TLS = 6, | ||
| 26 | }; | ||
| 27 | |||
| 28 | enum class ELFSymbolBinding : u8 { | ||
| 29 | Local = 0, | ||
| 30 | Global = 1, | ||
| 31 | Weak = 2, | ||
| 32 | }; | ||
| 33 | |||
| 34 | enum class ELFSymbolVisibility : u8 { | ||
| 35 | Default = 0, | ||
| 36 | Internal = 1, | ||
| 37 | Hidden = 2, | ||
| 38 | Protected = 3, | ||
| 39 | }; | ||
| 40 | |||
| 41 | struct ELF64Symbol { | ||
| 42 | u32 name_index; | ||
| 43 | union { | ||
| 44 | u8 info; | ||
| 45 | |||
| 46 | BitField<0, 4, ELFSymbolType> type; | ||
| 47 | BitField<4, 4, ELFSymbolBinding> binding; | ||
| 48 | }; | ||
| 49 | ELFSymbolVisibility visibility; | ||
| 50 | u16 sh_index; | ||
| 51 | u64 value; | ||
| 52 | u64 size; | ||
| 53 | }; | ||
| 54 | static_assert(sizeof(ELF64Symbol) == 0x18, "ELF64Symbol has incorrect size."); | ||
| 55 | |||
| 56 | struct ELF32Symbol { | ||
| 57 | u32 name_index; | ||
| 58 | u32 value; | ||
| 59 | u32 size; | ||
| 60 | union { | ||
| 61 | u8 info; | ||
| 62 | |||
| 63 | BitField<0, 4, ELFSymbolType> type; | ||
| 64 | BitField<4, 4, ELFSymbolBinding> binding; | ||
| 65 | }; | ||
| 66 | ELFSymbolVisibility visibility; | ||
| 67 | u16 sh_index; | ||
| 68 | }; | ||
| 69 | static_assert(sizeof(ELF32Symbol) == 0x10, "ELF32Symbol has incorrect size."); | ||
| 70 | |||
| 71 | } // Anonymous namespace | ||
| 72 | 12 | ||
| 13 | namespace Core { | ||
| 73 | namespace Symbols { | 14 | namespace Symbols { |
| 74 | 15 | ||
| 75 | template <typename Word, typename ELFSymbol, typename ByteReader> | 16 | template <typename Word, typename ELFSymbol, typename ByteReader> |
| @@ -110,15 +51,15 @@ static Symbols GetSymbols(ByteReader ReadBytes) { | |||
| 110 | const Word value = ReadWord(dynamic_index + sizeof(Word)); | 51 | const Word value = ReadWord(dynamic_index + sizeof(Word)); |
| 111 | dynamic_index += 2 * sizeof(Word); | 52 | dynamic_index += 2 * sizeof(Word); |
| 112 | 53 | ||
| 113 | if (tag == ELF_DYNAMIC_TAG_NULL) { | 54 | if (tag == ElfDtNull) { |
| 114 | break; | 55 | break; |
| 115 | } | 56 | } |
| 116 | 57 | ||
| 117 | if (tag == ELF_DYNAMIC_TAG_STRTAB) { | 58 | if (tag == ElfDtStrtab) { |
| 118 | string_table_offset = value; | 59 | string_table_offset = value; |
| 119 | } else if (tag == ELF_DYNAMIC_TAG_SYMTAB) { | 60 | } else if (tag == ElfDtSymtab) { |
| 120 | symbol_table_offset = value; | 61 | symbol_table_offset = value; |
| 121 | } else if (tag == ELF_DYNAMIC_TAG_SYMENT) { | 62 | } else if (tag == ElfDtSyment) { |
| 122 | symbol_entry_size = value; | 63 | symbol_entry_size = value; |
| 123 | } | 64 | } |
| 124 | } | 65 | } |
| @@ -134,14 +75,14 @@ static Symbols GetSymbols(ByteReader ReadBytes) { | |||
| 134 | ELFSymbol symbol{}; | 75 | ELFSymbol symbol{}; |
| 135 | ReadBytes(&symbol, symbol_index, sizeof(ELFSymbol)); | 76 | ReadBytes(&symbol, symbol_index, sizeof(ELFSymbol)); |
| 136 | 77 | ||
| 137 | VAddr string_offset = string_table_offset + symbol.name_index; | 78 | VAddr string_offset = string_table_offset + symbol.st_name; |
| 138 | std::string name; | 79 | std::string name; |
| 139 | for (u8 c = Read8(string_offset); c != 0; c = Read8(++string_offset)) { | 80 | for (u8 c = Read8(string_offset); c != 0; c = Read8(++string_offset)) { |
| 140 | name += static_cast<char>(c); | 81 | name += static_cast<char>(c); |
| 141 | } | 82 | } |
| 142 | 83 | ||
| 143 | symbol_index += symbol_entry_size; | 84 | symbol_index += symbol_entry_size; |
| 144 | out[name] = std::make_pair(symbol.value, symbol.size); | 85 | out[name] = std::make_pair(symbol.st_value, symbol.st_size); |
| 145 | } | 86 | } |
| 146 | 87 | ||
| 147 | return out; | 88 | return out; |
| @@ -152,9 +93,9 @@ Symbols GetSymbols(VAddr base, Core::Memory::Memory& memory, bool is_64) { | |||
| 152 | [&](void* ptr, size_t offset, size_t size) { memory.ReadBlock(base + offset, ptr, size); }}; | 93 | [&](void* ptr, size_t offset, size_t size) { memory.ReadBlock(base + offset, ptr, size); }}; |
| 153 | 94 | ||
| 154 | if (is_64) { | 95 | if (is_64) { |
| 155 | return GetSymbols<u64, ELF64Symbol>(ReadBytes); | 96 | return GetSymbols<u64, Elf64_Sym>(ReadBytes); |
| 156 | } else { | 97 | } else { |
| 157 | return GetSymbols<u32, ELF32Symbol>(ReadBytes); | 98 | return GetSymbols<u32, Elf32_Sym>(ReadBytes); |
| 158 | } | 99 | } |
| 159 | } | 100 | } |
| 160 | 101 | ||
| @@ -164,9 +105,9 @@ Symbols GetSymbols(std::span<const u8> data, bool is_64) { | |||
| 164 | }}; | 105 | }}; |
| 165 | 106 | ||
| 166 | if (is_64) { | 107 | if (is_64) { |
| 167 | return GetSymbols<u64, ELF64Symbol>(ReadBytes); | 108 | return GetSymbols<u64, Elf64_Sym>(ReadBytes); |
| 168 | } else { | 109 | } else { |
| 169 | return GetSymbols<u32, ELF32Symbol>(ReadBytes); | 110 | return GetSymbols<u32, Elf32_Sym>(ReadBytes); |
| 170 | } | 111 | } |
| 171 | } | 112 | } |
| 172 | 113 | ||
diff --git a/src/core/core.cpp b/src/core/core.cpp index 8a887904d..7d974ba65 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | #include "core/core.h" | 17 | #include "core/core.h" |
| 18 | #include "core/core_timing.h" | 18 | #include "core/core_timing.h" |
| 19 | #include "core/cpu_manager.h" | 19 | #include "core/cpu_manager.h" |
| 20 | #include "core/debugger/debugger.h" | ||
| 20 | #include "core/device_memory.h" | 21 | #include "core/device_memory.h" |
| 21 | #include "core/file_sys/bis_factory.h" | 22 | #include "core/file_sys/bis_factory.h" |
| 22 | #include "core/file_sys/mode.h" | 23 | #include "core/file_sys/mode.h" |
| @@ -171,6 +172,10 @@ struct System::Impl { | |||
| 171 | } | 172 | } |
| 172 | } | 173 | } |
| 173 | 174 | ||
| 175 | void InitializeDebugger(System& system, u16 port) { | ||
| 176 | debugger = std::make_unique<Debugger>(system, port); | ||
| 177 | } | ||
| 178 | |||
| 174 | SystemResultStatus Init(System& system, Frontend::EmuWindow& emu_window) { | 179 | SystemResultStatus Init(System& system, Frontend::EmuWindow& emu_window) { |
| 175 | LOG_DEBUG(Core, "initialized OK"); | 180 | LOG_DEBUG(Core, "initialized OK"); |
| 176 | 181 | ||
| @@ -329,6 +334,7 @@ struct System::Impl { | |||
| 329 | gpu_core->NotifyShutdown(); | 334 | gpu_core->NotifyShutdown(); |
| 330 | } | 335 | } |
| 331 | 336 | ||
| 337 | debugger.reset(); | ||
| 332 | services.reset(); | 338 | services.reset(); |
| 333 | service_manager.reset(); | 339 | service_manager.reset(); |
| 334 | cheat_engine.reset(); | 340 | cheat_engine.reset(); |
| @@ -436,6 +442,9 @@ struct System::Impl { | |||
| 436 | /// Network instance | 442 | /// Network instance |
| 437 | Network::NetworkInstance network_instance; | 443 | Network::NetworkInstance network_instance; |
| 438 | 444 | ||
| 445 | /// Debugger | ||
| 446 | std::unique_ptr<Core::Debugger> debugger; | ||
| 447 | |||
| 439 | SystemResultStatus status = SystemResultStatus::Success; | 448 | SystemResultStatus status = SystemResultStatus::Success; |
| 440 | std::string status_details = ""; | 449 | std::string status_details = ""; |
| 441 | 450 | ||
| @@ -472,10 +481,6 @@ SystemResultStatus System::Pause() { | |||
| 472 | return impl->Pause(); | 481 | return impl->Pause(); |
| 473 | } | 482 | } |
| 474 | 483 | ||
| 475 | SystemResultStatus System::SingleStep() { | ||
| 476 | return SystemResultStatus::Success; | ||
| 477 | } | ||
| 478 | |||
| 479 | void System::InvalidateCpuInstructionCaches() { | 484 | void System::InvalidateCpuInstructionCaches() { |
| 480 | impl->kernel.InvalidateAllInstructionCaches(); | 485 | impl->kernel.InvalidateAllInstructionCaches(); |
| 481 | } | 486 | } |
| @@ -496,6 +501,10 @@ void System::UnstallCPU() { | |||
| 496 | impl->UnstallCPU(); | 501 | impl->UnstallCPU(); |
| 497 | } | 502 | } |
| 498 | 503 | ||
| 504 | void System::InitializeDebugger() { | ||
| 505 | impl->InitializeDebugger(*this, Settings::values.gdbstub_port.GetValue()); | ||
| 506 | } | ||
| 507 | |||
| 499 | SystemResultStatus System::Load(Frontend::EmuWindow& emu_window, const std::string& filepath, | 508 | SystemResultStatus System::Load(Frontend::EmuWindow& emu_window, const std::string& filepath, |
| 500 | u64 program_id, std::size_t program_index) { | 509 | u64 program_id, std::size_t program_index) { |
| 501 | return impl->Load(*this, emu_window, filepath, program_id, program_index); | 510 | return impl->Load(*this, emu_window, filepath, program_id, program_index); |
| @@ -809,6 +818,18 @@ bool System::IsMulticore() const { | |||
| 809 | return impl->is_multicore; | 818 | return impl->is_multicore; |
| 810 | } | 819 | } |
| 811 | 820 | ||
| 821 | bool System::DebuggerEnabled() const { | ||
| 822 | return Settings::values.use_gdbstub.GetValue(); | ||
| 823 | } | ||
| 824 | |||
| 825 | Core::Debugger& System::GetDebugger() { | ||
| 826 | return *impl->debugger; | ||
| 827 | } | ||
| 828 | |||
| 829 | const Core::Debugger& System::GetDebugger() const { | ||
| 830 | return *impl->debugger; | ||
| 831 | } | ||
| 832 | |||
| 812 | void System::RegisterExecuteProgramCallback(ExecuteProgramCallback&& callback) { | 833 | void System::RegisterExecuteProgramCallback(ExecuteProgramCallback&& callback) { |
| 813 | impl->execute_program_callback = std::move(callback); | 834 | impl->execute_program_callback = std::move(callback); |
| 814 | } | 835 | } |
diff --git a/src/core/core.h b/src/core/core.h index 4a0c7dc84..94477206e 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -97,6 +97,7 @@ namespace Core { | |||
| 97 | 97 | ||
| 98 | class ARM_Interface; | 98 | class ARM_Interface; |
| 99 | class CpuManager; | 99 | class CpuManager; |
| 100 | class Debugger; | ||
| 100 | class DeviceMemory; | 101 | class DeviceMemory; |
| 101 | class ExclusiveMonitor; | 102 | class ExclusiveMonitor; |
| 102 | class SpeedLimiter; | 103 | class SpeedLimiter; |
| @@ -148,12 +149,6 @@ public: | |||
| 148 | [[nodiscard]] SystemResultStatus Pause(); | 149 | [[nodiscard]] SystemResultStatus Pause(); |
| 149 | 150 | ||
| 150 | /** | 151 | /** |
| 151 | * Step the CPU one instruction | ||
| 152 | * @return Result status, indicating whether or not the operation succeeded. | ||
| 153 | */ | ||
| 154 | [[nodiscard]] SystemResultStatus SingleStep(); | ||
| 155 | |||
| 156 | /** | ||
| 157 | * Invalidate the CPU instruction caches | 152 | * Invalidate the CPU instruction caches |
| 158 | * This function should only be used by GDB Stub to support breakpoints, memory updates and | 153 | * This function should only be used by GDB Stub to support breakpoints, memory updates and |
| 159 | * step/continue commands. | 154 | * step/continue commands. |
| @@ -169,6 +164,11 @@ public: | |||
| 169 | void UnstallCPU(); | 164 | void UnstallCPU(); |
| 170 | 165 | ||
| 171 | /** | 166 | /** |
| 167 | * Initialize the debugger. | ||
| 168 | */ | ||
| 169 | void InitializeDebugger(); | ||
| 170 | |||
| 171 | /** | ||
| 172 | * Load an executable application. | 172 | * Load an executable application. |
| 173 | * @param emu_window Reference to the host-system window used for video output and keyboard | 173 | * @param emu_window Reference to the host-system window used for video output and keyboard |
| 174 | * input. | 174 | * input. |
| @@ -354,6 +354,9 @@ public: | |||
| 354 | [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); | 354 | [[nodiscard]] Service::Time::TimeManager& GetTimeManager(); |
| 355 | [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; | 355 | [[nodiscard]] const Service::Time::TimeManager& GetTimeManager() const; |
| 356 | 356 | ||
| 357 | [[nodiscard]] Core::Debugger& GetDebugger(); | ||
| 358 | [[nodiscard]] const Core::Debugger& GetDebugger() const; | ||
| 359 | |||
| 357 | void SetExitLock(bool locked); | 360 | void SetExitLock(bool locked); |
| 358 | [[nodiscard]] bool GetExitLock() const; | 361 | [[nodiscard]] bool GetExitLock() const; |
| 359 | 362 | ||
| @@ -375,6 +378,9 @@ public: | |||
| 375 | /// Tells if system is running on multicore. | 378 | /// Tells if system is running on multicore. |
| 376 | [[nodiscard]] bool IsMulticore() const; | 379 | [[nodiscard]] bool IsMulticore() const; |
| 377 | 380 | ||
| 381 | /// Tells if the system debugger is enabled. | ||
| 382 | [[nodiscard]] bool DebuggerEnabled() const; | ||
| 383 | |||
| 378 | /// Type used for the frontend to designate a callback for System to re-launch the application | 384 | /// Type used for the frontend to designate a callback for System to re-launch the application |
| 379 | /// using a specified program index. | 385 | /// using a specified program index. |
| 380 | using ExecuteProgramCallback = std::function<void(std::size_t)>; | 386 | using ExecuteProgramCallback = std::function<void(std::size_t)>; |
diff --git a/src/core/debugger/debugger.cpp b/src/core/debugger/debugger.cpp new file mode 100644 index 000000000..8d64990ed --- /dev/null +++ b/src/core/debugger/debugger.cpp | |||
| @@ -0,0 +1,269 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include <algorithm> | ||
| 5 | #include <mutex> | ||
| 6 | #include <thread> | ||
| 7 | |||
| 8 | #include <boost/asio.hpp> | ||
| 9 | #include <boost/process/async_pipe.hpp> | ||
| 10 | |||
| 11 | #include "common/logging/log.h" | ||
| 12 | #include "common/thread.h" | ||
| 13 | #include "core/core.h" | ||
| 14 | #include "core/debugger/debugger.h" | ||
| 15 | #include "core/debugger/debugger_interface.h" | ||
| 16 | #include "core/debugger/gdbstub.h" | ||
| 17 | #include "core/hle/kernel/global_scheduler_context.h" | ||
| 18 | |||
| 19 | template <typename Readable, typename Buffer, typename Callback> | ||
| 20 | static void AsyncReceiveInto(Readable& r, Buffer& buffer, Callback&& c) { | ||
| 21 | static_assert(std::is_trivial_v<Buffer>); | ||
| 22 | auto boost_buffer{boost::asio::buffer(&buffer, sizeof(Buffer))}; | ||
| 23 | r.async_read_some( | ||
| 24 | boost_buffer, [&, c](const boost::system::error_code& error, size_t bytes_read) { | ||
| 25 | if (!error.failed()) { | ||
| 26 | const u8* buffer_start = reinterpret_cast<const u8*>(&buffer); | ||
| 27 | std::span<const u8> received_data{buffer_start, buffer_start + bytes_read}; | ||
| 28 | c(received_data); | ||
| 29 | } | ||
| 30 | |||
| 31 | AsyncReceiveInto(r, buffer, c); | ||
| 32 | }); | ||
| 33 | } | ||
| 34 | |||
| 35 | template <typename Readable, typename Buffer> | ||
| 36 | static std::span<const u8> ReceiveInto(Readable& r, Buffer& buffer) { | ||
| 37 | static_assert(std::is_trivial_v<Buffer>); | ||
| 38 | auto boost_buffer{boost::asio::buffer(&buffer, sizeof(Buffer))}; | ||
| 39 | size_t bytes_read = r.read_some(boost_buffer); | ||
| 40 | const u8* buffer_start = reinterpret_cast<const u8*>(&buffer); | ||
| 41 | std::span<const u8> received_data{buffer_start, buffer_start + bytes_read}; | ||
| 42 | return received_data; | ||
| 43 | } | ||
| 44 | |||
| 45 | namespace Core { | ||
| 46 | |||
| 47 | class DebuggerImpl : public DebuggerBackend { | ||
| 48 | public: | ||
| 49 | explicit DebuggerImpl(Core::System& system_, u16 port) | ||
| 50 | : system{system_}, signal_pipe{io_context}, client_socket{io_context} { | ||
| 51 | frontend = std::make_unique<GDBStub>(*this, system); | ||
| 52 | InitializeServer(port); | ||
| 53 | } | ||
| 54 | |||
| 55 | ~DebuggerImpl() override { | ||
| 56 | ShutdownServer(); | ||
| 57 | } | ||
| 58 | |||
| 59 | bool NotifyThreadStopped(Kernel::KThread* thread) { | ||
| 60 | std::scoped_lock lk{connection_lock}; | ||
| 61 | |||
| 62 | if (stopped) { | ||
| 63 | // Do not notify the debugger about another event. | ||
| 64 | // It should be ignored. | ||
| 65 | return false; | ||
| 66 | } | ||
| 67 | stopped = true; | ||
| 68 | |||
| 69 | boost::asio::write(signal_pipe, boost::asio::buffer(&thread, sizeof(thread))); | ||
| 70 | return true; | ||
| 71 | } | ||
| 72 | |||
| 73 | std::span<const u8> ReadFromClient() override { | ||
| 74 | return ReceiveInto(client_socket, client_data); | ||
| 75 | } | ||
| 76 | |||
| 77 | void WriteToClient(std::span<const u8> data) override { | ||
| 78 | boost::asio::write(client_socket, boost::asio::buffer(data.data(), data.size_bytes())); | ||
| 79 | } | ||
| 80 | |||
| 81 | void SetActiveThread(Kernel::KThread* thread) override { | ||
| 82 | active_thread = thread; | ||
| 83 | } | ||
| 84 | |||
| 85 | Kernel::KThread* GetActiveThread() override { | ||
| 86 | return active_thread; | ||
| 87 | } | ||
| 88 | |||
| 89 | private: | ||
| 90 | void InitializeServer(u16 port) { | ||
| 91 | using boost::asio::ip::tcp; | ||
| 92 | |||
| 93 | LOG_INFO(Debug_GDBStub, "Starting server on port {}...", port); | ||
| 94 | |||
| 95 | // Run the connection thread. | ||
| 96 | connection_thread = std::jthread([&, port](std::stop_token stop_token) { | ||
| 97 | try { | ||
| 98 | // Initialize the listening socket and accept a new client. | ||
| 99 | tcp::endpoint endpoint{boost::asio::ip::address_v4::loopback(), port}; | ||
| 100 | tcp::acceptor acceptor{io_context, endpoint}; | ||
| 101 | |||
| 102 | acceptor.async_accept(client_socket, [](const auto&) {}); | ||
| 103 | io_context.run_one(); | ||
| 104 | io_context.restart(); | ||
| 105 | |||
| 106 | if (stop_token.stop_requested()) { | ||
| 107 | return; | ||
| 108 | } | ||
| 109 | |||
| 110 | ThreadLoop(stop_token); | ||
| 111 | } catch (const std::exception& ex) { | ||
| 112 | LOG_CRITICAL(Debug_GDBStub, "Stopping server: {}", ex.what()); | ||
| 113 | } | ||
| 114 | }); | ||
| 115 | } | ||
| 116 | |||
| 117 | void ShutdownServer() { | ||
| 118 | connection_thread.request_stop(); | ||
| 119 | io_context.stop(); | ||
| 120 | connection_thread.join(); | ||
| 121 | } | ||
| 122 | |||
| 123 | void ThreadLoop(std::stop_token stop_token) { | ||
| 124 | Common::SetCurrentThreadName("yuzu:Debugger"); | ||
| 125 | |||
| 126 | // Set up the client signals for new data. | ||
| 127 | AsyncReceiveInto(signal_pipe, active_thread, [&](auto d) { PipeData(d); }); | ||
| 128 | AsyncReceiveInto(client_socket, client_data, [&](auto d) { ClientData(d); }); | ||
| 129 | |||
| 130 | // Stop the emulated CPU. | ||
| 131 | AllCoreStop(); | ||
| 132 | |||
| 133 | // Set the active thread. | ||
| 134 | UpdateActiveThread(); | ||
| 135 | |||
| 136 | // Set up the frontend. | ||
| 137 | frontend->Connected(); | ||
| 138 | |||
| 139 | // Main event loop. | ||
| 140 | while (!stop_token.stop_requested() && io_context.run()) { | ||
| 141 | } | ||
| 142 | } | ||
| 143 | |||
| 144 | void PipeData(std::span<const u8> data) { | ||
| 145 | AllCoreStop(); | ||
| 146 | UpdateActiveThread(); | ||
| 147 | frontend->Stopped(active_thread); | ||
| 148 | } | ||
| 149 | |||
| 150 | void ClientData(std::span<const u8> data) { | ||
| 151 | const auto actions{frontend->ClientData(data)}; | ||
| 152 | for (const auto action : actions) { | ||
| 153 | switch (action) { | ||
| 154 | case DebuggerAction::Interrupt: { | ||
| 155 | { | ||
| 156 | std::scoped_lock lk{connection_lock}; | ||
| 157 | stopped = true; | ||
| 158 | } | ||
| 159 | AllCoreStop(); | ||
| 160 | UpdateActiveThread(); | ||
| 161 | frontend->Stopped(active_thread); | ||
| 162 | break; | ||
| 163 | } | ||
| 164 | case DebuggerAction::Continue: | ||
| 165 | active_thread->SetStepState(Kernel::StepState::NotStepping); | ||
| 166 | ResumeInactiveThreads(); | ||
| 167 | AllCoreResume(); | ||
| 168 | break; | ||
| 169 | case DebuggerAction::StepThreadUnlocked: | ||
| 170 | active_thread->SetStepState(Kernel::StepState::StepPending); | ||
| 171 | ResumeInactiveThreads(); | ||
| 172 | AllCoreResume(); | ||
| 173 | break; | ||
| 174 | case DebuggerAction::StepThreadLocked: | ||
| 175 | active_thread->SetStepState(Kernel::StepState::StepPending); | ||
| 176 | SuspendInactiveThreads(); | ||
| 177 | AllCoreResume(); | ||
| 178 | break; | ||
| 179 | case DebuggerAction::ShutdownEmulation: { | ||
| 180 | // Suspend all threads and release any locks held | ||
| 181 | active_thread->RequestSuspend(Kernel::SuspendType::Debug); | ||
| 182 | SuspendInactiveThreads(); | ||
| 183 | AllCoreResume(); | ||
| 184 | |||
| 185 | // Spawn another thread that will exit after shutdown, | ||
| 186 | // to avoid a deadlock | ||
| 187 | Core::System* system_ref{&system}; | ||
| 188 | std::thread t([system_ref] { system_ref->Exit(); }); | ||
| 189 | t.detach(); | ||
| 190 | break; | ||
| 191 | } | ||
| 192 | } | ||
| 193 | } | ||
| 194 | } | ||
| 195 | |||
| 196 | void AllCoreStop() { | ||
| 197 | if (!suspend) { | ||
| 198 | suspend = system.StallCPU(); | ||
| 199 | } | ||
| 200 | } | ||
| 201 | |||
| 202 | void AllCoreResume() { | ||
| 203 | stopped = false; | ||
| 204 | system.UnstallCPU(); | ||
| 205 | suspend.reset(); | ||
| 206 | } | ||
| 207 | |||
| 208 | void SuspendInactiveThreads() { | ||
| 209 | for (auto* thread : ThreadList()) { | ||
| 210 | if (thread != active_thread) { | ||
| 211 | thread->RequestSuspend(Kernel::SuspendType::Debug); | ||
| 212 | } | ||
| 213 | } | ||
| 214 | } | ||
| 215 | |||
| 216 | void ResumeInactiveThreads() { | ||
| 217 | for (auto* thread : ThreadList()) { | ||
| 218 | if (thread != active_thread) { | ||
| 219 | thread->Resume(Kernel::SuspendType::Debug); | ||
| 220 | thread->SetStepState(Kernel::StepState::NotStepping); | ||
| 221 | } | ||
| 222 | } | ||
| 223 | } | ||
| 224 | |||
| 225 | void UpdateActiveThread() { | ||
| 226 | const auto& threads{ThreadList()}; | ||
| 227 | if (std::find(threads.begin(), threads.end(), active_thread) == threads.end()) { | ||
| 228 | active_thread = threads[0]; | ||
| 229 | } | ||
| 230 | active_thread->Resume(Kernel::SuspendType::Debug); | ||
| 231 | active_thread->SetStepState(Kernel::StepState::NotStepping); | ||
| 232 | } | ||
| 233 | |||
| 234 | const std::vector<Kernel::KThread*>& ThreadList() { | ||
| 235 | return system.GlobalSchedulerContext().GetThreadList(); | ||
| 236 | } | ||
| 237 | |||
| 238 | private: | ||
| 239 | System& system; | ||
| 240 | std::unique_ptr<DebuggerFrontend> frontend; | ||
| 241 | |||
| 242 | std::jthread connection_thread; | ||
| 243 | std::mutex connection_lock; | ||
| 244 | boost::asio::io_context io_context; | ||
| 245 | boost::process::async_pipe signal_pipe; | ||
| 246 | boost::asio::ip::tcp::socket client_socket; | ||
| 247 | std::optional<std::unique_lock<std::mutex>> suspend; | ||
| 248 | |||
| 249 | Kernel::KThread* active_thread; | ||
| 250 | bool stopped; | ||
| 251 | |||
| 252 | std::array<u8, 4096> client_data; | ||
| 253 | }; | ||
| 254 | |||
| 255 | Debugger::Debugger(Core::System& system, u16 port) { | ||
| 256 | try { | ||
| 257 | impl = std::make_unique<DebuggerImpl>(system, port); | ||
| 258 | } catch (const std::exception& ex) { | ||
| 259 | LOG_CRITICAL(Debug_GDBStub, "Failed to initialize debugger: {}", ex.what()); | ||
| 260 | } | ||
| 261 | } | ||
| 262 | |||
| 263 | Debugger::~Debugger() = default; | ||
| 264 | |||
| 265 | bool Debugger::NotifyThreadStopped(Kernel::KThread* thread) { | ||
| 266 | return impl && impl->NotifyThreadStopped(thread); | ||
| 267 | } | ||
| 268 | |||
| 269 | } // namespace Core | ||
diff --git a/src/core/debugger/debugger.h b/src/core/debugger/debugger.h new file mode 100644 index 000000000..ea36c6ab2 --- /dev/null +++ b/src/core/debugger/debugger.h | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <memory> | ||
| 7 | |||
| 8 | #include "common/common_types.h" | ||
| 9 | |||
| 10 | namespace Kernel { | ||
| 11 | class KThread; | ||
| 12 | } | ||
| 13 | |||
| 14 | namespace Core { | ||
| 15 | class System; | ||
| 16 | |||
| 17 | class DebuggerImpl; | ||
| 18 | |||
| 19 | class Debugger { | ||
| 20 | public: | ||
| 21 | /** | ||
| 22 | * Blocks and waits for a connection on localhost, port `server_port`. | ||
| 23 | * Does not create the debugger if the port is already in use. | ||
| 24 | */ | ||
| 25 | explicit Debugger(Core::System& system, u16 server_port); | ||
| 26 | ~Debugger(); | ||
| 27 | |||
| 28 | /** | ||
| 29 | * Notify the debugger that the given thread is stopped | ||
| 30 | * (due to a breakpoint, or due to stopping after a successful step). | ||
| 31 | * | ||
| 32 | * The debugger will asynchronously halt emulation after the notification has | ||
| 33 | * occurred. If another thread attempts to notify before emulation has stopped, | ||
| 34 | * it is ignored and this method will return false. Otherwise it will return true. | ||
| 35 | */ | ||
| 36 | bool NotifyThreadStopped(Kernel::KThread* thread); | ||
| 37 | |||
| 38 | private: | ||
| 39 | std::unique_ptr<DebuggerImpl> impl; | ||
| 40 | }; | ||
| 41 | } // namespace Core | ||
diff --git a/src/core/debugger/debugger_interface.h b/src/core/debugger/debugger_interface.h new file mode 100644 index 000000000..35ba0bc61 --- /dev/null +++ b/src/core/debugger/debugger_interface.h | |||
| @@ -0,0 +1,79 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <functional> | ||
| 7 | #include <span> | ||
| 8 | #include <vector> | ||
| 9 | |||
| 10 | #include "common/common_types.h" | ||
| 11 | |||
| 12 | namespace Kernel { | ||
| 13 | class KThread; | ||
| 14 | } | ||
| 15 | |||
| 16 | namespace Core { | ||
| 17 | |||
| 18 | enum class DebuggerAction { | ||
| 19 | Interrupt, ///< Stop emulation as soon as possible. | ||
| 20 | Continue, ///< Resume emulation. | ||
| 21 | StepThreadLocked, ///< Step the currently-active thread without resuming others. | ||
| 22 | StepThreadUnlocked, ///< Step the currently-active thread and resume others. | ||
| 23 | ShutdownEmulation, ///< Shut down the emulator. | ||
| 24 | }; | ||
| 25 | |||
| 26 | class DebuggerBackend { | ||
| 27 | public: | ||
| 28 | virtual ~DebuggerBackend() = default; | ||
| 29 | |||
| 30 | /** | ||
| 31 | * Can be invoked from a callback to synchronously wait for more data. | ||
| 32 | * Will return as soon as least one byte is received. Reads up to 4096 bytes. | ||
| 33 | */ | ||
| 34 | virtual std::span<const u8> ReadFromClient() = 0; | ||
| 35 | |||
| 36 | /** | ||
| 37 | * Can be invoked from a callback to write data to the client. | ||
| 38 | * Returns immediately after the data is sent. | ||
| 39 | */ | ||
| 40 | virtual void WriteToClient(std::span<const u8> data) = 0; | ||
| 41 | |||
| 42 | /** | ||
| 43 | * Gets the currently active thread when the debugger is stopped. | ||
| 44 | */ | ||
| 45 | virtual Kernel::KThread* GetActiveThread() = 0; | ||
| 46 | |||
| 47 | /** | ||
| 48 | * Sets the currently active thread when the debugger is stopped. | ||
| 49 | */ | ||
| 50 | virtual void SetActiveThread(Kernel::KThread* thread) = 0; | ||
| 51 | }; | ||
| 52 | |||
| 53 | class DebuggerFrontend { | ||
| 54 | public: | ||
| 55 | explicit DebuggerFrontend(DebuggerBackend& backend_) : backend{backend_} {} | ||
| 56 | |||
| 57 | virtual ~DebuggerFrontend() = default; | ||
| 58 | |||
| 59 | /** | ||
| 60 | * Called after the client has successfully connected to the port. | ||
| 61 | */ | ||
| 62 | virtual void Connected() = 0; | ||
| 63 | |||
| 64 | /** | ||
| 65 | * Called when emulation has stopped. | ||
| 66 | */ | ||
| 67 | virtual void Stopped(Kernel::KThread* thread) = 0; | ||
| 68 | |||
| 69 | /** | ||
| 70 | * Called when new data is asynchronously received on the client socket. | ||
| 71 | * A list of actions to perform is returned. | ||
| 72 | */ | ||
| 73 | [[nodiscard]] virtual std::vector<DebuggerAction> ClientData(std::span<const u8> data) = 0; | ||
| 74 | |||
| 75 | protected: | ||
| 76 | DebuggerBackend& backend; | ||
| 77 | }; | ||
| 78 | |||
| 79 | } // namespace Core | ||
diff --git a/src/core/debugger/gdbstub.cpp b/src/core/debugger/gdbstub.cpp new file mode 100644 index 000000000..f52d78829 --- /dev/null +++ b/src/core/debugger/gdbstub.cpp | |||
| @@ -0,0 +1,618 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include <atomic> | ||
| 5 | #include <numeric> | ||
| 6 | #include <optional> | ||
| 7 | #include <thread> | ||
| 8 | |||
| 9 | #include <boost/algorithm/string.hpp> | ||
| 10 | |||
| 11 | #include "common/hex_util.h" | ||
| 12 | #include "common/logging/log.h" | ||
| 13 | #include "common/scope_exit.h" | ||
| 14 | #include "core/arm/arm_interface.h" | ||
| 15 | #include "core/core.h" | ||
| 16 | #include "core/debugger/gdbstub.h" | ||
| 17 | #include "core/debugger/gdbstub_arch.h" | ||
| 18 | #include "core/hle/kernel/k_page_table.h" | ||
| 19 | #include "core/hle/kernel/k_process.h" | ||
| 20 | #include "core/hle/kernel/k_thread.h" | ||
| 21 | #include "core/loader/loader.h" | ||
| 22 | #include "core/memory.h" | ||
| 23 | |||
| 24 | namespace Core { | ||
| 25 | |||
| 26 | constexpr char GDB_STUB_START = '$'; | ||
| 27 | constexpr char GDB_STUB_END = '#'; | ||
| 28 | constexpr char GDB_STUB_ACK = '+'; | ||
| 29 | constexpr char GDB_STUB_NACK = '-'; | ||
| 30 | constexpr char GDB_STUB_INT3 = 0x03; | ||
| 31 | constexpr int GDB_STUB_SIGTRAP = 5; | ||
| 32 | |||
| 33 | constexpr char GDB_STUB_REPLY_ERR[] = "E01"; | ||
| 34 | constexpr char GDB_STUB_REPLY_OK[] = "OK"; | ||
| 35 | constexpr char GDB_STUB_REPLY_EMPTY[] = ""; | ||
| 36 | |||
| 37 | static u8 CalculateChecksum(std::string_view data) { | ||
| 38 | return std::accumulate(data.begin(), data.end(), u8{0}, | ||
| 39 | [](u8 lhs, u8 rhs) { return static_cast<u8>(lhs + rhs); }); | ||
| 40 | } | ||
| 41 | |||
| 42 | static std::string EscapeGDB(std::string_view data) { | ||
| 43 | std::string escaped; | ||
| 44 | escaped.reserve(data.size()); | ||
| 45 | |||
| 46 | for (char c : data) { | ||
| 47 | switch (c) { | ||
| 48 | case '#': | ||
| 49 | escaped += "}\x03"; | ||
| 50 | break; | ||
| 51 | case '$': | ||
| 52 | escaped += "}\x04"; | ||
| 53 | break; | ||
| 54 | case '*': | ||
| 55 | escaped += "}\x0a"; | ||
| 56 | break; | ||
| 57 | case '}': | ||
| 58 | escaped += "}\x5d"; | ||
| 59 | break; | ||
| 60 | default: | ||
| 61 | escaped += c; | ||
| 62 | break; | ||
| 63 | } | ||
| 64 | } | ||
| 65 | |||
| 66 | return escaped; | ||
| 67 | } | ||
| 68 | |||
| 69 | static std::string EscapeXML(std::string_view data) { | ||
| 70 | std::string escaped; | ||
| 71 | escaped.reserve(data.size()); | ||
| 72 | |||
| 73 | for (char c : data) { | ||
| 74 | switch (c) { | ||
| 75 | case '&': | ||
| 76 | escaped += "&"; | ||
| 77 | break; | ||
| 78 | case '"': | ||
| 79 | escaped += """; | ||
| 80 | break; | ||
| 81 | case '<': | ||
| 82 | escaped += "<"; | ||
| 83 | break; | ||
| 84 | case '>': | ||
| 85 | escaped += ">"; | ||
| 86 | break; | ||
| 87 | default: | ||
| 88 | escaped += c; | ||
| 89 | break; | ||
| 90 | } | ||
| 91 | } | ||
| 92 | |||
| 93 | return escaped; | ||
| 94 | } | ||
| 95 | |||
| 96 | GDBStub::GDBStub(DebuggerBackend& backend_, Core::System& system_) | ||
| 97 | : DebuggerFrontend(backend_), system{system_} { | ||
| 98 | if (system.CurrentProcess()->Is64BitProcess()) { | ||
| 99 | arch = std::make_unique<GDBStubA64>(); | ||
| 100 | } else { | ||
| 101 | arch = std::make_unique<GDBStubA32>(); | ||
| 102 | } | ||
| 103 | } | ||
| 104 | |||
| 105 | GDBStub::~GDBStub() = default; | ||
| 106 | |||
| 107 | void GDBStub::Connected() {} | ||
| 108 | |||
| 109 | void GDBStub::Stopped(Kernel::KThread* thread) { | ||
| 110 | SendReply(arch->ThreadStatus(thread, GDB_STUB_SIGTRAP)); | ||
| 111 | } | ||
| 112 | |||
| 113 | std::vector<DebuggerAction> GDBStub::ClientData(std::span<const u8> data) { | ||
| 114 | std::vector<DebuggerAction> actions; | ||
| 115 | current_command.insert(current_command.end(), data.begin(), data.end()); | ||
| 116 | |||
| 117 | while (current_command.size() != 0) { | ||
| 118 | ProcessData(actions); | ||
| 119 | } | ||
| 120 | |||
| 121 | return actions; | ||
| 122 | } | ||
| 123 | |||
| 124 | void GDBStub::ProcessData(std::vector<DebuggerAction>& actions) { | ||
| 125 | const char c{current_command[0]}; | ||
| 126 | |||
| 127 | // Acknowledgement | ||
| 128 | if (c == GDB_STUB_ACK || c == GDB_STUB_NACK) { | ||
| 129 | current_command.erase(current_command.begin()); | ||
| 130 | return; | ||
| 131 | } | ||
| 132 | |||
| 133 | // Interrupt | ||
| 134 | if (c == GDB_STUB_INT3) { | ||
| 135 | LOG_INFO(Debug_GDBStub, "Received interrupt"); | ||
| 136 | current_command.erase(current_command.begin()); | ||
| 137 | actions.push_back(DebuggerAction::Interrupt); | ||
| 138 | SendStatus(GDB_STUB_ACK); | ||
| 139 | return; | ||
| 140 | } | ||
| 141 | |||
| 142 | // Otherwise, require the data to be the start of a command | ||
| 143 | if (c != GDB_STUB_START) { | ||
| 144 | LOG_ERROR(Debug_GDBStub, "Invalid command buffer contents: {}", current_command.data()); | ||
| 145 | current_command.clear(); | ||
| 146 | SendStatus(GDB_STUB_NACK); | ||
| 147 | return; | ||
| 148 | } | ||
| 149 | |||
| 150 | // Continue reading until command is complete | ||
| 151 | while (CommandEnd() == current_command.end()) { | ||
| 152 | const auto new_data{backend.ReadFromClient()}; | ||
| 153 | current_command.insert(current_command.end(), new_data.begin(), new_data.end()); | ||
| 154 | } | ||
| 155 | |||
| 156 | // Execute and respond to GDB | ||
| 157 | const auto command{DetachCommand()}; | ||
| 158 | |||
| 159 | if (command) { | ||
| 160 | SendStatus(GDB_STUB_ACK); | ||
| 161 | ExecuteCommand(*command, actions); | ||
| 162 | } else { | ||
| 163 | SendStatus(GDB_STUB_NACK); | ||
| 164 | } | ||
| 165 | } | ||
| 166 | |||
| 167 | void GDBStub::ExecuteCommand(std::string_view packet, std::vector<DebuggerAction>& actions) { | ||
| 168 | LOG_TRACE(Debug_GDBStub, "Executing command: {}", packet); | ||
| 169 | |||
| 170 | if (packet.length() == 0) { | ||
| 171 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 172 | return; | ||
| 173 | } | ||
| 174 | |||
| 175 | if (packet.starts_with("vCont")) { | ||
| 176 | HandleVCont(packet.substr(5), actions); | ||
| 177 | return; | ||
| 178 | } | ||
| 179 | |||
| 180 | std::string_view command{packet.substr(1, packet.size())}; | ||
| 181 | |||
| 182 | switch (packet[0]) { | ||
| 183 | case 'H': { | ||
| 184 | Kernel::KThread* thread{nullptr}; | ||
| 185 | s64 thread_id{strtoll(command.data() + 1, nullptr, 16)}; | ||
| 186 | if (thread_id >= 1) { | ||
| 187 | thread = GetThreadByID(thread_id); | ||
| 188 | } else { | ||
| 189 | thread = backend.GetActiveThread(); | ||
| 190 | } | ||
| 191 | |||
| 192 | if (thread) { | ||
| 193 | SendReply(GDB_STUB_REPLY_OK); | ||
| 194 | backend.SetActiveThread(thread); | ||
| 195 | } else { | ||
| 196 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 197 | } | ||
| 198 | break; | ||
| 199 | } | ||
| 200 | case 'T': { | ||
| 201 | s64 thread_id{strtoll(command.data(), nullptr, 16)}; | ||
| 202 | if (GetThreadByID(thread_id)) { | ||
| 203 | SendReply(GDB_STUB_REPLY_OK); | ||
| 204 | } else { | ||
| 205 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 206 | } | ||
| 207 | break; | ||
| 208 | } | ||
| 209 | case 'Q': | ||
| 210 | case 'q': | ||
| 211 | HandleQuery(command); | ||
| 212 | break; | ||
| 213 | case '?': | ||
| 214 | SendReply(arch->ThreadStatus(backend.GetActiveThread(), GDB_STUB_SIGTRAP)); | ||
| 215 | break; | ||
| 216 | case 'k': | ||
| 217 | LOG_INFO(Debug_GDBStub, "Shutting down emulation"); | ||
| 218 | actions.push_back(DebuggerAction::ShutdownEmulation); | ||
| 219 | break; | ||
| 220 | case 'g': | ||
| 221 | SendReply(arch->ReadRegisters(backend.GetActiveThread())); | ||
| 222 | break; | ||
| 223 | case 'G': | ||
| 224 | arch->WriteRegisters(backend.GetActiveThread(), command); | ||
| 225 | SendReply(GDB_STUB_REPLY_OK); | ||
| 226 | break; | ||
| 227 | case 'p': { | ||
| 228 | const size_t reg{static_cast<size_t>(strtoll(command.data(), nullptr, 16))}; | ||
| 229 | SendReply(arch->RegRead(backend.GetActiveThread(), reg)); | ||
| 230 | break; | ||
| 231 | } | ||
| 232 | case 'P': { | ||
| 233 | const auto sep{std::find(command.begin(), command.end(), '=') - command.begin() + 1}; | ||
| 234 | const size_t reg{static_cast<size_t>(strtoll(command.data(), nullptr, 16))}; | ||
| 235 | arch->RegWrite(backend.GetActiveThread(), reg, std::string_view(command).substr(sep)); | ||
| 236 | break; | ||
| 237 | } | ||
| 238 | case 'm': { | ||
| 239 | const auto sep{std::find(command.begin(), command.end(), ',') - command.begin() + 1}; | ||
| 240 | const size_t addr{static_cast<size_t>(strtoll(command.data(), nullptr, 16))}; | ||
| 241 | const size_t size{static_cast<size_t>(strtoll(command.data() + sep, nullptr, 16))}; | ||
| 242 | |||
| 243 | if (system.Memory().IsValidVirtualAddressRange(addr, size)) { | ||
| 244 | std::vector<u8> mem(size); | ||
| 245 | system.Memory().ReadBlock(addr, mem.data(), size); | ||
| 246 | |||
| 247 | SendReply(Common::HexToString(mem)); | ||
| 248 | } else { | ||
| 249 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 250 | } | ||
| 251 | break; | ||
| 252 | } | ||
| 253 | case 'M': { | ||
| 254 | const auto size_sep{std::find(command.begin(), command.end(), ',') - command.begin() + 1}; | ||
| 255 | const auto mem_sep{std::find(command.begin(), command.end(), ':') - command.begin() + 1}; | ||
| 256 | |||
| 257 | const size_t addr{static_cast<size_t>(strtoll(command.data(), nullptr, 16))}; | ||
| 258 | const size_t size{static_cast<size_t>(strtoll(command.data() + size_sep, nullptr, 16))}; | ||
| 259 | |||
| 260 | const auto mem_substr{std::string_view(command).substr(mem_sep)}; | ||
| 261 | const auto mem{Common::HexStringToVector(mem_substr, false)}; | ||
| 262 | |||
| 263 | if (system.Memory().IsValidVirtualAddressRange(addr, size)) { | ||
| 264 | system.Memory().WriteBlock(addr, mem.data(), size); | ||
| 265 | system.InvalidateCpuInstructionCacheRange(addr, size); | ||
| 266 | SendReply(GDB_STUB_REPLY_OK); | ||
| 267 | } else { | ||
| 268 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 269 | } | ||
| 270 | break; | ||
| 271 | } | ||
| 272 | case 's': | ||
| 273 | actions.push_back(DebuggerAction::StepThreadLocked); | ||
| 274 | break; | ||
| 275 | case 'C': | ||
| 276 | case 'c': | ||
| 277 | actions.push_back(DebuggerAction::Continue); | ||
| 278 | break; | ||
| 279 | case 'Z': { | ||
| 280 | const auto addr_sep{std::find(command.begin(), command.end(), ',') - command.begin() + 1}; | ||
| 281 | const size_t addr{static_cast<size_t>(strtoll(command.data() + addr_sep, nullptr, 16))}; | ||
| 282 | |||
| 283 | if (system.Memory().IsValidVirtualAddress(addr)) { | ||
| 284 | replaced_instructions[addr] = system.Memory().Read32(addr); | ||
| 285 | system.Memory().Write32(addr, arch->BreakpointInstruction()); | ||
| 286 | system.InvalidateCpuInstructionCacheRange(addr, sizeof(u32)); | ||
| 287 | |||
| 288 | SendReply(GDB_STUB_REPLY_OK); | ||
| 289 | } else { | ||
| 290 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 291 | } | ||
| 292 | break; | ||
| 293 | } | ||
| 294 | case 'z': { | ||
| 295 | const auto addr_sep{std::find(command.begin(), command.end(), ',') - command.begin() + 1}; | ||
| 296 | const size_t addr{static_cast<size_t>(strtoll(command.data() + addr_sep, nullptr, 16))}; | ||
| 297 | |||
| 298 | const auto orig_insn{replaced_instructions.find(addr)}; | ||
| 299 | if (system.Memory().IsValidVirtualAddress(addr) && | ||
| 300 | orig_insn != replaced_instructions.end()) { | ||
| 301 | system.Memory().Write32(addr, orig_insn->second); | ||
| 302 | system.InvalidateCpuInstructionCacheRange(addr, sizeof(u32)); | ||
| 303 | replaced_instructions.erase(addr); | ||
| 304 | |||
| 305 | SendReply(GDB_STUB_REPLY_OK); | ||
| 306 | } else { | ||
| 307 | SendReply(GDB_STUB_REPLY_ERR); | ||
| 308 | } | ||
| 309 | break; | ||
| 310 | } | ||
| 311 | default: | ||
| 312 | SendReply(GDB_STUB_REPLY_EMPTY); | ||
| 313 | break; | ||
| 314 | } | ||
| 315 | } | ||
| 316 | |||
| 317 | // Structure offsets are from Atmosphere | ||
| 318 | // See osdbg_thread_local_region.os.horizon.hpp and osdbg_thread_type.os.horizon.hpp | ||
| 319 | |||
| 320 | static std::optional<std::string> GetNameFromThreadType32(Core::Memory::Memory& memory, | ||
| 321 | const Kernel::KThread* thread) { | ||
| 322 | // Read thread type from TLS | ||
| 323 | const VAddr tls_thread_type{memory.Read32(thread->GetTLSAddress() + 0x1fc)}; | ||
| 324 | const VAddr argument_thread_type{thread->GetArgument()}; | ||
| 325 | |||
| 326 | if (argument_thread_type && tls_thread_type != argument_thread_type) { | ||
| 327 | // Probably not created by nnsdk, no name available. | ||
| 328 | return std::nullopt; | ||
| 329 | } | ||
| 330 | |||
| 331 | if (!tls_thread_type) { | ||
| 332 | return std::nullopt; | ||
| 333 | } | ||
| 334 | |||
| 335 | const u16 version{memory.Read16(tls_thread_type + 0x26)}; | ||
| 336 | VAddr name_pointer{}; | ||
| 337 | if (version == 1) { | ||
| 338 | name_pointer = memory.Read32(tls_thread_type + 0xe4); | ||
| 339 | } else { | ||
| 340 | name_pointer = memory.Read32(tls_thread_type + 0xe8); | ||
| 341 | } | ||
| 342 | |||
| 343 | if (!name_pointer) { | ||
| 344 | // No name provided. | ||
| 345 | return std::nullopt; | ||
| 346 | } | ||
| 347 | |||
| 348 | return memory.ReadCString(name_pointer, 256); | ||
| 349 | } | ||
| 350 | |||
| 351 | static std::optional<std::string> GetNameFromThreadType64(Core::Memory::Memory& memory, | ||
| 352 | const Kernel::KThread* thread) { | ||
| 353 | // Read thread type from TLS | ||
| 354 | const VAddr tls_thread_type{memory.Read64(thread->GetTLSAddress() + 0x1f8)}; | ||
| 355 | const VAddr argument_thread_type{thread->GetArgument()}; | ||
| 356 | |||
| 357 | if (argument_thread_type && tls_thread_type != argument_thread_type) { | ||
| 358 | // Probably not created by nnsdk, no name available. | ||
| 359 | return std::nullopt; | ||
| 360 | } | ||
| 361 | |||
| 362 | if (!tls_thread_type) { | ||
| 363 | return std::nullopt; | ||
| 364 | } | ||
| 365 | |||
| 366 | const u16 version{memory.Read16(tls_thread_type + 0x46)}; | ||
| 367 | VAddr name_pointer{}; | ||
| 368 | if (version == 1) { | ||
| 369 | name_pointer = memory.Read64(tls_thread_type + 0x1a0); | ||
| 370 | } else { | ||
| 371 | name_pointer = memory.Read64(tls_thread_type + 0x1a8); | ||
| 372 | } | ||
| 373 | |||
| 374 | if (!name_pointer) { | ||
| 375 | // No name provided. | ||
| 376 | return std::nullopt; | ||
| 377 | } | ||
| 378 | |||
| 379 | return memory.ReadCString(name_pointer, 256); | ||
| 380 | } | ||
| 381 | |||
| 382 | static std::optional<std::string> GetThreadName(Core::System& system, | ||
| 383 | const Kernel::KThread* thread) { | ||
| 384 | if (system.CurrentProcess()->Is64BitProcess()) { | ||
| 385 | return GetNameFromThreadType64(system.Memory(), thread); | ||
| 386 | } else { | ||
| 387 | return GetNameFromThreadType32(system.Memory(), thread); | ||
| 388 | } | ||
| 389 | } | ||
| 390 | |||
| 391 | static std::string_view GetThreadWaitReason(const Kernel::KThread* thread) { | ||
| 392 | switch (thread->GetWaitReasonForDebugging()) { | ||
| 393 | case Kernel::ThreadWaitReasonForDebugging::Sleep: | ||
| 394 | return "Sleep"; | ||
| 395 | case Kernel::ThreadWaitReasonForDebugging::IPC: | ||
| 396 | return "IPC"; | ||
| 397 | case Kernel::ThreadWaitReasonForDebugging::Synchronization: | ||
| 398 | return "Synchronization"; | ||
| 399 | case Kernel::ThreadWaitReasonForDebugging::ConditionVar: | ||
| 400 | return "ConditionVar"; | ||
| 401 | case Kernel::ThreadWaitReasonForDebugging::Arbitration: | ||
| 402 | return "Arbitration"; | ||
| 403 | case Kernel::ThreadWaitReasonForDebugging::Suspended: | ||
| 404 | return "Suspended"; | ||
| 405 | default: | ||
| 406 | return "Unknown"; | ||
| 407 | } | ||
| 408 | } | ||
| 409 | |||
| 410 | static std::string GetThreadState(const Kernel::KThread* thread) { | ||
| 411 | switch (thread->GetState()) { | ||
| 412 | case Kernel::ThreadState::Initialized: | ||
| 413 | return "Initialized"; | ||
| 414 | case Kernel::ThreadState::Waiting: | ||
| 415 | return fmt::format("Waiting ({})", GetThreadWaitReason(thread)); | ||
| 416 | case Kernel::ThreadState::Runnable: | ||
| 417 | return "Runnable"; | ||
| 418 | case Kernel::ThreadState::Terminated: | ||
| 419 | return "Terminated"; | ||
| 420 | default: | ||
| 421 | return "Unknown"; | ||
| 422 | } | ||
| 423 | } | ||
| 424 | |||
| 425 | static std::string PaginateBuffer(std::string_view buffer, std::string_view request) { | ||
| 426 | const auto amount{request.substr(request.find(',') + 1)}; | ||
| 427 | const auto offset_val{static_cast<u64>(strtoll(request.data(), nullptr, 16))}; | ||
| 428 | const auto amount_val{static_cast<u64>(strtoll(amount.data(), nullptr, 16))}; | ||
| 429 | |||
| 430 | if (offset_val + amount_val > buffer.size()) { | ||
| 431 | return fmt::format("l{}", buffer.substr(offset_val)); | ||
| 432 | } else { | ||
| 433 | return fmt::format("m{}", buffer.substr(offset_val, amount_val)); | ||
| 434 | } | ||
| 435 | } | ||
| 436 | |||
| 437 | void GDBStub::HandleQuery(std::string_view command) { | ||
| 438 | if (command.starts_with("TStatus")) { | ||
| 439 | // no tracepoint support | ||
| 440 | SendReply("T0"); | ||
| 441 | } else if (command.starts_with("Supported")) { | ||
| 442 | SendReply("PacketSize=4000;qXfer:features:read+;qXfer:threads:read+;qXfer:libraries:read+;" | ||
| 443 | "vContSupported+;QStartNoAckMode+"); | ||
| 444 | } else if (command.starts_with("Xfer:features:read:target.xml:")) { | ||
| 445 | const auto target_xml{arch->GetTargetXML()}; | ||
| 446 | SendReply(PaginateBuffer(target_xml, command.substr(30))); | ||
| 447 | } else if (command.starts_with("Offsets")) { | ||
| 448 | Loader::AppLoader::Modules modules; | ||
| 449 | system.GetAppLoader().ReadNSOModules(modules); | ||
| 450 | |||
| 451 | const auto main = std::find_if(modules.begin(), modules.end(), | ||
| 452 | [](const auto& key) { return key.second == "main"; }); | ||
| 453 | if (main != modules.end()) { | ||
| 454 | SendReply(fmt::format("TextSeg={:x}", main->first)); | ||
| 455 | } else { | ||
| 456 | SendReply(fmt::format("TextSeg={:x}", | ||
| 457 | system.CurrentProcess()->PageTable().GetCodeRegionStart())); | ||
| 458 | } | ||
| 459 | } else if (command.starts_with("Xfer:libraries:read::")) { | ||
| 460 | Loader::AppLoader::Modules modules; | ||
| 461 | system.GetAppLoader().ReadNSOModules(modules); | ||
| 462 | |||
| 463 | std::string buffer; | ||
| 464 | buffer += R"(<?xml version="1.0"?>)"; | ||
| 465 | buffer += "<library-list>"; | ||
| 466 | for (const auto& [base, name] : modules) { | ||
| 467 | buffer += fmt::format(R"(<library name="{}"><segment address="{:#x}"/></library>)", | ||
| 468 | EscapeXML(name), base); | ||
| 469 | } | ||
| 470 | buffer += "</library-list>"; | ||
| 471 | |||
| 472 | SendReply(PaginateBuffer(buffer, command.substr(21))); | ||
| 473 | } else if (command.starts_with("fThreadInfo")) { | ||
| 474 | // beginning of list | ||
| 475 | const auto& threads = system.GlobalSchedulerContext().GetThreadList(); | ||
| 476 | std::vector<std::string> thread_ids; | ||
| 477 | for (const auto& thread : threads) { | ||
| 478 | thread_ids.push_back(fmt::format("{:x}", thread->GetThreadID())); | ||
| 479 | } | ||
| 480 | SendReply(fmt::format("m{}", fmt::join(thread_ids, ","))); | ||
| 481 | } else if (command.starts_with("sThreadInfo")) { | ||
| 482 | // end of list | ||
| 483 | SendReply("l"); | ||
| 484 | } else if (command.starts_with("Xfer:threads:read::")) { | ||
| 485 | std::string buffer; | ||
| 486 | buffer += R"(<?xml version="1.0"?>)"; | ||
| 487 | buffer += "<threads>"; | ||
| 488 | |||
| 489 | const auto& threads = system.GlobalSchedulerContext().GetThreadList(); | ||
| 490 | for (const auto* thread : threads) { | ||
| 491 | auto thread_name{GetThreadName(system, thread)}; | ||
| 492 | if (!thread_name) { | ||
| 493 | thread_name = fmt::format("Thread {:d}", thread->GetThreadID()); | ||
| 494 | } | ||
| 495 | |||
| 496 | buffer += fmt::format(R"(<thread id="{:x}" core="{:d}" name="{}">{}</thread>)", | ||
| 497 | thread->GetThreadID(), thread->GetActiveCore(), | ||
| 498 | EscapeXML(*thread_name), GetThreadState(thread)); | ||
| 499 | } | ||
| 500 | |||
| 501 | buffer += "</threads>"; | ||
| 502 | |||
| 503 | SendReply(PaginateBuffer(buffer, command.substr(19))); | ||
| 504 | } else if (command.starts_with("Attached")) { | ||
| 505 | SendReply("0"); | ||
| 506 | } else if (command.starts_with("StartNoAckMode")) { | ||
| 507 | no_ack = true; | ||
| 508 | SendReply(GDB_STUB_REPLY_OK); | ||
| 509 | } else { | ||
| 510 | SendReply(GDB_STUB_REPLY_EMPTY); | ||
| 511 | } | ||
| 512 | } | ||
| 513 | |||
| 514 | void GDBStub::HandleVCont(std::string_view command, std::vector<DebuggerAction>& actions) { | ||
| 515 | if (command == "?") { | ||
| 516 | // Continuing and stepping are supported | ||
| 517 | // (signal is ignored, but required for GDB to use vCont) | ||
| 518 | SendReply("vCont;c;C;s;S"); | ||
| 519 | return; | ||
| 520 | } | ||
| 521 | |||
| 522 | Kernel::KThread* stepped_thread{nullptr}; | ||
| 523 | bool lock_execution{true}; | ||
| 524 | |||
| 525 | std::vector<std::string> entries; | ||
| 526 | boost::split(entries, command.substr(1), boost::is_any_of(";")); | ||
| 527 | for (const auto& thread_action : entries) { | ||
| 528 | std::vector<std::string> parts; | ||
| 529 | boost::split(parts, thread_action, boost::is_any_of(":")); | ||
| 530 | |||
| 531 | if (parts.size() == 1 && (parts[0] == "c" || parts[0].starts_with("C"))) { | ||
| 532 | lock_execution = false; | ||
| 533 | } | ||
| 534 | if (parts.size() == 2 && (parts[0] == "s" || parts[0].starts_with("S"))) { | ||
| 535 | stepped_thread = GetThreadByID(strtoll(parts[1].data(), nullptr, 16)); | ||
| 536 | } | ||
| 537 | } | ||
| 538 | |||
| 539 | if (stepped_thread) { | ||
| 540 | backend.SetActiveThread(stepped_thread); | ||
| 541 | actions.push_back(lock_execution ? DebuggerAction::StepThreadLocked | ||
| 542 | : DebuggerAction::StepThreadUnlocked); | ||
| 543 | } else { | ||
| 544 | actions.push_back(DebuggerAction::Continue); | ||
| 545 | } | ||
| 546 | } | ||
| 547 | |||
| 548 | Kernel::KThread* GDBStub::GetThreadByID(u64 thread_id) { | ||
| 549 | const auto& threads{system.GlobalSchedulerContext().GetThreadList()}; | ||
| 550 | for (auto* thread : threads) { | ||
| 551 | if (thread->GetThreadID() == thread_id) { | ||
| 552 | return thread; | ||
| 553 | } | ||
| 554 | } | ||
| 555 | |||
| 556 | return nullptr; | ||
| 557 | } | ||
| 558 | |||
| 559 | std::vector<char>::const_iterator GDBStub::CommandEnd() const { | ||
| 560 | // Find the end marker | ||
| 561 | const auto end{std::find(current_command.begin(), current_command.end(), GDB_STUB_END)}; | ||
| 562 | |||
| 563 | // Require the checksum to be present | ||
| 564 | return std::min(end + 2, current_command.end()); | ||
| 565 | } | ||
| 566 | |||
| 567 | std::optional<std::string> GDBStub::DetachCommand() { | ||
| 568 | // Slice the string part from the beginning to the end marker | ||
| 569 | const auto end{CommandEnd()}; | ||
| 570 | |||
| 571 | // Extract possible command data | ||
| 572 | std::string data(current_command.data(), end - current_command.begin() + 1); | ||
| 573 | |||
| 574 | // Shift over the remaining contents | ||
| 575 | current_command.erase(current_command.begin(), end + 1); | ||
| 576 | |||
| 577 | // Validate received command | ||
| 578 | if (data[0] != GDB_STUB_START) { | ||
| 579 | LOG_ERROR(Debug_GDBStub, "Invalid start data: {}", data[0]); | ||
| 580 | return std::nullopt; | ||
| 581 | } | ||
| 582 | |||
| 583 | u8 calculated = CalculateChecksum(std::string_view(data).substr(1, data.size() - 4)); | ||
| 584 | u8 received = static_cast<u8>(strtoll(data.data() + data.size() - 2, nullptr, 16)); | ||
| 585 | |||
| 586 | // Verify checksum | ||
| 587 | if (calculated != received) { | ||
| 588 | LOG_ERROR(Debug_GDBStub, "Checksum mismatch: calculated {:02x}, received {:02x}", | ||
| 589 | calculated, received); | ||
| 590 | return std::nullopt; | ||
| 591 | } | ||
| 592 | |||
| 593 | return data.substr(1, data.size() - 4); | ||
| 594 | } | ||
| 595 | |||
| 596 | void GDBStub::SendReply(std::string_view data) { | ||
| 597 | const auto escaped{EscapeGDB(data)}; | ||
| 598 | const auto output{fmt::format("{}{}{}{:02x}", GDB_STUB_START, escaped, GDB_STUB_END, | ||
| 599 | CalculateChecksum(escaped))}; | ||
| 600 | LOG_TRACE(Debug_GDBStub, "Writing reply: {}", output); | ||
| 601 | |||
| 602 | // C++ string support is complete rubbish | ||
| 603 | const u8* output_begin = reinterpret_cast<const u8*>(output.data()); | ||
| 604 | const u8* output_end = output_begin + output.size(); | ||
| 605 | backend.WriteToClient(std::span<const u8>(output_begin, output_end)); | ||
| 606 | } | ||
| 607 | |||
| 608 | void GDBStub::SendStatus(char status) { | ||
| 609 | if (no_ack) { | ||
| 610 | return; | ||
| 611 | } | ||
| 612 | |||
| 613 | std::array<u8, 1> buf = {static_cast<u8>(status)}; | ||
| 614 | LOG_TRACE(Debug_GDBStub, "Writing status: {}", status); | ||
| 615 | backend.WriteToClient(buf); | ||
| 616 | } | ||
| 617 | |||
| 618 | } // namespace Core | ||
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h new file mode 100644 index 000000000..1bb638187 --- /dev/null +++ b/src/core/debugger/gdbstub.h | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <map> | ||
| 7 | #include <memory> | ||
| 8 | #include <optional> | ||
| 9 | #include <string_view> | ||
| 10 | #include <vector> | ||
| 11 | |||
| 12 | #include "core/debugger/debugger_interface.h" | ||
| 13 | #include "core/debugger/gdbstub_arch.h" | ||
| 14 | |||
| 15 | namespace Core { | ||
| 16 | |||
| 17 | class System; | ||
| 18 | |||
| 19 | class GDBStub : public DebuggerFrontend { | ||
| 20 | public: | ||
| 21 | explicit GDBStub(DebuggerBackend& backend, Core::System& system); | ||
| 22 | ~GDBStub() override; | ||
| 23 | |||
| 24 | void Connected() override; | ||
| 25 | void Stopped(Kernel::KThread* thread) override; | ||
| 26 | std::vector<DebuggerAction> ClientData(std::span<const u8> data) override; | ||
| 27 | |||
| 28 | private: | ||
| 29 | void ProcessData(std::vector<DebuggerAction>& actions); | ||
| 30 | void ExecuteCommand(std::string_view packet, std::vector<DebuggerAction>& actions); | ||
| 31 | void HandleVCont(std::string_view command, std::vector<DebuggerAction>& actions); | ||
| 32 | void HandleQuery(std::string_view command); | ||
| 33 | std::vector<char>::const_iterator CommandEnd() const; | ||
| 34 | std::optional<std::string> DetachCommand(); | ||
| 35 | Kernel::KThread* GetThreadByID(u64 thread_id); | ||
| 36 | |||
| 37 | void SendReply(std::string_view data); | ||
| 38 | void SendStatus(char status); | ||
| 39 | |||
| 40 | private: | ||
| 41 | Core::System& system; | ||
| 42 | std::unique_ptr<GDBStubArch> arch; | ||
| 43 | std::vector<char> current_command; | ||
| 44 | std::map<VAddr, u32> replaced_instructions; | ||
| 45 | bool no_ack{}; | ||
| 46 | }; | ||
| 47 | |||
| 48 | } // namespace Core | ||
diff --git a/src/core/debugger/gdbstub_arch.cpp b/src/core/debugger/gdbstub_arch.cpp new file mode 100644 index 000000000..750c353b9 --- /dev/null +++ b/src/core/debugger/gdbstub_arch.cpp | |||
| @@ -0,0 +1,483 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #include "common/hex_util.h" | ||
| 5 | #include "core/debugger/gdbstub_arch.h" | ||
| 6 | #include "core/hle/kernel/k_thread.h" | ||
| 7 | |||
| 8 | namespace Core { | ||
| 9 | |||
| 10 | template <typename T> | ||
| 11 | static T HexToValue(std::string_view hex) { | ||
| 12 | static_assert(std::is_trivially_copyable_v<T>); | ||
| 13 | T value{}; | ||
| 14 | const auto mem{Common::HexStringToVector(hex, false)}; | ||
| 15 | std::memcpy(&value, mem.data(), std::min(mem.size(), sizeof(T))); | ||
| 16 | return value; | ||
| 17 | } | ||
| 18 | |||
| 19 | template <typename T> | ||
| 20 | static std::string ValueToHex(const T value) { | ||
| 21 | static_assert(std::is_trivially_copyable_v<T>); | ||
| 22 | std::array<u8, sizeof(T)> mem{}; | ||
| 23 | std::memcpy(mem.data(), &value, sizeof(T)); | ||
| 24 | return Common::HexToString(mem); | ||
| 25 | } | ||
| 26 | |||
| 27 | template <typename T> | ||
| 28 | static T GetSIMDRegister(const std::array<u32, 64>& simd_regs, size_t offset) { | ||
| 29 | static_assert(std::is_trivially_copyable_v<T>); | ||
| 30 | T value{}; | ||
| 31 | std::memcpy(&value, reinterpret_cast<const u8*>(simd_regs.data()) + sizeof(T) * offset, | ||
| 32 | sizeof(T)); | ||
| 33 | return value; | ||
| 34 | } | ||
| 35 | |||
| 36 | template <typename T> | ||
| 37 | static void PutSIMDRegister(std::array<u32, 64>& simd_regs, size_t offset, const T value) { | ||
| 38 | static_assert(std::is_trivially_copyable_v<T>); | ||
| 39 | std::memcpy(reinterpret_cast<u8*>(simd_regs.data()) + sizeof(T) * offset, &value, sizeof(T)); | ||
| 40 | } | ||
| 41 | |||
| 42 | // For sample XML files see the GDB source /gdb/features | ||
| 43 | // This XML defines what the registers are for this specific ARM device | ||
| 44 | std::string GDBStubA64::GetTargetXML() const { | ||
| 45 | constexpr const char* target_xml = | ||
| 46 | R"(<?xml version="1.0"?> | ||
| 47 | <!DOCTYPE target SYSTEM "gdb-target.dtd"> | ||
| 48 | <target version="1.0"> | ||
| 49 | <architecture>aarch64</architecture> | ||
| 50 | <feature name="org.gnu.gdb.aarch64.core"> | ||
| 51 | <reg name="x0" bitsize="64"/> | ||
| 52 | <reg name="x1" bitsize="64"/> | ||
| 53 | <reg name="x2" bitsize="64"/> | ||
| 54 | <reg name="x3" bitsize="64"/> | ||
| 55 | <reg name="x4" bitsize="64"/> | ||
| 56 | <reg name="x5" bitsize="64"/> | ||
| 57 | <reg name="x6" bitsize="64"/> | ||
| 58 | <reg name="x7" bitsize="64"/> | ||
| 59 | <reg name="x8" bitsize="64"/> | ||
| 60 | <reg name="x9" bitsize="64"/> | ||
| 61 | <reg name="x10" bitsize="64"/> | ||
| 62 | <reg name="x11" bitsize="64"/> | ||
| 63 | <reg name="x12" bitsize="64"/> | ||
| 64 | <reg name="x13" bitsize="64"/> | ||
| 65 | <reg name="x14" bitsize="64"/> | ||
| 66 | <reg name="x15" bitsize="64"/> | ||
| 67 | <reg name="x16" bitsize="64"/> | ||
| 68 | <reg name="x17" bitsize="64"/> | ||
| 69 | <reg name="x18" bitsize="64"/> | ||
| 70 | <reg name="x19" bitsize="64"/> | ||
| 71 | <reg name="x20" bitsize="64"/> | ||
| 72 | <reg name="x21" bitsize="64"/> | ||
| 73 | <reg name="x22" bitsize="64"/> | ||
| 74 | <reg name="x23" bitsize="64"/> | ||
| 75 | <reg name="x24" bitsize="64"/> | ||
| 76 | <reg name="x25" bitsize="64"/> | ||
| 77 | <reg name="x26" bitsize="64"/> | ||
| 78 | <reg name="x27" bitsize="64"/> | ||
| 79 | <reg name="x28" bitsize="64"/> | ||
| 80 | <reg name="x29" bitsize="64"/> | ||
| 81 | <reg name="x30" bitsize="64"/> | ||
| 82 | <reg name="sp" bitsize="64" type="data_ptr"/> | ||
| 83 | <reg name="pc" bitsize="64" type="code_ptr"/> | ||
| 84 | <flags id="cpsr_flags" size="4"> | ||
| 85 | <field name="SP" start="0" end="0"/> | ||
| 86 | <field name="" start="1" end="1"/> | ||
| 87 | <field name="EL" start="2" end="3"/> | ||
| 88 | <field name="nRW" start="4" end="4"/> | ||
| 89 | <field name="" start="5" end="5"/> | ||
| 90 | <field name="F" start="6" end="6"/> | ||
| 91 | <field name="I" start="7" end="7"/> | ||
| 92 | <field name="A" start="8" end="8"/> | ||
| 93 | <field name="D" start="9" end="9"/> | ||
| 94 | <field name="IL" start="20" end="20"/> | ||
| 95 | <field name="SS" start="21" end="21"/> | ||
| 96 | <field name="V" start="28" end="28"/> | ||
| 97 | <field name="C" start="29" end="29"/> | ||
| 98 | <field name="Z" start="30" end="30"/> | ||
| 99 | <field name="N" start="31" end="31"/> | ||
| 100 | </flags> | ||
| 101 | <reg name="cpsr" bitsize="32" type="cpsr_flags"/> | ||
| 102 | </feature> | ||
| 103 | <feature name="org.gnu.gdb.aarch64.fpu"> | ||
| 104 | <vector id="v2d" type="ieee_double" count="2"/> | ||
| 105 | <vector id="v2u" type="uint64" count="2"/> | ||
| 106 | <vector id="v2i" type="int64" count="2"/> | ||
| 107 | <vector id="v4f" type="ieee_single" count="4"/> | ||
| 108 | <vector id="v4u" type="uint32" count="4"/> | ||
| 109 | <vector id="v4i" type="int32" count="4"/> | ||
| 110 | <vector id="v8u" type="uint16" count="8"/> | ||
| 111 | <vector id="v8i" type="int16" count="8"/> | ||
| 112 | <vector id="v16u" type="uint8" count="16"/> | ||
| 113 | <vector id="v16i" type="int8" count="16"/> | ||
| 114 | <vector id="v1u" type="uint128" count="1"/> | ||
| 115 | <vector id="v1i" type="int128" count="1"/> | ||
| 116 | <union id="vnd"> | ||
| 117 | <field name="f" type="v2d"/> | ||
| 118 | <field name="u" type="v2u"/> | ||
| 119 | <field name="s" type="v2i"/> | ||
| 120 | </union> | ||
| 121 | <union id="vns"> | ||
| 122 | <field name="f" type="v4f"/> | ||
| 123 | <field name="u" type="v4u"/> | ||
| 124 | <field name="s" type="v4i"/> | ||
| 125 | </union> | ||
| 126 | <union id="vnh"> | ||
| 127 | <field name="u" type="v8u"/> | ||
| 128 | <field name="s" type="v8i"/> | ||
| 129 | </union> | ||
| 130 | <union id="vnb"> | ||
| 131 | <field name="u" type="v16u"/> | ||
| 132 | <field name="s" type="v16i"/> | ||
| 133 | </union> | ||
| 134 | <union id="vnq"> | ||
| 135 | <field name="u" type="v1u"/> | ||
| 136 | <field name="s" type="v1i"/> | ||
| 137 | </union> | ||
| 138 | <union id="aarch64v"> | ||
| 139 | <field name="d" type="vnd"/> | ||
| 140 | <field name="s" type="vns"/> | ||
| 141 | <field name="h" type="vnh"/> | ||
| 142 | <field name="b" type="vnb"/> | ||
| 143 | <field name="q" type="vnq"/> | ||
| 144 | </union> | ||
| 145 | <reg name="v0" bitsize="128" type="aarch64v" regnum="34"/> | ||
| 146 | <reg name="v1" bitsize="128" type="aarch64v" /> | ||
| 147 | <reg name="v2" bitsize="128" type="aarch64v" /> | ||
| 148 | <reg name="v3" bitsize="128" type="aarch64v" /> | ||
| 149 | <reg name="v4" bitsize="128" type="aarch64v" /> | ||
| 150 | <reg name="v5" bitsize="128" type="aarch64v" /> | ||
| 151 | <reg name="v6" bitsize="128" type="aarch64v" /> | ||
| 152 | <reg name="v7" bitsize="128" type="aarch64v" /> | ||
| 153 | <reg name="v8" bitsize="128" type="aarch64v" /> | ||
| 154 | <reg name="v9" bitsize="128" type="aarch64v" /> | ||
| 155 | <reg name="v10" bitsize="128" type="aarch64v"/> | ||
| 156 | <reg name="v11" bitsize="128" type="aarch64v"/> | ||
| 157 | <reg name="v12" bitsize="128" type="aarch64v"/> | ||
| 158 | <reg name="v13" bitsize="128" type="aarch64v"/> | ||
| 159 | <reg name="v14" bitsize="128" type="aarch64v"/> | ||
| 160 | <reg name="v15" bitsize="128" type="aarch64v"/> | ||
| 161 | <reg name="v16" bitsize="128" type="aarch64v"/> | ||
| 162 | <reg name="v17" bitsize="128" type="aarch64v"/> | ||
| 163 | <reg name="v18" bitsize="128" type="aarch64v"/> | ||
| 164 | <reg name="v19" bitsize="128" type="aarch64v"/> | ||
| 165 | <reg name="v20" bitsize="128" type="aarch64v"/> | ||
| 166 | <reg name="v21" bitsize="128" type="aarch64v"/> | ||
| 167 | <reg name="v22" bitsize="128" type="aarch64v"/> | ||
| 168 | <reg name="v23" bitsize="128" type="aarch64v"/> | ||
| 169 | <reg name="v24" bitsize="128" type="aarch64v"/> | ||
| 170 | <reg name="v25" bitsize="128" type="aarch64v"/> | ||
| 171 | <reg name="v26" bitsize="128" type="aarch64v"/> | ||
| 172 | <reg name="v27" bitsize="128" type="aarch64v"/> | ||
| 173 | <reg name="v28" bitsize="128" type="aarch64v"/> | ||
| 174 | <reg name="v29" bitsize="128" type="aarch64v"/> | ||
| 175 | <reg name="v30" bitsize="128" type="aarch64v"/> | ||
| 176 | <reg name="v31" bitsize="128" type="aarch64v"/> | ||
| 177 | <reg name="fpsr" bitsize="32"/> | ||
| 178 | <reg name="fpcr" bitsize="32"/> | ||
| 179 | </feature> | ||
| 180 | </target>)"; | ||
| 181 | |||
| 182 | return target_xml; | ||
| 183 | } | ||
| 184 | |||
| 185 | std::string GDBStubA64::RegRead(const Kernel::KThread* thread, size_t id) const { | ||
| 186 | if (!thread) { | ||
| 187 | return ""; | ||
| 188 | } | ||
| 189 | |||
| 190 | const auto& context{thread->GetContext64()}; | ||
| 191 | const auto& gprs{context.cpu_registers}; | ||
| 192 | const auto& fprs{context.vector_registers}; | ||
| 193 | |||
| 194 | if (id <= SP_REGISTER) { | ||
| 195 | return ValueToHex(gprs[id]); | ||
| 196 | } else if (id == PC_REGISTER) { | ||
| 197 | return ValueToHex(context.pc); | ||
| 198 | } else if (id == PSTATE_REGISTER) { | ||
| 199 | return ValueToHex(context.pstate); | ||
| 200 | } else if (id >= Q0_REGISTER && id < FPSR_REGISTER) { | ||
| 201 | return ValueToHex(fprs[id - Q0_REGISTER]); | ||
| 202 | } else if (id == FPSR_REGISTER) { | ||
| 203 | return ValueToHex(context.fpsr); | ||
| 204 | } else if (id == FPCR_REGISTER) { | ||
| 205 | return ValueToHex(context.fpcr); | ||
| 206 | } else { | ||
| 207 | return ""; | ||
| 208 | } | ||
| 209 | } | ||
| 210 | |||
| 211 | void GDBStubA64::RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const { | ||
| 212 | if (!thread) { | ||
| 213 | return; | ||
| 214 | } | ||
| 215 | |||
| 216 | auto& context{thread->GetContext64()}; | ||
| 217 | |||
| 218 | if (id <= SP_REGISTER) { | ||
| 219 | context.cpu_registers[id] = HexToValue<u64>(value); | ||
| 220 | } else if (id == PC_REGISTER) { | ||
| 221 | context.pc = HexToValue<u64>(value); | ||
| 222 | } else if (id == PSTATE_REGISTER) { | ||
| 223 | context.pstate = HexToValue<u32>(value); | ||
| 224 | } else if (id >= Q0_REGISTER && id < FPSR_REGISTER) { | ||
| 225 | context.vector_registers[id - Q0_REGISTER] = HexToValue<u128>(value); | ||
| 226 | } else if (id == FPSR_REGISTER) { | ||
| 227 | context.fpsr = HexToValue<u32>(value); | ||
| 228 | } else if (id == FPCR_REGISTER) { | ||
| 229 | context.fpcr = HexToValue<u32>(value); | ||
| 230 | } | ||
| 231 | } | ||
| 232 | |||
| 233 | std::string GDBStubA64::ReadRegisters(const Kernel::KThread* thread) const { | ||
| 234 | std::string output; | ||
| 235 | |||
| 236 | for (size_t reg = 0; reg <= FPCR_REGISTER; reg++) { | ||
| 237 | output += RegRead(thread, reg); | ||
| 238 | } | ||
| 239 | |||
| 240 | return output; | ||
| 241 | } | ||
| 242 | |||
| 243 | void GDBStubA64::WriteRegisters(Kernel::KThread* thread, std::string_view register_data) const { | ||
| 244 | for (size_t i = 0, reg = 0; reg <= FPCR_REGISTER; reg++) { | ||
| 245 | if (reg <= SP_REGISTER || reg == PC_REGISTER) { | ||
| 246 | RegWrite(thread, reg, register_data.substr(i, 16)); | ||
| 247 | i += 16; | ||
| 248 | } else if (reg == PSTATE_REGISTER || reg == FPCR_REGISTER || reg == FPSR_REGISTER) { | ||
| 249 | RegWrite(thread, reg, register_data.substr(i, 8)); | ||
| 250 | i += 8; | ||
| 251 | } else if (reg >= Q0_REGISTER && reg < FPCR_REGISTER) { | ||
| 252 | RegWrite(thread, reg, register_data.substr(i, 32)); | ||
| 253 | i += 32; | ||
| 254 | } | ||
| 255 | } | ||
| 256 | } | ||
| 257 | |||
| 258 | std::string GDBStubA64::ThreadStatus(const Kernel::KThread* thread, u8 signal) const { | ||
| 259 | return fmt::format("T{:02x}{:02x}:{};{:02x}:{};{:02x}:{};thread:{:x};", signal, PC_REGISTER, | ||
| 260 | RegRead(thread, PC_REGISTER), SP_REGISTER, RegRead(thread, SP_REGISTER), | ||
| 261 | LR_REGISTER, RegRead(thread, LR_REGISTER), thread->GetThreadID()); | ||
| 262 | } | ||
| 263 | |||
| 264 | u32 GDBStubA64::BreakpointInstruction() const { | ||
| 265 | // A64: brk #0 | ||
| 266 | return 0xd4200000; | ||
| 267 | } | ||
| 268 | |||
| 269 | std::string GDBStubA32::GetTargetXML() const { | ||
| 270 | constexpr const char* target_xml = | ||
| 271 | R"(<?xml version="1.0"?> | ||
| 272 | <!DOCTYPE target SYSTEM "gdb-target.dtd"> | ||
| 273 | <target version="1.0"> | ||
| 274 | <architecture>arm</architecture> | ||
| 275 | <feature name="org.gnu.gdb.arm.core"> | ||
| 276 | <reg name="r0" bitsize="32" type="uint32"/> | ||
| 277 | <reg name="r1" bitsize="32" type="uint32"/> | ||
| 278 | <reg name="r2" bitsize="32" type="uint32"/> | ||
| 279 | <reg name="r3" bitsize="32" type="uint32"/> | ||
| 280 | <reg name="r4" bitsize="32" type="uint32"/> | ||
| 281 | <reg name="r5" bitsize="32" type="uint32"/> | ||
| 282 | <reg name="r6" bitsize="32" type="uint32"/> | ||
| 283 | <reg name="r7" bitsize="32" type="uint32"/> | ||
| 284 | <reg name="r8" bitsize="32" type="uint32"/> | ||
| 285 | <reg name="r9" bitsize="32" type="uint32"/> | ||
| 286 | <reg name="r10" bitsize="32" type="uint32"/> | ||
| 287 | <reg name="r11" bitsize="32" type="uint32"/> | ||
| 288 | <reg name="r12" bitsize="32" type="uint32"/> | ||
| 289 | <reg name="sp" bitsize="32" type="data_ptr"/> | ||
| 290 | <reg name="lr" bitsize="32" type="code_ptr"/> | ||
| 291 | <reg name="pc" bitsize="32" type="code_ptr"/> | ||
| 292 | <!-- The CPSR is register 25, rather than register 16, because | ||
| 293 | the FPA registers historically were placed between the PC | ||
| 294 | and the CPSR in the "g" packet. --> | ||
| 295 | <reg name="cpsr" bitsize="32" regnum="25"/> | ||
| 296 | </feature> | ||
| 297 | <feature name="org.gnu.gdb.arm.vfp"> | ||
| 298 | <vector id="neon_uint8x8" type="uint8" count="8"/> | ||
| 299 | <vector id="neon_uint16x4" type="uint16" count="4"/> | ||
| 300 | <vector id="neon_uint32x2" type="uint32" count="2"/> | ||
| 301 | <vector id="neon_float32x2" type="ieee_single" count="2"/> | ||
| 302 | <union id="neon_d"> | ||
| 303 | <field name="u8" type="neon_uint8x8"/> | ||
| 304 | <field name="u16" type="neon_uint16x4"/> | ||
| 305 | <field name="u32" type="neon_uint32x2"/> | ||
| 306 | <field name="u64" type="uint64"/> | ||
| 307 | <field name="f32" type="neon_float32x2"/> | ||
| 308 | <field name="f64" type="ieee_double"/> | ||
| 309 | </union> | ||
| 310 | <vector id="neon_uint8x16" type="uint8" count="16"/> | ||
| 311 | <vector id="neon_uint16x8" type="uint16" count="8"/> | ||
| 312 | <vector id="neon_uint32x4" type="uint32" count="4"/> | ||
| 313 | <vector id="neon_uint64x2" type="uint64" count="2"/> | ||
| 314 | <vector id="neon_float32x4" type="ieee_single" count="4"/> | ||
| 315 | <vector id="neon_float64x2" type="ieee_double" count="2"/> | ||
| 316 | <union id="neon_q"> | ||
| 317 | <field name="u8" type="neon_uint8x16"/> | ||
| 318 | <field name="u16" type="neon_uint16x8"/> | ||
| 319 | <field name="u32" type="neon_uint32x4"/> | ||
| 320 | <field name="u64" type="neon_uint64x2"/> | ||
| 321 | <field name="f32" type="neon_float32x4"/> | ||
| 322 | <field name="f64" type="neon_float64x2"/> | ||
| 323 | </union> | ||
| 324 | <reg name="d0" bitsize="64" type="neon_d" regnum="32"/> | ||
| 325 | <reg name="d1" bitsize="64" type="neon_d"/> | ||
| 326 | <reg name="d2" bitsize="64" type="neon_d"/> | ||
| 327 | <reg name="d3" bitsize="64" type="neon_d"/> | ||
| 328 | <reg name="d4" bitsize="64" type="neon_d"/> | ||
| 329 | <reg name="d5" bitsize="64" type="neon_d"/> | ||
| 330 | <reg name="d6" bitsize="64" type="neon_d"/> | ||
| 331 | <reg name="d7" bitsize="64" type="neon_d"/> | ||
| 332 | <reg name="d8" bitsize="64" type="neon_d"/> | ||
| 333 | <reg name="d9" bitsize="64" type="neon_d"/> | ||
| 334 | <reg name="d10" bitsize="64" type="neon_d"/> | ||
| 335 | <reg name="d11" bitsize="64" type="neon_d"/> | ||
| 336 | <reg name="d12" bitsize="64" type="neon_d"/> | ||
| 337 | <reg name="d13" bitsize="64" type="neon_d"/> | ||
| 338 | <reg name="d14" bitsize="64" type="neon_d"/> | ||
| 339 | <reg name="d15" bitsize="64" type="neon_d"/> | ||
| 340 | <reg name="d16" bitsize="64" type="neon_d"/> | ||
| 341 | <reg name="d17" bitsize="64" type="neon_d"/> | ||
| 342 | <reg name="d18" bitsize="64" type="neon_d"/> | ||
| 343 | <reg name="d19" bitsize="64" type="neon_d"/> | ||
| 344 | <reg name="d20" bitsize="64" type="neon_d"/> | ||
| 345 | <reg name="d21" bitsize="64" type="neon_d"/> | ||
| 346 | <reg name="d22" bitsize="64" type="neon_d"/> | ||
| 347 | <reg name="d23" bitsize="64" type="neon_d"/> | ||
| 348 | <reg name="d24" bitsize="64" type="neon_d"/> | ||
| 349 | <reg name="d25" bitsize="64" type="neon_d"/> | ||
| 350 | <reg name="d26" bitsize="64" type="neon_d"/> | ||
| 351 | <reg name="d27" bitsize="64" type="neon_d"/> | ||
| 352 | <reg name="d28" bitsize="64" type="neon_d"/> | ||
| 353 | <reg name="d29" bitsize="64" type="neon_d"/> | ||
| 354 | <reg name="d30" bitsize="64" type="neon_d"/> | ||
| 355 | <reg name="d31" bitsize="64" type="neon_d"/> | ||
| 356 | |||
| 357 | <reg name="q0" bitsize="128" type="neon_q" regnum="64"/> | ||
| 358 | <reg name="q1" bitsize="128" type="neon_q"/> | ||
| 359 | <reg name="q2" bitsize="128" type="neon_q"/> | ||
| 360 | <reg name="q3" bitsize="128" type="neon_q"/> | ||
| 361 | <reg name="q4" bitsize="128" type="neon_q"/> | ||
| 362 | <reg name="q5" bitsize="128" type="neon_q"/> | ||
| 363 | <reg name="q6" bitsize="128" type="neon_q"/> | ||
| 364 | <reg name="q7" bitsize="128" type="neon_q"/> | ||
| 365 | <reg name="q8" bitsize="128" type="neon_q"/> | ||
| 366 | <reg name="q9" bitsize="128" type="neon_q"/> | ||
| 367 | <reg name="q10" bitsize="128" type="neon_q"/> | ||
| 368 | <reg name="q10" bitsize="128" type="neon_q"/> | ||
| 369 | <reg name="q12" bitsize="128" type="neon_q"/> | ||
| 370 | <reg name="q13" bitsize="128" type="neon_q"/> | ||
| 371 | <reg name="q14" bitsize="128" type="neon_q"/> | ||
| 372 | <reg name="q15" bitsize="128" type="neon_q"/> | ||
| 373 | |||
| 374 | <reg name="fpscr" bitsize="32" type="int" group="float" regnum="80"/> | ||
| 375 | </feature> | ||
| 376 | </target>)"; | ||
| 377 | |||
| 378 | return target_xml; | ||
| 379 | } | ||
| 380 | |||
| 381 | std::string GDBStubA32::RegRead(const Kernel::KThread* thread, size_t id) const { | ||
| 382 | if (!thread) { | ||
| 383 | return ""; | ||
| 384 | } | ||
| 385 | |||
| 386 | const auto& context{thread->GetContext32()}; | ||
| 387 | const auto& gprs{context.cpu_registers}; | ||
| 388 | const auto& fprs{context.extension_registers}; | ||
| 389 | |||
| 390 | if (id <= PC_REGISTER) { | ||
| 391 | return ValueToHex(gprs[id]); | ||
| 392 | } else if (id == CPSR_REGISTER) { | ||
| 393 | return ValueToHex(context.cpsr); | ||
| 394 | } else if (id >= D0_REGISTER && id < Q0_REGISTER) { | ||
| 395 | const u64 dN{GetSIMDRegister<u64>(fprs, id - D0_REGISTER)}; | ||
| 396 | return ValueToHex(dN); | ||
| 397 | } else if (id >= Q0_REGISTER && id < FPSCR_REGISTER) { | ||
| 398 | const u128 qN{GetSIMDRegister<u128>(fprs, id - Q0_REGISTER)}; | ||
| 399 | return ValueToHex(qN); | ||
| 400 | } else if (id == FPSCR_REGISTER) { | ||
| 401 | return ValueToHex(context.fpscr); | ||
| 402 | } else { | ||
| 403 | return ""; | ||
| 404 | } | ||
| 405 | } | ||
| 406 | |||
| 407 | void GDBStubA32::RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const { | ||
| 408 | if (!thread) { | ||
| 409 | return; | ||
| 410 | } | ||
| 411 | |||
| 412 | auto& context{thread->GetContext32()}; | ||
| 413 | auto& fprs{context.extension_registers}; | ||
| 414 | |||
| 415 | if (id <= PC_REGISTER) { | ||
| 416 | context.cpu_registers[id] = HexToValue<u32>(value); | ||
| 417 | } else if (id == CPSR_REGISTER) { | ||
| 418 | context.cpsr = HexToValue<u32>(value); | ||
| 419 | } else if (id >= D0_REGISTER && id < Q0_REGISTER) { | ||
| 420 | PutSIMDRegister(fprs, id - D0_REGISTER, HexToValue<u64>(value)); | ||
| 421 | } else if (id >= Q0_REGISTER && id < FPSCR_REGISTER) { | ||
| 422 | PutSIMDRegister(fprs, id - Q0_REGISTER, HexToValue<u128>(value)); | ||
| 423 | } else if (id == FPSCR_REGISTER) { | ||
| 424 | context.fpscr = HexToValue<u32>(value); | ||
| 425 | } | ||
| 426 | } | ||
| 427 | |||
| 428 | std::string GDBStubA32::ReadRegisters(const Kernel::KThread* thread) const { | ||
| 429 | std::string output; | ||
| 430 | |||
| 431 | for (size_t reg = 0; reg <= FPSCR_REGISTER; reg++) { | ||
| 432 | const bool gpr{reg <= PC_REGISTER}; | ||
| 433 | const bool dfpr{reg >= D0_REGISTER && reg < Q0_REGISTER}; | ||
| 434 | const bool qfpr{reg >= Q0_REGISTER && reg < FPSCR_REGISTER}; | ||
| 435 | |||
| 436 | if (!(gpr || dfpr || qfpr || reg == CPSR_REGISTER || reg == FPSCR_REGISTER)) { | ||
| 437 | continue; | ||
| 438 | } | ||
| 439 | |||
| 440 | output += RegRead(thread, reg); | ||
| 441 | } | ||
| 442 | |||
| 443 | return output; | ||
| 444 | } | ||
| 445 | |||
| 446 | void GDBStubA32::WriteRegisters(Kernel::KThread* thread, std::string_view register_data) const { | ||
| 447 | for (size_t i = 0, reg = 0; reg <= FPSCR_REGISTER; reg++) { | ||
| 448 | const bool gpr{reg <= PC_REGISTER}; | ||
| 449 | const bool dfpr{reg >= D0_REGISTER && reg < Q0_REGISTER}; | ||
| 450 | const bool qfpr{reg >= Q0_REGISTER && reg < FPSCR_REGISTER}; | ||
| 451 | |||
| 452 | if (gpr || reg == CPSR_REGISTER || reg == FPSCR_REGISTER) { | ||
| 453 | RegWrite(thread, reg, register_data.substr(i, 8)); | ||
| 454 | i += 8; | ||
| 455 | } else if (dfpr) { | ||
| 456 | RegWrite(thread, reg, register_data.substr(i, 16)); | ||
| 457 | i += 16; | ||
| 458 | } else if (qfpr) { | ||
| 459 | RegWrite(thread, reg, register_data.substr(i, 32)); | ||
| 460 | i += 32; | ||
| 461 | } | ||
| 462 | |||
| 463 | if (reg == PC_REGISTER) { | ||
| 464 | reg = CPSR_REGISTER - 1; | ||
| 465 | } else if (reg == CPSR_REGISTER) { | ||
| 466 | reg = D0_REGISTER - 1; | ||
| 467 | } | ||
| 468 | } | ||
| 469 | } | ||
| 470 | |||
| 471 | std::string GDBStubA32::ThreadStatus(const Kernel::KThread* thread, u8 signal) const { | ||
| 472 | return fmt::format("T{:02x}{:02x}:{};{:02x}:{};{:02x}:{};thread:{:x};", signal, PC_REGISTER, | ||
| 473 | RegRead(thread, PC_REGISTER), SP_REGISTER, RegRead(thread, SP_REGISTER), | ||
| 474 | LR_REGISTER, RegRead(thread, LR_REGISTER), thread->GetThreadID()); | ||
| 475 | } | ||
| 476 | |||
| 477 | u32 GDBStubA32::BreakpointInstruction() const { | ||
| 478 | // A32: trap | ||
| 479 | // T32: trap + b #4 | ||
| 480 | return 0xe7ffdefe; | ||
| 481 | } | ||
| 482 | |||
| 483 | } // namespace Core | ||
diff --git a/src/core/debugger/gdbstub_arch.h b/src/core/debugger/gdbstub_arch.h new file mode 100644 index 000000000..4d039a9f7 --- /dev/null +++ b/src/core/debugger/gdbstub_arch.h | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <string> | ||
| 7 | |||
| 8 | #include "common/common_types.h" | ||
| 9 | |||
| 10 | namespace Kernel { | ||
| 11 | class KThread; | ||
| 12 | } | ||
| 13 | |||
| 14 | namespace Core { | ||
| 15 | |||
| 16 | class GDBStubArch { | ||
| 17 | public: | ||
| 18 | virtual std::string GetTargetXML() const = 0; | ||
| 19 | virtual std::string RegRead(const Kernel::KThread* thread, size_t id) const = 0; | ||
| 20 | virtual void RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const = 0; | ||
| 21 | virtual std::string ReadRegisters(const Kernel::KThread* thread) const = 0; | ||
| 22 | virtual void WriteRegisters(Kernel::KThread* thread, std::string_view register_data) const = 0; | ||
| 23 | virtual std::string ThreadStatus(const Kernel::KThread* thread, u8 signal) const = 0; | ||
| 24 | virtual u32 BreakpointInstruction() const = 0; | ||
| 25 | }; | ||
| 26 | |||
| 27 | class GDBStubA64 final : public GDBStubArch { | ||
| 28 | public: | ||
| 29 | std::string GetTargetXML() const override; | ||
| 30 | std::string RegRead(const Kernel::KThread* thread, size_t id) const override; | ||
| 31 | void RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const override; | ||
| 32 | std::string ReadRegisters(const Kernel::KThread* thread) const override; | ||
| 33 | void WriteRegisters(Kernel::KThread* thread, std::string_view register_data) const override; | ||
| 34 | std::string ThreadStatus(const Kernel::KThread* thread, u8 signal) const override; | ||
| 35 | u32 BreakpointInstruction() const override; | ||
| 36 | |||
| 37 | private: | ||
| 38 | static constexpr u32 LR_REGISTER = 30; | ||
| 39 | static constexpr u32 SP_REGISTER = 31; | ||
| 40 | static constexpr u32 PC_REGISTER = 32; | ||
| 41 | static constexpr u32 PSTATE_REGISTER = 33; | ||
| 42 | static constexpr u32 Q0_REGISTER = 34; | ||
| 43 | static constexpr u32 FPSR_REGISTER = 66; | ||
| 44 | static constexpr u32 FPCR_REGISTER = 67; | ||
| 45 | }; | ||
| 46 | |||
| 47 | class GDBStubA32 final : public GDBStubArch { | ||
| 48 | public: | ||
| 49 | std::string GetTargetXML() const override; | ||
| 50 | std::string RegRead(const Kernel::KThread* thread, size_t id) const override; | ||
| 51 | void RegWrite(Kernel::KThread* thread, size_t id, std::string_view value) const override; | ||
| 52 | std::string ReadRegisters(const Kernel::KThread* thread) const override; | ||
| 53 | void WriteRegisters(Kernel::KThread* thread, std::string_view register_data) const override; | ||
| 54 | std::string ThreadStatus(const Kernel::KThread* thread, u8 signal) const override; | ||
| 55 | u32 BreakpointInstruction() const override; | ||
| 56 | |||
| 57 | private: | ||
| 58 | static constexpr u32 SP_REGISTER = 13; | ||
| 59 | static constexpr u32 LR_REGISTER = 14; | ||
| 60 | static constexpr u32 PC_REGISTER = 15; | ||
| 61 | static constexpr u32 CPSR_REGISTER = 25; | ||
| 62 | static constexpr u32 D0_REGISTER = 32; | ||
| 63 | static constexpr u32 Q0_REGISTER = 64; | ||
| 64 | static constexpr u32 FPSCR_REGISTER = 80; | ||
| 65 | }; | ||
| 66 | |||
| 67 | } // namespace Core | ||
diff --git a/src/core/hid/emulated_console.cpp b/src/core/hid/emulated_console.cpp index fd220ccb5..aac45907d 100644 --- a/src/core/hid/emulated_console.cpp +++ b/src/core/hid/emulated_console.cpp | |||
| @@ -27,12 +27,19 @@ void EmulatedConsole::SetTouchParams() { | |||
| 27 | // We can't use mouse as touch if native mouse is enabled | 27 | // We can't use mouse as touch if native mouse is enabled |
| 28 | touch_params[index++] = Common::ParamPackage{"engine:mouse,axis_x:10,axis_y:11,button:0"}; | 28 | touch_params[index++] = Common::ParamPackage{"engine:mouse,axis_x:10,axis_y:11,button:0"}; |
| 29 | } | 29 | } |
| 30 | touch_params[index++] = Common::ParamPackage{"engine:touch,axis_x:0,axis_y:1,button:0"}; | 30 | |
| 31 | touch_params[index++] = Common::ParamPackage{"engine:touch,axis_x:2,axis_y:3,button:1"}; | 31 | touch_params[index++] = |
| 32 | Common::ParamPackage{"engine:touch,axis_x:0,axis_y:1,button:0,touch_id:0"}; | ||
| 33 | touch_params[index++] = | ||
| 34 | Common::ParamPackage{"engine:touch,axis_x:2,axis_y:3,button:1,touch_id:1"}; | ||
| 35 | touch_params[index++] = | ||
| 36 | Common::ParamPackage{"engine:touch,axis_x:4,axis_y:5,button:2,touch_id:2"}; | ||
| 37 | touch_params[index++] = | ||
| 38 | Common::ParamPackage{"engine:touch,axis_x:6,axis_y:7,button:3,touch_id:3"}; | ||
| 32 | touch_params[index++] = | 39 | touch_params[index++] = |
| 33 | Common::ParamPackage{"engine:cemuhookudp,axis_x:17,axis_y:18,button:65536"}; | 40 | Common::ParamPackage{"engine:cemuhookudp,axis_x:17,axis_y:18,button:65536,touch_id:0"}; |
| 34 | touch_params[index++] = | 41 | touch_params[index++] = |
| 35 | Common::ParamPackage{"engine:cemuhookudp,axis_x:19,axis_y:20,button:131072"}; | 42 | Common::ParamPackage{"engine:cemuhookudp,axis_x:19,axis_y:20,button:131072,touch_id:1"}; |
| 36 | 43 | ||
| 37 | const auto button_index = | 44 | const auto button_index = |
| 38 | static_cast<u64>(Settings::values.touch_from_button_map_index.GetValue()); | 45 | static_cast<u64>(Settings::values.touch_from_button_map_index.GetValue()); |
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index ba1dcd171..bd2384515 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp | |||
| @@ -884,18 +884,42 @@ bool EmulatedController::SetVibration(std::size_t device_index, VibrationValue v | |||
| 884 | } | 884 | } |
| 885 | 885 | ||
| 886 | bool EmulatedController::TestVibration(std::size_t device_index) { | 886 | bool EmulatedController::TestVibration(std::size_t device_index) { |
| 887 | static constexpr VibrationValue test_vibration = { | 887 | if (device_index >= output_devices.size()) { |
| 888 | return false; | ||
| 889 | } | ||
| 890 | if (!output_devices[device_index]) { | ||
| 891 | return false; | ||
| 892 | } | ||
| 893 | |||
| 894 | const auto player_index = NpadIdTypeToIndex(npad_id_type); | ||
| 895 | const auto& player = Settings::values.players.GetValue()[player_index]; | ||
| 896 | |||
| 897 | if (!player.vibration_enabled) { | ||
| 898 | return false; | ||
| 899 | } | ||
| 900 | |||
| 901 | const Common::Input::VibrationStatus test_vibration = { | ||
| 888 | .low_amplitude = 0.001f, | 902 | .low_amplitude = 0.001f, |
| 889 | .low_frequency = 160.0f, | 903 | .low_frequency = DEFAULT_VIBRATION_VALUE.low_frequency, |
| 890 | .high_amplitude = 0.001f, | 904 | .high_amplitude = 0.001f, |
| 891 | .high_frequency = 320.0f, | 905 | .high_frequency = DEFAULT_VIBRATION_VALUE.high_frequency, |
| 906 | .type = Common::Input::VibrationAmplificationType::Test, | ||
| 907 | }; | ||
| 908 | |||
| 909 | const Common::Input::VibrationStatus zero_vibration = { | ||
| 910 | .low_amplitude = DEFAULT_VIBRATION_VALUE.low_amplitude, | ||
| 911 | .low_frequency = DEFAULT_VIBRATION_VALUE.low_frequency, | ||
| 912 | .high_amplitude = DEFAULT_VIBRATION_VALUE.high_amplitude, | ||
| 913 | .high_frequency = DEFAULT_VIBRATION_VALUE.high_frequency, | ||
| 914 | .type = Common::Input::VibrationAmplificationType::Test, | ||
| 892 | }; | 915 | }; |
| 893 | 916 | ||
| 894 | // Send a slight vibration to test for rumble support | 917 | // Send a slight vibration to test for rumble support |
| 895 | SetVibration(device_index, test_vibration); | 918 | output_devices[device_index]->SetVibration(test_vibration); |
| 896 | 919 | ||
| 897 | // Stop any vibration and return the result | 920 | // Stop any vibration and return the result |
| 898 | return SetVibration(device_index, DEFAULT_VIBRATION_VALUE); | 921 | return output_devices[device_index]->SetVibration(zero_vibration) == |
| 922 | Common::Input::VibrationError::None; | ||
| 899 | } | 923 | } |
| 900 | 924 | ||
| 901 | bool EmulatedController::SetPollingMode(Common::Input::PollingMode polling_mode) { | 925 | bool EmulatedController::SetPollingMode(Common::Input::PollingMode polling_mode) { |
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h index 26ec1091b..9f76f9bcb 100644 --- a/src/core/hid/hid_types.h +++ b/src/core/hid/hid_types.h | |||
| @@ -498,6 +498,49 @@ struct SixAxisSensorFusionParameters { | |||
| 498 | static_assert(sizeof(SixAxisSensorFusionParameters) == 8, | 498 | static_assert(sizeof(SixAxisSensorFusionParameters) == 8, |
| 499 | "SixAxisSensorFusionParameters is an invalid size"); | 499 | "SixAxisSensorFusionParameters is an invalid size"); |
| 500 | 500 | ||
| 501 | // This is nn::hid::server::SixAxisSensorProperties | ||
| 502 | struct SixAxisSensorProperties { | ||
| 503 | union { | ||
| 504 | u8 raw{}; | ||
| 505 | BitField<0, 1, u8> is_newly_assigned; | ||
| 506 | BitField<1, 1, u8> is_firmware_update_available; | ||
| 507 | }; | ||
| 508 | }; | ||
| 509 | static_assert(sizeof(SixAxisSensorProperties) == 1, "SixAxisSensorProperties is an invalid size"); | ||
| 510 | |||
| 511 | // This is nn::hid::SixAxisSensorCalibrationParameter | ||
| 512 | struct SixAxisSensorCalibrationParameter { | ||
| 513 | std::array<u8, 0x744> unknown_data{}; | ||
| 514 | }; | ||
| 515 | static_assert(sizeof(SixAxisSensorCalibrationParameter) == 0x744, | ||
| 516 | "SixAxisSensorCalibrationParameter is an invalid size"); | ||
| 517 | |||
| 518 | // This is nn::hid::SixAxisSensorIcInformation | ||
| 519 | struct SixAxisSensorIcInformation { | ||
| 520 | f32 angular_rate{2000.0f}; // dps | ||
| 521 | std::array<f32, 6> unknown_gyro_data1{ | ||
| 522 | -10.0f, -10.0f, -10.0f, 10.0f, 10.0f, 10.0f, | ||
| 523 | }; // dps | ||
| 524 | std::array<f32, 9> unknown_gyro_data2{ | ||
| 525 | 0.95f, -0.003f, -0.003f, -0.003f, 0.95f, -0.003f, -0.003f, -0.003f, 0.95f, | ||
| 526 | }; | ||
| 527 | std::array<f32, 9> unknown_gyro_data3{ | ||
| 528 | 1.05f, 0.003f, 0.003f, 0.003f, 1.05f, 0.003f, 0.003f, 0.003f, 1.05f, | ||
| 529 | }; | ||
| 530 | f32 acceleration_range{8.0f}; // g force | ||
| 531 | std::array<f32, 6> unknown_accel_data1{ | ||
| 532 | -0.0612f, -0.0612f, -0.0612f, 0.0612f, 0.0612f, 0.0612f, | ||
| 533 | }; // g force | ||
| 534 | std::array<f32, 9> unknown_accel_data2{ | ||
| 535 | 0.95f, -0.003f, -0.003f, -0.003f, 0.95f, -0.003f, -0.003f, -0.003f, 0.95f, | ||
| 536 | }; | ||
| 537 | std::array<f32, 9> unknown_accel_data3{ | ||
| 538 | 1.05f, 0.003f, 0.003f, 0.003f, 1.05f, 0.003f, 0.003f, 0.003f, 1.05f, | ||
| 539 | }; | ||
| 540 | }; | ||
| 541 | static_assert(sizeof(SixAxisSensorIcInformation) == 0xC8, | ||
| 542 | "SixAxisSensorIcInformation is an invalid size"); | ||
| 543 | |||
| 501 | // This is nn::hid::VibrationDeviceHandle | 544 | // This is nn::hid::VibrationDeviceHandle |
| 502 | struct VibrationDeviceHandle { | 545 | struct VibrationDeviceHandle { |
| 503 | NpadStyleIndex npad_type{NpadStyleIndex::None}; | 546 | NpadStyleIndex npad_type{NpadStyleIndex::None}; |
diff --git a/src/core/hid/input_converter.cpp b/src/core/hid/input_converter.cpp index 3c26260f3..18d9f042d 100644 --- a/src/core/hid/input_converter.cpp +++ b/src/core/hid/input_converter.cpp | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #include <algorithm> | ||
| 4 | #include <random> | 5 | #include <random> |
| 5 | 6 | ||
| 6 | #include "common/input.h" | 7 | #include "common/input.h" |
| @@ -196,6 +197,9 @@ Common::Input::TouchStatus TransformToTouch(const Common::Input::CallbackStatus& | |||
| 196 | x = std::clamp(x, 0.0f, 1.0f); | 197 | x = std::clamp(x, 0.0f, 1.0f); |
| 197 | y = std::clamp(y, 0.0f, 1.0f); | 198 | y = std::clamp(y, 0.0f, 1.0f); |
| 198 | 199 | ||
| 200 | // Limit id to maximum number of fingers | ||
| 201 | status.id = std::clamp(status.id, 0, 16); | ||
| 202 | |||
| 199 | if (status.pressed.inverted) { | 203 | if (status.pressed.inverted) { |
| 200 | status.pressed.value = !status.pressed.value; | 204 | status.pressed.value = !status.pressed.value; |
| 201 | } | 205 | } |
diff --git a/src/core/hle/kernel/k_process.cpp b/src/core/hle/kernel/k_process.cpp index 490e31fc7..dcfeacccd 100644 --- a/src/core/hle/kernel/k_process.cpp +++ b/src/core/hle/kernel/k_process.cpp | |||
| @@ -64,6 +64,10 @@ void SetupMainThread(Core::System& system, KProcess& owner_process, u32 priority | |||
| 64 | { | 64 | { |
| 65 | KScopedSchedulerLock lock{kernel}; | 65 | KScopedSchedulerLock lock{kernel}; |
| 66 | thread->SetState(ThreadState::Runnable); | 66 | thread->SetState(ThreadState::Runnable); |
| 67 | |||
| 68 | if (system.DebuggerEnabled()) { | ||
| 69 | thread->RequestSuspend(SuspendType::Debug); | ||
| 70 | } | ||
| 67 | } | 71 | } |
| 68 | } | 72 | } |
| 69 | } // Anonymous namespace | 73 | } // Anonymous namespace |
diff --git a/src/core/hle/kernel/k_thread.cpp b/src/core/hle/kernel/k_thread.cpp index ab9ce6a86..940334f59 100644 --- a/src/core/hle/kernel/k_thread.cpp +++ b/src/core/hle/kernel/k_thread.cpp | |||
| @@ -198,6 +198,10 @@ ResultCode KThread::Initialize(KThreadFunction func, uintptr_t arg, VAddr user_s | |||
| 198 | resource_limit_release_hint = false; | 198 | resource_limit_release_hint = false; |
| 199 | cpu_time = 0; | 199 | cpu_time = 0; |
| 200 | 200 | ||
| 201 | // Set debug context. | ||
| 202 | stack_top = user_stack_top; | ||
| 203 | argument = arg; | ||
| 204 | |||
| 201 | // Clear our stack parameters. | 205 | // Clear our stack parameters. |
| 202 | std::memset(static_cast<void*>(std::addressof(GetStackParameters())), 0, | 206 | std::memset(static_cast<void*>(std::addressof(GetStackParameters())), 0, |
| 203 | sizeof(StackParameters)); | 207 | sizeof(StackParameters)); |
diff --git a/src/core/hle/kernel/k_thread.h b/src/core/hle/kernel/k_thread.h index b55a922ab..f4d83f99a 100644 --- a/src/core/hle/kernel/k_thread.h +++ b/src/core/hle/kernel/k_thread.h | |||
| @@ -100,6 +100,12 @@ enum class ThreadWaitReasonForDebugging : u32 { | |||
| 100 | Suspended, ///< Thread is waiting due to process suspension | 100 | Suspended, ///< Thread is waiting due to process suspension |
| 101 | }; | 101 | }; |
| 102 | 102 | ||
| 103 | enum class StepState : u32 { | ||
| 104 | NotStepping, ///< Thread is not currently stepping | ||
| 105 | StepPending, ///< Thread will step when next scheduled | ||
| 106 | StepPerformed, ///< Thread has stepped, waiting to be scheduled again | ||
| 107 | }; | ||
| 108 | |||
| 103 | [[nodiscard]] KThread* GetCurrentThreadPointer(KernelCore& kernel); | 109 | [[nodiscard]] KThread* GetCurrentThreadPointer(KernelCore& kernel); |
| 104 | [[nodiscard]] KThread& GetCurrentThread(KernelCore& kernel); | 110 | [[nodiscard]] KThread& GetCurrentThread(KernelCore& kernel); |
| 105 | [[nodiscard]] s32 GetCurrentCoreId(KernelCore& kernel); | 111 | [[nodiscard]] s32 GetCurrentCoreId(KernelCore& kernel); |
| @@ -267,6 +273,14 @@ public: | |||
| 267 | 273 | ||
| 268 | void SetState(ThreadState state); | 274 | void SetState(ThreadState state); |
| 269 | 275 | ||
| 276 | [[nodiscard]] StepState GetStepState() const { | ||
| 277 | return step_state; | ||
| 278 | } | ||
| 279 | |||
| 280 | void SetStepState(StepState state) { | ||
| 281 | step_state = state; | ||
| 282 | } | ||
| 283 | |||
| 270 | [[nodiscard]] s64 GetLastScheduledTick() const { | 284 | [[nodiscard]] s64 GetLastScheduledTick() const { |
| 271 | return last_scheduled_tick; | 285 | return last_scheduled_tick; |
| 272 | } | 286 | } |
| @@ -646,6 +660,14 @@ public: | |||
| 646 | void IfDummyThreadTryWait(); | 660 | void IfDummyThreadTryWait(); |
| 647 | void IfDummyThreadEndWait(); | 661 | void IfDummyThreadEndWait(); |
| 648 | 662 | ||
| 663 | [[nodiscard]] uintptr_t GetArgument() const { | ||
| 664 | return argument; | ||
| 665 | } | ||
| 666 | |||
| 667 | [[nodiscard]] VAddr GetUserStackTop() const { | ||
| 668 | return stack_top; | ||
| 669 | } | ||
| 670 | |||
| 649 | private: | 671 | private: |
| 650 | static constexpr size_t PriorityInheritanceCountMax = 10; | 672 | static constexpr size_t PriorityInheritanceCountMax = 10; |
| 651 | union SyncObjectBuffer { | 673 | union SyncObjectBuffer { |
| @@ -769,6 +791,7 @@ private: | |||
| 769 | std::shared_ptr<Common::Fiber> host_context{}; | 791 | std::shared_ptr<Common::Fiber> host_context{}; |
| 770 | bool is_single_core{}; | 792 | bool is_single_core{}; |
| 771 | ThreadType thread_type{}; | 793 | ThreadType thread_type{}; |
| 794 | StepState step_state{}; | ||
| 772 | std::mutex dummy_wait_lock; | 795 | std::mutex dummy_wait_lock; |
| 773 | std::condition_variable dummy_wait_cv; | 796 | std::condition_variable dummy_wait_cv; |
| 774 | 797 | ||
| @@ -776,6 +799,8 @@ private: | |||
| 776 | std::vector<KSynchronizationObject*> wait_objects_for_debugging; | 799 | std::vector<KSynchronizationObject*> wait_objects_for_debugging; |
| 777 | VAddr mutex_wait_address_for_debugging{}; | 800 | VAddr mutex_wait_address_for_debugging{}; |
| 778 | ThreadWaitReasonForDebugging wait_reason_for_debugging{}; | 801 | ThreadWaitReasonForDebugging wait_reason_for_debugging{}; |
| 802 | uintptr_t argument; | ||
| 803 | VAddr stack_top; | ||
| 779 | 804 | ||
| 780 | public: | 805 | public: |
| 781 | using ConditionVariableThreadTreeType = ConditionVariableThreadTree; | 806 | using ConditionVariableThreadTreeType = ConditionVariableThreadTree; |
diff --git a/src/core/hle/service/hid/controllers/gesture.cpp b/src/core/hle/service/hid/controllers/gesture.cpp index 3eae1ae35..32e0708ba 100644 --- a/src/core/hle/service/hid/controllers/gesture.cpp +++ b/src/core/hle/service/hid/controllers/gesture.cpp | |||
| @@ -61,6 +61,7 @@ void Controller_Gesture::OnUpdate(const Core::Timing::CoreTiming& core_timing) { | |||
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | last_update_timestamp = shared_memory->gesture_lifo.timestamp; | 63 | last_update_timestamp = shared_memory->gesture_lifo.timestamp; |
| 64 | UpdateGestureSharedMemory(gesture, time_difference); | ||
| 64 | } | 65 | } |
| 65 | 66 | ||
| 66 | void Controller_Gesture::ReadTouchInput() { | 67 | void Controller_Gesture::ReadTouchInput() { |
| @@ -94,8 +95,7 @@ bool Controller_Gesture::ShouldUpdateGesture(const GestureProperties& gesture, | |||
| 94 | return false; | 95 | return false; |
| 95 | } | 96 | } |
| 96 | 97 | ||
| 97 | void Controller_Gesture::UpdateGestureSharedMemory(u8* data, std::size_t size, | 98 | void Controller_Gesture::UpdateGestureSharedMemory(GestureProperties& gesture, |
| 98 | GestureProperties& gesture, | ||
| 99 | f32 time_difference) { | 99 | f32 time_difference) { |
| 100 | GestureType type = GestureType::Idle; | 100 | GestureType type = GestureType::Idle; |
| 101 | GestureAttribute attributes{}; | 101 | GestureAttribute attributes{}; |
diff --git a/src/core/hle/service/hid/controllers/gesture.h b/src/core/hle/service/hid/controllers/gesture.h index c62a341bf..0d6099ea0 100644 --- a/src/core/hle/service/hid/controllers/gesture.h +++ b/src/core/hle/service/hid/controllers/gesture.h | |||
| @@ -107,8 +107,7 @@ private: | |||
| 107 | bool ShouldUpdateGesture(const GestureProperties& gesture, f32 time_difference); | 107 | bool ShouldUpdateGesture(const GestureProperties& gesture, f32 time_difference); |
| 108 | 108 | ||
| 109 | // Updates the shared memory to the next state | 109 | // Updates the shared memory to the next state |
| 110 | void UpdateGestureSharedMemory(u8* data, std::size_t size, GestureProperties& gesture, | 110 | void UpdateGestureSharedMemory(GestureProperties& gesture, f32 time_difference); |
| 111 | f32 time_difference); | ||
| 112 | 111 | ||
| 113 | // Initializes new gesture | 112 | // Initializes new gesture |
| 114 | void NewGesture(GestureProperties& gesture, GestureType& type, GestureAttribute& attributes); | 113 | void NewGesture(GestureProperties& gesture, GestureType& type, GestureAttribute& attributes); |
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp index de06e1735..1e04ee3f2 100644 --- a/src/core/hle/service/hid/controllers/npad.cpp +++ b/src/core/hle/service/hid/controllers/npad.cpp | |||
| @@ -56,11 +56,22 @@ bool Controller_NPad::IsDeviceHandleValid(const Core::HID::VibrationDeviceHandle | |||
| 56 | return npad_id && npad_type && device_index; | 56 | return npad_id && npad_type && device_index; |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | bool Controller_NPad::IsDeviceHandleValid(const Core::HID::SixAxisSensorHandle& device_handle) { | 59 | ResultCode Controller_NPad::VerifyValidSixAxisSensorHandle( |
| 60 | const Core::HID::SixAxisSensorHandle& device_handle) { | ||
| 60 | const auto npad_id = IsNpadIdValid(static_cast<Core::HID::NpadIdType>(device_handle.npad_id)); | 61 | const auto npad_id = IsNpadIdValid(static_cast<Core::HID::NpadIdType>(device_handle.npad_id)); |
| 61 | const bool npad_type = device_handle.npad_type < Core::HID::NpadStyleIndex::MaxNpadType; | 62 | if (!npad_id) { |
| 63 | return InvalidNpadId; | ||
| 64 | } | ||
| 62 | const bool device_index = device_handle.device_index < Core::HID::DeviceIndex::MaxDeviceIndex; | 65 | const bool device_index = device_handle.device_index < Core::HID::DeviceIndex::MaxDeviceIndex; |
| 63 | return npad_id && npad_type && device_index; | 66 | if (!device_index) { |
| 67 | return NpadDeviceIndexOutOfRange; | ||
| 68 | } | ||
| 69 | // This doesn't get validated on nnsdk | ||
| 70 | const bool npad_type = device_handle.npad_type < Core::HID::NpadStyleIndex::MaxNpadType; | ||
| 71 | if (!npad_type) { | ||
| 72 | return NpadInvalidHandle; | ||
| 73 | } | ||
| 74 | return ResultSuccess; | ||
| 64 | } | 75 | } |
| 65 | 76 | ||
| 66 | Controller_NPad::Controller_NPad(Core::HID::HIDCore& hid_core_, u8* raw_shared_memory_, | 77 | Controller_NPad::Controller_NPad(Core::HID::HIDCore& hid_core_, u8* raw_shared_memory_, |
| @@ -158,6 +169,7 @@ void Controller_NPad::InitNewlyAddedController(Core::HID::NpadIdType npad_id) { | |||
| 158 | shared_memory->system_properties.use_plus.Assign(1); | 169 | shared_memory->system_properties.use_plus.Assign(1); |
| 159 | shared_memory->system_properties.use_minus.Assign(1); | 170 | shared_memory->system_properties.use_minus.Assign(1); |
| 160 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::SwitchProController; | 171 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::SwitchProController; |
| 172 | shared_memory->sixaxis_fullkey_properties.is_newly_assigned.Assign(1); | ||
| 161 | break; | 173 | break; |
| 162 | case Core::HID::NpadStyleIndex::Handheld: | 174 | case Core::HID::NpadStyleIndex::Handheld: |
| 163 | shared_memory->style_tag.handheld.Assign(1); | 175 | shared_memory->style_tag.handheld.Assign(1); |
| @@ -170,16 +182,19 @@ void Controller_NPad::InitNewlyAddedController(Core::HID::NpadIdType npad_id) { | |||
| 170 | shared_memory->assignment_mode = NpadJoyAssignmentMode::Dual; | 182 | shared_memory->assignment_mode = NpadJoyAssignmentMode::Dual; |
| 171 | shared_memory->applet_nfc_xcd.applet_footer.type = | 183 | shared_memory->applet_nfc_xcd.applet_footer.type = |
| 172 | AppletFooterUiType::HandheldJoyConLeftJoyConRight; | 184 | AppletFooterUiType::HandheldJoyConLeftJoyConRight; |
| 185 | shared_memory->sixaxis_handheld_properties.is_newly_assigned.Assign(1); | ||
| 173 | break; | 186 | break; |
| 174 | case Core::HID::NpadStyleIndex::JoyconDual: | 187 | case Core::HID::NpadStyleIndex::JoyconDual: |
| 175 | shared_memory->style_tag.joycon_dual.Assign(1); | 188 | shared_memory->style_tag.joycon_dual.Assign(1); |
| 176 | if (controller.is_dual_left_connected) { | 189 | if (controller.is_dual_left_connected) { |
| 177 | shared_memory->device_type.joycon_left.Assign(1); | 190 | shared_memory->device_type.joycon_left.Assign(1); |
| 178 | shared_memory->system_properties.use_minus.Assign(1); | 191 | shared_memory->system_properties.use_minus.Assign(1); |
| 192 | shared_memory->sixaxis_dual_left_properties.is_newly_assigned.Assign(1); | ||
| 179 | } | 193 | } |
| 180 | if (controller.is_dual_right_connected) { | 194 | if (controller.is_dual_right_connected) { |
| 181 | shared_memory->device_type.joycon_right.Assign(1); | 195 | shared_memory->device_type.joycon_right.Assign(1); |
| 182 | shared_memory->system_properties.use_plus.Assign(1); | 196 | shared_memory->system_properties.use_plus.Assign(1); |
| 197 | shared_memory->sixaxis_dual_right_properties.is_newly_assigned.Assign(1); | ||
| 183 | } | 198 | } |
| 184 | shared_memory->system_properties.use_directional_buttons.Assign(1); | 199 | shared_memory->system_properties.use_directional_buttons.Assign(1); |
| 185 | shared_memory->system_properties.is_vertical.Assign(1); | 200 | shared_memory->system_properties.is_vertical.Assign(1); |
| @@ -198,6 +213,7 @@ void Controller_NPad::InitNewlyAddedController(Core::HID::NpadIdType npad_id) { | |||
| 198 | shared_memory->system_properties.is_horizontal.Assign(1); | 213 | shared_memory->system_properties.is_horizontal.Assign(1); |
| 199 | shared_memory->system_properties.use_minus.Assign(1); | 214 | shared_memory->system_properties.use_minus.Assign(1); |
| 200 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::JoyLeftHorizontal; | 215 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::JoyLeftHorizontal; |
| 216 | shared_memory->sixaxis_left_properties.is_newly_assigned.Assign(1); | ||
| 201 | break; | 217 | break; |
| 202 | case Core::HID::NpadStyleIndex::JoyconRight: | 218 | case Core::HID::NpadStyleIndex::JoyconRight: |
| 203 | shared_memory->style_tag.joycon_right.Assign(1); | 219 | shared_memory->style_tag.joycon_right.Assign(1); |
| @@ -205,6 +221,7 @@ void Controller_NPad::InitNewlyAddedController(Core::HID::NpadIdType npad_id) { | |||
| 205 | shared_memory->system_properties.is_horizontal.Assign(1); | 221 | shared_memory->system_properties.is_horizontal.Assign(1); |
| 206 | shared_memory->system_properties.use_plus.Assign(1); | 222 | shared_memory->system_properties.use_plus.Assign(1); |
| 207 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::JoyRightHorizontal; | 223 | shared_memory->applet_nfc_xcd.applet_footer.type = AppletFooterUiType::JoyRightHorizontal; |
| 224 | shared_memory->sixaxis_right_properties.is_newly_assigned.Assign(1); | ||
| 208 | break; | 225 | break; |
| 209 | case Core::HID::NpadStyleIndex::GameCube: | 226 | case Core::HID::NpadStyleIndex::GameCube: |
| 210 | shared_memory->style_tag.gamecube.Assign(1); | 227 | shared_memory->style_tag.gamecube.Assign(1); |
| @@ -215,6 +232,7 @@ void Controller_NPad::InitNewlyAddedController(Core::HID::NpadIdType npad_id) { | |||
| 215 | case Core::HID::NpadStyleIndex::Pokeball: | 232 | case Core::HID::NpadStyleIndex::Pokeball: |
| 216 | shared_memory->style_tag.palma.Assign(1); | 233 | shared_memory->style_tag.palma.Assign(1); |
| 217 | shared_memory->device_type.palma.Assign(1); | 234 | shared_memory->device_type.palma.Assign(1); |
| 235 | shared_memory->sixaxis_fullkey_properties.is_newly_assigned.Assign(1); | ||
| 218 | break; | 236 | break; |
| 219 | case Core::HID::NpadStyleIndex::NES: | 237 | case Core::HID::NpadStyleIndex::NES: |
| 220 | shared_memory->style_tag.lark.Assign(1); | 238 | shared_memory->style_tag.lark.Assign(1); |
| @@ -582,6 +600,7 @@ void Controller_NPad::OnMotionUpdate(const Core::Timing::CoreTiming& core_timing | |||
| 582 | UNREACHABLE(); | 600 | UNREACHABLE(); |
| 583 | break; | 601 | break; |
| 584 | case Core::HID::NpadStyleIndex::ProController: | 602 | case Core::HID::NpadStyleIndex::ProController: |
| 603 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 585 | set_motion_state(sixaxis_fullkey_state, motion_state[0]); | 604 | set_motion_state(sixaxis_fullkey_state, motion_state[0]); |
| 586 | break; | 605 | break; |
| 587 | case Core::HID::NpadStyleIndex::Handheld: | 606 | case Core::HID::NpadStyleIndex::Handheld: |
| @@ -672,6 +691,12 @@ std::size_t Controller_NPad::GetSupportedNpadIdTypesSize() const { | |||
| 672 | } | 691 | } |
| 673 | 692 | ||
| 674 | void Controller_NPad::SetHoldType(NpadJoyHoldType joy_hold_type) { | 693 | void Controller_NPad::SetHoldType(NpadJoyHoldType joy_hold_type) { |
| 694 | if (joy_hold_type != NpadJoyHoldType::Horizontal && | ||
| 695 | joy_hold_type != NpadJoyHoldType::Vertical) { | ||
| 696 | LOG_ERROR(Service_HID, "Npad joy hold type needs to be valid, joy_hold_type={}", | ||
| 697 | joy_hold_type); | ||
| 698 | return; | ||
| 699 | } | ||
| 675 | hold_type = joy_hold_type; | 700 | hold_type = joy_hold_type; |
| 676 | } | 701 | } |
| 677 | 702 | ||
| @@ -695,11 +720,12 @@ Controller_NPad::NpadCommunicationMode Controller_NPad::GetNpadCommunicationMode | |||
| 695 | return communication_mode; | 720 | return communication_mode; |
| 696 | } | 721 | } |
| 697 | 722 | ||
| 698 | void Controller_NPad::SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceType npad_device_type, | 723 | ResultCode Controller_NPad::SetNpadMode(Core::HID::NpadIdType npad_id, |
| 699 | NpadJoyAssignmentMode assignment_mode) { | 724 | NpadJoyDeviceType npad_device_type, |
| 725 | NpadJoyAssignmentMode assignment_mode) { | ||
| 700 | if (!IsNpadIdValid(npad_id)) { | 726 | if (!IsNpadIdValid(npad_id)) { |
| 701 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); | 727 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); |
| 702 | return; | 728 | return InvalidNpadId; |
| 703 | } | 729 | } |
| 704 | 730 | ||
| 705 | auto& controller = GetControllerFromNpadIdType(npad_id); | 731 | auto& controller = GetControllerFromNpadIdType(npad_id); |
| @@ -708,7 +734,7 @@ void Controller_NPad::SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceTy | |||
| 708 | } | 734 | } |
| 709 | 735 | ||
| 710 | if (!controller.device->IsConnected()) { | 736 | if (!controller.device->IsConnected()) { |
| 711 | return; | 737 | return ResultSuccess; |
| 712 | } | 738 | } |
| 713 | 739 | ||
| 714 | if (assignment_mode == NpadJoyAssignmentMode::Dual) { | 740 | if (assignment_mode == NpadJoyAssignmentMode::Dual) { |
| @@ -717,34 +743,34 @@ void Controller_NPad::SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceTy | |||
| 717 | controller.is_dual_left_connected = true; | 743 | controller.is_dual_left_connected = true; |
| 718 | controller.is_dual_right_connected = false; | 744 | controller.is_dual_right_connected = false; |
| 719 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id, true); | 745 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id, true); |
| 720 | return; | 746 | return ResultSuccess; |
| 721 | } | 747 | } |
| 722 | if (controller.device->GetNpadStyleIndex() == Core::HID::NpadStyleIndex::JoyconRight) { | 748 | if (controller.device->GetNpadStyleIndex() == Core::HID::NpadStyleIndex::JoyconRight) { |
| 723 | DisconnectNpad(npad_id); | 749 | DisconnectNpad(npad_id); |
| 724 | controller.is_dual_left_connected = false; | 750 | controller.is_dual_left_connected = false; |
| 725 | controller.is_dual_right_connected = true; | 751 | controller.is_dual_right_connected = true; |
| 726 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id, true); | 752 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id, true); |
| 727 | return; | 753 | return ResultSuccess; |
| 728 | } | 754 | } |
| 729 | return; | 755 | return ResultSuccess; |
| 730 | } | 756 | } |
| 731 | 757 | ||
| 732 | // This is for NpadJoyAssignmentMode::Single | 758 | // This is for NpadJoyAssignmentMode::Single |
| 733 | 759 | ||
| 734 | // Only JoyconDual get affected by this function | 760 | // Only JoyconDual get affected by this function |
| 735 | if (controller.device->GetNpadStyleIndex() != Core::HID::NpadStyleIndex::JoyconDual) { | 761 | if (controller.device->GetNpadStyleIndex() != Core::HID::NpadStyleIndex::JoyconDual) { |
| 736 | return; | 762 | return ResultSuccess; |
| 737 | } | 763 | } |
| 738 | 764 | ||
| 739 | if (controller.is_dual_left_connected && !controller.is_dual_right_connected) { | 765 | if (controller.is_dual_left_connected && !controller.is_dual_right_connected) { |
| 740 | DisconnectNpad(npad_id); | 766 | DisconnectNpad(npad_id); |
| 741 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconLeft, npad_id, true); | 767 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconLeft, npad_id, true); |
| 742 | return; | 768 | return ResultSuccess; |
| 743 | } | 769 | } |
| 744 | if (!controller.is_dual_left_connected && controller.is_dual_right_connected) { | 770 | if (!controller.is_dual_left_connected && controller.is_dual_right_connected) { |
| 745 | DisconnectNpad(npad_id); | 771 | DisconnectNpad(npad_id); |
| 746 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconRight, npad_id, true); | 772 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconRight, npad_id, true); |
| 747 | return; | 773 | return ResultSuccess; |
| 748 | } | 774 | } |
| 749 | 775 | ||
| 750 | // We have two controllers connected to the same npad_id we need to split them | 776 | // We have two controllers connected to the same npad_id we need to split them |
| @@ -762,6 +788,7 @@ void Controller_NPad::SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceTy | |||
| 762 | controller_2.is_dual_right_connected = false; | 788 | controller_2.is_dual_right_connected = false; |
| 763 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id_2, true); | 789 | UpdateControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id_2, true); |
| 764 | } | 790 | } |
| 791 | return ResultSuccess; | ||
| 765 | } | 792 | } |
| 766 | 793 | ||
| 767 | bool Controller_NPad::VibrateControllerAtIndex(Core::HID::NpadIdType npad_id, | 794 | bool Controller_NPad::VibrateControllerAtIndex(Core::HID::NpadIdType npad_id, |
| @@ -957,10 +984,10 @@ void Controller_NPad::UpdateControllerAt(Core::HID::NpadStyleIndex type, | |||
| 957 | InitNewlyAddedController(npad_id); | 984 | InitNewlyAddedController(npad_id); |
| 958 | } | 985 | } |
| 959 | 986 | ||
| 960 | void Controller_NPad::DisconnectNpad(Core::HID::NpadIdType npad_id) { | 987 | ResultCode Controller_NPad::DisconnectNpad(Core::HID::NpadIdType npad_id) { |
| 961 | if (!IsNpadIdValid(npad_id)) { | 988 | if (!IsNpadIdValid(npad_id)) { |
| 962 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); | 989 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); |
| 963 | return; | 990 | return InvalidNpadId; |
| 964 | } | 991 | } |
| 965 | 992 | ||
| 966 | LOG_DEBUG(Service_HID, "Npad disconnected {}", npad_id); | 993 | LOG_DEBUG(Service_HID, "Npad disconnected {}", npad_id); |
| @@ -977,6 +1004,12 @@ void Controller_NPad::DisconnectNpad(Core::HID::NpadIdType npad_id) { | |||
| 977 | shared_memory->device_type.raw = 0; | 1004 | shared_memory->device_type.raw = 0; |
| 978 | shared_memory->system_properties.raw = 0; | 1005 | shared_memory->system_properties.raw = 0; |
| 979 | shared_memory->button_properties.raw = 0; | 1006 | shared_memory->button_properties.raw = 0; |
| 1007 | shared_memory->sixaxis_fullkey_properties.raw = 0; | ||
| 1008 | shared_memory->sixaxis_handheld_properties.raw = 0; | ||
| 1009 | shared_memory->sixaxis_dual_left_properties.raw = 0; | ||
| 1010 | shared_memory->sixaxis_dual_right_properties.raw = 0; | ||
| 1011 | shared_memory->sixaxis_left_properties.raw = 0; | ||
| 1012 | shared_memory->sixaxis_right_properties.raw = 0; | ||
| 980 | shared_memory->battery_level_dual = 0; | 1013 | shared_memory->battery_level_dual = 0; |
| 981 | shared_memory->battery_level_left = 0; | 1014 | shared_memory->battery_level_left = 0; |
| 982 | shared_memory->battery_level_right = 0; | 1015 | shared_memory->battery_level_right = 0; |
| @@ -997,346 +1030,268 @@ void Controller_NPad::DisconnectNpad(Core::HID::NpadIdType npad_id) { | |||
| 997 | controller.device->Disconnect(); | 1030 | controller.device->Disconnect(); |
| 998 | SignalStyleSetChangedEvent(npad_id); | 1031 | SignalStyleSetChangedEvent(npad_id); |
| 999 | WriteEmptyEntry(shared_memory); | 1032 | WriteEmptyEntry(shared_memory); |
| 1033 | return ResultSuccess; | ||
| 1000 | } | 1034 | } |
| 1001 | 1035 | ResultCode Controller_NPad::SetGyroscopeZeroDriftMode( | |
| 1002 | ResultCode Controller_NPad::SetGyroscopeZeroDriftMode(Core::HID::SixAxisSensorHandle sixaxis_handle, | 1036 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, GyroscopeZeroDriftMode drift_mode) { |
| 1003 | GyroscopeZeroDriftMode drift_mode) { | 1037 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1004 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1038 | if (is_valid.IsError()) { |
| 1005 | LOG_ERROR(Service_HID, "Invalid handle"); | 1039 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1006 | return NpadInvalidHandle; | 1040 | return is_valid; |
| 1007 | } | 1041 | } |
| 1008 | 1042 | ||
| 1009 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1043 | auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1010 | switch (sixaxis_handle.npad_type) { | 1044 | sixaxis.gyroscope_zero_drift_mode = drift_mode; |
| 1011 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1012 | controller.sixaxis_fullkey.gyroscope_zero_drift_mode = drift_mode; | ||
| 1013 | break; | ||
| 1014 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1015 | controller.sixaxis_handheld.gyroscope_zero_drift_mode = drift_mode; | ||
| 1016 | break; | ||
| 1017 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1018 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1019 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1020 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1021 | controller.sixaxis_dual_left.gyroscope_zero_drift_mode = drift_mode; | ||
| 1022 | break; | ||
| 1023 | } | ||
| 1024 | controller.sixaxis_dual_right.gyroscope_zero_drift_mode = drift_mode; | ||
| 1025 | break; | ||
| 1026 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1027 | controller.sixaxis_left.gyroscope_zero_drift_mode = drift_mode; | ||
| 1028 | break; | ||
| 1029 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1030 | controller.sixaxis_right.gyroscope_zero_drift_mode = drift_mode; | ||
| 1031 | break; | ||
| 1032 | default: | ||
| 1033 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1034 | return NpadInvalidHandle; | ||
| 1035 | } | ||
| 1036 | 1045 | ||
| 1037 | return ResultSuccess; | 1046 | return ResultSuccess; |
| 1038 | } | 1047 | } |
| 1039 | 1048 | ||
| 1040 | ResultCode Controller_NPad::GetGyroscopeZeroDriftMode(Core::HID::SixAxisSensorHandle sixaxis_handle, | 1049 | ResultCode Controller_NPad::GetGyroscopeZeroDriftMode( |
| 1041 | GyroscopeZeroDriftMode& drift_mode) const { | 1050 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 1042 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1051 | GyroscopeZeroDriftMode& drift_mode) const { |
| 1043 | LOG_ERROR(Service_HID, "Invalid handle"); | 1052 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1044 | return NpadInvalidHandle; | 1053 | if (is_valid.IsError()) { |
| 1054 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1055 | return is_valid; | ||
| 1045 | } | 1056 | } |
| 1046 | 1057 | ||
| 1047 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1058 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1048 | switch (sixaxis_handle.npad_type) { | 1059 | drift_mode = sixaxis.gyroscope_zero_drift_mode; |
| 1049 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1050 | drift_mode = controller.sixaxis_fullkey.gyroscope_zero_drift_mode; | ||
| 1051 | break; | ||
| 1052 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1053 | drift_mode = controller.sixaxis_handheld.gyroscope_zero_drift_mode; | ||
| 1054 | break; | ||
| 1055 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1056 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1057 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1058 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1059 | drift_mode = controller.sixaxis_dual_left.gyroscope_zero_drift_mode; | ||
| 1060 | break; | ||
| 1061 | } | ||
| 1062 | drift_mode = controller.sixaxis_dual_right.gyroscope_zero_drift_mode; | ||
| 1063 | break; | ||
| 1064 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1065 | drift_mode = controller.sixaxis_left.gyroscope_zero_drift_mode; | ||
| 1066 | break; | ||
| 1067 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1068 | drift_mode = controller.sixaxis_right.gyroscope_zero_drift_mode; | ||
| 1069 | break; | ||
| 1070 | default: | ||
| 1071 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1072 | return NpadInvalidHandle; | ||
| 1073 | } | ||
| 1074 | 1060 | ||
| 1075 | return ResultSuccess; | 1061 | return ResultSuccess; |
| 1076 | } | 1062 | } |
| 1077 | 1063 | ||
| 1078 | ResultCode Controller_NPad::IsSixAxisSensorAtRest(Core::HID::SixAxisSensorHandle sixaxis_handle, | 1064 | ResultCode Controller_NPad::IsSixAxisSensorAtRest( |
| 1079 | bool& is_at_rest) const { | 1065 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_at_rest) const { |
| 1080 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1066 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1081 | LOG_ERROR(Service_HID, "Invalid handle"); | 1067 | if (is_valid.IsError()) { |
| 1082 | return NpadInvalidHandle; | 1068 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1069 | return is_valid; | ||
| 1083 | } | 1070 | } |
| 1071 | |||
| 1084 | const auto& controller = GetControllerFromHandle(sixaxis_handle); | 1072 | const auto& controller = GetControllerFromHandle(sixaxis_handle); |
| 1085 | is_at_rest = controller.sixaxis_at_rest; | 1073 | is_at_rest = controller.sixaxis_at_rest; |
| 1086 | return ResultSuccess; | 1074 | return ResultSuccess; |
| 1087 | } | 1075 | } |
| 1088 | 1076 | ||
| 1089 | ResultCode Controller_NPad::IsFirmwareUpdateAvailableForSixAxisSensor( | 1077 | ResultCode Controller_NPad::IsFirmwareUpdateAvailableForSixAxisSensor( |
| 1090 | Core::HID::SixAxisSensorHandle sixaxis_handle, bool& is_firmware_available) const { | 1078 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_firmware_available) const { |
| 1091 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1079 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1092 | LOG_ERROR(Service_HID, "Invalid handle"); | 1080 | if (is_valid.IsError()) { |
| 1093 | return NpadInvalidHandle; | 1081 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1082 | return is_valid; | ||
| 1083 | } | ||
| 1084 | |||
| 1085 | const auto& sixaxis_properties = GetSixaxisProperties(sixaxis_handle); | ||
| 1086 | is_firmware_available = sixaxis_properties.is_firmware_update_available != 0; | ||
| 1087 | return ResultSuccess; | ||
| 1088 | } | ||
| 1089 | |||
| 1090 | ResultCode Controller_NPad::EnableSixAxisSensorUnalteredPassthrough( | ||
| 1091 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool is_enabled) { | ||
| 1092 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); | ||
| 1093 | if (is_valid.IsError()) { | ||
| 1094 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1095 | return is_valid; | ||
| 1096 | } | ||
| 1097 | |||
| 1098 | auto& sixaxis = GetSixaxisState(sixaxis_handle); | ||
| 1099 | sixaxis.unaltered_passtrough = is_enabled; | ||
| 1100 | return ResultSuccess; | ||
| 1101 | } | ||
| 1102 | |||
| 1103 | ResultCode Controller_NPad::IsSixAxisSensorUnalteredPassthroughEnabled( | ||
| 1104 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_enabled) const { | ||
| 1105 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); | ||
| 1106 | if (is_valid.IsError()) { | ||
| 1107 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1108 | return is_valid; | ||
| 1109 | } | ||
| 1110 | |||
| 1111 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); | ||
| 1112 | is_enabled = sixaxis.unaltered_passtrough; | ||
| 1113 | return ResultSuccess; | ||
| 1114 | } | ||
| 1115 | |||
| 1116 | ResultCode Controller_NPad::LoadSixAxisSensorCalibrationParameter( | ||
| 1117 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 1118 | Core::HID::SixAxisSensorCalibrationParameter& calibration) const { | ||
| 1119 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); | ||
| 1120 | if (is_valid.IsError()) { | ||
| 1121 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1122 | return is_valid; | ||
| 1094 | } | 1123 | } |
| 1095 | 1124 | ||
| 1096 | // We don't support joycon firmware updates | 1125 | // TODO: Request this data to the controller. On error return 0xd8ca |
| 1097 | is_firmware_available = false; | 1126 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1127 | calibration = sixaxis.calibration; | ||
| 1098 | return ResultSuccess; | 1128 | return ResultSuccess; |
| 1099 | } | 1129 | } |
| 1100 | 1130 | ||
| 1101 | ResultCode Controller_NPad::SetSixAxisEnabled(Core::HID::SixAxisSensorHandle sixaxis_handle, | 1131 | ResultCode Controller_NPad::GetSixAxisSensorIcInformation( |
| 1132 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 1133 | Core::HID::SixAxisSensorIcInformation& ic_information) const { | ||
| 1134 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); | ||
| 1135 | if (is_valid.IsError()) { | ||
| 1136 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1137 | return is_valid; | ||
| 1138 | } | ||
| 1139 | |||
| 1140 | // TODO: Request this data to the controller. On error return 0xd8ca | ||
| 1141 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); | ||
| 1142 | ic_information = sixaxis.ic_information; | ||
| 1143 | return ResultSuccess; | ||
| 1144 | } | ||
| 1145 | |||
| 1146 | ResultCode Controller_NPad::ResetIsSixAxisSensorDeviceNewlyAssigned( | ||
| 1147 | const Core::HID::SixAxisSensorHandle& sixaxis_handle) { | ||
| 1148 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); | ||
| 1149 | if (is_valid.IsError()) { | ||
| 1150 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); | ||
| 1151 | return is_valid; | ||
| 1152 | } | ||
| 1153 | |||
| 1154 | auto& sixaxis_properties = GetSixaxisProperties(sixaxis_handle); | ||
| 1155 | sixaxis_properties.is_newly_assigned.Assign(0); | ||
| 1156 | |||
| 1157 | return ResultSuccess; | ||
| 1158 | } | ||
| 1159 | |||
| 1160 | ResultCode Controller_NPad::SetSixAxisEnabled(const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 1102 | bool sixaxis_status) { | 1161 | bool sixaxis_status) { |
| 1103 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1162 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1104 | LOG_ERROR(Service_HID, "Invalid handle"); | 1163 | if (is_valid.IsError()) { |
| 1105 | return NpadInvalidHandle; | 1164 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1165 | return is_valid; | ||
| 1106 | } | 1166 | } |
| 1167 | |||
| 1107 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1168 | auto& controller = GetControllerFromHandle(sixaxis_handle); |
| 1108 | controller.sixaxis_sensor_enabled = sixaxis_status; | 1169 | controller.sixaxis_sensor_enabled = sixaxis_status; |
| 1109 | return ResultSuccess; | 1170 | return ResultSuccess; |
| 1110 | } | 1171 | } |
| 1111 | 1172 | ||
| 1112 | ResultCode Controller_NPad::IsSixAxisSensorFusionEnabled( | 1173 | ResultCode Controller_NPad::IsSixAxisSensorFusionEnabled( |
| 1113 | Core::HID::SixAxisSensorHandle sixaxis_handle, bool& is_fusion_enabled) const { | 1174 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_fusion_enabled) const { |
| 1114 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1175 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1115 | LOG_ERROR(Service_HID, "Invalid handle"); | 1176 | if (is_valid.IsError()) { |
| 1116 | return NpadInvalidHandle; | 1177 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1178 | return is_valid; | ||
| 1117 | } | 1179 | } |
| 1118 | 1180 | ||
| 1119 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1181 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1120 | switch (sixaxis_handle.npad_type) { | 1182 | is_fusion_enabled = sixaxis.is_fusion_enabled; |
| 1121 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1122 | is_fusion_enabled = controller.sixaxis_fullkey.is_fusion_enabled; | ||
| 1123 | break; | ||
| 1124 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1125 | is_fusion_enabled = controller.sixaxis_handheld.is_fusion_enabled; | ||
| 1126 | break; | ||
| 1127 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1128 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1129 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1130 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1131 | is_fusion_enabled = controller.sixaxis_dual_left.is_fusion_enabled; | ||
| 1132 | break; | ||
| 1133 | } | ||
| 1134 | is_fusion_enabled = controller.sixaxis_dual_right.is_fusion_enabled; | ||
| 1135 | break; | ||
| 1136 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1137 | is_fusion_enabled = controller.sixaxis_left.is_fusion_enabled; | ||
| 1138 | break; | ||
| 1139 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1140 | is_fusion_enabled = controller.sixaxis_right.is_fusion_enabled; | ||
| 1141 | break; | ||
| 1142 | default: | ||
| 1143 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1144 | return NpadInvalidHandle; | ||
| 1145 | } | ||
| 1146 | 1183 | ||
| 1147 | return ResultSuccess; | 1184 | return ResultSuccess; |
| 1148 | } | 1185 | } |
| 1149 | ResultCode Controller_NPad::SetSixAxisFusionEnabled(Core::HID::SixAxisSensorHandle sixaxis_handle, | 1186 | ResultCode Controller_NPad::SetSixAxisFusionEnabled( |
| 1150 | bool is_fusion_enabled) { | 1187 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool is_fusion_enabled) { |
| 1151 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1188 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1152 | LOG_ERROR(Service_HID, "Invalid handle"); | 1189 | if (is_valid.IsError()) { |
| 1153 | return NpadInvalidHandle; | 1190 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1191 | return is_valid; | ||
| 1154 | } | 1192 | } |
| 1155 | 1193 | ||
| 1156 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1194 | auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1157 | switch (sixaxis_handle.npad_type) { | 1195 | sixaxis.is_fusion_enabled = is_fusion_enabled; |
| 1158 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1159 | controller.sixaxis_fullkey.is_fusion_enabled = is_fusion_enabled; | ||
| 1160 | break; | ||
| 1161 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1162 | controller.sixaxis_handheld.is_fusion_enabled = is_fusion_enabled; | ||
| 1163 | break; | ||
| 1164 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1165 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1166 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1167 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1168 | controller.sixaxis_dual_left.is_fusion_enabled = is_fusion_enabled; | ||
| 1169 | break; | ||
| 1170 | } | ||
| 1171 | controller.sixaxis_dual_right.is_fusion_enabled = is_fusion_enabled; | ||
| 1172 | break; | ||
| 1173 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1174 | controller.sixaxis_left.is_fusion_enabled = is_fusion_enabled; | ||
| 1175 | break; | ||
| 1176 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1177 | controller.sixaxis_right.is_fusion_enabled = is_fusion_enabled; | ||
| 1178 | break; | ||
| 1179 | default: | ||
| 1180 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1181 | return NpadInvalidHandle; | ||
| 1182 | } | ||
| 1183 | 1196 | ||
| 1184 | return ResultSuccess; | 1197 | return ResultSuccess; |
| 1185 | } | 1198 | } |
| 1186 | 1199 | ||
| 1187 | ResultCode Controller_NPad::SetSixAxisFusionParameters( | 1200 | ResultCode Controller_NPad::SetSixAxisFusionParameters( |
| 1188 | Core::HID::SixAxisSensorHandle sixaxis_handle, | 1201 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 1189 | Core::HID::SixAxisSensorFusionParameters sixaxis_fusion_parameters) { | 1202 | Core::HID::SixAxisSensorFusionParameters sixaxis_fusion_parameters) { |
| 1190 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1203 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1191 | LOG_ERROR(Service_HID, "Invalid handle"); | 1204 | if (is_valid.IsError()) { |
| 1192 | return NpadInvalidHandle; | 1205 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1206 | return is_valid; | ||
| 1193 | } | 1207 | } |
| 1208 | |||
| 1194 | const auto param1 = sixaxis_fusion_parameters.parameter1; | 1209 | const auto param1 = sixaxis_fusion_parameters.parameter1; |
| 1195 | if (param1 < 0.0f || param1 > 1.0f) { | 1210 | if (param1 < 0.0f || param1 > 1.0f) { |
| 1196 | return InvalidSixAxisFusionRange; | 1211 | return InvalidSixAxisFusionRange; |
| 1197 | } | 1212 | } |
| 1198 | 1213 | ||
| 1199 | auto& controller = GetControllerFromHandle(sixaxis_handle); | 1214 | auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1200 | switch (sixaxis_handle.npad_type) { | 1215 | sixaxis.fusion = sixaxis_fusion_parameters; |
| 1201 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1202 | controller.sixaxis_fullkey.fusion = sixaxis_fusion_parameters; | ||
| 1203 | break; | ||
| 1204 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1205 | controller.sixaxis_handheld.fusion = sixaxis_fusion_parameters; | ||
| 1206 | break; | ||
| 1207 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1208 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1209 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1210 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1211 | controller.sixaxis_dual_left.fusion = sixaxis_fusion_parameters; | ||
| 1212 | break; | ||
| 1213 | } | ||
| 1214 | controller.sixaxis_dual_right.fusion = sixaxis_fusion_parameters; | ||
| 1215 | break; | ||
| 1216 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1217 | controller.sixaxis_left.fusion = sixaxis_fusion_parameters; | ||
| 1218 | break; | ||
| 1219 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1220 | controller.sixaxis_right.fusion = sixaxis_fusion_parameters; | ||
| 1221 | break; | ||
| 1222 | default: | ||
| 1223 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1224 | return NpadInvalidHandle; | ||
| 1225 | } | ||
| 1226 | 1216 | ||
| 1227 | return ResultSuccess; | 1217 | return ResultSuccess; |
| 1228 | } | 1218 | } |
| 1229 | 1219 | ||
| 1230 | ResultCode Controller_NPad::GetSixAxisFusionParameters( | 1220 | ResultCode Controller_NPad::GetSixAxisFusionParameters( |
| 1231 | Core::HID::SixAxisSensorHandle sixaxis_handle, | 1221 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 1232 | Core::HID::SixAxisSensorFusionParameters& parameters) const { | 1222 | Core::HID::SixAxisSensorFusionParameters& parameters) const { |
| 1233 | if (!IsDeviceHandleValid(sixaxis_handle)) { | 1223 | const auto is_valid = VerifyValidSixAxisSensorHandle(sixaxis_handle); |
| 1234 | LOG_ERROR(Service_HID, "Invalid handle"); | 1224 | if (is_valid.IsError()) { |
| 1235 | return NpadInvalidHandle; | 1225 | LOG_ERROR(Service_HID, "Invalid handle, error_code={}", is_valid.raw); |
| 1226 | return is_valid; | ||
| 1236 | } | 1227 | } |
| 1237 | 1228 | ||
| 1238 | const auto& controller = GetControllerFromHandle(sixaxis_handle); | 1229 | const auto& sixaxis = GetSixaxisState(sixaxis_handle); |
| 1239 | switch (sixaxis_handle.npad_type) { | 1230 | parameters = sixaxis.fusion; |
| 1240 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1241 | parameters = controller.sixaxis_fullkey.fusion; | ||
| 1242 | break; | ||
| 1243 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1244 | parameters = controller.sixaxis_handheld.fusion; | ||
| 1245 | break; | ||
| 1246 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1247 | case Core::HID::NpadStyleIndex::GameCube: | ||
| 1248 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1249 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1250 | parameters = controller.sixaxis_dual_left.fusion; | ||
| 1251 | break; | ||
| 1252 | } | ||
| 1253 | parameters = controller.sixaxis_dual_right.fusion; | ||
| 1254 | break; | ||
| 1255 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1256 | parameters = controller.sixaxis_left.fusion; | ||
| 1257 | break; | ||
| 1258 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1259 | parameters = controller.sixaxis_right.fusion; | ||
| 1260 | break; | ||
| 1261 | default: | ||
| 1262 | LOG_ERROR(Service_HID, "Invalid Npad type {}", sixaxis_handle.npad_type); | ||
| 1263 | return NpadInvalidHandle; | ||
| 1264 | } | ||
| 1265 | 1231 | ||
| 1266 | return ResultSuccess; | 1232 | return ResultSuccess; |
| 1267 | } | 1233 | } |
| 1268 | 1234 | ||
| 1269 | void Controller_NPad::MergeSingleJoyAsDualJoy(Core::HID::NpadIdType npad_id_1, | 1235 | ResultCode Controller_NPad::MergeSingleJoyAsDualJoy(Core::HID::NpadIdType npad_id_1, |
| 1270 | Core::HID::NpadIdType npad_id_2) { | 1236 | Core::HID::NpadIdType npad_id_2) { |
| 1271 | if (!IsNpadIdValid(npad_id_1) || !IsNpadIdValid(npad_id_2)) { | 1237 | if (!IsNpadIdValid(npad_id_1) || !IsNpadIdValid(npad_id_2)) { |
| 1272 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id_1:{}, npad_id_2:{}", npad_id_1, | 1238 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id_1:{}, npad_id_2:{}", npad_id_1, |
| 1273 | npad_id_2); | 1239 | npad_id_2); |
| 1274 | return; | 1240 | return InvalidNpadId; |
| 1275 | } | 1241 | } |
| 1276 | auto& controller_1 = GetControllerFromNpadIdType(npad_id_1); | 1242 | auto& controller_1 = GetControllerFromNpadIdType(npad_id_1); |
| 1277 | auto& controller_2 = GetControllerFromNpadIdType(npad_id_2); | 1243 | auto& controller_2 = GetControllerFromNpadIdType(npad_id_2); |
| 1278 | const auto controller_style_1 = controller_1.device->GetNpadStyleIndex(); | 1244 | auto controller_style_1 = controller_1.device->GetNpadStyleIndex(); |
| 1279 | const auto controller_style_2 = controller_2.device->GetNpadStyleIndex(); | 1245 | auto controller_style_2 = controller_2.device->GetNpadStyleIndex(); |
| 1280 | bool merge_controllers = false; | ||
| 1281 | 1246 | ||
| 1282 | // If the controllers at both npad indices form a pair of left and right joycons, merge them. | 1247 | // Simplify this code by converting dualjoycon with only a side connected to single joycons |
| 1283 | // Otherwise, do nothing. | 1248 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual) { |
| 1249 | if (controller_1.is_dual_left_connected && !controller_1.is_dual_right_connected) { | ||
| 1250 | controller_style_1 = Core::HID::NpadStyleIndex::JoyconLeft; | ||
| 1251 | } | ||
| 1252 | if (!controller_1.is_dual_left_connected && controller_1.is_dual_right_connected) { | ||
| 1253 | controller_style_1 = Core::HID::NpadStyleIndex::JoyconRight; | ||
| 1254 | } | ||
| 1255 | } | ||
| 1256 | if (controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual) { | ||
| 1257 | if (controller_2.is_dual_left_connected && !controller_2.is_dual_right_connected) { | ||
| 1258 | controller_style_2 = Core::HID::NpadStyleIndex::JoyconLeft; | ||
| 1259 | } | ||
| 1260 | if (!controller_2.is_dual_left_connected && controller_2.is_dual_right_connected) { | ||
| 1261 | controller_style_2 = Core::HID::NpadStyleIndex::JoyconRight; | ||
| 1262 | } | ||
| 1263 | } | ||
| 1264 | |||
| 1265 | // Invalid merge errors | ||
| 1266 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual || | ||
| 1267 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual) { | ||
| 1268 | return NpadIsDualJoycon; | ||
| 1269 | } | ||
| 1284 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconLeft && | 1270 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconLeft && |
| 1271 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconLeft) { | ||
| 1272 | return NpadIsSameType; | ||
| 1273 | } | ||
| 1274 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconRight && | ||
| 1285 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconRight) { | 1275 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconRight) { |
| 1286 | merge_controllers = true; | 1276 | return NpadIsSameType; |
| 1287 | } | 1277 | } |
| 1288 | if (controller_style_2 == Core::HID::NpadStyleIndex::JoyconLeft && | 1278 | |
| 1289 | controller_style_1 == Core::HID::NpadStyleIndex::JoyconRight) { | 1279 | // These exceptions are handled as if they where dual joycon |
| 1290 | merge_controllers = true; | 1280 | if (controller_style_1 != Core::HID::NpadStyleIndex::JoyconLeft && |
| 1291 | } | 1281 | controller_style_1 != Core::HID::NpadStyleIndex::JoyconRight) { |
| 1292 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual && | 1282 | return NpadIsDualJoycon; |
| 1293 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconRight && | ||
| 1294 | controller_1.is_dual_left_connected && !controller_1.is_dual_right_connected) { | ||
| 1295 | merge_controllers = true; | ||
| 1296 | } | ||
| 1297 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1298 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconLeft && | ||
| 1299 | !controller_1.is_dual_left_connected && controller_1.is_dual_right_connected) { | ||
| 1300 | merge_controllers = true; | ||
| 1301 | } | ||
| 1302 | if (controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1303 | controller_style_1 == Core::HID::NpadStyleIndex::JoyconRight && | ||
| 1304 | controller_2.is_dual_left_connected && !controller_2.is_dual_right_connected) { | ||
| 1305 | merge_controllers = true; | ||
| 1306 | } | ||
| 1307 | if (controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1308 | controller_style_1 == Core::HID::NpadStyleIndex::JoyconLeft && | ||
| 1309 | !controller_2.is_dual_left_connected && controller_2.is_dual_right_connected) { | ||
| 1310 | merge_controllers = true; | ||
| 1311 | } | ||
| 1312 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1313 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1314 | controller_1.is_dual_left_connected && !controller_1.is_dual_right_connected && | ||
| 1315 | !controller_2.is_dual_left_connected && controller_2.is_dual_right_connected) { | ||
| 1316 | merge_controllers = true; | ||
| 1317 | } | ||
| 1318 | if (controller_style_1 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1319 | controller_style_2 == Core::HID::NpadStyleIndex::JoyconDual && | ||
| 1320 | !controller_1.is_dual_left_connected && controller_1.is_dual_right_connected && | ||
| 1321 | controller_2.is_dual_left_connected && !controller_2.is_dual_right_connected) { | ||
| 1322 | merge_controllers = true; | ||
| 1323 | } | ||
| 1324 | |||
| 1325 | if (merge_controllers) { | ||
| 1326 | // Disconnect the joycon at the second id and connect the dual joycon at the first index. | ||
| 1327 | DisconnectNpad(npad_id_2); | ||
| 1328 | controller_1.is_dual_left_connected = true; | ||
| 1329 | controller_1.is_dual_right_connected = true; | ||
| 1330 | AddNewControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id_1); | ||
| 1331 | return; | ||
| 1332 | } | 1283 | } |
| 1333 | LOG_WARNING(Service_HID, | 1284 | if (controller_style_2 != Core::HID::NpadStyleIndex::JoyconLeft && |
| 1334 | "Controllers can't be merged npad_id_1:{}, npad_id_2:{}, type_1:{}, type_2:{}, " | 1285 | controller_style_2 != Core::HID::NpadStyleIndex::JoyconRight) { |
| 1335 | "dual_1(left/right):{}/{}, dual_2(left/right):{}/{}", | 1286 | return NpadIsDualJoycon; |
| 1336 | npad_id_1, npad_id_2, controller_1.device->GetNpadStyleIndex(), | 1287 | } |
| 1337 | controller_2.device->GetNpadStyleIndex(), controller_1.is_dual_left_connected, | 1288 | |
| 1338 | controller_1.is_dual_right_connected, controller_2.is_dual_left_connected, | 1289 | // Disconnect the joycon at the second id and connect the dual joycon at the first index. |
| 1339 | controller_2.is_dual_right_connected); | 1290 | DisconnectNpad(npad_id_2); |
| 1291 | controller_1.is_dual_left_connected = true; | ||
| 1292 | controller_1.is_dual_right_connected = true; | ||
| 1293 | AddNewControllerAt(Core::HID::NpadStyleIndex::JoyconDual, npad_id_1); | ||
| 1294 | return ResultSuccess; | ||
| 1340 | } | 1295 | } |
| 1341 | 1296 | ||
| 1342 | void Controller_NPad::StartLRAssignmentMode() { | 1297 | void Controller_NPad::StartLRAssignmentMode() { |
| @@ -1349,17 +1304,17 @@ void Controller_NPad::StopLRAssignmentMode() { | |||
| 1349 | is_in_lr_assignment_mode = false; | 1304 | is_in_lr_assignment_mode = false; |
| 1350 | } | 1305 | } |
| 1351 | 1306 | ||
| 1352 | bool Controller_NPad::SwapNpadAssignment(Core::HID::NpadIdType npad_id_1, | 1307 | ResultCode Controller_NPad::SwapNpadAssignment(Core::HID::NpadIdType npad_id_1, |
| 1353 | Core::HID::NpadIdType npad_id_2) { | 1308 | Core::HID::NpadIdType npad_id_2) { |
| 1354 | if (!IsNpadIdValid(npad_id_1) || !IsNpadIdValid(npad_id_2)) { | 1309 | if (!IsNpadIdValid(npad_id_1) || !IsNpadIdValid(npad_id_2)) { |
| 1355 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id_1:{}, npad_id_2:{}", npad_id_1, | 1310 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id_1:{}, npad_id_2:{}", npad_id_1, |
| 1356 | npad_id_2); | 1311 | npad_id_2); |
| 1357 | return false; | 1312 | return InvalidNpadId; |
| 1358 | } | 1313 | } |
| 1359 | if (npad_id_1 == Core::HID::NpadIdType::Handheld || | 1314 | if (npad_id_1 == Core::HID::NpadIdType::Handheld || |
| 1360 | npad_id_2 == Core::HID::NpadIdType::Handheld || npad_id_1 == Core::HID::NpadIdType::Other || | 1315 | npad_id_2 == Core::HID::NpadIdType::Handheld || npad_id_1 == Core::HID::NpadIdType::Other || |
| 1361 | npad_id_2 == Core::HID::NpadIdType::Other) { | 1316 | npad_id_2 == Core::HID::NpadIdType::Other) { |
| 1362 | return true; | 1317 | return ResultSuccess; |
| 1363 | } | 1318 | } |
| 1364 | const auto& controller_1 = GetControllerFromNpadIdType(npad_id_1).device; | 1319 | const auto& controller_1 = GetControllerFromNpadIdType(npad_id_1).device; |
| 1365 | const auto& controller_2 = GetControllerFromNpadIdType(npad_id_2).device; | 1320 | const auto& controller_2 = GetControllerFromNpadIdType(npad_id_2).device; |
| @@ -1369,46 +1324,49 @@ bool Controller_NPad::SwapNpadAssignment(Core::HID::NpadIdType npad_id_1, | |||
| 1369 | const auto is_connected_2 = controller_2->IsConnected(); | 1324 | const auto is_connected_2 = controller_2->IsConnected(); |
| 1370 | 1325 | ||
| 1371 | if (!IsControllerSupported(type_index_1) && is_connected_1) { | 1326 | if (!IsControllerSupported(type_index_1) && is_connected_1) { |
| 1372 | return false; | 1327 | return NpadNotConnected; |
| 1373 | } | 1328 | } |
| 1374 | if (!IsControllerSupported(type_index_2) && is_connected_2) { | 1329 | if (!IsControllerSupported(type_index_2) && is_connected_2) { |
| 1375 | return false; | 1330 | return NpadNotConnected; |
| 1376 | } | 1331 | } |
| 1377 | 1332 | ||
| 1378 | UpdateControllerAt(type_index_2, npad_id_1, is_connected_2); | 1333 | UpdateControllerAt(type_index_2, npad_id_1, is_connected_2); |
| 1379 | UpdateControllerAt(type_index_1, npad_id_2, is_connected_1); | 1334 | UpdateControllerAt(type_index_1, npad_id_2, is_connected_1); |
| 1380 | 1335 | ||
| 1381 | return true; | 1336 | return ResultSuccess; |
| 1382 | } | 1337 | } |
| 1383 | 1338 | ||
| 1384 | Core::HID::LedPattern Controller_NPad::GetLedPattern(Core::HID::NpadIdType npad_id) { | 1339 | ResultCode Controller_NPad::GetLedPattern(Core::HID::NpadIdType npad_id, |
| 1340 | Core::HID::LedPattern& pattern) const { | ||
| 1385 | if (!IsNpadIdValid(npad_id)) { | 1341 | if (!IsNpadIdValid(npad_id)) { |
| 1386 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); | 1342 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); |
| 1387 | return Core::HID::LedPattern{0, 0, 0, 0}; | 1343 | return InvalidNpadId; |
| 1388 | } | 1344 | } |
| 1389 | const auto& controller = GetControllerFromNpadIdType(npad_id).device; | 1345 | const auto& controller = GetControllerFromNpadIdType(npad_id).device; |
| 1390 | return controller->GetLedPattern(); | 1346 | pattern = controller->GetLedPattern(); |
| 1347 | return ResultSuccess; | ||
| 1391 | } | 1348 | } |
| 1392 | 1349 | ||
| 1393 | bool Controller_NPad::IsUnintendedHomeButtonInputProtectionEnabled( | 1350 | ResultCode Controller_NPad::IsUnintendedHomeButtonInputProtectionEnabled( |
| 1394 | Core::HID::NpadIdType npad_id) const { | 1351 | Core::HID::NpadIdType npad_id, bool& is_valid) const { |
| 1395 | if (!IsNpadIdValid(npad_id)) { | 1352 | if (!IsNpadIdValid(npad_id)) { |
| 1396 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); | 1353 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); |
| 1397 | // Return the default value | 1354 | return InvalidNpadId; |
| 1398 | return false; | ||
| 1399 | } | 1355 | } |
| 1400 | const auto& controller = GetControllerFromNpadIdType(npad_id); | 1356 | const auto& controller = GetControllerFromNpadIdType(npad_id); |
| 1401 | return controller.unintended_home_button_input_protection; | 1357 | is_valid = controller.unintended_home_button_input_protection; |
| 1358 | return ResultSuccess; | ||
| 1402 | } | 1359 | } |
| 1403 | 1360 | ||
| 1404 | void Controller_NPad::SetUnintendedHomeButtonInputProtectionEnabled(bool is_protection_enabled, | 1361 | ResultCode Controller_NPad::SetUnintendedHomeButtonInputProtectionEnabled( |
| 1405 | Core::HID::NpadIdType npad_id) { | 1362 | bool is_protection_enabled, Core::HID::NpadIdType npad_id) { |
| 1406 | if (!IsNpadIdValid(npad_id)) { | 1363 | if (!IsNpadIdValid(npad_id)) { |
| 1407 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); | 1364 | LOG_ERROR(Service_HID, "Invalid NpadIdType npad_id:{}", npad_id); |
| 1408 | return; | 1365 | return InvalidNpadId; |
| 1409 | } | 1366 | } |
| 1410 | auto& controller = GetControllerFromNpadIdType(npad_id); | 1367 | auto& controller = GetControllerFromNpadIdType(npad_id); |
| 1411 | controller.unintended_home_button_input_protection = is_protection_enabled; | 1368 | controller.unintended_home_button_input_protection = is_protection_enabled; |
| 1369 | return ResultSuccess; | ||
| 1412 | } | 1370 | } |
| 1413 | 1371 | ||
| 1414 | void Controller_NPad::SetAnalogStickUseCenterClamp(bool use_center_clamp) { | 1372 | void Controller_NPad::SetAnalogStickUseCenterClamp(bool use_center_clamp) { |
| @@ -1546,4 +1504,96 @@ const Controller_NPad::NpadControllerData& Controller_NPad::GetControllerFromNpa | |||
| 1546 | return controller_data[npad_index]; | 1504 | return controller_data[npad_index]; |
| 1547 | } | 1505 | } |
| 1548 | 1506 | ||
| 1507 | Core::HID::SixAxisSensorProperties& Controller_NPad::GetSixaxisProperties( | ||
| 1508 | const Core::HID::SixAxisSensorHandle& sixaxis_handle) { | ||
| 1509 | auto& controller = GetControllerFromHandle(sixaxis_handle); | ||
| 1510 | switch (sixaxis_handle.npad_type) { | ||
| 1511 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1512 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1513 | return controller.shared_memory->sixaxis_fullkey_properties; | ||
| 1514 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1515 | return controller.shared_memory->sixaxis_handheld_properties; | ||
| 1516 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1517 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1518 | return controller.shared_memory->sixaxis_dual_left_properties; | ||
| 1519 | } | ||
| 1520 | return controller.shared_memory->sixaxis_dual_right_properties; | ||
| 1521 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1522 | return controller.shared_memory->sixaxis_left_properties; | ||
| 1523 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1524 | return controller.shared_memory->sixaxis_right_properties; | ||
| 1525 | default: | ||
| 1526 | return controller.shared_memory->sixaxis_fullkey_properties; | ||
| 1527 | } | ||
| 1528 | } | ||
| 1529 | |||
| 1530 | const Core::HID::SixAxisSensorProperties& Controller_NPad::GetSixaxisProperties( | ||
| 1531 | const Core::HID::SixAxisSensorHandle& sixaxis_handle) const { | ||
| 1532 | const auto& controller = GetControllerFromHandle(sixaxis_handle); | ||
| 1533 | switch (sixaxis_handle.npad_type) { | ||
| 1534 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1535 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1536 | return controller.shared_memory->sixaxis_fullkey_properties; | ||
| 1537 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1538 | return controller.shared_memory->sixaxis_handheld_properties; | ||
| 1539 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1540 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1541 | return controller.shared_memory->sixaxis_dual_left_properties; | ||
| 1542 | } | ||
| 1543 | return controller.shared_memory->sixaxis_dual_right_properties; | ||
| 1544 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1545 | return controller.shared_memory->sixaxis_left_properties; | ||
| 1546 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1547 | return controller.shared_memory->sixaxis_right_properties; | ||
| 1548 | default: | ||
| 1549 | return controller.shared_memory->sixaxis_fullkey_properties; | ||
| 1550 | } | ||
| 1551 | } | ||
| 1552 | |||
| 1553 | Controller_NPad::SixaxisParameters& Controller_NPad::GetSixaxisState( | ||
| 1554 | const Core::HID::SixAxisSensorHandle& sixaxis_handle) { | ||
| 1555 | auto& controller = GetControllerFromHandle(sixaxis_handle); | ||
| 1556 | switch (sixaxis_handle.npad_type) { | ||
| 1557 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1558 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1559 | return controller.sixaxis_fullkey; | ||
| 1560 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1561 | return controller.sixaxis_handheld; | ||
| 1562 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1563 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1564 | return controller.sixaxis_dual_left; | ||
| 1565 | } | ||
| 1566 | return controller.sixaxis_dual_right; | ||
| 1567 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1568 | return controller.sixaxis_left; | ||
| 1569 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1570 | return controller.sixaxis_right; | ||
| 1571 | default: | ||
| 1572 | return controller.sixaxis_unknown; | ||
| 1573 | } | ||
| 1574 | } | ||
| 1575 | |||
| 1576 | const Controller_NPad::SixaxisParameters& Controller_NPad::GetSixaxisState( | ||
| 1577 | const Core::HID::SixAxisSensorHandle& sixaxis_handle) const { | ||
| 1578 | const auto& controller = GetControllerFromHandle(sixaxis_handle); | ||
| 1579 | switch (sixaxis_handle.npad_type) { | ||
| 1580 | case Core::HID::NpadStyleIndex::ProController: | ||
| 1581 | case Core::HID::NpadStyleIndex::Pokeball: | ||
| 1582 | return controller.sixaxis_fullkey; | ||
| 1583 | case Core::HID::NpadStyleIndex::Handheld: | ||
| 1584 | return controller.sixaxis_handheld; | ||
| 1585 | case Core::HID::NpadStyleIndex::JoyconDual: | ||
| 1586 | if (sixaxis_handle.device_index == Core::HID::DeviceIndex::Left) { | ||
| 1587 | return controller.sixaxis_dual_left; | ||
| 1588 | } | ||
| 1589 | return controller.sixaxis_dual_right; | ||
| 1590 | case Core::HID::NpadStyleIndex::JoyconLeft: | ||
| 1591 | return controller.sixaxis_left; | ||
| 1592 | case Core::HID::NpadStyleIndex::JoyconRight: | ||
| 1593 | return controller.sixaxis_right; | ||
| 1594 | default: | ||
| 1595 | return controller.sixaxis_unknown; | ||
| 1596 | } | ||
| 1597 | } | ||
| 1598 | |||
| 1549 | } // namespace Service::HID | 1599 | } // namespace Service::HID |
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h index 0a96825a5..0b662b7f8 100644 --- a/src/core/hle/service/hid/controllers/npad.h +++ b/src/core/hle/service/hid/controllers/npad.h | |||
| @@ -107,8 +107,8 @@ public: | |||
| 107 | void SetNpadCommunicationMode(NpadCommunicationMode communication_mode_); | 107 | void SetNpadCommunicationMode(NpadCommunicationMode communication_mode_); |
| 108 | NpadCommunicationMode GetNpadCommunicationMode() const; | 108 | NpadCommunicationMode GetNpadCommunicationMode() const; |
| 109 | 109 | ||
| 110 | void SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceType npad_device_type, | 110 | ResultCode SetNpadMode(Core::HID::NpadIdType npad_id, NpadJoyDeviceType npad_device_type, |
| 111 | NpadJoyAssignmentMode assignment_mode); | 111 | NpadJoyAssignmentMode assignment_mode); |
| 112 | 112 | ||
| 113 | bool VibrateControllerAtIndex(Core::HID::NpadIdType npad_id, std::size_t device_index, | 113 | bool VibrateControllerAtIndex(Core::HID::NpadIdType npad_id, std::size_t device_index, |
| 114 | const Core::HID::VibrationValue& vibration_value); | 114 | const Core::HID::VibrationValue& vibration_value); |
| @@ -141,50 +141,65 @@ public: | |||
| 141 | void UpdateControllerAt(Core::HID::NpadStyleIndex controller, Core::HID::NpadIdType npad_id, | 141 | void UpdateControllerAt(Core::HID::NpadStyleIndex controller, Core::HID::NpadIdType npad_id, |
| 142 | bool connected); | 142 | bool connected); |
| 143 | 143 | ||
| 144 | void DisconnectNpad(Core::HID::NpadIdType npad_id); | 144 | ResultCode DisconnectNpad(Core::HID::NpadIdType npad_id); |
| 145 | 145 | ||
| 146 | ResultCode SetGyroscopeZeroDriftMode(Core::HID::SixAxisSensorHandle sixaxis_handle, | 146 | ResultCode SetGyroscopeZeroDriftMode(const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 147 | GyroscopeZeroDriftMode drift_mode); | 147 | GyroscopeZeroDriftMode drift_mode); |
| 148 | ResultCode GetGyroscopeZeroDriftMode(Core::HID::SixAxisSensorHandle sixaxis_handle, | 148 | ResultCode GetGyroscopeZeroDriftMode(const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 149 | GyroscopeZeroDriftMode& drift_mode) const; | 149 | GyroscopeZeroDriftMode& drift_mode) const; |
| 150 | ResultCode IsSixAxisSensorAtRest(Core::HID::SixAxisSensorHandle sixaxis_handle, | 150 | ResultCode IsSixAxisSensorAtRest(const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 151 | bool& is_at_rest) const; | 151 | bool& is_at_rest) const; |
| 152 | ResultCode IsFirmwareUpdateAvailableForSixAxisSensor( | 152 | ResultCode IsFirmwareUpdateAvailableForSixAxisSensor( |
| 153 | Core::HID::SixAxisSensorHandle sixaxis_handle, bool& is_firmware_available) const; | 153 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_firmware_available) const; |
| 154 | ResultCode SetSixAxisEnabled(Core::HID::SixAxisSensorHandle sixaxis_handle, | 154 | ResultCode EnableSixAxisSensorUnalteredPassthrough( |
| 155 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool is_enabled); | ||
| 156 | ResultCode IsSixAxisSensorUnalteredPassthroughEnabled( | ||
| 157 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, bool& is_enabled) const; | ||
| 158 | ResultCode LoadSixAxisSensorCalibrationParameter( | ||
| 159 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 160 | Core::HID::SixAxisSensorCalibrationParameter& calibration) const; | ||
| 161 | ResultCode GetSixAxisSensorIcInformation( | ||
| 162 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 163 | Core::HID::SixAxisSensorIcInformation& ic_information) const; | ||
| 164 | ResultCode ResetIsSixAxisSensorDeviceNewlyAssigned( | ||
| 165 | const Core::HID::SixAxisSensorHandle& sixaxis_handle); | ||
| 166 | ResultCode SetSixAxisEnabled(const Core::HID::SixAxisSensorHandle& sixaxis_handle, | ||
| 155 | bool sixaxis_status); | 167 | bool sixaxis_status); |
| 156 | ResultCode IsSixAxisSensorFusionEnabled(Core::HID::SixAxisSensorHandle sixaxis_handle, | 168 | ResultCode IsSixAxisSensorFusionEnabled(const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 157 | bool& is_fusion_enabled) const; | 169 | bool& is_fusion_enabled) const; |
| 158 | ResultCode SetSixAxisFusionEnabled(Core::HID::SixAxisSensorHandle sixaxis_handle, | 170 | ResultCode SetSixAxisFusionEnabled(const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 159 | bool is_fusion_enabled); | 171 | bool is_fusion_enabled); |
| 160 | ResultCode SetSixAxisFusionParameters( | 172 | ResultCode SetSixAxisFusionParameters( |
| 161 | Core::HID::SixAxisSensorHandle sixaxis_handle, | 173 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 162 | Core::HID::SixAxisSensorFusionParameters sixaxis_fusion_parameters); | 174 | Core::HID::SixAxisSensorFusionParameters sixaxis_fusion_parameters); |
| 163 | ResultCode GetSixAxisFusionParameters( | 175 | ResultCode GetSixAxisFusionParameters( |
| 164 | Core::HID::SixAxisSensorHandle sixaxis_handle, | 176 | const Core::HID::SixAxisSensorHandle& sixaxis_handle, |
| 165 | Core::HID::SixAxisSensorFusionParameters& parameters) const; | 177 | Core::HID::SixAxisSensorFusionParameters& parameters) const; |
| 166 | Core::HID::LedPattern GetLedPattern(Core::HID::NpadIdType npad_id); | 178 | ResultCode GetLedPattern(Core::HID::NpadIdType npad_id, Core::HID::LedPattern& pattern) const; |
| 167 | bool IsUnintendedHomeButtonInputProtectionEnabled(Core::HID::NpadIdType npad_id) const; | 179 | ResultCode IsUnintendedHomeButtonInputProtectionEnabled(Core::HID::NpadIdType npad_id, |
| 168 | void SetUnintendedHomeButtonInputProtectionEnabled(bool is_protection_enabled, | 180 | bool& is_enabled) const; |
| 169 | Core::HID::NpadIdType npad_id); | 181 | ResultCode SetUnintendedHomeButtonInputProtectionEnabled(bool is_protection_enabled, |
| 182 | Core::HID::NpadIdType npad_id); | ||
| 170 | void SetAnalogStickUseCenterClamp(bool use_center_clamp); | 183 | void SetAnalogStickUseCenterClamp(bool use_center_clamp); |
| 171 | void ClearAllConnectedControllers(); | 184 | void ClearAllConnectedControllers(); |
| 172 | void DisconnectAllConnectedControllers(); | 185 | void DisconnectAllConnectedControllers(); |
| 173 | void ConnectAllDisconnectedControllers(); | 186 | void ConnectAllDisconnectedControllers(); |
| 174 | void ClearAllControllers(); | 187 | void ClearAllControllers(); |
| 175 | 188 | ||
| 176 | void MergeSingleJoyAsDualJoy(Core::HID::NpadIdType npad_id_1, Core::HID::NpadIdType npad_id_2); | 189 | ResultCode MergeSingleJoyAsDualJoy(Core::HID::NpadIdType npad_id_1, |
| 190 | Core::HID::NpadIdType npad_id_2); | ||
| 177 | void StartLRAssignmentMode(); | 191 | void StartLRAssignmentMode(); |
| 178 | void StopLRAssignmentMode(); | 192 | void StopLRAssignmentMode(); |
| 179 | bool SwapNpadAssignment(Core::HID::NpadIdType npad_id_1, Core::HID::NpadIdType npad_id_2); | 193 | ResultCode SwapNpadAssignment(Core::HID::NpadIdType npad_id_1, Core::HID::NpadIdType npad_id_2); |
| 180 | 194 | ||
| 181 | // Logical OR for all buttons presses on all controllers | 195 | // Logical OR for all buttons presses on all controllers |
| 182 | // Specifically for cheat engine and other features. | 196 | // Specifically for cheat engine and other features. |
| 183 | Core::HID::NpadButton GetAndResetPressState(); | 197 | Core::HID::NpadButton GetAndResetPressState(); |
| 184 | 198 | ||
| 185 | static bool IsNpadIdValid(Core::HID::NpadIdType npad_id); | 199 | static bool IsNpadIdValid(Core::HID::NpadIdType npad_id); |
| 186 | static bool IsDeviceHandleValid(const Core::HID::SixAxisSensorHandle& device_handle); | ||
| 187 | static bool IsDeviceHandleValid(const Core::HID::VibrationDeviceHandle& device_handle); | 200 | static bool IsDeviceHandleValid(const Core::HID::VibrationDeviceHandle& device_handle); |
| 201 | static ResultCode VerifyValidSixAxisSensorHandle( | ||
| 202 | const Core::HID::SixAxisSensorHandle& device_handle); | ||
| 188 | 203 | ||
| 189 | private: | 204 | private: |
| 190 | static constexpr std::size_t NPAD_COUNT = 10; | 205 | static constexpr std::size_t NPAD_COUNT = 10; |
| @@ -451,9 +466,13 @@ private: | |||
| 451 | NpadLuciaType lucia_type{}; | 466 | NpadLuciaType lucia_type{}; |
| 452 | NpadLagonType lagon_type{}; | 467 | NpadLagonType lagon_type{}; |
| 453 | NpadLagerType lager_type{}; | 468 | NpadLagerType lager_type{}; |
| 454 | // FW 13.x Investigate there is some sort of bitflag related to joycons | 469 | Core::HID::SixAxisSensorProperties sixaxis_fullkey_properties; |
| 455 | INSERT_PADDING_BYTES(0x4); | 470 | Core::HID::SixAxisSensorProperties sixaxis_handheld_properties; |
| 456 | INSERT_PADDING_BYTES(0xc08); // Unknown | 471 | Core::HID::SixAxisSensorProperties sixaxis_dual_left_properties; |
| 472 | Core::HID::SixAxisSensorProperties sixaxis_dual_right_properties; | ||
| 473 | Core::HID::SixAxisSensorProperties sixaxis_left_properties; | ||
| 474 | Core::HID::SixAxisSensorProperties sixaxis_right_properties; | ||
| 475 | INSERT_PADDING_BYTES(0xc06); // Unknown | ||
| 457 | }; | 476 | }; |
| 458 | static_assert(sizeof(NpadInternalState) == 0x5000, "NpadInternalState is an invalid size"); | 477 | static_assert(sizeof(NpadInternalState) == 0x5000, "NpadInternalState is an invalid size"); |
| 459 | 478 | ||
| @@ -465,7 +484,10 @@ private: | |||
| 465 | 484 | ||
| 466 | struct SixaxisParameters { | 485 | struct SixaxisParameters { |
| 467 | bool is_fusion_enabled{true}; | 486 | bool is_fusion_enabled{true}; |
| 487 | bool unaltered_passtrough{false}; | ||
| 468 | Core::HID::SixAxisSensorFusionParameters fusion{}; | 488 | Core::HID::SixAxisSensorFusionParameters fusion{}; |
| 489 | Core::HID::SixAxisSensorCalibrationParameter calibration{}; | ||
| 490 | Core::HID::SixAxisSensorIcInformation ic_information{}; | ||
| 469 | GyroscopeZeroDriftMode gyroscope_zero_drift_mode{GyroscopeZeroDriftMode::Standard}; | 491 | GyroscopeZeroDriftMode gyroscope_zero_drift_mode{GyroscopeZeroDriftMode::Standard}; |
| 470 | }; | 492 | }; |
| 471 | 493 | ||
| @@ -491,6 +513,7 @@ private: | |||
| 491 | SixaxisParameters sixaxis_dual_right{}; | 513 | SixaxisParameters sixaxis_dual_right{}; |
| 492 | SixaxisParameters sixaxis_left{}; | 514 | SixaxisParameters sixaxis_left{}; |
| 493 | SixaxisParameters sixaxis_right{}; | 515 | SixaxisParameters sixaxis_right{}; |
| 516 | SixaxisParameters sixaxis_unknown{}; | ||
| 494 | 517 | ||
| 495 | // Current pad state | 518 | // Current pad state |
| 496 | NPadGenericState npad_pad_state{}; | 519 | NPadGenericState npad_pad_state{}; |
| @@ -522,6 +545,14 @@ private: | |||
| 522 | NpadControllerData& GetControllerFromNpadIdType(Core::HID::NpadIdType npad_id); | 545 | NpadControllerData& GetControllerFromNpadIdType(Core::HID::NpadIdType npad_id); |
| 523 | const NpadControllerData& GetControllerFromNpadIdType(Core::HID::NpadIdType npad_id) const; | 546 | const NpadControllerData& GetControllerFromNpadIdType(Core::HID::NpadIdType npad_id) const; |
| 524 | 547 | ||
| 548 | Core::HID::SixAxisSensorProperties& GetSixaxisProperties( | ||
| 549 | const Core::HID::SixAxisSensorHandle& device_handle); | ||
| 550 | const Core::HID::SixAxisSensorProperties& GetSixaxisProperties( | ||
| 551 | const Core::HID::SixAxisSensorHandle& device_handle) const; | ||
| 552 | SixaxisParameters& GetSixaxisState(const Core::HID::SixAxisSensorHandle& device_handle); | ||
| 553 | const SixaxisParameters& GetSixaxisState( | ||
| 554 | const Core::HID::SixAxisSensorHandle& device_handle) const; | ||
| 555 | |||
| 525 | std::atomic<u64> press_state{}; | 556 | std::atomic<u64> press_state{}; |
| 526 | 557 | ||
| 527 | std::array<NpadControllerData, NPAD_COUNT> controller_data{}; | 558 | std::array<NpadControllerData, NPAD_COUNT> controller_data{}; |
diff --git a/src/core/hle/service/hid/controllers/touchscreen.cpp b/src/core/hle/service/hid/controllers/touchscreen.cpp index 108ce5a41..1da8d3eb0 100644 --- a/src/core/hle/service/hid/controllers/touchscreen.cpp +++ b/src/core/hle/service/hid/controllers/touchscreen.cpp | |||
| @@ -44,7 +44,6 @@ void Controller_Touchscreen::OnUpdate(const Core::Timing::CoreTiming& core_timin | |||
| 44 | for (std::size_t id = 0; id < MAX_FINGERS; id++) { | 44 | for (std::size_t id = 0; id < MAX_FINGERS; id++) { |
| 45 | const auto& current_touch = touch_status[id]; | 45 | const auto& current_touch = touch_status[id]; |
| 46 | auto& finger = fingers[id]; | 46 | auto& finger = fingers[id]; |
| 47 | finger.position = current_touch.position; | ||
| 48 | finger.id = current_touch.id; | 47 | finger.id = current_touch.id; |
| 49 | 48 | ||
| 50 | if (finger.attribute.start_touch) { | 49 | if (finger.attribute.start_touch) { |
| @@ -61,13 +60,18 @@ void Controller_Touchscreen::OnUpdate(const Core::Timing::CoreTiming& core_timin | |||
| 61 | if (!finger.pressed && current_touch.pressed) { | 60 | if (!finger.pressed && current_touch.pressed) { |
| 62 | finger.attribute.start_touch.Assign(1); | 61 | finger.attribute.start_touch.Assign(1); |
| 63 | finger.pressed = true; | 62 | finger.pressed = true; |
| 63 | finger.position = current_touch.position; | ||
| 64 | continue; | 64 | continue; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | if (finger.pressed && !current_touch.pressed) { | 67 | if (finger.pressed && !current_touch.pressed) { |
| 68 | finger.attribute.raw = 0; | 68 | finger.attribute.raw = 0; |
| 69 | finger.attribute.end_touch.Assign(1); | 69 | finger.attribute.end_touch.Assign(1); |
| 70 | continue; | ||
| 70 | } | 71 | } |
| 72 | |||
| 73 | // Only update position if touch is not on a special frame | ||
| 74 | finger.position = current_touch.position; | ||
| 71 | } | 75 | } |
| 72 | 76 | ||
| 73 | std::array<Core::HID::TouchFinger, MAX_FINGERS> active_fingers; | 77 | std::array<Core::HID::TouchFinger, MAX_FINGERS> active_fingers; |
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h index b31834074..6c8ad04af 100644 --- a/src/core/hle/service/hid/errors.h +++ b/src/core/hle/service/hid/errors.h | |||
| @@ -8,7 +8,11 @@ | |||
| 8 | namespace Service::HID { | 8 | namespace Service::HID { |
| 9 | 9 | ||
| 10 | constexpr ResultCode NpadInvalidHandle{ErrorModule::HID, 100}; | 10 | constexpr ResultCode NpadInvalidHandle{ErrorModule::HID, 100}; |
| 11 | constexpr ResultCode NpadDeviceIndexOutOfRange{ErrorModule::HID, 107}; | ||
| 11 | constexpr ResultCode InvalidSixAxisFusionRange{ErrorModule::HID, 423}; | 12 | constexpr ResultCode InvalidSixAxisFusionRange{ErrorModule::HID, 423}; |
| 13 | constexpr ResultCode NpadIsDualJoycon{ErrorModule::HID, 601}; | ||
| 14 | constexpr ResultCode NpadIsSameType{ErrorModule::HID, 602}; | ||
| 15 | constexpr ResultCode InvalidNpadId{ErrorModule::HID, 709}; | ||
| 12 | constexpr ResultCode NpadNotConnected{ErrorModule::HID, 710}; | 16 | constexpr ResultCode NpadNotConnected{ErrorModule::HID, 710}; |
| 13 | 17 | ||
| 14 | } // namespace Service::HID | 18 | } // namespace Service::HID |
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 44f892da9..8a496c38c 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp | |||
| @@ -257,12 +257,12 @@ Hid::Hid(Core::System& system_) | |||
| 257 | {81, &Hid::ResetGyroscopeZeroDriftMode, "ResetGyroscopeZeroDriftMode"}, | 257 | {81, &Hid::ResetGyroscopeZeroDriftMode, "ResetGyroscopeZeroDriftMode"}, |
| 258 | {82, &Hid::IsSixAxisSensorAtRest, "IsSixAxisSensorAtRest"}, | 258 | {82, &Hid::IsSixAxisSensorAtRest, "IsSixAxisSensorAtRest"}, |
| 259 | {83, &Hid::IsFirmwareUpdateAvailableForSixAxisSensor, "IsFirmwareUpdateAvailableForSixAxisSensor"}, | 259 | {83, &Hid::IsFirmwareUpdateAvailableForSixAxisSensor, "IsFirmwareUpdateAvailableForSixAxisSensor"}, |
| 260 | {84, nullptr, "EnableSixAxisSensorUnalteredPassthrough"}, | 260 | {84, &Hid::EnableSixAxisSensorUnalteredPassthrough, "EnableSixAxisSensorUnalteredPassthrough"}, |
| 261 | {85, nullptr, "IsSixAxisSensorUnalteredPassthroughEnabled"}, | 261 | {85, &Hid::IsSixAxisSensorUnalteredPassthroughEnabled, "IsSixAxisSensorUnalteredPassthroughEnabled"}, |
| 262 | {86, nullptr, "StoreSixAxisSensorCalibrationParameter"}, | 262 | {86, nullptr, "StoreSixAxisSensorCalibrationParameter"}, |
| 263 | {87, nullptr, "LoadSixAxisSensorCalibrationParameter"}, | 263 | {87, &Hid::LoadSixAxisSensorCalibrationParameter, "LoadSixAxisSensorCalibrationParameter"}, |
| 264 | {88, nullptr, "GetSixAxisSensorIcInformation"}, | 264 | {88, &Hid::GetSixAxisSensorIcInformation, "GetSixAxisSensorIcInformation"}, |
| 265 | {89, nullptr, "ResetIsSixAxisSensorDeviceNewlyAssigned"}, | 265 | {89, &Hid::ResetIsSixAxisSensorDeviceNewlyAssigned, "ResetIsSixAxisSensorDeviceNewlyAssigned"}, |
| 266 | {91, &Hid::ActivateGesture, "ActivateGesture"}, | 266 | {91, &Hid::ActivateGesture, "ActivateGesture"}, |
| 267 | {100, &Hid::SetSupportedNpadStyleSet, "SetSupportedNpadStyleSet"}, | 267 | {100, &Hid::SetSupportedNpadStyleSet, "SetSupportedNpadStyleSet"}, |
| 268 | {101, &Hid::GetSupportedNpadStyleSet, "GetSupportedNpadStyleSet"}, | 268 | {101, &Hid::GetSupportedNpadStyleSet, "GetSupportedNpadStyleSet"}, |
| @@ -694,11 +694,7 @@ void Hid::ResetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx) { | |||
| 694 | rb.Push(result1); | 694 | rb.Push(result1); |
| 695 | return; | 695 | return; |
| 696 | } | 696 | } |
| 697 | if (result2.IsError()) { | 697 | rb.Push(result2); |
| 698 | rb.Push(result2); | ||
| 699 | return; | ||
| 700 | } | ||
| 701 | rb.Push(ResultSuccess); | ||
| 702 | } | 698 | } |
| 703 | 699 | ||
| 704 | void Hid::SetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx) { | 700 | void Hid::SetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx) { |
| @@ -821,6 +817,144 @@ void Hid::IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& c | |||
| 821 | rb.Push(is_firmware_available); | 817 | rb.Push(is_firmware_available); |
| 822 | } | 818 | } |
| 823 | 819 | ||
| 820 | void Hid::EnableSixAxisSensorUnalteredPassthrough(Kernel::HLERequestContext& ctx) { | ||
| 821 | IPC::RequestParser rp{ctx}; | ||
| 822 | struct Parameters { | ||
| 823 | bool enabled; | ||
| 824 | Core::HID::SixAxisSensorHandle sixaxis_handle; | ||
| 825 | u64 applet_resource_user_id; | ||
| 826 | }; | ||
| 827 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 828 | |||
| 829 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 830 | |||
| 831 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 832 | const auto result = controller.EnableSixAxisSensorUnalteredPassthrough( | ||
| 833 | parameters.sixaxis_handle, parameters.enabled); | ||
| 834 | |||
| 835 | LOG_WARNING(Service_HID, | ||
| 836 | "(STUBBED) called, enabled={}, npad_type={}, npad_id={}, device_index={}, " | ||
| 837 | "applet_resource_user_id={}", | ||
| 838 | parameters.enabled, parameters.sixaxis_handle.npad_type, | ||
| 839 | parameters.sixaxis_handle.npad_id, parameters.sixaxis_handle.device_index, | ||
| 840 | parameters.applet_resource_user_id); | ||
| 841 | |||
| 842 | IPC::ResponseBuilder rb{ctx, 2}; | ||
| 843 | rb.Push(result); | ||
| 844 | } | ||
| 845 | |||
| 846 | void Hid::IsSixAxisSensorUnalteredPassthroughEnabled(Kernel::HLERequestContext& ctx) { | ||
| 847 | IPC::RequestParser rp{ctx}; | ||
| 848 | struct Parameters { | ||
| 849 | Core::HID::SixAxisSensorHandle sixaxis_handle; | ||
| 850 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 851 | u64 applet_resource_user_id; | ||
| 852 | }; | ||
| 853 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 854 | |||
| 855 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 856 | |||
| 857 | bool is_unaltered_sisxaxis_enabled{}; | ||
| 858 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 859 | const auto result = controller.IsSixAxisSensorUnalteredPassthroughEnabled( | ||
| 860 | parameters.sixaxis_handle, is_unaltered_sisxaxis_enabled); | ||
| 861 | |||
| 862 | LOG_WARNING( | ||
| 863 | Service_HID, | ||
| 864 | "(STUBBED) called, npad_type={}, npad_id={}, device_index={}, applet_resource_user_id={}", | ||
| 865 | parameters.sixaxis_handle.npad_type, parameters.sixaxis_handle.npad_id, | ||
| 866 | parameters.sixaxis_handle.device_index, parameters.applet_resource_user_id); | ||
| 867 | |||
| 868 | IPC::ResponseBuilder rb{ctx, 3}; | ||
| 869 | rb.Push(result); | ||
| 870 | rb.Push(is_unaltered_sisxaxis_enabled); | ||
| 871 | } | ||
| 872 | |||
| 873 | void Hid::LoadSixAxisSensorCalibrationParameter(Kernel::HLERequestContext& ctx) { | ||
| 874 | IPC::RequestParser rp{ctx}; | ||
| 875 | struct Parameters { | ||
| 876 | Core::HID::SixAxisSensorHandle sixaxis_handle; | ||
| 877 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 878 | u64 applet_resource_user_id; | ||
| 879 | }; | ||
| 880 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 881 | |||
| 882 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 883 | |||
| 884 | Core::HID::SixAxisSensorCalibrationParameter calibration{}; | ||
| 885 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 886 | const auto result = | ||
| 887 | controller.LoadSixAxisSensorCalibrationParameter(parameters.sixaxis_handle, calibration); | ||
| 888 | |||
| 889 | LOG_WARNING( | ||
| 890 | Service_HID, | ||
| 891 | "(STUBBED) called, npad_type={}, npad_id={}, device_index={}, applet_resource_user_id={}", | ||
| 892 | parameters.sixaxis_handle.npad_type, parameters.sixaxis_handle.npad_id, | ||
| 893 | parameters.sixaxis_handle.device_index, parameters.applet_resource_user_id); | ||
| 894 | |||
| 895 | if (result.IsSuccess()) { | ||
| 896 | ctx.WriteBuffer(calibration); | ||
| 897 | } | ||
| 898 | |||
| 899 | IPC::ResponseBuilder rb{ctx, 2}; | ||
| 900 | rb.Push(result); | ||
| 901 | } | ||
| 902 | |||
| 903 | void Hid::GetSixAxisSensorIcInformation(Kernel::HLERequestContext& ctx) { | ||
| 904 | IPC::RequestParser rp{ctx}; | ||
| 905 | struct Parameters { | ||
| 906 | Core::HID::SixAxisSensorHandle sixaxis_handle; | ||
| 907 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 908 | u64 applet_resource_user_id; | ||
| 909 | }; | ||
| 910 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 911 | |||
| 912 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 913 | |||
| 914 | Core::HID::SixAxisSensorIcInformation ic_information{}; | ||
| 915 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 916 | const auto result = | ||
| 917 | controller.GetSixAxisSensorIcInformation(parameters.sixaxis_handle, ic_information); | ||
| 918 | |||
| 919 | LOG_WARNING( | ||
| 920 | Service_HID, | ||
| 921 | "(STUBBED) called, npad_type={}, npad_id={}, device_index={}, applet_resource_user_id={}", | ||
| 922 | parameters.sixaxis_handle.npad_type, parameters.sixaxis_handle.npad_id, | ||
| 923 | parameters.sixaxis_handle.device_index, parameters.applet_resource_user_id); | ||
| 924 | |||
| 925 | if (result.IsSuccess()) { | ||
| 926 | ctx.WriteBuffer(ic_information); | ||
| 927 | } | ||
| 928 | |||
| 929 | IPC::ResponseBuilder rb{ctx, 2}; | ||
| 930 | rb.Push(result); | ||
| 931 | } | ||
| 932 | |||
| 933 | void Hid::ResetIsSixAxisSensorDeviceNewlyAssigned(Kernel::HLERequestContext& ctx) { | ||
| 934 | IPC::RequestParser rp{ctx}; | ||
| 935 | struct Parameters { | ||
| 936 | Core::HID::SixAxisSensorHandle sixaxis_handle; | ||
| 937 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 938 | u64 applet_resource_user_id; | ||
| 939 | }; | ||
| 940 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 941 | |||
| 942 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 943 | |||
| 944 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 945 | const auto result = | ||
| 946 | controller.ResetIsSixAxisSensorDeviceNewlyAssigned(parameters.sixaxis_handle); | ||
| 947 | |||
| 948 | LOG_WARNING( | ||
| 949 | Service_HID, | ||
| 950 | "(STUBBED) called, npad_type={}, npad_id={}, device_index={}, applet_resource_user_id={}", | ||
| 951 | parameters.sixaxis_handle.npad_type, parameters.sixaxis_handle.npad_id, | ||
| 952 | parameters.sixaxis_handle.device_index, parameters.applet_resource_user_id); | ||
| 953 | |||
| 954 | IPC::ResponseBuilder rb{ctx, 2}; | ||
| 955 | rb.Push(result); | ||
| 956 | } | ||
| 957 | |||
| 824 | void Hid::ActivateGesture(Kernel::HLERequestContext& ctx) { | 958 | void Hid::ActivateGesture(Kernel::HLERequestContext& ctx) { |
| 825 | IPC::RequestParser rp{ctx}; | 959 | IPC::RequestParser rp{ctx}; |
| 826 | struct Parameters { | 960 | struct Parameters { |
| @@ -948,27 +1082,29 @@ void Hid::DisconnectNpad(Kernel::HLERequestContext& ctx) { | |||
| 948 | 1082 | ||
| 949 | const auto parameters{rp.PopRaw<Parameters>()}; | 1083 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 950 | 1084 | ||
| 951 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1085 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 952 | .DisconnectNpad(parameters.npad_id); | 1086 | const auto result = controller.DisconnectNpad(parameters.npad_id); |
| 953 | 1087 | ||
| 954 | LOG_DEBUG(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, | 1088 | LOG_DEBUG(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, |
| 955 | parameters.applet_resource_user_id); | 1089 | parameters.applet_resource_user_id); |
| 956 | 1090 | ||
| 957 | IPC::ResponseBuilder rb{ctx, 2}; | 1091 | IPC::ResponseBuilder rb{ctx, 2}; |
| 958 | rb.Push(ResultSuccess); | 1092 | rb.Push(result); |
| 959 | } | 1093 | } |
| 960 | 1094 | ||
| 961 | void Hid::GetPlayerLedPattern(Kernel::HLERequestContext& ctx) { | 1095 | void Hid::GetPlayerLedPattern(Kernel::HLERequestContext& ctx) { |
| 962 | IPC::RequestParser rp{ctx}; | 1096 | IPC::RequestParser rp{ctx}; |
| 963 | const auto npad_id{rp.PopEnum<Core::HID::NpadIdType>()}; | 1097 | const auto npad_id{rp.PopEnum<Core::HID::NpadIdType>()}; |
| 964 | 1098 | ||
| 1099 | Core::HID::LedPattern pattern{0, 0, 0, 0}; | ||
| 1100 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 1101 | const auto result = controller.GetLedPattern(npad_id, pattern); | ||
| 1102 | |||
| 965 | LOG_DEBUG(Service_HID, "called, npad_id={}", npad_id); | 1103 | LOG_DEBUG(Service_HID, "called, npad_id={}", npad_id); |
| 966 | 1104 | ||
| 967 | IPC::ResponseBuilder rb{ctx, 4}; | 1105 | IPC::ResponseBuilder rb{ctx, 4}; |
| 968 | rb.Push(ResultSuccess); | 1106 | rb.Push(result); |
| 969 | rb.Push(applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1107 | rb.Push(pattern.raw); |
| 970 | .GetLedPattern(npad_id) | ||
| 971 | .raw); | ||
| 972 | } | 1108 | } |
| 973 | 1109 | ||
| 974 | void Hid::ActivateNpadWithRevision(Kernel::HLERequestContext& ctx) { | 1110 | void Hid::ActivateNpadWithRevision(Kernel::HLERequestContext& ctx) { |
| @@ -1028,15 +1164,16 @@ void Hid::SetNpadJoyAssignmentModeSingleByDefault(Kernel::HLERequestContext& ctx | |||
| 1028 | 1164 | ||
| 1029 | const auto parameters{rp.PopRaw<Parameters>()}; | 1165 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 1030 | 1166 | ||
| 1031 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1167 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1032 | .SetNpadMode(parameters.npad_id, Controller_NPad::NpadJoyDeviceType::Left, | 1168 | const auto result = |
| 1033 | Controller_NPad::NpadJoyAssignmentMode::Single); | 1169 | controller.SetNpadMode(parameters.npad_id, Controller_NPad::NpadJoyDeviceType::Left, |
| 1170 | Controller_NPad::NpadJoyAssignmentMode::Single); | ||
| 1034 | 1171 | ||
| 1035 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, | 1172 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, |
| 1036 | parameters.applet_resource_user_id); | 1173 | parameters.applet_resource_user_id); |
| 1037 | 1174 | ||
| 1038 | IPC::ResponseBuilder rb{ctx, 2}; | 1175 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1039 | rb.Push(ResultSuccess); | 1176 | rb.Push(result); |
| 1040 | } | 1177 | } |
| 1041 | 1178 | ||
| 1042 | void Hid::SetNpadJoyAssignmentModeSingle(Kernel::HLERequestContext& ctx) { | 1179 | void Hid::SetNpadJoyAssignmentModeSingle(Kernel::HLERequestContext& ctx) { |
| @@ -1051,16 +1188,16 @@ void Hid::SetNpadJoyAssignmentModeSingle(Kernel::HLERequestContext& ctx) { | |||
| 1051 | 1188 | ||
| 1052 | const auto parameters{rp.PopRaw<Parameters>()}; | 1189 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 1053 | 1190 | ||
| 1054 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1191 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1055 | .SetNpadMode(parameters.npad_id, parameters.npad_joy_device_type, | 1192 | const auto result = controller.SetNpadMode(parameters.npad_id, parameters.npad_joy_device_type, |
| 1056 | Controller_NPad::NpadJoyAssignmentMode::Single); | 1193 | Controller_NPad::NpadJoyAssignmentMode::Single); |
| 1057 | 1194 | ||
| 1058 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}, npad_joy_device_type={}", | 1195 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}, npad_joy_device_type={}", |
| 1059 | parameters.npad_id, parameters.applet_resource_user_id, | 1196 | parameters.npad_id, parameters.applet_resource_user_id, |
| 1060 | parameters.npad_joy_device_type); | 1197 | parameters.npad_joy_device_type); |
| 1061 | 1198 | ||
| 1062 | IPC::ResponseBuilder rb{ctx, 2}; | 1199 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1063 | rb.Push(ResultSuccess); | 1200 | rb.Push(result); |
| 1064 | } | 1201 | } |
| 1065 | 1202 | ||
| 1066 | void Hid::SetNpadJoyAssignmentModeDual(Kernel::HLERequestContext& ctx) { | 1203 | void Hid::SetNpadJoyAssignmentModeDual(Kernel::HLERequestContext& ctx) { |
| @@ -1074,14 +1211,15 @@ void Hid::SetNpadJoyAssignmentModeDual(Kernel::HLERequestContext& ctx) { | |||
| 1074 | 1211 | ||
| 1075 | const auto parameters{rp.PopRaw<Parameters>()}; | 1212 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 1076 | 1213 | ||
| 1077 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1214 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1078 | .SetNpadMode(parameters.npad_id, {}, Controller_NPad::NpadJoyAssignmentMode::Dual); | 1215 | const auto result = controller.SetNpadMode(parameters.npad_id, {}, |
| 1216 | Controller_NPad::NpadJoyAssignmentMode::Dual); | ||
| 1079 | 1217 | ||
| 1080 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, | 1218 | LOG_INFO(Service_HID, "called, npad_id={}, applet_resource_user_id={}", parameters.npad_id, |
| 1081 | parameters.applet_resource_user_id); | 1219 | parameters.applet_resource_user_id); |
| 1082 | 1220 | ||
| 1083 | IPC::ResponseBuilder rb{ctx, 2}; | 1221 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1084 | rb.Push(ResultSuccess); | 1222 | rb.Push(result); |
| 1085 | } | 1223 | } |
| 1086 | 1224 | ||
| 1087 | void Hid::MergeSingleJoyAsDualJoy(Kernel::HLERequestContext& ctx) { | 1225 | void Hid::MergeSingleJoyAsDualJoy(Kernel::HLERequestContext& ctx) { |
| @@ -1090,14 +1228,14 @@ void Hid::MergeSingleJoyAsDualJoy(Kernel::HLERequestContext& ctx) { | |||
| 1090 | const auto npad_id_2{rp.PopEnum<Core::HID::NpadIdType>()}; | 1228 | const auto npad_id_2{rp.PopEnum<Core::HID::NpadIdType>()}; |
| 1091 | const auto applet_resource_user_id{rp.Pop<u64>()}; | 1229 | const auto applet_resource_user_id{rp.Pop<u64>()}; |
| 1092 | 1230 | ||
| 1093 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1231 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1094 | .MergeSingleJoyAsDualJoy(npad_id_1, npad_id_2); | 1232 | const auto result = controller.MergeSingleJoyAsDualJoy(npad_id_1, npad_id_2); |
| 1095 | 1233 | ||
| 1096 | LOG_DEBUG(Service_HID, "called, npad_id_1={}, npad_id_2={}, applet_resource_user_id={}", | 1234 | LOG_DEBUG(Service_HID, "called, npad_id_1={}, npad_id_2={}, applet_resource_user_id={}", |
| 1097 | npad_id_1, npad_id_2, applet_resource_user_id); | 1235 | npad_id_1, npad_id_2, applet_resource_user_id); |
| 1098 | 1236 | ||
| 1099 | IPC::ResponseBuilder rb{ctx, 2}; | 1237 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1100 | rb.Push(ResultSuccess); | 1238 | rb.Push(result); |
| 1101 | } | 1239 | } |
| 1102 | 1240 | ||
| 1103 | void Hid::StartLrAssignmentMode(Kernel::HLERequestContext& ctx) { | 1241 | void Hid::StartLrAssignmentMode(Kernel::HLERequestContext& ctx) { |
| @@ -1157,19 +1295,14 @@ void Hid::SwapNpadAssignment(Kernel::HLERequestContext& ctx) { | |||
| 1157 | const auto npad_id_2{rp.PopEnum<Core::HID::NpadIdType>()}; | 1295 | const auto npad_id_2{rp.PopEnum<Core::HID::NpadIdType>()}; |
| 1158 | const auto applet_resource_user_id{rp.Pop<u64>()}; | 1296 | const auto applet_resource_user_id{rp.Pop<u64>()}; |
| 1159 | 1297 | ||
| 1160 | const bool res = applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1298 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1161 | .SwapNpadAssignment(npad_id_1, npad_id_2); | 1299 | const auto result = controller.SwapNpadAssignment(npad_id_1, npad_id_2); |
| 1162 | 1300 | ||
| 1163 | LOG_DEBUG(Service_HID, "called, npad_id_1={}, npad_id_2={}, applet_resource_user_id={}", | 1301 | LOG_DEBUG(Service_HID, "called, npad_id_1={}, npad_id_2={}, applet_resource_user_id={}", |
| 1164 | npad_id_1, npad_id_2, applet_resource_user_id); | 1302 | npad_id_1, npad_id_2, applet_resource_user_id); |
| 1165 | 1303 | ||
| 1166 | IPC::ResponseBuilder rb{ctx, 2}; | 1304 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1167 | if (res) { | 1305 | rb.Push(result); |
| 1168 | rb.Push(ResultSuccess); | ||
| 1169 | } else { | ||
| 1170 | LOG_ERROR(Service_HID, "Npads are not connected!"); | ||
| 1171 | rb.Push(NpadNotConnected); | ||
| 1172 | } | ||
| 1173 | } | 1306 | } |
| 1174 | 1307 | ||
| 1175 | void Hid::IsUnintendedHomeButtonInputProtectionEnabled(Kernel::HLERequestContext& ctx) { | 1308 | void Hid::IsUnintendedHomeButtonInputProtectionEnabled(Kernel::HLERequestContext& ctx) { |
| @@ -1183,13 +1316,17 @@ void Hid::IsUnintendedHomeButtonInputProtectionEnabled(Kernel::HLERequestContext | |||
| 1183 | 1316 | ||
| 1184 | const auto parameters{rp.PopRaw<Parameters>()}; | 1317 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 1185 | 1318 | ||
| 1319 | bool is_enabled = false; | ||
| 1320 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); | ||
| 1321 | const auto result = | ||
| 1322 | controller.IsUnintendedHomeButtonInputProtectionEnabled(parameters.npad_id, is_enabled); | ||
| 1323 | |||
| 1186 | LOG_WARNING(Service_HID, "(STUBBED) called, npad_id={}, applet_resource_user_id={}", | 1324 | LOG_WARNING(Service_HID, "(STUBBED) called, npad_id={}, applet_resource_user_id={}", |
| 1187 | parameters.npad_id, parameters.applet_resource_user_id); | 1325 | parameters.npad_id, parameters.applet_resource_user_id); |
| 1188 | 1326 | ||
| 1189 | IPC::ResponseBuilder rb{ctx, 3}; | 1327 | IPC::ResponseBuilder rb{ctx, 3}; |
| 1190 | rb.Push(ResultSuccess); | 1328 | rb.Push(result); |
| 1191 | rb.Push(applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1329 | rb.Push(is_enabled); |
| 1192 | .IsUnintendedHomeButtonInputProtectionEnabled(parameters.npad_id)); | ||
| 1193 | } | 1330 | } |
| 1194 | 1331 | ||
| 1195 | void Hid::EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& ctx) { | 1332 | void Hid::EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& ctx) { |
| @@ -1204,9 +1341,9 @@ void Hid::EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& c | |||
| 1204 | 1341 | ||
| 1205 | const auto parameters{rp.PopRaw<Parameters>()}; | 1342 | const auto parameters{rp.PopRaw<Parameters>()}; |
| 1206 | 1343 | ||
| 1207 | applet_resource->GetController<Controller_NPad>(HidController::NPad) | 1344 | auto& controller = GetAppletResource()->GetController<Controller_NPad>(HidController::NPad); |
| 1208 | .SetUnintendedHomeButtonInputProtectionEnabled( | 1345 | const auto result = controller.SetUnintendedHomeButtonInputProtectionEnabled( |
| 1209 | parameters.unintended_home_button_input_protection, parameters.npad_id); | 1346 | parameters.unintended_home_button_input_protection, parameters.npad_id); |
| 1210 | 1347 | ||
| 1211 | LOG_WARNING(Service_HID, | 1348 | LOG_WARNING(Service_HID, |
| 1212 | "(STUBBED) called, unintended_home_button_input_protection={}, npad_id={}," | 1349 | "(STUBBED) called, unintended_home_button_input_protection={}, npad_id={}," |
| @@ -1215,7 +1352,7 @@ void Hid::EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& c | |||
| 1215 | parameters.applet_resource_user_id); | 1352 | parameters.applet_resource_user_id); |
| 1216 | 1353 | ||
| 1217 | IPC::ResponseBuilder rb{ctx, 2}; | 1354 | IPC::ResponseBuilder rb{ctx, 2}; |
| 1218 | rb.Push(ResultSuccess); | 1355 | rb.Push(result); |
| 1219 | } | 1356 | } |
| 1220 | 1357 | ||
| 1221 | void Hid::SetNpadAnalogStickUseCenterClamp(Kernel::HLERequestContext& ctx) { | 1358 | void Hid::SetNpadAnalogStickUseCenterClamp(Kernel::HLERequestContext& ctx) { |
| @@ -1377,6 +1514,8 @@ void Hid::PermitVibration(Kernel::HLERequestContext& ctx) { | |||
| 1377 | IPC::RequestParser rp{ctx}; | 1514 | IPC::RequestParser rp{ctx}; |
| 1378 | const auto can_vibrate{rp.Pop<bool>()}; | 1515 | const auto can_vibrate{rp.Pop<bool>()}; |
| 1379 | 1516 | ||
| 1517 | // nnSDK saves this value as a float. Since it can only be 1.0f or 0.0f we simplify this value | ||
| 1518 | // by converting it to a bool | ||
| 1380 | Settings::values.vibration_enabled.SetValue(can_vibrate); | 1519 | Settings::values.vibration_enabled.SetValue(can_vibrate); |
| 1381 | 1520 | ||
| 1382 | LOG_DEBUG(Service_HID, "called, can_vibrate={}", can_vibrate); | 1521 | LOG_DEBUG(Service_HID, "called, can_vibrate={}", can_vibrate); |
| @@ -1388,9 +1527,12 @@ void Hid::PermitVibration(Kernel::HLERequestContext& ctx) { | |||
| 1388 | void Hid::IsVibrationPermitted(Kernel::HLERequestContext& ctx) { | 1527 | void Hid::IsVibrationPermitted(Kernel::HLERequestContext& ctx) { |
| 1389 | LOG_DEBUG(Service_HID, "called"); | 1528 | LOG_DEBUG(Service_HID, "called"); |
| 1390 | 1529 | ||
| 1530 | // nnSDK checks if a float is greater than zero. We return the bool we stored earlier | ||
| 1531 | const auto is_enabled = Settings::values.vibration_enabled.GetValue(); | ||
| 1532 | |||
| 1391 | IPC::ResponseBuilder rb{ctx, 3}; | 1533 | IPC::ResponseBuilder rb{ctx, 3}; |
| 1392 | rb.Push(ResultSuccess); | 1534 | rb.Push(ResultSuccess); |
| 1393 | rb.Push(Settings::values.vibration_enabled.GetValue()); | 1535 | rb.Push(is_enabled); |
| 1394 | } | 1536 | } |
| 1395 | 1537 | ||
| 1396 | void Hid::SendVibrationValues(Kernel::HLERequestContext& ctx) { | 1538 | void Hid::SendVibrationValues(Kernel::HLERequestContext& ctx) { |
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index 1be04c22b..ac4333022 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h | |||
| @@ -113,6 +113,11 @@ private: | |||
| 113 | void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx); | 113 | void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx); |
| 114 | void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx); | 114 | void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx); |
| 115 | void IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& ctx); | 115 | void IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& ctx); |
| 116 | void EnableSixAxisSensorUnalteredPassthrough(Kernel::HLERequestContext& ctx); | ||
| 117 | void IsSixAxisSensorUnalteredPassthroughEnabled(Kernel::HLERequestContext& ctx); | ||
| 118 | void LoadSixAxisSensorCalibrationParameter(Kernel::HLERequestContext& ctx); | ||
| 119 | void GetSixAxisSensorIcInformation(Kernel::HLERequestContext& ctx); | ||
| 120 | void ResetIsSixAxisSensorDeviceNewlyAssigned(Kernel::HLERequestContext& ctx); | ||
| 116 | void ActivateGesture(Kernel::HLERequestContext& ctx); | 121 | void ActivateGesture(Kernel::HLERequestContext& ctx); |
| 117 | void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); | 122 | void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); |
| 118 | void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); | 123 | void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx); |
diff --git a/src/core/hle/service/hid/irs.cpp b/src/core/hle/service/hid/irs.cpp index 9e32f3e60..d2a91d913 100644 --- a/src/core/hle/service/hid/irs.cpp +++ b/src/core/hle/service/hid/irs.cpp | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | #include "core/core_timing.h" | 5 | #include "core/core_timing.h" |
| 6 | #include "core/hle/ipc_helpers.h" | 6 | #include "core/hle/ipc_helpers.h" |
| 7 | #include "core/hle/kernel/k_shared_memory.h" | 7 | #include "core/hle/kernel/k_shared_memory.h" |
| 8 | #include "core/hle/kernel/k_transfer_memory.h" | ||
| 8 | #include "core/hle/kernel/kernel.h" | 9 | #include "core/hle/kernel/kernel.h" |
| 10 | #include "core/hle/service/hid/errors.h" | ||
| 9 | #include "core/hle/service/hid/irs.h" | 11 | #include "core/hle/service/hid/irs.h" |
| 10 | 12 | ||
| 11 | namespace Service::HID { | 13 | namespace Service::HID { |
| @@ -38,21 +40,32 @@ IRS::IRS(Core::System& system_) : ServiceFramework{system_, "irs"} { | |||
| 38 | } | 40 | } |
| 39 | 41 | ||
| 40 | void IRS::ActivateIrsensor(Kernel::HLERequestContext& ctx) { | 42 | void IRS::ActivateIrsensor(Kernel::HLERequestContext& ctx) { |
| 41 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 43 | IPC::RequestParser rp{ctx}; |
| 44 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 45 | |||
| 46 | LOG_WARNING(Service_HID, "(STUBBED) called, applet_resource_user_id={}", | ||
| 47 | applet_resource_user_id); | ||
| 42 | 48 | ||
| 43 | IPC::ResponseBuilder rb{ctx, 2}; | 49 | IPC::ResponseBuilder rb{ctx, 2}; |
| 44 | rb.Push(ResultSuccess); | 50 | rb.Push(ResultSuccess); |
| 45 | } | 51 | } |
| 46 | 52 | ||
| 47 | void IRS::DeactivateIrsensor(Kernel::HLERequestContext& ctx) { | 53 | void IRS::DeactivateIrsensor(Kernel::HLERequestContext& ctx) { |
| 48 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 54 | IPC::RequestParser rp{ctx}; |
| 55 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 56 | |||
| 57 | LOG_WARNING(Service_HID, "(STUBBED) called, applet_resource_user_id={}", | ||
| 58 | applet_resource_user_id); | ||
| 49 | 59 | ||
| 50 | IPC::ResponseBuilder rb{ctx, 2}; | 60 | IPC::ResponseBuilder rb{ctx, 2}; |
| 51 | rb.Push(ResultSuccess); | 61 | rb.Push(ResultSuccess); |
| 52 | } | 62 | } |
| 53 | 63 | ||
| 54 | void IRS::GetIrsensorSharedMemoryHandle(Kernel::HLERequestContext& ctx) { | 64 | void IRS::GetIrsensorSharedMemoryHandle(Kernel::HLERequestContext& ctx) { |
| 55 | LOG_DEBUG(Service_IRS, "called"); | 65 | IPC::RequestParser rp{ctx}; |
| 66 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 67 | |||
| 68 | LOG_DEBUG(Service_IRS, "called, applet_resource_user_id={}", applet_resource_user_id); | ||
| 56 | 69 | ||
| 57 | IPC::ResponseBuilder rb{ctx, 2, 1}; | 70 | IPC::ResponseBuilder rb{ctx, 2, 1}; |
| 58 | rb.Push(ResultSuccess); | 71 | rb.Push(ResultSuccess); |
| @@ -60,35 +73,109 @@ void IRS::GetIrsensorSharedMemoryHandle(Kernel::HLERequestContext& ctx) { | |||
| 60 | } | 73 | } |
| 61 | 74 | ||
| 62 | void IRS::StopImageProcessor(Kernel::HLERequestContext& ctx) { | 75 | void IRS::StopImageProcessor(Kernel::HLERequestContext& ctx) { |
| 63 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 76 | IPC::RequestParser rp{ctx}; |
| 77 | struct Parameters { | ||
| 78 | IrCameraHandle camera_handle; | ||
| 79 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 80 | u64 applet_resource_user_id; | ||
| 81 | }; | ||
| 82 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 83 | |||
| 84 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 85 | |||
| 86 | LOG_WARNING(Service_IRS, | ||
| 87 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 88 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 89 | parameters.applet_resource_user_id); | ||
| 64 | 90 | ||
| 65 | IPC::ResponseBuilder rb{ctx, 2}; | 91 | IPC::ResponseBuilder rb{ctx, 2}; |
| 66 | rb.Push(ResultSuccess); | 92 | rb.Push(ResultSuccess); |
| 67 | } | 93 | } |
| 68 | 94 | ||
| 69 | void IRS::RunMomentProcessor(Kernel::HLERequestContext& ctx) { | 95 | void IRS::RunMomentProcessor(Kernel::HLERequestContext& ctx) { |
| 70 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 96 | IPC::RequestParser rp{ctx}; |
| 97 | struct Parameters { | ||
| 98 | IrCameraHandle camera_handle; | ||
| 99 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 100 | u64 applet_resource_user_id; | ||
| 101 | PackedMomentProcessorConfig processor_config; | ||
| 102 | }; | ||
| 103 | static_assert(sizeof(Parameters) == 0x30, "Parameters has incorrect size."); | ||
| 104 | |||
| 105 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 106 | |||
| 107 | LOG_WARNING(Service_IRS, | ||
| 108 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 109 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 110 | parameters.applet_resource_user_id); | ||
| 71 | 111 | ||
| 72 | IPC::ResponseBuilder rb{ctx, 2}; | 112 | IPC::ResponseBuilder rb{ctx, 2}; |
| 73 | rb.Push(ResultSuccess); | 113 | rb.Push(ResultSuccess); |
| 74 | } | 114 | } |
| 75 | 115 | ||
| 76 | void IRS::RunClusteringProcessor(Kernel::HLERequestContext& ctx) { | 116 | void IRS::RunClusteringProcessor(Kernel::HLERequestContext& ctx) { |
| 77 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 117 | IPC::RequestParser rp{ctx}; |
| 118 | struct Parameters { | ||
| 119 | IrCameraHandle camera_handle; | ||
| 120 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 121 | u64 applet_resource_user_id; | ||
| 122 | PackedClusteringProcessorConfig processor_config; | ||
| 123 | }; | ||
| 124 | static_assert(sizeof(Parameters) == 0x40, "Parameters has incorrect size."); | ||
| 125 | |||
| 126 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 127 | |||
| 128 | LOG_WARNING(Service_IRS, | ||
| 129 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 130 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 131 | parameters.applet_resource_user_id); | ||
| 78 | 132 | ||
| 79 | IPC::ResponseBuilder rb{ctx, 2}; | 133 | IPC::ResponseBuilder rb{ctx, 2}; |
| 80 | rb.Push(ResultSuccess); | 134 | rb.Push(ResultSuccess); |
| 81 | } | 135 | } |
| 82 | 136 | ||
| 83 | void IRS::RunImageTransferProcessor(Kernel::HLERequestContext& ctx) { | 137 | void IRS::RunImageTransferProcessor(Kernel::HLERequestContext& ctx) { |
| 84 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 138 | IPC::RequestParser rp{ctx}; |
| 139 | struct Parameters { | ||
| 140 | IrCameraHandle camera_handle; | ||
| 141 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 142 | u64 applet_resource_user_id; | ||
| 143 | PackedImageTransferProcessorConfig processor_config; | ||
| 144 | u32 transfer_memory_size; | ||
| 145 | }; | ||
| 146 | static_assert(sizeof(Parameters) == 0x30, "Parameters has incorrect size."); | ||
| 147 | |||
| 148 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 149 | const auto t_mem_handle{ctx.GetCopyHandle(0)}; | ||
| 150 | |||
| 151 | auto t_mem = | ||
| 152 | system.CurrentProcess()->GetHandleTable().GetObject<Kernel::KTransferMemory>(t_mem_handle); | ||
| 153 | |||
| 154 | LOG_WARNING(Service_IRS, | ||
| 155 | "(STUBBED) called, npad_type={}, npad_id={}, transfer_memory_size={}, " | ||
| 156 | "applet_resource_user_id={}", | ||
| 157 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 158 | parameters.transfer_memory_size, parameters.applet_resource_user_id); | ||
| 85 | 159 | ||
| 86 | IPC::ResponseBuilder rb{ctx, 2}; | 160 | IPC::ResponseBuilder rb{ctx, 2}; |
| 87 | rb.Push(ResultSuccess); | 161 | rb.Push(ResultSuccess); |
| 88 | } | 162 | } |
| 89 | 163 | ||
| 90 | void IRS::GetImageTransferProcessorState(Kernel::HLERequestContext& ctx) { | 164 | void IRS::GetImageTransferProcessorState(Kernel::HLERequestContext& ctx) { |
| 91 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 165 | IPC::RequestParser rp{ctx}; |
| 166 | struct Parameters { | ||
| 167 | IrCameraHandle camera_handle; | ||
| 168 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 169 | u64 applet_resource_user_id; | ||
| 170 | }; | ||
| 171 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 172 | |||
| 173 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 174 | |||
| 175 | LOG_WARNING(Service_IRS, | ||
| 176 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 177 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 178 | parameters.applet_resource_user_id); | ||
| 92 | 179 | ||
| 93 | IPC::ResponseBuilder rb{ctx, 5}; | 180 | IPC::ResponseBuilder rb{ctx, 5}; |
| 94 | rb.Push(ResultSuccess); | 181 | rb.Push(ResultSuccess); |
| @@ -97,71 +184,195 @@ void IRS::GetImageTransferProcessorState(Kernel::HLERequestContext& ctx) { | |||
| 97 | } | 184 | } |
| 98 | 185 | ||
| 99 | void IRS::RunTeraPluginProcessor(Kernel::HLERequestContext& ctx) { | 186 | void IRS::RunTeraPluginProcessor(Kernel::HLERequestContext& ctx) { |
| 100 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 187 | IPC::RequestParser rp{ctx}; |
| 188 | const auto camera_handle{rp.PopRaw<IrCameraHandle>()}; | ||
| 189 | const auto processor_config{rp.PopRaw<PackedTeraPluginProcessorConfig>()}; | ||
| 190 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 191 | |||
| 192 | LOG_WARNING(Service_IRS, | ||
| 193 | "(STUBBED) called, npad_type={}, npad_id={}, mode={}, mcu_version={}.{}, " | ||
| 194 | "applet_resource_user_id={}", | ||
| 195 | camera_handle.npad_type, camera_handle.npad_id, processor_config.mode, | ||
| 196 | processor_config.required_mcu_version.major, | ||
| 197 | processor_config.required_mcu_version.minor, applet_resource_user_id); | ||
| 101 | 198 | ||
| 102 | IPC::ResponseBuilder rb{ctx, 2}; | 199 | IPC::ResponseBuilder rb{ctx, 2}; |
| 103 | rb.Push(ResultSuccess); | 200 | rb.Push(ResultSuccess); |
| 104 | } | 201 | } |
| 105 | 202 | ||
| 106 | void IRS::GetNpadIrCameraHandle(Kernel::HLERequestContext& ctx) { | 203 | void IRS::GetNpadIrCameraHandle(Kernel::HLERequestContext& ctx) { |
| 107 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 204 | IPC::RequestParser rp{ctx}; |
| 205 | const auto npad_id{rp.PopEnum<Core::HID::NpadIdType>()}; | ||
| 206 | |||
| 207 | if (npad_id > Core::HID::NpadIdType::Player8 && npad_id != Core::HID::NpadIdType::Invalid && | ||
| 208 | npad_id != Core::HID::NpadIdType::Handheld) { | ||
| 209 | IPC::ResponseBuilder rb{ctx, 2}; | ||
| 210 | rb.Push(InvalidNpadId); | ||
| 211 | return; | ||
| 212 | } | ||
| 213 | |||
| 214 | IrCameraHandle camera_handle{ | ||
| 215 | .npad_id = static_cast<u8>(NpadIdTypeToIndex(npad_id)), | ||
| 216 | .npad_type = Core::HID::NpadStyleIndex::None, | ||
| 217 | }; | ||
| 218 | |||
| 219 | LOG_WARNING(Service_IRS, "(STUBBED) called, npad_id={}, camera_npad_id={}, camera_npad_type={}", | ||
| 220 | npad_id, camera_handle.npad_id, camera_handle.npad_type); | ||
| 108 | 221 | ||
| 109 | IPC::ResponseBuilder rb{ctx, 3}; | 222 | IPC::ResponseBuilder rb{ctx, 3}; |
| 110 | rb.Push(ResultSuccess); | 223 | rb.Push(ResultSuccess); |
| 111 | rb.PushRaw<u32>(device_handle); | 224 | rb.PushRaw(camera_handle); |
| 112 | } | 225 | } |
| 113 | 226 | ||
| 114 | void IRS::RunPointingProcessor(Kernel::HLERequestContext& ctx) { | 227 | void IRS::RunPointingProcessor(Kernel::HLERequestContext& ctx) { |
| 115 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 228 | IPC::RequestParser rp{ctx}; |
| 229 | const auto camera_handle{rp.PopRaw<IrCameraHandle>()}; | ||
| 230 | const auto processor_config{rp.PopRaw<PackedPointingProcessorConfig>()}; | ||
| 231 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 232 | |||
| 233 | LOG_WARNING( | ||
| 234 | Service_IRS, | ||
| 235 | "(STUBBED) called, npad_type={}, npad_id={}, mcu_version={}.{}, applet_resource_user_id={}", | ||
| 236 | camera_handle.npad_type, camera_handle.npad_id, processor_config.required_mcu_version.major, | ||
| 237 | processor_config.required_mcu_version.minor, applet_resource_user_id); | ||
| 116 | 238 | ||
| 117 | IPC::ResponseBuilder rb{ctx, 2}; | 239 | IPC::ResponseBuilder rb{ctx, 2}; |
| 118 | rb.Push(ResultSuccess); | 240 | rb.Push(ResultSuccess); |
| 119 | } | 241 | } |
| 120 | 242 | ||
| 121 | void IRS::SuspendImageProcessor(Kernel::HLERequestContext& ctx) { | 243 | void IRS::SuspendImageProcessor(Kernel::HLERequestContext& ctx) { |
| 122 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 244 | IPC::RequestParser rp{ctx}; |
| 245 | struct Parameters { | ||
| 246 | IrCameraHandle camera_handle; | ||
| 247 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 248 | u64 applet_resource_user_id; | ||
| 249 | }; | ||
| 250 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 251 | |||
| 252 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 253 | |||
| 254 | LOG_WARNING(Service_IRS, | ||
| 255 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 256 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 257 | parameters.applet_resource_user_id); | ||
| 123 | 258 | ||
| 124 | IPC::ResponseBuilder rb{ctx, 2}; | 259 | IPC::ResponseBuilder rb{ctx, 2}; |
| 125 | rb.Push(ResultSuccess); | 260 | rb.Push(ResultSuccess); |
| 126 | } | 261 | } |
| 127 | 262 | ||
| 128 | void IRS::CheckFirmwareVersion(Kernel::HLERequestContext& ctx) { | 263 | void IRS::CheckFirmwareVersion(Kernel::HLERequestContext& ctx) { |
| 129 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 264 | IPC::RequestParser rp{ctx}; |
| 265 | const auto camera_handle{rp.PopRaw<IrCameraHandle>()}; | ||
| 266 | const auto mcu_version{rp.PopRaw<PackedMcuVersion>()}; | ||
| 267 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 268 | |||
| 269 | LOG_WARNING( | ||
| 270 | Service_IRS, | ||
| 271 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}, mcu_version={}.{}", | ||
| 272 | camera_handle.npad_type, camera_handle.npad_id, applet_resource_user_id, mcu_version.major, | ||
| 273 | mcu_version.minor); | ||
| 130 | 274 | ||
| 131 | IPC::ResponseBuilder rb{ctx, 2}; | 275 | IPC::ResponseBuilder rb{ctx, 2}; |
| 132 | rb.Push(ResultSuccess); | 276 | rb.Push(ResultSuccess); |
| 133 | } | 277 | } |
| 134 | 278 | ||
| 135 | void IRS::SetFunctionLevel(Kernel::HLERequestContext& ctx) { | 279 | void IRS::SetFunctionLevel(Kernel::HLERequestContext& ctx) { |
| 136 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 280 | IPC::RequestParser rp{ctx}; |
| 281 | struct Parameters { | ||
| 282 | IrCameraHandle camera_handle; | ||
| 283 | PackedFunctionLevel function_level; | ||
| 284 | u64 applet_resource_user_id; | ||
| 285 | }; | ||
| 286 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 287 | |||
| 288 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 289 | |||
| 290 | LOG_WARNING(Service_IRS, | ||
| 291 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 292 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 293 | parameters.applet_resource_user_id); | ||
| 137 | 294 | ||
| 138 | IPC::ResponseBuilder rb{ctx, 2}; | 295 | IPC::ResponseBuilder rb{ctx, 2}; |
| 139 | rb.Push(ResultSuccess); | 296 | rb.Push(ResultSuccess); |
| 140 | } | 297 | } |
| 141 | 298 | ||
| 142 | void IRS::RunImageTransferExProcessor(Kernel::HLERequestContext& ctx) { | 299 | void IRS::RunImageTransferExProcessor(Kernel::HLERequestContext& ctx) { |
| 143 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 300 | IPC::RequestParser rp{ctx}; |
| 301 | struct Parameters { | ||
| 302 | IrCameraHandle camera_handle; | ||
| 303 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 304 | u64 applet_resource_user_id; | ||
| 305 | PackedImageTransferProcessorExConfig processor_config; | ||
| 306 | u64 transfer_memory_size; | ||
| 307 | }; | ||
| 308 | static_assert(sizeof(Parameters) == 0x38, "Parameters has incorrect size."); | ||
| 309 | |||
| 310 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 311 | const auto t_mem_handle{ctx.GetCopyHandle(0)}; | ||
| 312 | |||
| 313 | auto t_mem = | ||
| 314 | system.CurrentProcess()->GetHandleTable().GetObject<Kernel::KTransferMemory>(t_mem_handle); | ||
| 315 | |||
| 316 | LOG_WARNING(Service_IRS, | ||
| 317 | "(STUBBED) called, npad_type={}, npad_id={}, transfer_memory_size={}, " | ||
| 318 | "applet_resource_user_id={}", | ||
| 319 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 320 | parameters.transfer_memory_size, parameters.applet_resource_user_id); | ||
| 144 | 321 | ||
| 145 | IPC::ResponseBuilder rb{ctx, 2}; | 322 | IPC::ResponseBuilder rb{ctx, 2}; |
| 146 | rb.Push(ResultSuccess); | 323 | rb.Push(ResultSuccess); |
| 147 | } | 324 | } |
| 148 | 325 | ||
| 149 | void IRS::RunIrLedProcessor(Kernel::HLERequestContext& ctx) { | 326 | void IRS::RunIrLedProcessor(Kernel::HLERequestContext& ctx) { |
| 150 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 327 | IPC::RequestParser rp{ctx}; |
| 328 | const auto camera_handle{rp.PopRaw<IrCameraHandle>()}; | ||
| 329 | const auto processor_config{rp.PopRaw<PackedIrLedProcessorConfig>()}; | ||
| 330 | const auto applet_resource_user_id{rp.Pop<u64>()}; | ||
| 331 | |||
| 332 | LOG_WARNING(Service_IRS, | ||
| 333 | "(STUBBED) called, npad_type={}, npad_id={}, light_target={}, mcu_version={}.{} " | ||
| 334 | "applet_resource_user_id={}", | ||
| 335 | camera_handle.npad_type, camera_handle.npad_id, processor_config.light_target, | ||
| 336 | processor_config.required_mcu_version.major, | ||
| 337 | processor_config.required_mcu_version.minor, applet_resource_user_id); | ||
| 151 | 338 | ||
| 152 | IPC::ResponseBuilder rb{ctx, 2}; | 339 | IPC::ResponseBuilder rb{ctx, 2}; |
| 153 | rb.Push(ResultSuccess); | 340 | rb.Push(ResultSuccess); |
| 154 | } | 341 | } |
| 155 | 342 | ||
| 156 | void IRS::StopImageProcessorAsync(Kernel::HLERequestContext& ctx) { | 343 | void IRS::StopImageProcessorAsync(Kernel::HLERequestContext& ctx) { |
| 157 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 344 | IPC::RequestParser rp{ctx}; |
| 345 | struct Parameters { | ||
| 346 | IrCameraHandle camera_handle; | ||
| 347 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 348 | u64 applet_resource_user_id; | ||
| 349 | }; | ||
| 350 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 351 | |||
| 352 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 353 | |||
| 354 | LOG_WARNING(Service_IRS, | ||
| 355 | "(STUBBED) called, npad_type={}, npad_id={}, applet_resource_user_id={}", | ||
| 356 | parameters.camera_handle.npad_type, parameters.camera_handle.npad_id, | ||
| 357 | parameters.applet_resource_user_id); | ||
| 158 | 358 | ||
| 159 | IPC::ResponseBuilder rb{ctx, 2}; | 359 | IPC::ResponseBuilder rb{ctx, 2}; |
| 160 | rb.Push(ResultSuccess); | 360 | rb.Push(ResultSuccess); |
| 161 | } | 361 | } |
| 162 | 362 | ||
| 163 | void IRS::ActivateIrsensorWithFunctionLevel(Kernel::HLERequestContext& ctx) { | 363 | void IRS::ActivateIrsensorWithFunctionLevel(Kernel::HLERequestContext& ctx) { |
| 164 | LOG_WARNING(Service_IRS, "(STUBBED) called"); | 364 | IPC::RequestParser rp{ctx}; |
| 365 | struct Parameters { | ||
| 366 | PackedFunctionLevel function_level; | ||
| 367 | INSERT_PADDING_WORDS_NOINIT(1); | ||
| 368 | u64 applet_resource_user_id; | ||
| 369 | }; | ||
| 370 | static_assert(sizeof(Parameters) == 0x10, "Parameters has incorrect size."); | ||
| 371 | |||
| 372 | const auto parameters{rp.PopRaw<Parameters>()}; | ||
| 373 | |||
| 374 | LOG_WARNING(Service_IRS, "(STUBBED) called, function_level={}, applet_resource_user_id={}", | ||
| 375 | parameters.function_level.function_level, parameters.applet_resource_user_id); | ||
| 165 | 376 | ||
| 166 | IPC::ResponseBuilder rb{ctx, 2}; | 377 | IPC::ResponseBuilder rb{ctx, 2}; |
| 167 | rb.Push(ResultSuccess); | 378 | rb.Push(ResultSuccess); |
diff --git a/src/core/hle/service/hid/irs.h b/src/core/hle/service/hid/irs.h index efb29d3fd..361dc2213 100644 --- a/src/core/hle/service/hid/irs.h +++ b/src/core/hle/service/hid/irs.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include "core/hid/hid_types.h" | ||
| 6 | #include "core/hle/service/service.h" | 7 | #include "core/hle/service/service.h" |
| 7 | 8 | ||
| 8 | namespace Core { | 9 | namespace Core { |
| @@ -17,6 +18,235 @@ public: | |||
| 17 | ~IRS() override; | 18 | ~IRS() override; |
| 18 | 19 | ||
| 19 | private: | 20 | private: |
| 21 | // This is nn::irsensor::IrCameraStatus | ||
| 22 | enum IrCameraStatus : u32 { | ||
| 23 | Available, | ||
| 24 | Unsupported, | ||
| 25 | Unconnected, | ||
| 26 | }; | ||
| 27 | |||
| 28 | // This is nn::irsensor::IrCameraInternalStatus | ||
| 29 | enum IrCameraInternalStatus : u32 { | ||
| 30 | Stopped, | ||
| 31 | FirmwareUpdateNeeded, | ||
| 32 | Unkown2, | ||
| 33 | Unkown3, | ||
| 34 | Unkown4, | ||
| 35 | FirmwareVersionRequested, | ||
| 36 | FirmwareVersionIsInvalid, | ||
| 37 | Ready, | ||
| 38 | Setting, | ||
| 39 | }; | ||
| 40 | |||
| 41 | // This is nn::irsensor::detail::StatusManager::IrSensorMode | ||
| 42 | enum IrSensorMode : u64 { | ||
| 43 | None, | ||
| 44 | MomentProcessor, | ||
| 45 | ClusteringProcessor, | ||
| 46 | ImageTransferProcessor, | ||
| 47 | PointingProcessorMarker, | ||
| 48 | TeraPluginProcessor, | ||
| 49 | IrLedProcessor, | ||
| 50 | }; | ||
| 51 | |||
| 52 | // This is nn::irsensor::ImageProcessorStatus | ||
| 53 | enum ImageProcessorStatus : u8 { | ||
| 54 | stopped, | ||
| 55 | running, | ||
| 56 | }; | ||
| 57 | |||
| 58 | // This is nn::irsensor::ImageTransferProcessorFormat | ||
| 59 | enum ImageTransferProcessorFormat : u8 { | ||
| 60 | Size320x240, | ||
| 61 | Size160x120, | ||
| 62 | Size80x60, | ||
| 63 | Size40x30, | ||
| 64 | Size20x15, | ||
| 65 | }; | ||
| 66 | |||
| 67 | // This is nn::irsensor::AdaptiveClusteringMode | ||
| 68 | enum AdaptiveClusteringMode : u8 { | ||
| 69 | StaticFov, | ||
| 70 | DynamicFov, | ||
| 71 | }; | ||
| 72 | |||
| 73 | // This is nn::irsensor::AdaptiveClusteringTargetDistance | ||
| 74 | enum AdaptiveClusteringTargetDistance : u8 { | ||
| 75 | Near, | ||
| 76 | Middle, | ||
| 77 | Far, | ||
| 78 | }; | ||
| 79 | |||
| 80 | // This is nn::irsensor::IrsHandAnalysisMode | ||
| 81 | enum IrsHandAnalysisMode : u8 { | ||
| 82 | Silhouette, | ||
| 83 | Image, | ||
| 84 | SilhoueteAndImage, | ||
| 85 | SilhuetteOnly, | ||
| 86 | }; | ||
| 87 | |||
| 88 | // This is nn::irsensor::IrSensorFunctionLevel | ||
| 89 | enum IrSensorFunctionLevel : u8 { | ||
| 90 | unknown0, | ||
| 91 | unknown1, | ||
| 92 | unknown2, | ||
| 93 | unknown3, | ||
| 94 | unknown4, | ||
| 95 | }; | ||
| 96 | |||
| 97 | // This is nn::irsensor::IrCameraHandle | ||
| 98 | struct IrCameraHandle { | ||
| 99 | u8 npad_id{}; | ||
| 100 | Core::HID::NpadStyleIndex npad_type{Core::HID::NpadStyleIndex::None}; | ||
| 101 | INSERT_PADDING_BYTES(2); | ||
| 102 | }; | ||
| 103 | static_assert(sizeof(IrCameraHandle) == 4, "IrCameraHandle is an invalid size"); | ||
| 104 | |||
| 105 | struct IrsRect { | ||
| 106 | s16 x; | ||
| 107 | s16 y; | ||
| 108 | s16 width; | ||
| 109 | s16 height; | ||
| 110 | }; | ||
| 111 | |||
| 112 | // This is nn::irsensor::PackedMcuVersion | ||
| 113 | struct PackedMcuVersion { | ||
| 114 | u16 major; | ||
| 115 | u16 minor; | ||
| 116 | }; | ||
| 117 | static_assert(sizeof(PackedMcuVersion) == 4, "PackedMcuVersion is an invalid size"); | ||
| 118 | |||
| 119 | // This is nn::irsensor::MomentProcessorConfig | ||
| 120 | struct MomentProcessorConfig { | ||
| 121 | u64 exposire_time; | ||
| 122 | u8 light_target; | ||
| 123 | u8 gain; | ||
| 124 | u8 is_negative_used; | ||
| 125 | INSERT_PADDING_BYTES(7); | ||
| 126 | IrsRect window_of_interest; | ||
| 127 | u8 preprocess; | ||
| 128 | u8 preprocess_intensity_threshold; | ||
| 129 | INSERT_PADDING_BYTES(5); | ||
| 130 | }; | ||
| 131 | static_assert(sizeof(MomentProcessorConfig) == 0x28, | ||
| 132 | "MomentProcessorConfig is an invalid size"); | ||
| 133 | |||
| 134 | // This is nn::irsensor::PackedMomentProcessorConfig | ||
| 135 | struct PackedMomentProcessorConfig { | ||
| 136 | u64 exposire_time; | ||
| 137 | u8 light_target; | ||
| 138 | u8 gain; | ||
| 139 | u8 is_negative_used; | ||
| 140 | INSERT_PADDING_BYTES(5); | ||
| 141 | IrsRect window_of_interest; | ||
| 142 | PackedMcuVersion required_mcu_version; | ||
| 143 | u8 preprocess; | ||
| 144 | u8 preprocess_intensity_threshold; | ||
| 145 | INSERT_PADDING_BYTES(2); | ||
| 146 | }; | ||
| 147 | static_assert(sizeof(PackedMomentProcessorConfig) == 0x20, | ||
| 148 | "PackedMomentProcessorConfig is an invalid size"); | ||
| 149 | |||
| 150 | // This is nn::irsensor::ClusteringProcessorConfig | ||
| 151 | struct ClusteringProcessorConfig { | ||
| 152 | u64 exposire_time; | ||
| 153 | u32 light_target; | ||
| 154 | u32 gain; | ||
| 155 | u8 is_negative_used; | ||
| 156 | INSERT_PADDING_BYTES(7); | ||
| 157 | IrsRect window_of_interest; | ||
| 158 | u32 pixel_count_min; | ||
| 159 | u32 pixel_count_max; | ||
| 160 | u32 object_intensity_min; | ||
| 161 | u8 is_external_light_filter_enabled; | ||
| 162 | INSERT_PADDING_BYTES(3); | ||
| 163 | }; | ||
| 164 | static_assert(sizeof(ClusteringProcessorConfig) == 0x30, | ||
| 165 | "ClusteringProcessorConfig is an invalid size"); | ||
| 166 | |||
| 167 | // This is nn::irsensor::PackedClusteringProcessorConfig | ||
| 168 | struct PackedClusteringProcessorConfig { | ||
| 169 | u64 exposire_time; | ||
| 170 | u8 light_target; | ||
| 171 | u8 gain; | ||
| 172 | u8 is_negative_used; | ||
| 173 | INSERT_PADDING_BYTES(5); | ||
| 174 | IrsRect window_of_interest; | ||
| 175 | PackedMcuVersion required_mcu_version; | ||
| 176 | u32 pixel_count_min; | ||
| 177 | u32 pixel_count_max; | ||
| 178 | u32 object_intensity_min; | ||
| 179 | u8 is_external_light_filter_enabled; | ||
| 180 | INSERT_PADDING_BYTES(2); | ||
| 181 | }; | ||
| 182 | static_assert(sizeof(PackedClusteringProcessorConfig) == 0x30, | ||
| 183 | "PackedClusteringProcessorConfig is an invalid size"); | ||
| 184 | |||
| 185 | // This is nn::irsensor::PackedImageTransferProcessorConfig | ||
| 186 | struct PackedImageTransferProcessorConfig { | ||
| 187 | u64 exposire_time; | ||
| 188 | u8 light_target; | ||
| 189 | u8 gain; | ||
| 190 | u8 is_negative_used; | ||
| 191 | INSERT_PADDING_BYTES(5); | ||
| 192 | PackedMcuVersion required_mcu_version; | ||
| 193 | u8 format; | ||
| 194 | INSERT_PADDING_BYTES(3); | ||
| 195 | }; | ||
| 196 | static_assert(sizeof(PackedImageTransferProcessorConfig) == 0x18, | ||
| 197 | "PackedImageTransferProcessorConfig is an invalid size"); | ||
| 198 | |||
| 199 | // This is nn::irsensor::PackedTeraPluginProcessorConfig | ||
| 200 | struct PackedTeraPluginProcessorConfig { | ||
| 201 | PackedMcuVersion required_mcu_version; | ||
| 202 | u8 mode; | ||
| 203 | INSERT_PADDING_BYTES(3); | ||
| 204 | }; | ||
| 205 | static_assert(sizeof(PackedTeraPluginProcessorConfig) == 0x8, | ||
| 206 | "PackedTeraPluginProcessorConfig is an invalid size"); | ||
| 207 | |||
| 208 | // This is nn::irsensor::PackedPointingProcessorConfig | ||
| 209 | struct PackedPointingProcessorConfig { | ||
| 210 | IrsRect window_of_interest; | ||
| 211 | PackedMcuVersion required_mcu_version; | ||
| 212 | }; | ||
| 213 | static_assert(sizeof(PackedPointingProcessorConfig) == 0xC, | ||
| 214 | "PackedPointingProcessorConfig is an invalid size"); | ||
| 215 | |||
| 216 | // This is nn::irsensor::PackedFunctionLevel | ||
| 217 | struct PackedFunctionLevel { | ||
| 218 | IrSensorFunctionLevel function_level; | ||
| 219 | INSERT_PADDING_BYTES(3); | ||
| 220 | }; | ||
| 221 | static_assert(sizeof(PackedFunctionLevel) == 0x4, "PackedFunctionLevel is an invalid size"); | ||
| 222 | |||
| 223 | // This is nn::irsensor::PackedImageTransferProcessorExConfig | ||
| 224 | struct PackedImageTransferProcessorExConfig { | ||
| 225 | u64 exposire_time; | ||
| 226 | u8 light_target; | ||
| 227 | u8 gain; | ||
| 228 | u8 is_negative_used; | ||
| 229 | INSERT_PADDING_BYTES(5); | ||
| 230 | PackedMcuVersion required_mcu_version; | ||
| 231 | ImageTransferProcessorFormat origin_format; | ||
| 232 | ImageTransferProcessorFormat trimming_format; | ||
| 233 | u16 trimming_start_x; | ||
| 234 | u16 trimming_start_y; | ||
| 235 | u8 is_external_light_filter_enabled; | ||
| 236 | INSERT_PADDING_BYTES(3); | ||
| 237 | }; | ||
| 238 | static_assert(sizeof(PackedImageTransferProcessorExConfig) == 0x20, | ||
| 239 | "PackedImageTransferProcessorExConfig is an invalid size"); | ||
| 240 | |||
| 241 | // This is nn::irsensor::PackedIrLedProcessorConfig | ||
| 242 | struct PackedIrLedProcessorConfig { | ||
| 243 | PackedMcuVersion required_mcu_version; | ||
| 244 | u8 light_target; | ||
| 245 | INSERT_PADDING_BYTES(3); | ||
| 246 | }; | ||
| 247 | static_assert(sizeof(PackedIrLedProcessorConfig) == 0x8, | ||
| 248 | "PackedIrLedProcessorConfig is an invalid size"); | ||
| 249 | |||
| 20 | void ActivateIrsensor(Kernel::HLERequestContext& ctx); | 250 | void ActivateIrsensor(Kernel::HLERequestContext& ctx); |
| 21 | void DeactivateIrsensor(Kernel::HLERequestContext& ctx); | 251 | void DeactivateIrsensor(Kernel::HLERequestContext& ctx); |
| 22 | void GetIrsensorSharedMemoryHandle(Kernel::HLERequestContext& ctx); | 252 | void GetIrsensorSharedMemoryHandle(Kernel::HLERequestContext& ctx); |
| @@ -35,8 +265,6 @@ private: | |||
| 35 | void RunIrLedProcessor(Kernel::HLERequestContext& ctx); | 265 | void RunIrLedProcessor(Kernel::HLERequestContext& ctx); |
| 36 | void StopImageProcessorAsync(Kernel::HLERequestContext& ctx); | 266 | void StopImageProcessorAsync(Kernel::HLERequestContext& ctx); |
| 37 | void ActivateIrsensorWithFunctionLevel(Kernel::HLERequestContext& ctx); | 267 | void ActivateIrsensorWithFunctionLevel(Kernel::HLERequestContext& ctx); |
| 38 | |||
| 39 | const u32 device_handle{0xABCD}; | ||
| 40 | }; | 268 | }; |
| 41 | 269 | ||
| 42 | class IRS_SYS final : public ServiceFramework<IRS_SYS> { | 270 | class IRS_SYS final : public ServiceFramework<IRS_SYS> { |
diff --git a/src/core/hle/service/jit/jit_context.cpp b/src/core/hle/service/jit/jit_context.cpp index 19bd85b6c..4ed3f02e2 100644 --- a/src/core/hle/service/jit/jit_context.cpp +++ b/src/core/hle/service/jit/jit_context.cpp | |||
| @@ -11,10 +11,13 @@ | |||
| 11 | #include "common/alignment.h" | 11 | #include "common/alignment.h" |
| 12 | #include "common/common_funcs.h" | 12 | #include "common/common_funcs.h" |
| 13 | #include "common/div_ceil.h" | 13 | #include "common/div_ceil.h" |
| 14 | #include "common/elf.h" | ||
| 14 | #include "common/logging/log.h" | 15 | #include "common/logging/log.h" |
| 15 | #include "core/hle/service/jit/jit_context.h" | 16 | #include "core/hle/service/jit/jit_context.h" |
| 16 | #include "core/memory.h" | 17 | #include "core/memory.h" |
| 17 | 18 | ||
| 19 | using namespace Common::ELF; | ||
| 20 | |||
| 18 | namespace Service::JIT { | 21 | namespace Service::JIT { |
| 19 | 22 | ||
| 20 | constexpr std::array<u8, 8> SVC0_ARM64 = { | 23 | constexpr std::array<u8, 8> SVC0_ARM64 = { |
| @@ -26,25 +29,6 @@ constexpr std::array HELPER_FUNCTIONS{ | |||
| 26 | "_stop", "_resolve", "_panic", "memcpy", "memmove", "memset", | 29 | "_stop", "_resolve", "_panic", "memcpy", "memmove", "memset", |
| 27 | }; | 30 | }; |
| 28 | 31 | ||
| 29 | struct Elf64_Dyn { | ||
| 30 | u64 d_tag; | ||
| 31 | u64 d_un; | ||
| 32 | }; | ||
| 33 | |||
| 34 | struct Elf64_Rela { | ||
| 35 | u64 r_offset; | ||
| 36 | u64 r_info; | ||
| 37 | s64 r_addend; | ||
| 38 | }; | ||
| 39 | |||
| 40 | static constexpr u32 Elf64_RelaType(const Elf64_Rela* rela) { | ||
| 41 | return static_cast<u32>(rela->r_info); | ||
| 42 | } | ||
| 43 | |||
| 44 | constexpr int DT_RELA = 7; /* Address of Rela relocs */ | ||
| 45 | constexpr int DT_RELASZ = 8; /* Total size of Rela relocs */ | ||
| 46 | constexpr int R_AARCH64_RELATIVE = 1027; /* Adjust by program base. */ | ||
| 47 | |||
| 48 | constexpr size_t STACK_ALIGN = 16; | 32 | constexpr size_t STACK_ALIGN = 16; |
| 49 | 33 | ||
| 50 | class JITContextImpl; | 34 | class JITContextImpl; |
| @@ -206,17 +190,17 @@ public: | |||
| 206 | if (!dyn.d_tag) { | 190 | if (!dyn.d_tag) { |
| 207 | break; | 191 | break; |
| 208 | } | 192 | } |
| 209 | if (dyn.d_tag == DT_RELA) { | 193 | if (dyn.d_tag == ElfDtRela) { |
| 210 | rela_dyn = dyn.d_un; | 194 | rela_dyn = dyn.d_un.d_ptr; |
| 211 | } | 195 | } |
| 212 | if (dyn.d_tag == DT_RELASZ) { | 196 | if (dyn.d_tag == ElfDtRelasz) { |
| 213 | num_rela = dyn.d_un / sizeof(Elf64_Rela); | 197 | num_rela = dyn.d_un.d_val / sizeof(Elf64_Rela); |
| 214 | } | 198 | } |
| 215 | } | 199 | } |
| 216 | 200 | ||
| 217 | for (size_t i = 0; i < num_rela; i++) { | 201 | for (size_t i = 0; i < num_rela; i++) { |
| 218 | const auto rela{callbacks->ReadMemory<Elf64_Rela>(rela_dyn + i * sizeof(Elf64_Rela))}; | 202 | const auto rela{callbacks->ReadMemory<Elf64_Rela>(rela_dyn + i * sizeof(Elf64_Rela))}; |
| 219 | if (Elf64_RelaType(&rela) != R_AARCH64_RELATIVE) { | 203 | if (Elf64RelType(rela.r_info) != ElfAArch64Relative) { |
| 220 | continue; | 204 | continue; |
| 221 | } | 205 | } |
| 222 | const VAddr contents{callbacks->MemoryRead64(rela.r_offset)}; | 206 | const VAddr contents{callbacks->MemoryRead64(rela.r_offset)}; |
diff --git a/src/core/hle/service/nvflinger/buffer_queue_consumer.cpp b/src/core/hle/service/nvflinger/buffer_queue_consumer.cpp index d7db77aff..4b3d5efd6 100644 --- a/src/core/hle/service/nvflinger/buffer_queue_consumer.cpp +++ b/src/core/hle/service/nvflinger/buffer_queue_consumer.cpp | |||
| @@ -89,14 +89,6 @@ Status BufferQueueConsumer::AcquireBuffer(BufferItem* out_buffer, | |||
| 89 | 89 | ||
| 90 | LOG_DEBUG(Service_NVFlinger, "acquiring slot={}", slot); | 90 | LOG_DEBUG(Service_NVFlinger, "acquiring slot={}", slot); |
| 91 | 91 | ||
| 92 | // If the front buffer is still being tracked, update its slot state | ||
| 93 | if (core->StillTracking(*front)) { | ||
| 94 | slots[slot].acquire_called = true; | ||
| 95 | slots[slot].needs_cleanup_on_release = false; | ||
| 96 | slots[slot].buffer_state = BufferState::Acquired; | ||
| 97 | slots[slot].fence = Fence::NoFence(); | ||
| 98 | } | ||
| 99 | |||
| 100 | // If the buffer has previously been acquired by the consumer, set graphic_buffer to nullptr to | 92 | // If the buffer has previously been acquired by the consumer, set graphic_buffer to nullptr to |
| 101 | // avoid unnecessarily remapping this buffer on the consumer side. | 93 | // avoid unnecessarily remapping this buffer on the consumer side. |
| 102 | if (out_buffer->acquire_called) { | 94 | if (out_buffer->acquire_called) { |
| @@ -139,26 +131,11 @@ Status BufferQueueConsumer::ReleaseBuffer(s32 slot, u64 frame_number, const Fenc | |||
| 139 | ++current; | 131 | ++current; |
| 140 | } | 132 | } |
| 141 | 133 | ||
| 142 | if (slots[slot].buffer_state == BufferState::Acquired) { | 134 | slots[slot].buffer_state = BufferState::Free; |
| 143 | slots[slot].fence = release_fence; | ||
| 144 | slots[slot].buffer_state = BufferState::Free; | ||
| 145 | |||
| 146 | listener = core->connected_producer_listener; | ||
| 147 | |||
| 148 | LOG_DEBUG(Service_NVFlinger, "releasing slot {}", slot); | ||
| 149 | } else if (slots[slot].needs_cleanup_on_release) { | ||
| 150 | LOG_DEBUG(Service_NVFlinger, "releasing a stale buffer slot {} (state = {})", slot, | ||
| 151 | slots[slot].buffer_state); | ||
| 152 | 135 | ||
| 153 | slots[slot].needs_cleanup_on_release = false; | 136 | listener = core->connected_producer_listener; |
| 154 | 137 | ||
| 155 | return Status::StaleBufferSlot; | 138 | LOG_DEBUG(Service_NVFlinger, "releasing slot {}", slot); |
| 156 | } else { | ||
| 157 | LOG_ERROR(Service_NVFlinger, "attempted to release buffer slot {} but its state was {}", | ||
| 158 | slot, slots[slot].buffer_state); | ||
| 159 | |||
| 160 | return Status::BadValue; | ||
| 161 | } | ||
| 162 | 139 | ||
| 163 | core->SignalDequeueCondition(); | 140 | core->SignalDequeueCondition(); |
| 164 | } | 141 | } |
diff --git a/src/core/hle/service/nvflinger/buffer_queue_core.cpp b/src/core/hle/service/nvflinger/buffer_queue_core.cpp index d4e8b44d0..ea4a14ea4 100644 --- a/src/core/hle/service/nvflinger/buffer_queue_core.cpp +++ b/src/core/hle/service/nvflinger/buffer_queue_core.cpp | |||
| @@ -84,10 +84,6 @@ void BufferQueueCore::FreeBufferLocked(s32 slot) { | |||
| 84 | 84 | ||
| 85 | slots[slot].graphic_buffer.reset(); | 85 | slots[slot].graphic_buffer.reset(); |
| 86 | 86 | ||
| 87 | if (slots[slot].buffer_state == BufferState::Acquired) { | ||
| 88 | slots[slot].needs_cleanup_on_release = true; | ||
| 89 | } | ||
| 90 | |||
| 91 | slots[slot].buffer_state = BufferState::Free; | 87 | slots[slot].buffer_state = BufferState::Free; |
| 92 | slots[slot].frame_number = UINT32_MAX; | 88 | slots[slot].frame_number = UINT32_MAX; |
| 93 | slots[slot].acquire_called = false; | 89 | slots[slot].acquire_called = false; |
diff --git a/src/core/hle/service/nvflinger/buffer_slot.h b/src/core/hle/service/nvflinger/buffer_slot.h index 6b3e87446..0cd0e9964 100644 --- a/src/core/hle/service/nvflinger/buffer_slot.h +++ b/src/core/hle/service/nvflinger/buffer_slot.h | |||
| @@ -31,7 +31,6 @@ struct BufferSlot final { | |||
| 31 | u64 frame_number{}; | 31 | u64 frame_number{}; |
| 32 | Fence fence; | 32 | Fence fence; |
| 33 | bool acquire_called{}; | 33 | bool acquire_called{}; |
| 34 | bool needs_cleanup_on_release{}; | ||
| 35 | bool attached_by_consumer{}; | 34 | bool attached_by_consumer{}; |
| 36 | bool is_preallocated{}; | 35 | bool is_preallocated{}; |
| 37 | }; | 36 | }; |
diff --git a/src/core/hle/service/time/time_zone_manager.cpp b/src/core/hle/service/time/time_zone_manager.cpp index 449a5ac96..eeec34436 100644 --- a/src/core/hle/service/time/time_zone_manager.cpp +++ b/src/core/hle/service/time/time_zone_manager.cpp | |||
| @@ -110,10 +110,9 @@ static constexpr s64 GetLeapDaysFromYear(s64 year) { | |||
| 110 | } | 110 | } |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | static constexpr int GetMonthLength(bool is_leap_year, int month) { | 113 | static constexpr s8 GetMonthLength(bool is_leap_year, int month) { |
| 114 | constexpr std::array<int, 12> month_lengths{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; | 114 | constexpr std::array<s8, 12> month_lengths{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; |
| 115 | constexpr std::array<int, 12> month_lengths_leap{31, 29, 31, 30, 31, 30, | 115 | constexpr std::array<s8, 12> month_lengths_leap{31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; |
| 116 | 31, 31, 30, 31, 30, 31}; | ||
| 117 | return is_leap_year ? month_lengths_leap[month] : month_lengths[month]; | 116 | return is_leap_year ? month_lengths_leap[month] : month_lengths[month]; |
| 118 | } | 117 | } |
| 119 | 118 | ||
diff --git a/src/core/loader/elf.cpp b/src/core/loader/elf.cpp index cf5933699..dfb10c34f 100644 --- a/src/core/loader/elf.cpp +++ b/src/core/loader/elf.cpp | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <memory> | 6 | #include <memory> |
| 7 | #include "common/common_funcs.h" | 7 | #include "common/common_funcs.h" |
| 8 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 9 | #include "common/elf.h" | ||
| 9 | #include "common/logging/log.h" | 10 | #include "common/logging/log.h" |
| 10 | #include "core/hle/kernel/code_set.h" | 11 | #include "core/hle/kernel/code_set.h" |
| 11 | #include "core/hle/kernel/k_page_table.h" | 12 | #include "core/hle/kernel/k_page_table.h" |
| @@ -13,159 +14,7 @@ | |||
| 13 | #include "core/loader/elf.h" | 14 | #include "core/loader/elf.h" |
| 14 | #include "core/memory.h" | 15 | #include "core/memory.h" |
| 15 | 16 | ||
| 16 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 17 | using namespace Common::ELF; |
| 17 | // ELF Header Constants | ||
| 18 | |||
| 19 | // File type | ||
| 20 | enum ElfType { | ||
| 21 | ET_NONE = 0, | ||
| 22 | ET_REL = 1, | ||
| 23 | ET_EXEC = 2, | ||
| 24 | ET_DYN = 3, | ||
| 25 | ET_CORE = 4, | ||
| 26 | ET_LOPROC = 0xFF00, | ||
| 27 | ET_HIPROC = 0xFFFF, | ||
| 28 | }; | ||
| 29 | |||
| 30 | // Machine/Architecture | ||
| 31 | enum ElfMachine { | ||
| 32 | EM_NONE = 0, | ||
| 33 | EM_M32 = 1, | ||
| 34 | EM_SPARC = 2, | ||
| 35 | EM_386 = 3, | ||
| 36 | EM_68K = 4, | ||
| 37 | EM_88K = 5, | ||
| 38 | EM_860 = 7, | ||
| 39 | EM_MIPS = 8 | ||
| 40 | }; | ||
| 41 | |||
| 42 | // File version | ||
| 43 | #define EV_NONE 0 | ||
| 44 | #define EV_CURRENT 1 | ||
| 45 | |||
| 46 | // Identification index | ||
| 47 | #define EI_MAG0 0 | ||
| 48 | #define EI_MAG1 1 | ||
| 49 | #define EI_MAG2 2 | ||
| 50 | #define EI_MAG3 3 | ||
| 51 | #define EI_CLASS 4 | ||
| 52 | #define EI_DATA 5 | ||
| 53 | #define EI_VERSION 6 | ||
| 54 | #define EI_PAD 7 | ||
| 55 | #define EI_NIDENT 16 | ||
| 56 | |||
| 57 | // Sections constants | ||
| 58 | |||
| 59 | // Section types | ||
| 60 | #define SHT_NULL 0 | ||
| 61 | #define SHT_PROGBITS 1 | ||
| 62 | #define SHT_SYMTAB 2 | ||
| 63 | #define SHT_STRTAB 3 | ||
| 64 | #define SHT_RELA 4 | ||
| 65 | #define SHT_HASH 5 | ||
| 66 | #define SHT_DYNAMIC 6 | ||
| 67 | #define SHT_NOTE 7 | ||
| 68 | #define SHT_NOBITS 8 | ||
| 69 | #define SHT_REL 9 | ||
| 70 | #define SHT_SHLIB 10 | ||
| 71 | #define SHT_DYNSYM 11 | ||
| 72 | #define SHT_LOPROC 0x70000000 | ||
| 73 | #define SHT_HIPROC 0x7FFFFFFF | ||
| 74 | #define SHT_LOUSER 0x80000000 | ||
| 75 | #define SHT_HIUSER 0xFFFFFFFF | ||
| 76 | |||
| 77 | // Section flags | ||
| 78 | enum ElfSectionFlags { | ||
| 79 | SHF_WRITE = 0x1, | ||
| 80 | SHF_ALLOC = 0x2, | ||
| 81 | SHF_EXECINSTR = 0x4, | ||
| 82 | SHF_MASKPROC = 0xF0000000, | ||
| 83 | }; | ||
| 84 | |||
| 85 | // Segment types | ||
| 86 | #define PT_NULL 0 | ||
| 87 | #define PT_LOAD 1 | ||
| 88 | #define PT_DYNAMIC 2 | ||
| 89 | #define PT_INTERP 3 | ||
| 90 | #define PT_NOTE 4 | ||
| 91 | #define PT_SHLIB 5 | ||
| 92 | #define PT_PHDR 6 | ||
| 93 | #define PT_LOPROC 0x70000000 | ||
| 94 | #define PT_HIPROC 0x7FFFFFFF | ||
| 95 | |||
| 96 | // Segment flags | ||
| 97 | #define PF_X 0x1 | ||
| 98 | #define PF_W 0x2 | ||
| 99 | #define PF_R 0x4 | ||
| 100 | #define PF_MASKPROC 0xF0000000 | ||
| 101 | |||
| 102 | typedef unsigned int Elf32_Addr; | ||
| 103 | typedef unsigned short Elf32_Half; | ||
| 104 | typedef unsigned int Elf32_Off; | ||
| 105 | typedef signed int Elf32_Sword; | ||
| 106 | typedef unsigned int Elf32_Word; | ||
| 107 | |||
| 108 | //////////////////////////////////////////////////////////////////////////////////////////////////// | ||
| 109 | // ELF file header | ||
| 110 | |||
| 111 | struct Elf32_Ehdr { | ||
| 112 | unsigned char e_ident[EI_NIDENT]; | ||
| 113 | Elf32_Half e_type; | ||
| 114 | Elf32_Half e_machine; | ||
| 115 | Elf32_Word e_version; | ||
| 116 | Elf32_Addr e_entry; | ||
| 117 | Elf32_Off e_phoff; | ||
| 118 | Elf32_Off e_shoff; | ||
| 119 | Elf32_Word e_flags; | ||
| 120 | Elf32_Half e_ehsize; | ||
| 121 | Elf32_Half e_phentsize; | ||
| 122 | Elf32_Half e_phnum; | ||
| 123 | Elf32_Half e_shentsize; | ||
| 124 | Elf32_Half e_shnum; | ||
| 125 | Elf32_Half e_shstrndx; | ||
| 126 | }; | ||
| 127 | |||
| 128 | // Section header | ||
| 129 | struct Elf32_Shdr { | ||
| 130 | Elf32_Word sh_name; | ||
| 131 | Elf32_Word sh_type; | ||
| 132 | Elf32_Word sh_flags; | ||
| 133 | Elf32_Addr sh_addr; | ||
| 134 | Elf32_Off sh_offset; | ||
| 135 | Elf32_Word sh_size; | ||
| 136 | Elf32_Word sh_link; | ||
| 137 | Elf32_Word sh_info; | ||
| 138 | Elf32_Word sh_addralign; | ||
| 139 | Elf32_Word sh_entsize; | ||
| 140 | }; | ||
| 141 | |||
| 142 | // Segment header | ||
| 143 | struct Elf32_Phdr { | ||
| 144 | Elf32_Word p_type; | ||
| 145 | Elf32_Off p_offset; | ||
| 146 | Elf32_Addr p_vaddr; | ||
| 147 | Elf32_Addr p_paddr; | ||
| 148 | Elf32_Word p_filesz; | ||
| 149 | Elf32_Word p_memsz; | ||
| 150 | Elf32_Word p_flags; | ||
| 151 | Elf32_Word p_align; | ||
| 152 | }; | ||
| 153 | |||
| 154 | // Symbol table entry | ||
| 155 | struct Elf32_Sym { | ||
| 156 | Elf32_Word st_name; | ||
| 157 | Elf32_Addr st_value; | ||
| 158 | Elf32_Word st_size; | ||
| 159 | unsigned char st_info; | ||
| 160 | unsigned char st_other; | ||
| 161 | Elf32_Half st_shndx; | ||
| 162 | }; | ||
| 163 | |||
| 164 | // Relocation entries | ||
| 165 | struct Elf32_Rel { | ||
| 166 | Elf32_Addr r_offset; | ||
| 167 | Elf32_Word r_info; | ||
| 168 | }; | ||
| 169 | 18 | ||
| 170 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 19 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 171 | // ElfReader class | 20 | // ElfReader class |
| @@ -193,11 +42,11 @@ public: | |||
| 193 | } | 42 | } |
| 194 | 43 | ||
| 195 | // Quick accessors | 44 | // Quick accessors |
| 196 | ElfType GetType() const { | 45 | u16 GetType() const { |
| 197 | return (ElfType)(header->e_type); | 46 | return header->e_type; |
| 198 | } | 47 | } |
| 199 | ElfMachine GetMachine() const { | 48 | u16 GetMachine() const { |
| 200 | return (ElfMachine)(header->e_machine); | 49 | return header->e_machine; |
| 201 | } | 50 | } |
| 202 | VAddr GetEntryPoint() const { | 51 | VAddr GetEntryPoint() const { |
| 203 | return entryPoint; | 52 | return entryPoint; |
| @@ -220,13 +69,13 @@ public: | |||
| 220 | const u8* GetSectionDataPtr(int section) const { | 69 | const u8* GetSectionDataPtr(int section) const { |
| 221 | if (section < 0 || section >= header->e_shnum) | 70 | if (section < 0 || section >= header->e_shnum) |
| 222 | return nullptr; | 71 | return nullptr; |
| 223 | if (sections[section].sh_type != SHT_NOBITS) | 72 | if (sections[section].sh_type != ElfShtNobits) |
| 224 | return GetPtr(sections[section].sh_offset); | 73 | return GetPtr(sections[section].sh_offset); |
| 225 | else | 74 | else |
| 226 | return nullptr; | 75 | return nullptr; |
| 227 | } | 76 | } |
| 228 | bool IsCodeSection(int section) const { | 77 | bool IsCodeSection(int section) const { |
| 229 | return sections[section].sh_type == SHT_PROGBITS; | 78 | return sections[section].sh_type == ElfShtProgBits; |
| 230 | } | 79 | } |
| 231 | const u8* GetSegmentPtr(int segment) { | 80 | const u8* GetSegmentPtr(int segment) { |
| 232 | return GetPtr(segments[segment].p_offset); | 81 | return GetPtr(segments[segment].p_offset); |
| @@ -256,7 +105,7 @@ ElfReader::ElfReader(void* ptr) { | |||
| 256 | } | 105 | } |
| 257 | 106 | ||
| 258 | const char* ElfReader::GetSectionName(int section) const { | 107 | const char* ElfReader::GetSectionName(int section) const { |
| 259 | if (sections[section].sh_type == SHT_NULL) | 108 | if (sections[section].sh_type == ElfShtNull) |
| 260 | return nullptr; | 109 | return nullptr; |
| 261 | 110 | ||
| 262 | int name_offset = sections[section].sh_name; | 111 | int name_offset = sections[section].sh_name; |
| @@ -272,7 +121,7 @@ Kernel::CodeSet ElfReader::LoadInto(VAddr vaddr) { | |||
| 272 | LOG_DEBUG(Loader, "String section: {}", header->e_shstrndx); | 121 | LOG_DEBUG(Loader, "String section: {}", header->e_shstrndx); |
| 273 | 122 | ||
| 274 | // Should we relocate? | 123 | // Should we relocate? |
| 275 | relocate = (header->e_type != ET_EXEC); | 124 | relocate = (header->e_type != ElfTypeExec); |
| 276 | 125 | ||
| 277 | if (relocate) { | 126 | if (relocate) { |
| 278 | LOG_DEBUG(Loader, "Relocatable module"); | 127 | LOG_DEBUG(Loader, "Relocatable module"); |
| @@ -288,7 +137,7 @@ Kernel::CodeSet ElfReader::LoadInto(VAddr vaddr) { | |||
| 288 | u64 total_image_size = 0; | 137 | u64 total_image_size = 0; |
| 289 | for (unsigned int i = 0; i < header->e_phnum; ++i) { | 138 | for (unsigned int i = 0; i < header->e_phnum; ++i) { |
| 290 | const Elf32_Phdr* p = &segments[i]; | 139 | const Elf32_Phdr* p = &segments[i]; |
| 291 | if (p->p_type == PT_LOAD) { | 140 | if (p->p_type == ElfPtLoad) { |
| 292 | total_image_size += (p->p_memsz + 0xFFF) & ~0xFFF; | 141 | total_image_size += (p->p_memsz + 0xFFF) & ~0xFFF; |
| 293 | } | 142 | } |
| 294 | } | 143 | } |
| @@ -303,14 +152,14 @@ Kernel::CodeSet ElfReader::LoadInto(VAddr vaddr) { | |||
| 303 | LOG_DEBUG(Loader, "Type: {} Vaddr: {:08X} Filesz: {:08X} Memsz: {:08X} ", p->p_type, | 152 | LOG_DEBUG(Loader, "Type: {} Vaddr: {:08X} Filesz: {:08X} Memsz: {:08X} ", p->p_type, |
| 304 | p->p_vaddr, p->p_filesz, p->p_memsz); | 153 | p->p_vaddr, p->p_filesz, p->p_memsz); |
| 305 | 154 | ||
| 306 | if (p->p_type == PT_LOAD) { | 155 | if (p->p_type == ElfPtLoad) { |
| 307 | Kernel::CodeSet::Segment* codeset_segment; | 156 | Kernel::CodeSet::Segment* codeset_segment; |
| 308 | u32 permission_flags = p->p_flags & (PF_R | PF_W | PF_X); | 157 | u32 permission_flags = p->p_flags & (ElfPfRead | ElfPfWrite | ElfPfExec); |
| 309 | if (permission_flags == (PF_R | PF_X)) { | 158 | if (permission_flags == (ElfPfRead | ElfPfExec)) { |
| 310 | codeset_segment = &codeset.CodeSegment(); | 159 | codeset_segment = &codeset.CodeSegment(); |
| 311 | } else if (permission_flags == (PF_R)) { | 160 | } else if (permission_flags == (ElfPfRead)) { |
| 312 | codeset_segment = &codeset.RODataSegment(); | 161 | codeset_segment = &codeset.RODataSegment(); |
| 313 | } else if (permission_flags == (PF_R | PF_W)) { | 162 | } else if (permission_flags == (ElfPfRead | ElfPfWrite)) { |
| 314 | codeset_segment = &codeset.DataSegment(); | 163 | codeset_segment = &codeset.DataSegment(); |
| 315 | } else { | 164 | } else { |
| 316 | LOG_ERROR(Loader, "Unexpected ELF PT_LOAD segment id {} with flags {:X}", i, | 165 | LOG_ERROR(Loader, "Unexpected ELF PT_LOAD segment id {} with flags {:X}", i, |
diff --git a/src/core/memory.cpp b/src/core/memory.cpp index 28d30eee2..7534de01e 100644 --- a/src/core/memory.cpp +++ b/src/core/memory.cpp | |||
| @@ -594,6 +594,19 @@ bool Memory::IsValidVirtualAddress(const VAddr vaddr) const { | |||
| 594 | return pointer != nullptr || type == Common::PageType::RasterizerCachedMemory; | 594 | return pointer != nullptr || type == Common::PageType::RasterizerCachedMemory; |
| 595 | } | 595 | } |
| 596 | 596 | ||
| 597 | bool Memory::IsValidVirtualAddressRange(VAddr base, u64 size) const { | ||
| 598 | VAddr end = base + size; | ||
| 599 | VAddr page = Common::AlignDown(base, PAGE_SIZE); | ||
| 600 | |||
| 601 | for (; page < end; page += PAGE_SIZE) { | ||
| 602 | if (!IsValidVirtualAddress(page)) { | ||
| 603 | return false; | ||
| 604 | } | ||
| 605 | } | ||
| 606 | |||
| 607 | return true; | ||
| 608 | } | ||
| 609 | |||
| 597 | u8* Memory::GetPointer(VAddr vaddr) { | 610 | u8* Memory::GetPointer(VAddr vaddr) { |
| 598 | return impl->GetPointer(vaddr); | 611 | return impl->GetPointer(vaddr); |
| 599 | } | 612 | } |
diff --git a/src/core/memory.h b/src/core/memory.h index b5721b740..58cc27b29 100644 --- a/src/core/memory.h +++ b/src/core/memory.h | |||
| @@ -96,6 +96,17 @@ public: | |||
| 96 | [[nodiscard]] bool IsValidVirtualAddress(VAddr vaddr) const; | 96 | [[nodiscard]] bool IsValidVirtualAddress(VAddr vaddr) const; |
| 97 | 97 | ||
| 98 | /** | 98 | /** |
| 99 | * Checks whether or not the supplied range of addresses are all valid | ||
| 100 | * virtual addresses for the current process. | ||
| 101 | * | ||
| 102 | * @param base The address to begin checking. | ||
| 103 | * @param size The amount of bytes to check. | ||
| 104 | * | ||
| 105 | * @returns True if all bytes in the given range are valid, false otherwise. | ||
| 106 | */ | ||
| 107 | [[nodiscard]] bool IsValidVirtualAddressRange(VAddr base, u64 size) const; | ||
| 108 | |||
| 109 | /** | ||
| 99 | * Gets a pointer to the given address. | 110 | * Gets a pointer to the given address. |
| 100 | * | 111 | * |
| 101 | * @param vaddr Virtual address to retrieve a pointer to. | 112 | * @param vaddr Virtual address to retrieve a pointer to. |
diff --git a/src/input_common/drivers/sdl_driver.cpp b/src/input_common/drivers/sdl_driver.cpp index a5c63e74a..1a14ef10b 100644 --- a/src/input_common/drivers/sdl_driver.cpp +++ b/src/input_common/drivers/sdl_driver.cpp | |||
| @@ -434,6 +434,7 @@ SDLDriver::SDLDriver(std::string input_engine_) : InputEngine(std::move(input_en | |||
| 434 | using namespace std::chrono_literals; | 434 | using namespace std::chrono_literals; |
| 435 | while (initialized) { | 435 | while (initialized) { |
| 436 | SDL_PumpEvents(); | 436 | SDL_PumpEvents(); |
| 437 | SendVibrations(); | ||
| 437 | std::this_thread::sleep_for(1ms); | 438 | std::this_thread::sleep_for(1ms); |
| 438 | } | 439 | } |
| 439 | }); | 440 | }); |
| @@ -531,13 +532,31 @@ Common::Input::VibrationError SDLDriver::SetRumble( | |||
| 531 | .type = Common::Input::VibrationAmplificationType::Exponential, | 532 | .type = Common::Input::VibrationAmplificationType::Exponential, |
| 532 | }; | 533 | }; |
| 533 | 534 | ||
| 534 | if (!joystick->RumblePlay(new_vibration)) { | 535 | if (vibration.type == Common::Input::VibrationAmplificationType::Test) { |
| 535 | return Common::Input::VibrationError::Unknown; | 536 | if (!joystick->RumblePlay(new_vibration)) { |
| 537 | return Common::Input::VibrationError::Unknown; | ||
| 538 | } | ||
| 539 | return Common::Input::VibrationError::None; | ||
| 536 | } | 540 | } |
| 537 | 541 | ||
| 542 | vibration_queue.Push(VibrationRequest{ | ||
| 543 | .identifier = identifier, | ||
| 544 | .vibration = new_vibration, | ||
| 545 | }); | ||
| 546 | |||
| 538 | return Common::Input::VibrationError::None; | 547 | return Common::Input::VibrationError::None; |
| 539 | } | 548 | } |
| 540 | 549 | ||
| 550 | void SDLDriver::SendVibrations() { | ||
| 551 | while (!vibration_queue.Empty()) { | ||
| 552 | VibrationRequest request; | ||
| 553 | vibration_queue.Pop(request); | ||
| 554 | const auto joystick = GetSDLJoystickByGUID(request.identifier.guid.RawString(), | ||
| 555 | static_cast<int>(request.identifier.port)); | ||
| 556 | joystick->RumblePlay(request.vibration); | ||
| 557 | } | ||
| 558 | } | ||
| 559 | |||
| 541 | Common::ParamPackage SDLDriver::BuildAnalogParamPackageForButton(int port, std::string guid, | 560 | Common::ParamPackage SDLDriver::BuildAnalogParamPackageForButton(int port, std::string guid, |
| 542 | s32 axis, float value) const { | 561 | s32 axis, float value) const { |
| 543 | Common::ParamPackage params{}; | 562 | Common::ParamPackage params{}; |
diff --git a/src/input_common/drivers/sdl_driver.h b/src/input_common/drivers/sdl_driver.h index dcd0d1e64..c82632506 100644 --- a/src/input_common/drivers/sdl_driver.h +++ b/src/input_common/drivers/sdl_driver.h | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <SDL.h> | 12 | #include <SDL.h> |
| 13 | 13 | ||
| 14 | #include "common/common_types.h" | 14 | #include "common/common_types.h" |
| 15 | #include "common/threadsafe_queue.h" | ||
| 15 | #include "input_common/input_engine.h" | 16 | #include "input_common/input_engine.h" |
| 16 | 17 | ||
| 17 | union SDL_Event; | 18 | union SDL_Event; |
| @@ -64,12 +65,20 @@ public: | |||
| 64 | const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override; | 65 | const PadIdentifier& identifier, const Common::Input::VibrationStatus& vibration) override; |
| 65 | 66 | ||
| 66 | private: | 67 | private: |
| 68 | struct VibrationRequest { | ||
| 69 | PadIdentifier identifier; | ||
| 70 | Common::Input::VibrationStatus vibration; | ||
| 71 | }; | ||
| 72 | |||
| 67 | void InitJoystick(int joystick_index); | 73 | void InitJoystick(int joystick_index); |
| 68 | void CloseJoystick(SDL_Joystick* sdl_joystick); | 74 | void CloseJoystick(SDL_Joystick* sdl_joystick); |
| 69 | 75 | ||
| 70 | /// Needs to be called before SDL_QuitSubSystem. | 76 | /// Needs to be called before SDL_QuitSubSystem. |
| 71 | void CloseJoysticks(); | 77 | void CloseJoysticks(); |
| 72 | 78 | ||
| 79 | /// Takes all vibrations from the queue and sends the command to the controller | ||
| 80 | void SendVibrations(); | ||
| 81 | |||
| 73 | Common::ParamPackage BuildAnalogParamPackageForButton(int port, std::string guid, s32 axis, | 82 | Common::ParamPackage BuildAnalogParamPackageForButton(int port, std::string guid, s32 axis, |
| 74 | float value = 0.1f) const; | 83 | float value = 0.1f) const; |
| 75 | Common::ParamPackage BuildButtonParamPackageForButton(int port, std::string guid, | 84 | Common::ParamPackage BuildButtonParamPackageForButton(int port, std::string guid, |
| @@ -107,6 +116,9 @@ private: | |||
| 107 | /// Returns true if the button is on the left joycon | 116 | /// Returns true if the button is on the left joycon |
| 108 | bool IsButtonOnLeftSide(Settings::NativeButton::Values button) const; | 117 | bool IsButtonOnLeftSide(Settings::NativeButton::Values button) const; |
| 109 | 118 | ||
| 119 | /// Queue of vibration request to controllers | ||
| 120 | Common::SPSCQueue<VibrationRequest> vibration_queue; | ||
| 121 | |||
| 110 | /// Map of GUID of a list of corresponding virtual Joysticks | 122 | /// Map of GUID of a list of corresponding virtual Joysticks |
| 111 | std::unordered_map<std::string, std::vector<std::shared_ptr<SDLJoystick>>> joystick_map; | 123 | std::unordered_map<std::string, std::vector<std::shared_ptr<SDLJoystick>>> joystick_map; |
| 112 | std::mutex joystick_map_mutex; | 124 | std::mutex joystick_map_mutex; |
diff --git a/src/input_common/drivers/touch_screen.cpp b/src/input_common/drivers/touch_screen.cpp index 8acbe4584..1753e0893 100644 --- a/src/input_common/drivers/touch_screen.cpp +++ b/src/input_common/drivers/touch_screen.cpp | |||
| @@ -14,38 +14,93 @@ constexpr PadIdentifier identifier = { | |||
| 14 | 14 | ||
| 15 | TouchScreen::TouchScreen(std::string input_engine_) : InputEngine(std::move(input_engine_)) { | 15 | TouchScreen::TouchScreen(std::string input_engine_) : InputEngine(std::move(input_engine_)) { |
| 16 | PreSetController(identifier); | 16 | PreSetController(identifier); |
| 17 | ReleaseAllTouch(); | ||
| 17 | } | 18 | } |
| 18 | 19 | ||
| 19 | void TouchScreen::TouchMoved(float x, float y, std::size_t finger) { | 20 | void TouchScreen::TouchMoved(float x, float y, std::size_t finger_id) { |
| 20 | if (finger >= 16) { | 21 | const auto index = GetIndexFromFingerId(finger_id); |
| 22 | if (!index) { | ||
| 23 | // Touch doesn't exist handle it as a new one | ||
| 24 | TouchPressed(x, y, finger_id); | ||
| 21 | return; | 25 | return; |
| 22 | } | 26 | } |
| 23 | TouchPressed(x, y, finger); | 27 | const auto i = index.value(); |
| 28 | fingers[i].is_active = true; | ||
| 29 | SetButton(identifier, static_cast<int>(i), true); | ||
| 30 | SetAxis(identifier, static_cast<int>(i * 2), x); | ||
| 31 | SetAxis(identifier, static_cast<int>(i * 2 + 1), y); | ||
| 24 | } | 32 | } |
| 25 | 33 | ||
| 26 | void TouchScreen::TouchPressed(float x, float y, std::size_t finger) { | 34 | void TouchScreen::TouchPressed(float x, float y, std::size_t finger_id) { |
| 27 | if (finger >= 16) { | 35 | if (GetIndexFromFingerId(finger_id)) { |
| 36 | // Touch already exist. Just update the data | ||
| 37 | TouchMoved(x, y, finger_id); | ||
| 28 | return; | 38 | return; |
| 29 | } | 39 | } |
| 30 | SetButton(identifier, static_cast<int>(finger), true); | 40 | const auto index = GetNextFreeIndex(); |
| 31 | SetAxis(identifier, static_cast<int>(finger * 2), x); | 41 | if (!index) { |
| 32 | SetAxis(identifier, static_cast<int>(finger * 2 + 1), y); | 42 | // No free entries. Ignore input |
| 43 | return; | ||
| 44 | } | ||
| 45 | const auto i = index.value(); | ||
| 46 | fingers[i].is_enabled = true; | ||
| 47 | fingers[i].finger_id = finger_id; | ||
| 48 | TouchMoved(x, y, finger_id); | ||
| 33 | } | 49 | } |
| 34 | 50 | ||
| 35 | void TouchScreen::TouchReleased(std::size_t finger) { | 51 | void TouchScreen::TouchReleased(std::size_t finger_id) { |
| 36 | if (finger >= 16) { | 52 | const auto index = GetIndexFromFingerId(finger_id); |
| 53 | if (!index) { | ||
| 37 | return; | 54 | return; |
| 38 | } | 55 | } |
| 39 | SetButton(identifier, static_cast<int>(finger), false); | 56 | const auto i = index.value(); |
| 40 | SetAxis(identifier, static_cast<int>(finger * 2), 0.0f); | 57 | fingers[i].is_enabled = false; |
| 41 | SetAxis(identifier, static_cast<int>(finger * 2 + 1), 0.0f); | 58 | SetButton(identifier, static_cast<int>(i), false); |
| 59 | SetAxis(identifier, static_cast<int>(i * 2), 0.0f); | ||
| 60 | SetAxis(identifier, static_cast<int>(i * 2 + 1), 0.0f); | ||
| 61 | } | ||
| 62 | |||
| 63 | std::optional<std::size_t> TouchScreen::GetIndexFromFingerId(std::size_t finger_id) const { | ||
| 64 | for (std::size_t index = 0; index < MAX_FINGER_COUNT; ++index) { | ||
| 65 | const auto& finger = fingers[index]; | ||
| 66 | if (!finger.is_enabled) { | ||
| 67 | continue; | ||
| 68 | } | ||
| 69 | if (finger.finger_id == finger_id) { | ||
| 70 | return index; | ||
| 71 | } | ||
| 72 | } | ||
| 73 | return std::nullopt; | ||
| 74 | } | ||
| 75 | |||
| 76 | std::optional<std::size_t> TouchScreen::GetNextFreeIndex() const { | ||
| 77 | for (std::size_t index = 0; index < MAX_FINGER_COUNT; ++index) { | ||
| 78 | if (!fingers[index].is_enabled) { | ||
| 79 | return index; | ||
| 80 | } | ||
| 81 | } | ||
| 82 | return std::nullopt; | ||
| 83 | } | ||
| 84 | |||
| 85 | void TouchScreen::ClearActiveFlag() { | ||
| 86 | for (auto& finger : fingers) { | ||
| 87 | finger.is_active = false; | ||
| 88 | } | ||
| 89 | } | ||
| 90 | |||
| 91 | void TouchScreen::ReleaseInactiveTouch() { | ||
| 92 | for (const auto& finger : fingers) { | ||
| 93 | if (!finger.is_active) { | ||
| 94 | TouchReleased(finger.finger_id); | ||
| 95 | } | ||
| 96 | } | ||
| 42 | } | 97 | } |
| 43 | 98 | ||
| 44 | void TouchScreen::ReleaseAllTouch() { | 99 | void TouchScreen::ReleaseAllTouch() { |
| 45 | for (int index = 0; index < 16; ++index) { | 100 | for (const auto& finger : fingers) { |
| 46 | SetButton(identifier, index, false); | 101 | if (finger.is_enabled) { |
| 47 | SetAxis(identifier, index * 2, 0.0f); | 102 | TouchReleased(finger.finger_id); |
| 48 | SetAxis(identifier, index * 2 + 1, 0.0f); | 103 | } |
| 49 | } | 104 | } |
| 50 | } | 105 | } |
| 51 | 106 | ||
diff --git a/src/input_common/drivers/touch_screen.h b/src/input_common/drivers/touch_screen.h index 193478ead..f46036ffd 100644 --- a/src/input_common/drivers/touch_screen.h +++ b/src/input_common/drivers/touch_screen.h | |||
| @@ -3,41 +3,65 @@ | |||
| 3 | 3 | ||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include <optional> | ||
| 7 | |||
| 6 | #include "input_common/input_engine.h" | 8 | #include "input_common/input_engine.h" |
| 7 | 9 | ||
| 8 | namespace InputCommon { | 10 | namespace InputCommon { |
| 9 | 11 | ||
| 10 | /** | 12 | /** |
| 11 | * A button device factory representing a keyboard. It receives keyboard events and forward them | 13 | * A touch device factory representing a touch screen. It receives touch events and forward them |
| 12 | * to all button devices it created. | 14 | * to all touch devices it created. |
| 13 | */ | 15 | */ |
| 14 | class TouchScreen final : public InputEngine { | 16 | class TouchScreen final : public InputEngine { |
| 15 | public: | 17 | public: |
| 16 | explicit TouchScreen(std::string input_engine_); | 18 | explicit TouchScreen(std::string input_engine_); |
| 17 | 19 | ||
| 18 | /** | 20 | /** |
| 19 | * Signals that mouse has moved. | 21 | * Signals that touch has moved and marks this touch point as active |
| 20 | * @param x the x-coordinate of the cursor | 22 | * @param x new horizontal position |
| 21 | * @param y the y-coordinate of the cursor | 23 | * @param y new vertical position |
| 22 | * @param center_x the x-coordinate of the middle of the screen | 24 | * @param finger_id of the touch point to be updated |
| 23 | * @param center_y the y-coordinate of the middle of the screen | ||
| 24 | */ | 25 | */ |
| 25 | void TouchMoved(float x, float y, std::size_t finger); | 26 | void TouchMoved(float x, float y, std::size_t finger_id); |
| 26 | 27 | ||
| 27 | /** | 28 | /** |
| 28 | * Sets the status of all buttons bound with the key to pressed | 29 | * Signals and creates a new touch point with this finger id |
| 29 | * @param key_code the code of the key to press | 30 | * @param x starting horizontal position |
| 31 | * @param y starting vertical position | ||
| 32 | * @param finger_id to be assigned to the new touch point | ||
| 30 | */ | 33 | */ |
| 31 | void TouchPressed(float x, float y, std::size_t finger); | 34 | void TouchPressed(float x, float y, std::size_t finger_id); |
| 32 | 35 | ||
| 33 | /** | 36 | /** |
| 34 | * Sets the status of all buttons bound with the key to released | 37 | * Signals and resets the touch point related to the this finger id |
| 35 | * @param key_code the code of the key to release | 38 | * @param finger_id to be released |
| 36 | */ | 39 | */ |
| 37 | void TouchReleased(std::size_t finger); | 40 | void TouchReleased(std::size_t finger_id); |
| 41 | |||
| 42 | /// Resets the active flag for each touch point | ||
| 43 | void ClearActiveFlag(); | ||
| 44 | |||
| 45 | /// Releases all touch that haven't been marked as active | ||
| 46 | void ReleaseInactiveTouch(); | ||
| 38 | 47 | ||
| 39 | /// Resets all inputs to their initial value | 48 | /// Resets all inputs to their initial value |
| 40 | void ReleaseAllTouch(); | 49 | void ReleaseAllTouch(); |
| 50 | |||
| 51 | private: | ||
| 52 | static constexpr std::size_t MAX_FINGER_COUNT = 16; | ||
| 53 | |||
| 54 | struct TouchStatus { | ||
| 55 | std::size_t finger_id{}; | ||
| 56 | bool is_enabled{}; | ||
| 57 | bool is_active{}; | ||
| 58 | }; | ||
| 59 | |||
| 60 | std::optional<std::size_t> GetIndexFromFingerId(std::size_t finger_id) const; | ||
| 61 | |||
| 62 | std::optional<std::size_t> GetNextFreeIndex() const; | ||
| 63 | |||
| 64 | std::array<TouchStatus, MAX_FINGER_COUNT> fingers{}; | ||
| 41 | }; | 65 | }; |
| 42 | 66 | ||
| 43 | } // namespace InputCommon | 67 | } // namespace InputCommon |
diff --git a/src/shader_recompiler/frontend/ir/opcodes.h b/src/shader_recompiler/frontend/ir/opcodes.h index d17dc0376..752879a18 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.h +++ b/src/shader_recompiler/frontend/ir/opcodes.h | |||
| @@ -103,6 +103,6 @@ struct fmt::formatter<Shader::IR::Opcode> { | |||
| 103 | } | 103 | } |
| 104 | template <typename FormatContext> | 104 | template <typename FormatContext> |
| 105 | auto format(const Shader::IR::Opcode& op, FormatContext& ctx) { | 105 | auto format(const Shader::IR::Opcode& op, FormatContext& ctx) { |
| 106 | return format_to(ctx.out(), "{}", Shader::IR::NameOf(op)); | 106 | return fmt::format_to(ctx.out(), "{}", Shader::IR::NameOf(op)); |
| 107 | } | 107 | } |
| 108 | }; | 108 | }; |
diff --git a/src/shader_recompiler/frontend/maxwell/opcodes.h b/src/shader_recompiler/frontend/maxwell/opcodes.h index 83093fca0..72dd143c2 100644 --- a/src/shader_recompiler/frontend/maxwell/opcodes.h +++ b/src/shader_recompiler/frontend/maxwell/opcodes.h | |||
| @@ -24,6 +24,6 @@ struct fmt::formatter<Shader::Maxwell::Opcode> { | |||
| 24 | } | 24 | } |
| 25 | template <typename FormatContext> | 25 | template <typename FormatContext> |
| 26 | auto format(const Shader::Maxwell::Opcode& opcode, FormatContext& ctx) { | 26 | auto format(const Shader::Maxwell::Opcode& opcode, FormatContext& ctx) { |
| 27 | return format_to(ctx.out(), "{}", NameOf(opcode)); | 27 | return fmt::format_to(ctx.out(), "{}", NameOf(opcode)); |
| 28 | } | 28 | } |
| 29 | }; | 29 | }; |
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 6a6325e38..256695804 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -277,3 +277,7 @@ else() | |||
| 277 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | 277 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> |
| 278 | ) | 278 | ) |
| 279 | endif() | 279 | endif() |
| 280 | |||
| 281 | if (ARCHITECTURE_x86_64) | ||
| 282 | target_link_libraries(video_core PRIVATE dynarmic) | ||
| 283 | endif() | ||
diff --git a/src/video_core/command_classes/codecs/vp9.cpp b/src/video_core/command_classes/codecs/vp9.cpp index a95618913..c01431441 100644 --- a/src/video_core/command_classes/codecs/vp9.cpp +++ b/src/video_core/command_classes/codecs/vp9.cpp | |||
| @@ -153,7 +153,7 @@ constexpr Vp9EntropyProbs default_probs{ | |||
| 153 | .high_precision{128, 128}, | 153 | .high_precision{128, 128}, |
| 154 | }; | 154 | }; |
| 155 | 155 | ||
| 156 | constexpr std::array<s32, 256> norm_lut{ | 156 | constexpr std::array<u8, 256> norm_lut{ |
| 157 | 0, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, | 157 | 0, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, |
| 158 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, | 158 | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, |
| 159 | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 159 | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| @@ -164,7 +164,7 @@ constexpr std::array<s32, 256> norm_lut{ | |||
| 164 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, | 164 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
| 165 | }; | 165 | }; |
| 166 | 166 | ||
| 167 | constexpr std::array<s32, 254> map_lut{ | 167 | constexpr std::array<u8, 254> map_lut{ |
| 168 | 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, | 168 | 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, |
| 169 | 1, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 2, 50, 51, 52, 53, 54, | 169 | 1, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 2, 50, 51, 52, 53, 54, |
| 170 | 55, 56, 57, 58, 59, 60, 61, 3, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, | 170 | 55, 56, 57, 58, 59, 60, 61, 3, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, |
| @@ -232,7 +232,7 @@ constexpr std::array<s32, 254> map_lut{ | |||
| 232 | std::max(0, RecenterNonNeg(0xff - 1 - new_prob, 0xff - 1 - old_prob) - 1)); | 232 | std::max(0, RecenterNonNeg(0xff - 1 - new_prob, 0xff - 1 - old_prob) - 1)); |
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | return map_lut[index]; | 235 | return static_cast<s32>(map_lut[index]); |
| 236 | } | 236 | } |
| 237 | } // Anonymous namespace | 237 | } // Anonymous namespace |
| 238 | 238 | ||
| @@ -819,7 +819,7 @@ void VpxRangeEncoder::Write(bool bit, s32 probability) { | |||
| 819 | local_range = range - split; | 819 | local_range = range - split; |
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | s32 shift = norm_lut[local_range]; | 822 | s32 shift = static_cast<s32>(norm_lut[local_range]); |
| 823 | local_range <<= shift; | 823 | local_range <<= shift; |
| 824 | count += shift; | 824 | count += shift; |
| 825 | 825 | ||
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 7d0cb8fce..3a4646289 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp | |||
| @@ -595,8 +595,8 @@ void Maxwell3D::DrawArrays() { | |||
| 595 | 595 | ||
| 596 | std::optional<u64> Maxwell3D::GetQueryResult() { | 596 | std::optional<u64> Maxwell3D::GetQueryResult() { |
| 597 | switch (regs.query.query_get.select) { | 597 | switch (regs.query.query_get.select) { |
| 598 | case Regs::QuerySelect::Zero: | 598 | case Regs::QuerySelect::Payload: |
| 599 | return 0; | 599 | return regs.query.query_sequence; |
| 600 | case Regs::QuerySelect::SamplesPassed: | 600 | case Regs::QuerySelect::SamplesPassed: |
| 601 | // Deferred. | 601 | // Deferred. |
| 602 | rasterizer->Query(regs.query.QueryAddress(), QueryType::SamplesPassed, | 602 | rasterizer->Query(regs.query.QueryAddress(), QueryType::SamplesPassed, |
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index c0c2c7d96..434ba0877 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h | |||
| @@ -93,7 +93,7 @@ public: | |||
| 93 | }; | 93 | }; |
| 94 | 94 | ||
| 95 | enum class QuerySelect : u32 { | 95 | enum class QuerySelect : u32 { |
| 96 | Zero = 0, | 96 | Payload = 0, |
| 97 | TimeElapsed = 2, | 97 | TimeElapsed = 2, |
| 98 | TransformFeedbackPrimitivesGenerated = 11, | 98 | TransformFeedbackPrimitivesGenerated = 11, |
| 99 | PrimitivesGenerated = 18, | 99 | PrimitivesGenerated = 18, |
diff --git a/src/video_core/renderer_vulkan/vk_rasterizer.cpp b/src/video_core/renderer_vulkan/vk_rasterizer.cpp index fd27581ce..ce6c853c1 100644 --- a/src/video_core/renderer_vulkan/vk_rasterizer.cpp +++ b/src/video_core/renderer_vulkan/vk_rasterizer.cpp | |||
| @@ -784,8 +784,8 @@ void RasterizerVulkan::UpdateStencilFaces(Tegra::Engines::Maxwell3D::Regs& regs) | |||
| 784 | }); | 784 | }); |
| 785 | } else { | 785 | } else { |
| 786 | // Front face defines both faces | 786 | // Front face defines both faces |
| 787 | scheduler.Record([ref = regs.stencil_back_func_ref, write_mask = regs.stencil_back_mask, | 787 | scheduler.Record([ref = regs.stencil_front_func_ref, write_mask = regs.stencil_front_mask, |
| 788 | test_mask = regs.stencil_back_func_mask](vk::CommandBuffer cmdbuf) { | 788 | test_mask = regs.stencil_front_func_mask](vk::CommandBuffer cmdbuf) { |
| 789 | cmdbuf.SetStencilReference(VK_STENCIL_FACE_FRONT_AND_BACK, ref); | 789 | cmdbuf.SetStencilReference(VK_STENCIL_FACE_FRONT_AND_BACK, ref); |
| 790 | cmdbuf.SetStencilWriteMask(VK_STENCIL_FACE_FRONT_AND_BACK, write_mask); | 790 | cmdbuf.SetStencilWriteMask(VK_STENCIL_FACE_FRONT_AND_BACK, write_mask); |
| 791 | cmdbuf.SetStencilCompareMask(VK_STENCIL_FACE_FRONT_AND_BACK, test_mask); | 791 | cmdbuf.SetStencilCompareMask(VK_STENCIL_FACE_FRONT_AND_BACK, test_mask); |
diff --git a/src/video_core/surface.h b/src/video_core/surface.h index 86fea61ae..75e055592 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h | |||
| @@ -147,7 +147,7 @@ enum class SurfaceTarget { | |||
| 147 | TextureCubeArray, | 147 | TextureCubeArray, |
| 148 | }; | 148 | }; |
| 149 | 149 | ||
| 150 | constexpr std::array<u32, MaxPixelFormat> BLOCK_WIDTH_TABLE = {{ | 150 | constexpr std::array<u8, MaxPixelFormat> BLOCK_WIDTH_TABLE = {{ |
| 151 | 1, // A8B8G8R8_UNORM | 151 | 1, // A8B8G8R8_UNORM |
| 152 | 1, // A8B8G8R8_SNORM | 152 | 1, // A8B8G8R8_SNORM |
| 153 | 1, // A8B8G8R8_SINT | 153 | 1, // A8B8G8R8_SINT |
| @@ -249,7 +249,7 @@ constexpr u32 DefaultBlockWidth(PixelFormat format) { | |||
| 249 | return BLOCK_WIDTH_TABLE[static_cast<std::size_t>(format)]; | 249 | return BLOCK_WIDTH_TABLE[static_cast<std::size_t>(format)]; |
| 250 | } | 250 | } |
| 251 | 251 | ||
| 252 | constexpr std::array<u32, MaxPixelFormat> BLOCK_HEIGHT_TABLE = {{ | 252 | constexpr std::array<u8, MaxPixelFormat> BLOCK_HEIGHT_TABLE = {{ |
| 253 | 1, // A8B8G8R8_UNORM | 253 | 1, // A8B8G8R8_UNORM |
| 254 | 1, // A8B8G8R8_SNORM | 254 | 1, // A8B8G8R8_SNORM |
| 255 | 1, // A8B8G8R8_SINT | 255 | 1, // A8B8G8R8_SINT |
| @@ -351,7 +351,7 @@ constexpr u32 DefaultBlockHeight(PixelFormat format) { | |||
| 351 | return BLOCK_HEIGHT_TABLE[static_cast<std::size_t>(format)]; | 351 | return BLOCK_HEIGHT_TABLE[static_cast<std::size_t>(format)]; |
| 352 | } | 352 | } |
| 353 | 353 | ||
| 354 | constexpr std::array<u32, MaxPixelFormat> BITS_PER_BLOCK_TABLE = {{ | 354 | constexpr std::array<u8, MaxPixelFormat> BITS_PER_BLOCK_TABLE = {{ |
| 355 | 32, // A8B8G8R8_UNORM | 355 | 32, // A8B8G8R8_UNORM |
| 356 | 32, // A8B8G8R8_SNORM | 356 | 32, // A8B8G8R8_SNORM |
| 357 | 32, // A8B8G8R8_SINT | 357 | 32, // A8B8G8R8_SINT |
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 7b2ca8046..b3a77e07f 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp | |||
| @@ -566,7 +566,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR | |||
| 566 | } | 566 | } |
| 567 | 567 | ||
| 568 | VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR workgroup_layout; | 568 | VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR workgroup_layout; |
| 569 | if (khr_workgroup_memory_explicit_layout) { | 569 | if (khr_workgroup_memory_explicit_layout && is_shader_int16_supported) { |
| 570 | workgroup_layout = { | 570 | workgroup_layout = { |
| 571 | .sType = | 571 | .sType = |
| 572 | VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR, | 572 | VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR, |
| @@ -577,6 +577,11 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR | |||
| 577 | .workgroupMemoryExplicitLayout16BitAccess = VK_TRUE, | 577 | .workgroupMemoryExplicitLayout16BitAccess = VK_TRUE, |
| 578 | }; | 578 | }; |
| 579 | SetNext(next, workgroup_layout); | 579 | SetNext(next, workgroup_layout); |
| 580 | } else if (khr_workgroup_memory_explicit_layout) { | ||
| 581 | // TODO(lat9nq): Find a proper fix for this | ||
| 582 | LOG_WARNING(Render_Vulkan, "Disabling VK_KHR_workgroup_memory_explicit_layout due to a " | ||
| 583 | "yuzu bug when host driver does not support 16-bit integers"); | ||
| 584 | khr_workgroup_memory_explicit_layout = false; | ||
| 580 | } | 585 | } |
| 581 | 586 | ||
| 582 | VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR executable_properties; | 587 | VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR executable_properties; |
| @@ -664,6 +669,17 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR | |||
| 664 | const bool is_amd = | 669 | const bool is_amd = |
| 665 | driver_id == VK_DRIVER_ID_AMD_PROPRIETARY || driver_id == VK_DRIVER_ID_AMD_OPEN_SOURCE; | 670 | driver_id == VK_DRIVER_ID_AMD_PROPRIETARY || driver_id == VK_DRIVER_ID_AMD_OPEN_SOURCE; |
| 666 | if (is_amd) { | 671 | if (is_amd) { |
| 672 | // TODO(lat9nq): Add an upper bound when AMD fixes their VK_KHR_push_descriptor | ||
| 673 | const bool has_broken_push_descriptor = VK_VERSION_MAJOR(properties.driverVersion) == 2 && | ||
| 674 | VK_VERSION_MINOR(properties.driverVersion) == 0 && | ||
| 675 | VK_VERSION_PATCH(properties.driverVersion) >= 226; | ||
| 676 | if (khr_push_descriptor && has_broken_push_descriptor) { | ||
| 677 | LOG_WARNING( | ||
| 678 | Render_Vulkan, | ||
| 679 | "Disabling AMD driver 2.0.226 and later from broken VK_KHR_push_descriptor"); | ||
| 680 | khr_push_descriptor = false; | ||
| 681 | } | ||
| 682 | |||
| 667 | // AMD drivers need a higher amount of Sets per Pool in certain circunstances like in XC2. | 683 | // AMD drivers need a higher amount of Sets per Pool in certain circunstances like in XC2. |
| 668 | sets_per_pool = 96; | 684 | sets_per_pool = 96; |
| 669 | // Disable VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT on AMD GCN4 and lower as it is broken. | 685 | // Disable VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT on AMD GCN4 and lower as it is broken. |
diff --git a/src/video_core/vulkan_common/vulkan_wrapper.cpp b/src/video_core/vulkan_common/vulkan_wrapper.cpp index b1ea6075a..2ad98dcfe 100644 --- a/src/video_core/vulkan_common/vulkan_wrapper.cpp +++ b/src/video_core/vulkan_common/vulkan_wrapper.cpp | |||
| @@ -325,6 +325,8 @@ const char* ToString(VkResult result) noexcept { | |||
| 325 | return "VK_PIPELINE_COMPILE_REQUIRED_EXT"; | 325 | return "VK_PIPELINE_COMPILE_REQUIRED_EXT"; |
| 326 | case VkResult::VK_RESULT_MAX_ENUM: | 326 | case VkResult::VK_RESULT_MAX_ENUM: |
| 327 | return "VK_RESULT_MAX_ENUM"; | 327 | return "VK_RESULT_MAX_ENUM"; |
| 328 | case VkResult::VK_ERROR_COMPRESSION_EXHAUSTED_EXT: | ||
| 329 | return "VK_ERROR_COMPRESSION_EXHAUSTED_EXT"; | ||
| 328 | } | 330 | } |
| 329 | return "Unknown"; | 331 | return "Unknown"; |
| 330 | } | 332 | } |
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 2e32dea09..1c50295c1 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt | |||
| @@ -244,7 +244,7 @@ elseif(WIN32) | |||
| 244 | if(MSVC) | 244 | if(MSVC) |
| 245 | set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS") | 245 | set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS") |
| 246 | elseif(MINGW) | 246 | elseif(MINGW) |
| 247 | set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "-mwindows") | 247 | set_target_properties(yuzu PROPERTIES LINK_FLAGS_RELEASE "-Wl,--subsystem,windows") |
| 248 | endif() | 248 | endif() |
| 249 | endif() | 249 | endif() |
| 250 | 250 | ||
| @@ -323,3 +323,7 @@ endif() | |||
| 323 | if (NOT APPLE) | 323 | if (NOT APPLE) |
| 324 | target_compile_definitions(yuzu PRIVATE HAS_OPENGL) | 324 | target_compile_definitions(yuzu PRIVATE HAS_OPENGL) |
| 325 | endif() | 325 | endif() |
| 326 | |||
| 327 | if (ARCHITECTURE_x86_64) | ||
| 328 | target_link_libraries(yuzu PRIVATE dynarmic) | ||
| 329 | endif() | ||
diff --git a/src/yuzu/about_dialog.cpp b/src/yuzu/about_dialog.cpp index cbcef7b45..eeff54359 100644 --- a/src/yuzu/about_dialog.cpp +++ b/src/yuzu/about_dialog.cpp | |||
| @@ -19,7 +19,11 @@ AboutDialog::AboutDialog(QWidget* parent) | |||
| 19 | const auto yuzu_build_version = override_build.empty() ? yuzu_build : override_build; | 19 | const auto yuzu_build_version = override_build.empty() ? yuzu_build : override_build; |
| 20 | 20 | ||
| 21 | ui->setupUi(this); | 21 | ui->setupUi(this); |
| 22 | ui->labelLogo->setPixmap(QIcon::fromTheme(QStringLiteral("yuzu")).pixmap(200)); | 22 | // Try and request the icon from Qt theme (Linux?) |
| 23 | const QIcon yuzu_logo = QIcon::fromTheme(QStringLiteral("org.yuzu_emu.yuzu")); | ||
| 24 | if (!yuzu_logo.isNull()) { | ||
| 25 | ui->labelLogo->setPixmap(yuzu_logo.pixmap(200)); | ||
| 26 | } | ||
| 23 | ui->labelBuildInfo->setText( | 27 | ui->labelBuildInfo->setText( |
| 24 | ui->labelBuildInfo->text().arg(QString::fromStdString(yuzu_build_version), | 28 | ui->labelBuildInfo->text().arg(QString::fromStdString(yuzu_build_version), |
| 25 | QString::fromUtf8(Common::g_build_date).left(10))); | 29 | QString::fromUtf8(Common::g_build_date).left(10))); |
diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui index 2f7ddc7f3..1dd7b74bf 100644 --- a/src/yuzu/aboutdialog.ui +++ b/src/yuzu/aboutdialog.ui | |||
| @@ -26,8 +26,20 @@ | |||
| 26 | <verstretch>0</verstretch> | 26 | <verstretch>0</verstretch> |
| 27 | </sizepolicy> | 27 | </sizepolicy> |
| 28 | </property> | 28 | </property> |
| 29 | <property name="maximumSize"> | ||
| 30 | <size> | ||
| 31 | <width>200</width> | ||
| 32 | <height>200</height> | ||
| 33 | </size> | ||
| 34 | </property> | ||
| 29 | <property name="text"> | 35 | <property name="text"> |
| 30 | <string><html><head/><body><p><img src=":/icons/yuzu.png"/></p></body></html></string> | 36 | <string/> |
| 37 | </property> | ||
| 38 | <property name="pixmap"> | ||
| 39 | <pixmap resource="../../dist/qt_themes/default/default.qrc">:/icons/default/256x256/yuzu.png</pixmap> | ||
| 40 | </property> | ||
| 41 | <property name="scaledContents"> | ||
| 42 | <bool>true</bool> | ||
| 31 | </property> | 43 | </property> |
| 32 | </widget> | 44 | </widget> |
| 33 | </item> | 45 | </item> |
| @@ -152,7 +164,7 @@ p, li { white-space: pre-wrap; } | |||
| 152 | </layout> | 164 | </layout> |
| 153 | </widget> | 165 | </widget> |
| 154 | <resources> | 166 | <resources> |
| 155 | <include location="../../dist/icons/icons.qrc"/> | 167 | <include location="../../dist/qt_themes_default/default/default.qrc"/> |
| 156 | </resources> | 168 | </resources> |
| 157 | <connections> | 169 | <connections> |
| 158 | <connection> | 170 | <connection> |
diff --git a/src/yuzu/applets/qt_software_keyboard.cpp b/src/yuzu/applets/qt_software_keyboard.cpp index d3cf0b43b..e8b217d90 100644 --- a/src/yuzu/applets/qt_software_keyboard.cpp +++ b/src/yuzu/applets/qt_software_keyboard.cpp | |||
| @@ -411,11 +411,11 @@ void QtSoftwareKeyboardDialog::ShowTextCheckDialog( | |||
| 411 | break; | 411 | break; |
| 412 | } | 412 | } |
| 413 | 413 | ||
| 414 | auto text = ui->topOSK->currentIndex() == 1 | 414 | const auto text = ui->topOSK->currentIndex() == 1 ? ui->text_edit_osk->toPlainText() |
| 415 | ? ui->text_edit_osk->toPlainText().toStdU16String() | 415 | : ui->line_edit_osk->text(); |
| 416 | : ui->line_edit_osk->text().toStdU16String(); | 416 | auto text_str = Common::U16StringFromBuffer(text.utf16(), text.size()); |
| 417 | 417 | ||
| 418 | emit SubmitNormalText(SwkbdResult::Ok, std::move(text), true); | 418 | emit SubmitNormalText(SwkbdResult::Ok, std::move(text_str), true); |
| 419 | break; | 419 | break; |
| 420 | } | 420 | } |
| 421 | } | 421 | } |
| @@ -562,7 +562,7 @@ void QtSoftwareKeyboardDialog::keyPressEvent(QKeyEvent* event) { | |||
| 562 | return; | 562 | return; |
| 563 | } | 563 | } |
| 564 | 564 | ||
| 565 | InlineTextInsertString(entered_text.toStdU16String()); | 565 | InlineTextInsertString(Common::U16StringFromBuffer(entered_text.utf16(), entered_text.size())); |
| 566 | } | 566 | } |
| 567 | 567 | ||
| 568 | void QtSoftwareKeyboardDialog::MoveAndResizeWindow(QPoint pos, QSize size) { | 568 | void QtSoftwareKeyboardDialog::MoveAndResizeWindow(QPoint pos, QSize size) { |
| @@ -1119,11 +1119,11 @@ void QtSoftwareKeyboardDialog::NormalKeyboardButtonClicked(QPushButton* button) | |||
| 1119 | } | 1119 | } |
| 1120 | 1120 | ||
| 1121 | if (button == ui->button_ok || button == ui->button_ok_shift || button == ui->button_ok_num) { | 1121 | if (button == ui->button_ok || button == ui->button_ok_shift || button == ui->button_ok_num) { |
| 1122 | auto text = ui->topOSK->currentIndex() == 1 | 1122 | const auto text = ui->topOSK->currentIndex() == 1 ? ui->text_edit_osk->toPlainText() |
| 1123 | ? ui->text_edit_osk->toPlainText().toStdU16String() | 1123 | : ui->line_edit_osk->text(); |
| 1124 | : ui->line_edit_osk->text().toStdU16String(); | 1124 | auto text_str = Common::U16StringFromBuffer(text.utf16(), text.size()); |
| 1125 | 1125 | ||
| 1126 | emit SubmitNormalText(SwkbdResult::Ok, std::move(text)); | 1126 | emit SubmitNormalText(SwkbdResult::Ok, std::move(text_str)); |
| 1127 | return; | 1127 | return; |
| 1128 | } | 1128 | } |
| 1129 | 1129 | ||
| @@ -1189,7 +1189,8 @@ void QtSoftwareKeyboardDialog::InlineKeyboardButtonClicked(QPushButton* button) | |||
| 1189 | return; | 1189 | return; |
| 1190 | } | 1190 | } |
| 1191 | 1191 | ||
| 1192 | InlineTextInsertString(button->text().toStdU16String()); | 1192 | const auto button_text = button->text(); |
| 1193 | InlineTextInsertString(Common::U16StringFromBuffer(button_text.utf16(), button_text.size())); | ||
| 1193 | 1194 | ||
| 1194 | // Revert the keyboard to lowercase if the shift key is active. | 1195 | // Revert the keyboard to lowercase if the shift key is active. |
| 1195 | if (bottom_osk_index == BottomOSKIndex::UpperCase && !caps_lock_enabled) { | 1196 | if (bottom_osk_index == BottomOSKIndex::UpperCase && !caps_lock_enabled) { |
| @@ -1282,11 +1283,11 @@ void QtSoftwareKeyboardDialog::TranslateButtonPress(Core::HID::NpadButton button | |||
| 1282 | if (is_inline) { | 1283 | if (is_inline) { |
| 1283 | emit SubmitInlineText(SwkbdReplyType::DecidedCancel, current_text, cursor_position); | 1284 | emit SubmitInlineText(SwkbdReplyType::DecidedCancel, current_text, cursor_position); |
| 1284 | } else { | 1285 | } else { |
| 1285 | auto text = ui->topOSK->currentIndex() == 1 | 1286 | const auto text = ui->topOSK->currentIndex() == 1 ? ui->text_edit_osk->toPlainText() |
| 1286 | ? ui->text_edit_osk->toPlainText().toStdU16String() | 1287 | : ui->line_edit_osk->text(); |
| 1287 | : ui->line_edit_osk->text().toStdU16String(); | 1288 | auto text_str = Common::U16StringFromBuffer(text.utf16(), text.size()); |
| 1288 | 1289 | ||
| 1289 | emit SubmitNormalText(SwkbdResult::Cancel, std::move(text)); | 1290 | emit SubmitNormalText(SwkbdResult::Cancel, std::move(text_str)); |
| 1290 | } | 1291 | } |
| 1291 | break; | 1292 | break; |
| 1292 | case Core::HID::NpadButton::Y: | 1293 | case Core::HID::NpadButton::Y: |
diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index e9fac839f..bde465485 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp | |||
| @@ -50,6 +50,7 @@ void EmuThread::run() { | |||
| 50 | 50 | ||
| 51 | auto& gpu = system.GPU(); | 51 | auto& gpu = system.GPU(); |
| 52 | auto stop_token = stop_source.get_token(); | 52 | auto stop_token = stop_source.get_token(); |
| 53 | bool debugger_should_start = system.DebuggerEnabled(); | ||
| 53 | 54 | ||
| 54 | system.RegisterHostThread(); | 55 | system.RegisterHostThread(); |
| 55 | 56 | ||
| @@ -89,6 +90,12 @@ void EmuThread::run() { | |||
| 89 | this->SetRunning(false); | 90 | this->SetRunning(false); |
| 90 | emit ErrorThrown(result, system.GetStatusDetails()); | 91 | emit ErrorThrown(result, system.GetStatusDetails()); |
| 91 | } | 92 | } |
| 93 | |||
| 94 | if (debugger_should_start) { | ||
| 95 | system.InitializeDebugger(); | ||
| 96 | debugger_should_start = false; | ||
| 97 | } | ||
| 98 | |||
| 92 | running_wait.Wait(); | 99 | running_wait.Wait(); |
| 93 | result = system.Pause(); | 100 | result = system.Pause(); |
| 94 | if (result != Core::SystemResultStatus::Success) { | 101 | if (result != Core::SystemResultStatus::Success) { |
| @@ -102,11 +109,9 @@ void EmuThread::run() { | |||
| 102 | was_active = true; | 109 | was_active = true; |
| 103 | emit DebugModeEntered(); | 110 | emit DebugModeEntered(); |
| 104 | } | 111 | } |
| 105 | } else if (exec_step) { | ||
| 106 | UNIMPLEMENTED(); | ||
| 107 | } else { | 112 | } else { |
| 108 | std::unique_lock lock{running_mutex}; | 113 | std::unique_lock lock{running_mutex}; |
| 109 | running_cv.wait(lock, stop_token, [this] { return IsRunning() || exec_step; }); | 114 | running_cv.wait(lock, stop_token, [this] { return IsRunning(); }); |
| 110 | } | 115 | } |
| 111 | } | 116 | } |
| 112 | 117 | ||
| @@ -772,65 +777,25 @@ void GRenderWindow::wheelEvent(QWheelEvent* event) { | |||
| 772 | void GRenderWindow::TouchBeginEvent(const QTouchEvent* event) { | 777 | void GRenderWindow::TouchBeginEvent(const QTouchEvent* event) { |
| 773 | QList<QTouchEvent::TouchPoint> touch_points = event->touchPoints(); | 778 | QList<QTouchEvent::TouchPoint> touch_points = event->touchPoints(); |
| 774 | for (const auto& touch_point : touch_points) { | 779 | for (const auto& touch_point : touch_points) { |
| 775 | if (!TouchUpdate(touch_point)) { | 780 | const auto [x, y] = ScaleTouch(touch_point.pos()); |
| 776 | TouchStart(touch_point); | 781 | const auto [touch_x, touch_y] = MapToTouchScreen(x, y); |
| 777 | } | 782 | input_subsystem->GetTouchScreen()->TouchPressed(touch_x, touch_y, touch_point.id()); |
| 778 | } | 783 | } |
| 779 | } | 784 | } |
| 780 | 785 | ||
| 781 | void GRenderWindow::TouchUpdateEvent(const QTouchEvent* event) { | 786 | void GRenderWindow::TouchUpdateEvent(const QTouchEvent* event) { |
| 782 | QList<QTouchEvent::TouchPoint> touch_points = event->touchPoints(); | 787 | QList<QTouchEvent::TouchPoint> touch_points = event->touchPoints(); |
| 788 | input_subsystem->GetTouchScreen()->ClearActiveFlag(); | ||
| 783 | for (const auto& touch_point : touch_points) { | 789 | for (const auto& touch_point : touch_points) { |
| 784 | if (!TouchUpdate(touch_point)) { | 790 | const auto [x, y] = ScaleTouch(touch_point.pos()); |
| 785 | TouchStart(touch_point); | 791 | const auto [touch_x, touch_y] = MapToTouchScreen(x, y); |
| 786 | } | 792 | input_subsystem->GetTouchScreen()->TouchMoved(touch_x, touch_y, touch_point.id()); |
| 787 | } | ||
| 788 | // Release all inactive points | ||
| 789 | for (std::size_t id = 0; id < touch_ids.size(); ++id) { | ||
| 790 | if (!TouchExist(touch_ids[id], touch_points)) { | ||
| 791 | touch_ids[id] = 0; | ||
| 792 | input_subsystem->GetTouchScreen()->TouchReleased(id); | ||
| 793 | } | ||
| 794 | } | 793 | } |
| 794 | input_subsystem->GetTouchScreen()->ReleaseInactiveTouch(); | ||
| 795 | } | 795 | } |
| 796 | 796 | ||
| 797 | void GRenderWindow::TouchEndEvent() { | 797 | void GRenderWindow::TouchEndEvent() { |
| 798 | for (std::size_t id = 0; id < touch_ids.size(); ++id) { | 798 | input_subsystem->GetTouchScreen()->ReleaseAllTouch(); |
| 799 | if (touch_ids[id] != 0) { | ||
| 800 | touch_ids[id] = 0; | ||
| 801 | input_subsystem->GetTouchScreen()->TouchReleased(id); | ||
| 802 | } | ||
| 803 | } | ||
| 804 | } | ||
| 805 | |||
| 806 | void GRenderWindow::TouchStart(const QTouchEvent::TouchPoint& touch_point) { | ||
| 807 | for (std::size_t id = 0; id < touch_ids.size(); ++id) { | ||
| 808 | if (touch_ids[id] == 0) { | ||
| 809 | touch_ids[id] = touch_point.id() + 1; | ||
| 810 | const auto [x, y] = ScaleTouch(touch_point.pos()); | ||
| 811 | const auto [touch_x, touch_y] = MapToTouchScreen(x, y); | ||
| 812 | input_subsystem->GetTouchScreen()->TouchPressed(touch_x, touch_y, id); | ||
| 813 | } | ||
| 814 | } | ||
| 815 | } | ||
| 816 | |||
| 817 | bool GRenderWindow::TouchUpdate(const QTouchEvent::TouchPoint& touch_point) { | ||
| 818 | for (std::size_t id = 0; id < touch_ids.size(); ++id) { | ||
| 819 | if (touch_ids[id] == static_cast<std::size_t>(touch_point.id() + 1)) { | ||
| 820 | const auto [x, y] = ScaleTouch(touch_point.pos()); | ||
| 821 | const auto [touch_x, touch_y] = MapToTouchScreen(x, y); | ||
| 822 | input_subsystem->GetTouchScreen()->TouchMoved(touch_x, touch_y, id); | ||
| 823 | return true; | ||
| 824 | } | ||
| 825 | } | ||
| 826 | return false; | ||
| 827 | } | ||
| 828 | |||
| 829 | bool GRenderWindow::TouchExist(std::size_t id, | ||
| 830 | const QList<QTouchEvent::TouchPoint>& touch_points) const { | ||
| 831 | return std::any_of(touch_points.begin(), touch_points.end(), [id](const auto& point) { | ||
| 832 | return id == static_cast<std::size_t>(point.id() + 1); | ||
| 833 | }); | ||
| 834 | } | 799 | } |
| 835 | 800 | ||
| 836 | bool GRenderWindow::event(QEvent* event) { | 801 | bool GRenderWindow::event(QEvent* event) { |
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h index 281d5bfbe..d01538039 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h | |||
| @@ -55,15 +55,6 @@ public: | |||
| 55 | void run() override; | 55 | void run() override; |
| 56 | 56 | ||
| 57 | /** | 57 | /** |
| 58 | * Steps the emulation thread by a single CPU instruction (if the CPU is not already running) | ||
| 59 | * @note This function is thread-safe | ||
| 60 | */ | ||
| 61 | void ExecStep() { | ||
| 62 | exec_step = true; | ||
| 63 | running_cv.notify_all(); | ||
| 64 | } | ||
| 65 | |||
| 66 | /** | ||
| 67 | * Sets whether the emulation thread is running or not | 58 | * Sets whether the emulation thread is running or not |
| 68 | * @param running Boolean value, set the emulation thread to running if true | 59 | * @param running Boolean value, set the emulation thread to running if true |
| 69 | * @note This function is thread-safe | 60 | * @note This function is thread-safe |
| @@ -99,7 +90,6 @@ public: | |||
| 99 | } | 90 | } |
| 100 | 91 | ||
| 101 | private: | 92 | private: |
| 102 | bool exec_step = false; | ||
| 103 | bool running = false; | 93 | bool running = false; |
| 104 | std::stop_source stop_source; | 94 | std::stop_source stop_source; |
| 105 | std::mutex running_mutex; | 95 | std::mutex running_mutex; |
| @@ -217,10 +207,6 @@ private: | |||
| 217 | void TouchUpdateEvent(const QTouchEvent* event); | 207 | void TouchUpdateEvent(const QTouchEvent* event); |
| 218 | void TouchEndEvent(); | 208 | void TouchEndEvent(); |
| 219 | 209 | ||
| 220 | void TouchStart(const QTouchEvent::TouchPoint& touch_point); | ||
| 221 | bool TouchUpdate(const QTouchEvent::TouchPoint& touch_point); | ||
| 222 | bool TouchExist(std::size_t id, const QList<QTouchEvent::TouchPoint>& touch_points) const; | ||
| 223 | |||
| 224 | void OnMinimalClientAreaChangeRequest(std::pair<u32, u32> minimal_size) override; | 210 | void OnMinimalClientAreaChangeRequest(std::pair<u32, u32> minimal_size) override; |
| 225 | 211 | ||
| 226 | bool InitializeOpenGL(); | 212 | bool InitializeOpenGL(); |
| @@ -246,8 +232,6 @@ private: | |||
| 246 | bool first_frame = false; | 232 | bool first_frame = false; |
| 247 | InputCommon::TasInput::TasState last_tas_state; | 233 | InputCommon::TasInput::TasState last_tas_state; |
| 248 | 234 | ||
| 249 | std::array<std::size_t, 16> touch_ids{}; | ||
| 250 | |||
| 251 | Core::System& system; | 235 | Core::System& system; |
| 252 | 236 | ||
| 253 | protected: | 237 | protected: |
diff --git a/src/yuzu/configuration/config.cpp b/src/yuzu/configuration/config.cpp index ac26b885b..583e9df24 100644 --- a/src/yuzu/configuration/config.cpp +++ b/src/yuzu/configuration/config.cpp | |||
| @@ -525,6 +525,9 @@ void Config::ReadDebuggingValues() { | |||
| 525 | // Intentionally not using the QT default setting as this is intended to be changed in the ini | 525 | // Intentionally not using the QT default setting as this is intended to be changed in the ini |
| 526 | Settings::values.record_frame_times = | 526 | Settings::values.record_frame_times = |
| 527 | qt_config->value(QStringLiteral("record_frame_times"), false).toBool(); | 527 | qt_config->value(QStringLiteral("record_frame_times"), false).toBool(); |
| 528 | |||
| 529 | ReadBasicSetting(Settings::values.use_gdbstub); | ||
| 530 | ReadBasicSetting(Settings::values.gdbstub_port); | ||
| 528 | ReadBasicSetting(Settings::values.program_args); | 531 | ReadBasicSetting(Settings::values.program_args); |
| 529 | ReadBasicSetting(Settings::values.dump_exefs); | 532 | ReadBasicSetting(Settings::values.dump_exefs); |
| 530 | ReadBasicSetting(Settings::values.dump_nso); | 533 | ReadBasicSetting(Settings::values.dump_nso); |
| @@ -1095,6 +1098,8 @@ void Config::SaveDebuggingValues() { | |||
| 1095 | 1098 | ||
| 1096 | // Intentionally not using the QT default setting as this is intended to be changed in the ini | 1099 | // Intentionally not using the QT default setting as this is intended to be changed in the ini |
| 1097 | qt_config->setValue(QStringLiteral("record_frame_times"), Settings::values.record_frame_times); | 1100 | qt_config->setValue(QStringLiteral("record_frame_times"), Settings::values.record_frame_times); |
| 1101 | WriteBasicSetting(Settings::values.use_gdbstub); | ||
| 1102 | WriteBasicSetting(Settings::values.gdbstub_port); | ||
| 1098 | WriteBasicSetting(Settings::values.program_args); | 1103 | WriteBasicSetting(Settings::values.program_args); |
| 1099 | WriteBasicSetting(Settings::values.dump_exefs); | 1104 | WriteBasicSetting(Settings::values.dump_exefs); |
| 1100 | WriteBasicSetting(Settings::values.dump_nso); | 1105 | WriteBasicSetting(Settings::values.dump_nso); |
diff --git a/src/yuzu/configuration/configure_debug.cpp b/src/yuzu/configuration/configure_debug.cpp index d6e8b5ead..343d2aee1 100644 --- a/src/yuzu/configuration/configure_debug.cpp +++ b/src/yuzu/configuration/configure_debug.cpp | |||
| @@ -24,13 +24,18 @@ ConfigureDebug::ConfigureDebug(const Core::System& system_, QWidget* parent) | |||
| 24 | QString::fromStdString(Common::FS::GetYuzuPathString(Common::FS::YuzuPath::LogDir)); | 24 | QString::fromStdString(Common::FS::GetYuzuPathString(Common::FS::YuzuPath::LogDir)); |
| 25 | QDesktopServices::openUrl(QUrl::fromLocalFile(path)); | 25 | QDesktopServices::openUrl(QUrl::fromLocalFile(path)); |
| 26 | }); | 26 | }); |
| 27 | |||
| 28 | connect(ui->toggle_gdbstub, &QCheckBox::toggled, | ||
| 29 | [&]() { ui->gdbport_spinbox->setEnabled(ui->toggle_gdbstub->isChecked()); }); | ||
| 27 | } | 30 | } |
| 28 | 31 | ||
| 29 | ConfigureDebug::~ConfigureDebug() = default; | 32 | ConfigureDebug::~ConfigureDebug() = default; |
| 30 | 33 | ||
| 31 | void ConfigureDebug::SetConfiguration() { | 34 | void ConfigureDebug::SetConfiguration() { |
| 32 | const bool runtime_lock = !system.IsPoweredOn(); | 35 | const bool runtime_lock = !system.IsPoweredOn(); |
| 33 | 36 | ui->toggle_gdbstub->setChecked(Settings::values.use_gdbstub.GetValue()); | |
| 37 | ui->gdbport_spinbox->setEnabled(Settings::values.use_gdbstub.GetValue()); | ||
| 38 | ui->gdbport_spinbox->setValue(Settings::values.gdbstub_port.GetValue()); | ||
| 34 | ui->toggle_console->setEnabled(runtime_lock); | 39 | ui->toggle_console->setEnabled(runtime_lock); |
| 35 | ui->toggle_console->setChecked(UISettings::values.show_console.GetValue()); | 40 | ui->toggle_console->setChecked(UISettings::values.show_console.GetValue()); |
| 36 | ui->log_filter_edit->setText(QString::fromStdString(Settings::values.log_filter.GetValue())); | 41 | ui->log_filter_edit->setText(QString::fromStdString(Settings::values.log_filter.GetValue())); |
| @@ -71,6 +76,8 @@ void ConfigureDebug::SetConfiguration() { | |||
| 71 | } | 76 | } |
| 72 | 77 | ||
| 73 | void ConfigureDebug::ApplyConfiguration() { | 78 | void ConfigureDebug::ApplyConfiguration() { |
| 79 | Settings::values.use_gdbstub = ui->toggle_gdbstub->isChecked(); | ||
| 80 | Settings::values.gdbstub_port = ui->gdbport_spinbox->value(); | ||
| 74 | UISettings::values.show_console = ui->toggle_console->isChecked(); | 81 | UISettings::values.show_console = ui->toggle_console->isChecked(); |
| 75 | Settings::values.log_filter = ui->log_filter_edit->text().toStdString(); | 82 | Settings::values.log_filter = ui->log_filter_edit->text().toStdString(); |
| 76 | Settings::values.program_args = ui->homebrew_args_edit->text().toStdString(); | 83 | Settings::values.program_args = ui->homebrew_args_edit->text().toStdString(); |
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 863a3fd57..1152fa6c6 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui | |||
| @@ -3,6 +3,60 @@ | |||
| 3 | <class>ConfigureDebug</class> | 3 | <class>ConfigureDebug</class> |
| 4 | <widget class="QWidget" name="ConfigureDebug"> | 4 | <widget class="QWidget" name="ConfigureDebug"> |
| 5 | <layout class="QVBoxLayout" name="verticalLayout_1"> | 5 | <layout class="QVBoxLayout" name="verticalLayout_1"> |
| 6 | <item> | ||
| 7 | <layout class="QVBoxLayout" name="verticalLayout_2"> | ||
| 8 | <item> | ||
| 9 | <widget class="QGroupBox" name="groupBox"> | ||
| 10 | <property name="title"> | ||
| 11 | <string>Debugger</string> | ||
| 12 | </property> | ||
| 13 | <layout class="QVBoxLayout" name="verticalLayout_3"> | ||
| 14 | <item> | ||
| 15 | <layout class="QHBoxLayout" name="horizontalLayout_11"> | ||
| 16 | <item> | ||
| 17 | <widget class="QCheckBox" name="toggle_gdbstub"> | ||
| 18 | <property name="text"> | ||
| 19 | <string>Enable GDB Stub</string> | ||
| 20 | </property> | ||
| 21 | </widget> | ||
| 22 | </item> | ||
| 23 | <item> | ||
| 24 | <spacer name="horizontalSpacer"> | ||
| 25 | <property name="orientation"> | ||
| 26 | <enum>Qt::Horizontal</enum> | ||
| 27 | </property> | ||
| 28 | <property name="sizeHint" stdset="0"> | ||
| 29 | <size> | ||
| 30 | <width>40</width> | ||
| 31 | <height>20</height> | ||
| 32 | </size> | ||
| 33 | </property> | ||
| 34 | </spacer> | ||
| 35 | </item> | ||
| 36 | <item> | ||
| 37 | <widget class="QLabel" name="label_11"> | ||
| 38 | <property name="text"> | ||
| 39 | <string>Port:</string> | ||
| 40 | </property> | ||
| 41 | </widget> | ||
| 42 | </item> | ||
| 43 | <item> | ||
| 44 | <widget class="QSpinBox" name="gdbport_spinbox"> | ||
| 45 | <property name="minimum"> | ||
| 46 | <number>1024</number> | ||
| 47 | </property> | ||
| 48 | <property name="maximum"> | ||
| 49 | <number>65535</number> | ||
| 50 | </property> | ||
| 51 | </widget> | ||
| 52 | </item> | ||
| 53 | </layout> | ||
| 54 | </item> | ||
| 55 | </layout> | ||
| 56 | </widget> | ||
| 57 | </item> | ||
| 58 | </layout> | ||
| 59 | </item> | ||
| 6 | <item> | 60 | <item> |
| 7 | <widget class="QGroupBox" name="groupBox_2"> | 61 | <widget class="QGroupBox" name="groupBox_2"> |
| 8 | <property name="title"> | 62 | <property name="title"> |
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 817a964d0..379c925e5 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -198,6 +198,31 @@ static void RemoveCachedContents() { | |||
| 198 | Common::FS::RemoveDirRecursively(offline_system_data); | 198 | Common::FS::RemoveDirRecursively(offline_system_data); |
| 199 | } | 199 | } |
| 200 | 200 | ||
| 201 | static QString PrettyProductName() { | ||
| 202 | #ifdef _WIN32 | ||
| 203 | // After Windows 10 Version 2004, Microsoft decided to switch to a different notation: 20H2 | ||
| 204 | // With that notation change they changed the registry key used to denote the current version | ||
| 205 | QSettings windows_registry( | ||
| 206 | QStringLiteral("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion"), | ||
| 207 | QSettings::NativeFormat); | ||
| 208 | const QString release_id = windows_registry.value(QStringLiteral("ReleaseId")).toString(); | ||
| 209 | if (release_id == QStringLiteral("2009")) { | ||
| 210 | const u32 current_build = windows_registry.value(QStringLiteral("CurrentBuild")).toUInt(); | ||
| 211 | const QString display_version = | ||
| 212 | windows_registry.value(QStringLiteral("DisplayVersion")).toString(); | ||
| 213 | const u32 ubr = windows_registry.value(QStringLiteral("UBR")).toUInt(); | ||
| 214 | u32 version = 10; | ||
| 215 | if (current_build >= 22000) { | ||
| 216 | version = 11; | ||
| 217 | } | ||
| 218 | return QStringLiteral("Windows %1 Version %2 (Build %3.%4)") | ||
| 219 | .arg(QString::number(version), display_version, QString::number(current_build), | ||
| 220 | QString::number(ubr)); | ||
| 221 | } | ||
| 222 | #endif | ||
| 223 | return QSysInfo::prettyProductName(); | ||
| 224 | } | ||
| 225 | |||
| 201 | GMainWindow::GMainWindow() | 226 | GMainWindow::GMainWindow() |
| 202 | : ui{std::make_unique<Ui::MainWindow>()}, system{std::make_unique<Core::System>()}, | 227 | : ui{std::make_unique<Ui::MainWindow>()}, system{std::make_unique<Core::System>()}, |
| 203 | input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, | 228 | input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, |
| @@ -259,7 +284,7 @@ GMainWindow::GMainWindow() | |||
| 259 | } | 284 | } |
| 260 | LOG_INFO(Frontend, "Host CPU: {}", cpu_string); | 285 | LOG_INFO(Frontend, "Host CPU: {}", cpu_string); |
| 261 | #endif | 286 | #endif |
| 262 | LOG_INFO(Frontend, "Host OS: {}", QSysInfo::prettyProductName().toStdString()); | 287 | LOG_INFO(Frontend, "Host OS: {}", PrettyProductName().toStdString()); |
| 263 | LOG_INFO(Frontend, "Host RAM: {:.2f} GiB", | 288 | LOG_INFO(Frontend, "Host RAM: {:.2f} GiB", |
| 264 | Common::GetMemInfo().TotalPhysicalMemory / f64{1_GiB}); | 289 | Common::GetMemInfo().TotalPhysicalMemory / f64{1_GiB}); |
| 265 | LOG_INFO(Frontend, "Host Swap: {:.2f} GiB", Common::GetMemInfo().TotalSwapMemory / f64{1_GiB}); | 290 | LOG_INFO(Frontend, "Host Swap: {:.2f} GiB", Common::GetMemInfo().TotalSwapMemory / f64{1_GiB}); |
| @@ -1015,6 +1040,10 @@ void GMainWindow::SetDefaultUIGeometry() { | |||
| 1015 | void GMainWindow::RestoreUIState() { | 1040 | void GMainWindow::RestoreUIState() { |
| 1016 | setWindowFlags(windowFlags() & ~Qt::FramelessWindowHint); | 1041 | setWindowFlags(windowFlags() & ~Qt::FramelessWindowHint); |
| 1017 | restoreGeometry(UISettings::values.geometry); | 1042 | restoreGeometry(UISettings::values.geometry); |
| 1043 | // Work-around because the games list isn't supposed to be full screen | ||
| 1044 | if (isFullScreen()) { | ||
| 1045 | showNormal(); | ||
| 1046 | } | ||
| 1018 | restoreState(UISettings::values.state); | 1047 | restoreState(UISettings::values.state); |
| 1019 | render_window->setWindowFlags(render_window->windowFlags() & ~Qt::FramelessWindowHint); | 1048 | render_window->setWindowFlags(render_window->windowFlags() & ~Qt::FramelessWindowHint); |
| 1020 | render_window->restoreGeometry(UISettings::values.renderwindow_geometry); | 1049 | render_window->restoreGeometry(UISettings::values.renderwindow_geometry); |
| @@ -1401,7 +1430,8 @@ void GMainWindow::BootGame(const QString& filename, u64 program_id, std::size_t | |||
| 1401 | if (loader != nullptr && loader->ReadProgramId(title_id) == Loader::ResultStatus::Success && | 1430 | if (loader != nullptr && loader->ReadProgramId(title_id) == Loader::ResultStatus::Success && |
| 1402 | type == StartGameType::Normal) { | 1431 | type == StartGameType::Normal) { |
| 1403 | // Load per game settings | 1432 | // Load per game settings |
| 1404 | const auto file_path = std::filesystem::path{filename.toStdU16String()}; | 1433 | const auto file_path = |
| 1434 | std::filesystem::path{Common::U16StringFromBuffer(filename.utf16(), filename.size())}; | ||
| 1405 | const auto config_file_name = title_id == 0 | 1435 | const auto config_file_name = title_id == 0 |
| 1406 | ? Common::FS::PathToUTF8String(file_path.filename()) | 1436 | ? Common::FS::PathToUTF8String(file_path.filename()) |
| 1407 | : fmt::format("{:016X}", title_id); | 1437 | : fmt::format("{:016X}", title_id); |
| @@ -1482,7 +1512,8 @@ void GMainWindow::BootGame(const QString& filename, u64 program_id, std::size_t | |||
| 1482 | } | 1512 | } |
| 1483 | if (res != Loader::ResultStatus::Success || title_name.empty()) { | 1513 | if (res != Loader::ResultStatus::Success || title_name.empty()) { |
| 1484 | title_name = Common::FS::PathToUTF8String( | 1514 | title_name = Common::FS::PathToUTF8String( |
| 1485 | std::filesystem::path{filename.toStdU16String()}.filename()); | 1515 | std::filesystem::path{Common::U16StringFromBuffer(filename.utf16(), filename.size())} |
| 1516 | .filename()); | ||
| 1486 | } | 1517 | } |
| 1487 | const bool is_64bit = system->Kernel().CurrentProcess()->Is64BitProcess(); | 1518 | const bool is_64bit = system->Kernel().CurrentProcess()->Is64BitProcess(); |
| 1488 | const auto instruction_set_suffix = is_64bit ? tr("(64-bit)") : tr("(32-bit)"); | 1519 | const auto instruction_set_suffix = is_64bit ? tr("(64-bit)") : tr("(32-bit)"); |
| @@ -3150,7 +3181,7 @@ void GMainWindow::OnTasStateChanged() { | |||
| 3150 | } | 3181 | } |
| 3151 | 3182 | ||
| 3152 | void GMainWindow::UpdateStatusBar() { | 3183 | void GMainWindow::UpdateStatusBar() { |
| 3153 | if (emu_thread == nullptr) { | 3184 | if (emu_thread == nullptr || !system->IsPoweredOn()) { |
| 3154 | status_bar_update_timer.stop(); | 3185 | status_bar_update_timer.stop(); |
| 3155 | return; | 3186 | return; |
| 3156 | } | 3187 | } |
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp index ae2e62dc5..71c413e64 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp | |||
| @@ -93,7 +93,7 @@ void EmuWindow_SDL2::OnFingerMotion(float x, float y, std::size_t id) { | |||
| 93 | } | 93 | } |
| 94 | 94 | ||
| 95 | void EmuWindow_SDL2::OnFingerUp() { | 95 | void EmuWindow_SDL2::OnFingerUp() { |
| 96 | input_subsystem->GetTouchScreen()->TouchReleased(0); | 96 | input_subsystem->GetTouchScreen()->ReleaseAllTouch(); |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | void EmuWindow_SDL2::OnKeyEvent(int key, u8 state) { | 99 | void EmuWindow_SDL2::OnKeyEvent(int key, u8 state) { |