@pkg-nec/emulatorjs 4.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +1 -0
- package/CHANGES.md +528 -0
- package/CODE_OF_CONDUCT.md +128 -0
- package/CONTRIBUTING.md +31 -0
- package/LICENSE +674 -0
- package/README.md +284 -0
- package/data/compression/README.md +11 -0
- package/data/compression/extract7z.js +1 -0
- package/data/compression/extractzip.js +1 -0
- package/data/compression/libunrar.js +519 -0
- package/data/compression/libunrar.wasm +0 -0
- package/data/cores/README.md +22 -0
- package/data/cores/package.json +65 -0
- package/data/emulator.css +1614 -0
- package/data/loader.js +170 -0
- package/data/localization/README.md +63 -0
- package/data/localization/af-FR.json +339 -0
- package/data/localization/ar-AR.json +301 -0
- package/data/localization/ben-BEN.json +301 -0
- package/data/localization/de-GER.json +301 -0
- package/data/localization/el-GR.json +301 -0
- package/data/localization/en-US.json +339 -0
- package/data/localization/es-ES.json +310 -0
- package/data/localization/fa-AF.json +310 -0
- package/data/localization/hi-HI.json +301 -0
- package/data/localization/it-IT.json +302 -0
- package/data/localization/ja-JA.json +301 -0
- package/data/localization/jv-JV.json +301 -0
- package/data/localization/ko-KO.json +336 -0
- package/data/localization/pt-BR.json +361 -0
- package/data/localization/retroarch.json +617 -0
- package/data/localization/ro-RO.json +310 -0
- package/data/localization/ru-RU.json +301 -0
- package/data/localization/tr-TR.json +310 -0
- package/data/localization/vi-VN.json +302 -0
- package/data/localization/zh-CN.json +351 -0
- package/data/src/GameManager.js +464 -0
- package/data/src/compression.js +142 -0
- package/data/src/emulator.js +6158 -0
- package/data/src/gamepad.js +167 -0
- package/data/src/nipplejs.js +1 -0
- package/data/src/shaders.js +236 -0
- package/data/src/socket.io.min.js +7 -0
- package/data/src/storage.js +125 -0
- package/data/version.json +5 -0
- package/docs/Logo-light.png +0 -0
- package/docs/Logo.png +0 -0
- package/docs/Logo.svg +4487 -0
- package/docs/contributors.json +46 -0
- package/docs/contributors.md +125 -0
- package/docs/favicon.ico +0 -0
- package/index.html +269 -0
- package/package.json +35 -0
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
{
|
|
2
|
+
"0": "0",
|
|
3
|
+
"1": "1",
|
|
4
|
+
"2": "2",
|
|
5
|
+
"3": "3",
|
|
6
|
+
"4": "4",
|
|
7
|
+
"5": "5",
|
|
8
|
+
"6": "6",
|
|
9
|
+
"7": "7",
|
|
10
|
+
"8": "8",
|
|
11
|
+
"9": "9",
|
|
12
|
+
"Restart": "Restart",
|
|
13
|
+
"Pause": "Pause",
|
|
14
|
+
"Play": "Play",
|
|
15
|
+
"Save State": "Save State",
|
|
16
|
+
"Load State": "Load State",
|
|
17
|
+
"Control Settings": "Control Settings",
|
|
18
|
+
"Cheats": "Cheats",
|
|
19
|
+
"Cache Manager": "Cache Manager",
|
|
20
|
+
"Export Save File": "Export Save File",
|
|
21
|
+
"Import Save File": "Import Save File",
|
|
22
|
+
"Netplay": "Netplay",
|
|
23
|
+
"Mute": "Mute",
|
|
24
|
+
"Unmute": "Unmute",
|
|
25
|
+
"Settings": "Settings",
|
|
26
|
+
"Enter Fullscreen": "Enter Fullscreen",
|
|
27
|
+
"Exit Fullscreen": "Exit Fullscreen",
|
|
28
|
+
"Context Menu": "Context Menu",
|
|
29
|
+
"Reset": "Reset",
|
|
30
|
+
"Clear": "Clear",
|
|
31
|
+
"Close": "Close",
|
|
32
|
+
"QUICK SAVE STATE": "QUICK SAVE STATE",
|
|
33
|
+
"QUICK LOAD STATE": "QUICK LOAD STATE",
|
|
34
|
+
"CHANGE STATE SLOT": "CHANGE STATE SLOT",
|
|
35
|
+
"FAST FORWARD": "FAST FORWARD",
|
|
36
|
+
"Player": "Player",
|
|
37
|
+
"Connected Gamepad": "Connected Gamepad",
|
|
38
|
+
"Gamepad": "Gamepad",
|
|
39
|
+
"Keyboard": "Keyboard",
|
|
40
|
+
"Set": "Set",
|
|
41
|
+
"Add Cheat": "Add Cheat",
|
|
42
|
+
"Note that some cheats require a restart to disable": "Note that some cheats require a restart to disable",
|
|
43
|
+
"Create a Room": "Create a Room",
|
|
44
|
+
"Rooms": "Rooms",
|
|
45
|
+
"Start Game": "Start Game",
|
|
46
|
+
"Click to resume Emulator": "Click to resume Emulator",
|
|
47
|
+
"Drop save state here to load": "Drop save state here to load",
|
|
48
|
+
"Loading...": "Loading...",
|
|
49
|
+
"Download Game Core": "Download Game Core",
|
|
50
|
+
"Outdated graphics driver": "Outdated graphics driver",
|
|
51
|
+
"Decompress Game Core": "Decompress Game Core",
|
|
52
|
+
"Download Game Data": "Download Game Data",
|
|
53
|
+
"Decompress Game Data": "Decompress Game Data",
|
|
54
|
+
"Shaders": "Shaders",
|
|
55
|
+
"Disabled": "Disabled",
|
|
56
|
+
"2xScaleHQ": "2xScaleHQ",
|
|
57
|
+
"4xScaleHQ": "4xScaleHQ",
|
|
58
|
+
"CRT easymode": "CRT easymode",
|
|
59
|
+
"CRT aperture": "CRT aperture",
|
|
60
|
+
"CRT geom": "CRT geom",
|
|
61
|
+
"CRT mattias": "CRT mattias",
|
|
62
|
+
"FPS": "FPS",
|
|
63
|
+
"show": "show",
|
|
64
|
+
"hide": "hide",
|
|
65
|
+
"Fast Forward Ratio": "Fast Forward Ratio",
|
|
66
|
+
"Fast Forward": "Fast Forward",
|
|
67
|
+
"Enabled": "Enabled",
|
|
68
|
+
"Save State Slot": "Save State Slot",
|
|
69
|
+
"Save State Location": "Save State Location",
|
|
70
|
+
"Download": "Download",
|
|
71
|
+
"Keep in Browser": "Keep in Browser",
|
|
72
|
+
"Auto": "Auto",
|
|
73
|
+
"NTSC": "NTSC",
|
|
74
|
+
"PAL": "PAL",
|
|
75
|
+
"Dendy": "Dendy",
|
|
76
|
+
"8:7 PAR": "8:7 PAR",
|
|
77
|
+
"4:3": "4:3",
|
|
78
|
+
"Low": "Low",
|
|
79
|
+
"High": "High",
|
|
80
|
+
"Very High": "Very High",
|
|
81
|
+
"None": "None",
|
|
82
|
+
"Player 1": "Player 1",
|
|
83
|
+
"Player 2": "Player 2",
|
|
84
|
+
"Both": "Both",
|
|
85
|
+
"SAVED STATE TO SLOT": "SAVED STATE TO SLOT",
|
|
86
|
+
"LOADED STATE FROM SLOT": "LOADED STATE FROM SLOT",
|
|
87
|
+
"SET SAVE STATE SLOT TO": "SET SAVE STATE SLOT TO",
|
|
88
|
+
"Network Error": "Network Error",
|
|
89
|
+
"Submit": "Submit",
|
|
90
|
+
"Description": "Description",
|
|
91
|
+
"Code": "Code",
|
|
92
|
+
"Add Cheat Code": "Add Cheat Code",
|
|
93
|
+
"Leave Room": "Leave Room",
|
|
94
|
+
"Password": "Password",
|
|
95
|
+
"Password (optional)": "Password (optional)",
|
|
96
|
+
"Max Players": "Max Players",
|
|
97
|
+
"Room Name": "Room Name",
|
|
98
|
+
"Join": "Join",
|
|
99
|
+
"Player Name": "Player Name",
|
|
100
|
+
"Set Player Name": "Set Player Name",
|
|
101
|
+
"Left Handed Mode": "Left Handed Mode",
|
|
102
|
+
"Virtual Gamepad": "Virtual Gamepad",
|
|
103
|
+
"Disk": "Disk",
|
|
104
|
+
"Press Keyboard": "Press Keyboard",
|
|
105
|
+
"INSERT COIN": "INSERT COIN",
|
|
106
|
+
"Remove": "Remove",
|
|
107
|
+
"SAVE LOADED FROM BROWSER": "SAVE LOADED FROM BROWSER",
|
|
108
|
+
"SAVE SAVED TO BROWSER": "SAVE SAVED TO BROWSER",
|
|
109
|
+
"Join the discord": "Join the discord",
|
|
110
|
+
"View on GitHub": "View on GitHub",
|
|
111
|
+
"Failed to start game": "Failed to start game",
|
|
112
|
+
"Download Game BIOS": "Download Game BIOS",
|
|
113
|
+
"Decompress Game BIOS": "Decompress Game BIOS",
|
|
114
|
+
"Download Game Parent": "Download Game Parent",
|
|
115
|
+
"Decompress Game Parent": "Decompress Game Parent",
|
|
116
|
+
"Download Game Patch": "Download Game Patch",
|
|
117
|
+
"Decompress Game Patch": "Decompress Game Patch",
|
|
118
|
+
"Download Game State": "Download Game State",
|
|
119
|
+
"Check console": "Check console",
|
|
120
|
+
"Error for site owner": "Error for site owner",
|
|
121
|
+
"EmulatorJS": "EmulatorJS",
|
|
122
|
+
"Clear All": "Clear All",
|
|
123
|
+
"Take Screenshot": "Take Screenshot",
|
|
124
|
+
"Start Screen Recording": "Start Screen Recording",
|
|
125
|
+
"Stop Screen Recording": "Stop Screen Recording",
|
|
126
|
+
"Quick Save": "Quick Save",
|
|
127
|
+
"Quick Load": "Quick Load",
|
|
128
|
+
"REWIND": "REWIND",
|
|
129
|
+
"Rewind Enabled (requires restart)": "Rewind Enabled (requires restart)",
|
|
130
|
+
"Rewind Granularity": "Rewind Granularity",
|
|
131
|
+
"Slow Motion Ratio": "Slow Motion Ratio",
|
|
132
|
+
"Slow Motion": "Slow Motion",
|
|
133
|
+
"Home": "Home",
|
|
134
|
+
"EmulatorJS License": "EmulatorJS License",
|
|
135
|
+
"RetroArch License": "RetroArch License",
|
|
136
|
+
"This project is powered by": "This project is powered by",
|
|
137
|
+
"View the RetroArch license here": "View the RetroArch license here",
|
|
138
|
+
"SLOW MOTION": "SLOW MOTION",
|
|
139
|
+
"A": "A",
|
|
140
|
+
"B": "B",
|
|
141
|
+
"SELECT": "SELECT",
|
|
142
|
+
"START": "START",
|
|
143
|
+
"UP": "UP",
|
|
144
|
+
"DOWN": "DOWN",
|
|
145
|
+
"LEFT": "LEFT",
|
|
146
|
+
"RIGHT": "RIGHT",
|
|
147
|
+
"X": "X",
|
|
148
|
+
"Y": "Y",
|
|
149
|
+
"L": "L",
|
|
150
|
+
"R": "R",
|
|
151
|
+
"Z": "Z",
|
|
152
|
+
"STICK UP": "STICK UP",
|
|
153
|
+
"STICK DOWN": "STICK DOWN",
|
|
154
|
+
"STICK LEFT": "STICK LEFT",
|
|
155
|
+
"STICK RIGHT": "STICK RIGHT",
|
|
156
|
+
"C-PAD UP": "C-PAD UP",
|
|
157
|
+
"C-PAD DOWN": "C-PAD DOWN",
|
|
158
|
+
"C-PAD LEFT": "C-PAD LEFT",
|
|
159
|
+
"C-PAD RIGHT": "C-PAD RIGHT",
|
|
160
|
+
"MICROPHONE": "MICROPHONE",
|
|
161
|
+
"BUTTON 1 / START": "BUTTON 1 / START",
|
|
162
|
+
"BUTTON 2": "BUTTON 2",
|
|
163
|
+
"BUTTON": "BUTTON",
|
|
164
|
+
"LEFT D-PAD UP": "LEFT D-PAD UP",
|
|
165
|
+
"LEFT D-PAD DOWN": "LEFT D-PAD DOWN",
|
|
166
|
+
"LEFT D-PAD LEFT": "LEFT D-PAD LEFT",
|
|
167
|
+
"LEFT D-PAD RIGHT": "LEFT D-PAD RIGHT",
|
|
168
|
+
"RIGHT D-PAD UP": "RIGHT D-PAD UP",
|
|
169
|
+
"RIGHT D-PAD DOWN": "RIGHT D-PAD DOWN",
|
|
170
|
+
"RIGHT D-PAD LEFT": "RIGHT D-PAD LEFT",
|
|
171
|
+
"RIGHT D-PAD RIGHT": "RIGHT D-PAD RIGHT",
|
|
172
|
+
"C": "C",
|
|
173
|
+
"MODE": "MODE",
|
|
174
|
+
"FIRE": "FIRE",
|
|
175
|
+
"RESET": "RESET",
|
|
176
|
+
"LEFT DIFFICULTY A": "LEFT DIFFICULTY A",
|
|
177
|
+
"LEFT DIFFICULTY B": "LEFT DIFFICULTY B",
|
|
178
|
+
"RIGHT DIFFICULTY A": "RIGHT DIFFICULTY A",
|
|
179
|
+
"RIGHT DIFFICULTY B": "RIGHT DIFFICULTY B",
|
|
180
|
+
"COLOR": "COLOR",
|
|
181
|
+
"B/W": "B/W",
|
|
182
|
+
"PAUSE": "PAUSE",
|
|
183
|
+
"OPTION": "OPTION",
|
|
184
|
+
"OPTION 1": "OPTION 1",
|
|
185
|
+
"OPTION 2": "OPTION 2",
|
|
186
|
+
"L2": "L2",
|
|
187
|
+
"R2": "R2",
|
|
188
|
+
"L3": "L3",
|
|
189
|
+
"R3": "R3",
|
|
190
|
+
"L STICK UP": "L STICK UP",
|
|
191
|
+
"L STICK DOWN": "L STICK DOWN",
|
|
192
|
+
"L STICK LEFT": "L STICK LEFT",
|
|
193
|
+
"L STICK RIGHT": "L STICK RIGHT",
|
|
194
|
+
"R STICK UP": "R STICK UP",
|
|
195
|
+
"R STICK DOWN": "R STICK DOWN",
|
|
196
|
+
"R STICK LEFT": "R STICK LEFT",
|
|
197
|
+
"R STICK RIGHT": "R STICK RIGHT",
|
|
198
|
+
"Start": "Start",
|
|
199
|
+
"Select": "Select",
|
|
200
|
+
"Fast": "Fast",
|
|
201
|
+
"Slow": "Slow",
|
|
202
|
+
"a": "a",
|
|
203
|
+
"b": "b",
|
|
204
|
+
"c": "c",
|
|
205
|
+
"d": "d",
|
|
206
|
+
"e": "e",
|
|
207
|
+
"f": "f",
|
|
208
|
+
"g": "g",
|
|
209
|
+
"h": "h",
|
|
210
|
+
"i": "i",
|
|
211
|
+
"j": "j",
|
|
212
|
+
"k": "k",
|
|
213
|
+
"l": "l",
|
|
214
|
+
"m": "m",
|
|
215
|
+
"n": "n",
|
|
216
|
+
"o": "o",
|
|
217
|
+
"p": "p",
|
|
218
|
+
"q": "q",
|
|
219
|
+
"r": "r",
|
|
220
|
+
"s": "s",
|
|
221
|
+
"t": "t",
|
|
222
|
+
"u": "u",
|
|
223
|
+
"v": "v",
|
|
224
|
+
"w": "w",
|
|
225
|
+
"x": "x",
|
|
226
|
+
"y": "y",
|
|
227
|
+
"z": "z",
|
|
228
|
+
"enter": "enter",
|
|
229
|
+
"escape": "escape",
|
|
230
|
+
"space": "space",
|
|
231
|
+
"tab": "tab",
|
|
232
|
+
"backspace": "backspace",
|
|
233
|
+
"delete": "delete",
|
|
234
|
+
"arrowup": "arrowup",
|
|
235
|
+
"arrowdown": "arrowdown",
|
|
236
|
+
"arrowleft": "arrowleft",
|
|
237
|
+
"arrowright": "arrowright",
|
|
238
|
+
"f1": "f1",
|
|
239
|
+
"f2": "f2",
|
|
240
|
+
"f3": "f3",
|
|
241
|
+
"f4": "f4",
|
|
242
|
+
"f5": "f5",
|
|
243
|
+
"f6": "f6",
|
|
244
|
+
"f7": "f7",
|
|
245
|
+
"f8": "f8",
|
|
246
|
+
"f9": "f9",
|
|
247
|
+
"f10": "f10",
|
|
248
|
+
"f11": "f11",
|
|
249
|
+
"f12": "f12",
|
|
250
|
+
"shift": "shift",
|
|
251
|
+
"control": "control",
|
|
252
|
+
"alt": "alt",
|
|
253
|
+
"meta": "meta",
|
|
254
|
+
"capslock": "capslock",
|
|
255
|
+
"insert": "insert",
|
|
256
|
+
"home": "home",
|
|
257
|
+
"end": "end",
|
|
258
|
+
"pageup": "pageup",
|
|
259
|
+
"pagedown": "pagedown",
|
|
260
|
+
"!": "!",
|
|
261
|
+
"@": "@",
|
|
262
|
+
"#": "#",
|
|
263
|
+
"$": "$",
|
|
264
|
+
"%": "%",
|
|
265
|
+
"^": "^",
|
|
266
|
+
"&": "&",
|
|
267
|
+
"*": "*",
|
|
268
|
+
"(": "(",
|
|
269
|
+
")": ")",
|
|
270
|
+
"-": "-",
|
|
271
|
+
"_": "_",
|
|
272
|
+
"+": "+",
|
|
273
|
+
"=": "=",
|
|
274
|
+
"[": "[",
|
|
275
|
+
"]": "]",
|
|
276
|
+
"{": "{",
|
|
277
|
+
"}": "}",
|
|
278
|
+
";": ";",
|
|
279
|
+
":": ":",
|
|
280
|
+
"'": "'",
|
|
281
|
+
"\"": "\"",
|
|
282
|
+
",": ",",
|
|
283
|
+
".": ".",
|
|
284
|
+
"<": "<",
|
|
285
|
+
">": ">",
|
|
286
|
+
"/": "/",
|
|
287
|
+
"?": "?",
|
|
288
|
+
"LEFT_STICK_X": "LEFT_STICK_X",
|
|
289
|
+
"LEFT_STICK_Y": "LEFT_STICK_Y",
|
|
290
|
+
"RIGHT_STICK_X": "RIGHT_STICK_X",
|
|
291
|
+
"RIGHT_STICK_Y": "RIGHT_STICK_Y",
|
|
292
|
+
"LEFT_TRIGGER": "LEFT_TRIGGER",
|
|
293
|
+
"RIGHT_TRIGGER": "RIGHT_TRIGGER",
|
|
294
|
+
"A_BUTTON": "A_BUTTON",
|
|
295
|
+
"B_BUTTON": "B_BUTTON",
|
|
296
|
+
"X_BUTTON": "X_BUTTON",
|
|
297
|
+
"Y_BUTTON": "Y_BUTTON",
|
|
298
|
+
"START_BUTTON": "START_BUTTON",
|
|
299
|
+
"SELECT_BUTTON": "SELECT_BUTTON",
|
|
300
|
+
"L1_BUTTON": "L1_BUTTON",
|
|
301
|
+
"R1_BUTTON": "R1_BUTTON",
|
|
302
|
+
"L2_BUTTON": "L2_BUTTON",
|
|
303
|
+
"R2_BUTTON": "R2_BUTTON",
|
|
304
|
+
"LEFT_THUMB_BUTTON": "LEFT_THUMB_BUTTON",
|
|
305
|
+
"RIGHT_THUMB_BUTTON": "RIGHT_THUMB_BUTTON",
|
|
306
|
+
"DPAD_UP": "DPAD_UP",
|
|
307
|
+
"DPAD_DOWN": "DPAD_DOWN",
|
|
308
|
+
"DPAD_LEFT": "DPAD_LEFT",
|
|
309
|
+
"DPAD_RIGHT": "DPAD_RIGHT",
|
|
310
|
+
"Disks": "Disks",
|
|
311
|
+
"Exit EmulatorJS": "Exit EmulatorJS",
|
|
312
|
+
"BUTTON_1": "BUTTON_1",
|
|
313
|
+
"BUTTON_2": "BUTTON_2",
|
|
314
|
+
"BUTTON_3": "BUTTON_3",
|
|
315
|
+
"BUTTON_4": "BUTTON_4",
|
|
316
|
+
"up arrow": "up arrow",
|
|
317
|
+
"down arrow": "down arrow",
|
|
318
|
+
"left arrow": "left arrow",
|
|
319
|
+
"right arrow": "right arrow",
|
|
320
|
+
"LEFT_TOP_SHOULDER": "LEFT_TOP_SHOULDER",
|
|
321
|
+
"RIGHT_TOP_SHOULDER": "RIGHT_TOP_SHOULDER",
|
|
322
|
+
"CRT beam": "CRT beam",
|
|
323
|
+
"CRT caligari": "CRT caligari",
|
|
324
|
+
"CRT lottes": "CRT lottes",
|
|
325
|
+
"CRT yeetron": "CRT yeetron",
|
|
326
|
+
"CRT zfast": "CRT zfast",
|
|
327
|
+
"SABR": "SABR",
|
|
328
|
+
"Bicubic": "Bicubic",
|
|
329
|
+
"Mix frames": "Mix frames",
|
|
330
|
+
"WebGL2": "WebGL2",
|
|
331
|
+
"Requires restart": "Requires restart",
|
|
332
|
+
"VSync": "VSync",
|
|
333
|
+
"Video Rotation": "Video Rotation",
|
|
334
|
+
"Rewind Enabled (Requires restart)": "Rewind Enabled (Requires restart)",
|
|
335
|
+
"System Save interval": "System Save interval",
|
|
336
|
+
"Menu Bar Button": "Menu Bar Button",
|
|
337
|
+
"visible": "visible",
|
|
338
|
+
"hidden": "hidden"
|
|
339
|
+
}
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
{
|
|
2
|
+
"0": "0",
|
|
3
|
+
"1": "1",
|
|
4
|
+
"2": "2",
|
|
5
|
+
"3": "3",
|
|
6
|
+
"4": "4",
|
|
7
|
+
"5": "5",
|
|
8
|
+
"6": "6",
|
|
9
|
+
"7": "7",
|
|
10
|
+
"8": "8",
|
|
11
|
+
"9": "9",
|
|
12
|
+
"Restart": "Reiniciar",
|
|
13
|
+
"Pause": "Pausar",
|
|
14
|
+
"Play": "Reanudar",
|
|
15
|
+
"Save State": "Guardar Estado",
|
|
16
|
+
"Load State": "Cargar Estado",
|
|
17
|
+
"Control Settings": "Ajustes de Control",
|
|
18
|
+
"Cheats": "Trucos",
|
|
19
|
+
"Cache Manager": "Administrador de Caché",
|
|
20
|
+
"Export Save File": "Exportar Archivo de Guardado",
|
|
21
|
+
"Import Save File": "Importar Archivo de Guardado",
|
|
22
|
+
"Netplay": "Juego en Red",
|
|
23
|
+
"Mute": "Silenciar",
|
|
24
|
+
"Unmute": "Activar Sonido",
|
|
25
|
+
"Settings": "Ajustes",
|
|
26
|
+
"Enter Fullscreen": "Pantalla Completa",
|
|
27
|
+
"Exit Fullscreen": "Salir de Pantalla Completa",
|
|
28
|
+
"Context Menu": "Menú Contextual",
|
|
29
|
+
"Reset": "Reiniciar",
|
|
30
|
+
"Clear": "Limpiar",
|
|
31
|
+
"Close": "Cerrar",
|
|
32
|
+
"QUICK SAVE STATE": "GUARDADO RÁPIDO DE ESTADO",
|
|
33
|
+
"QUICK LOAD STATE": "CARGA RÁPIDA DE ESTADO",
|
|
34
|
+
"CHANGE STATE SLOT": "CAMBIAR RANURA DE ESTADO",
|
|
35
|
+
"FAST FORWARD": "AVANCE RÁPIDO",
|
|
36
|
+
"Player": "Jugador",
|
|
37
|
+
"Connected Gamepad": "Mando Conectado",
|
|
38
|
+
"Gamepad": "Mando",
|
|
39
|
+
"Keyboard": "Teclado",
|
|
40
|
+
"Set": "Guardar",
|
|
41
|
+
"Add Cheat": "Añadir Truco",
|
|
42
|
+
"Note that some cheats require a restart to disable": "Algunos trucos requieren reiniciar para desactivarlos",
|
|
43
|
+
"Create a Room": "Crear una Sala",
|
|
44
|
+
"Rooms": "Salas",
|
|
45
|
+
"Start Game": "Iniciar juego",
|
|
46
|
+
"Click to resume Emulator": "Haz clic para reanudar el Emulador",
|
|
47
|
+
"Drop save state here to load": "Suelta el estado guardado aquí para cargarlo",
|
|
48
|
+
"Loading...": "Cargando...",
|
|
49
|
+
"Download Game Core": "Descargando Núcleo del Juego",
|
|
50
|
+
"Outdated graphics driver": "Controlador de gráficos obsoleto",
|
|
51
|
+
"Decompress Game Core": "Descomprimiendo Núcleo del Juego",
|
|
52
|
+
"Download Game Data": "Descargando Datos del Juego",
|
|
53
|
+
"Decompress Game Data": "Descomprimiendo Datos del Juego",
|
|
54
|
+
"Shaders": "Shaders",
|
|
55
|
+
"Disabled": "Desactivado",
|
|
56
|
+
"2xScaleHQ": "2xScaleHQ",
|
|
57
|
+
"4xScaleHQ": "4xScaleHQ",
|
|
58
|
+
"CRT easymode": "CRT easymode",
|
|
59
|
+
"CRT aperture": "CRT aperture",
|
|
60
|
+
"CRT geom": "CRT geom",
|
|
61
|
+
"CRT mattias": "CRT mattias",
|
|
62
|
+
"FPS": "FPS",
|
|
63
|
+
"show": "mostrar",
|
|
64
|
+
"hide": "ocultar",
|
|
65
|
+
"Fast Forward Ratio": "Proporción de Avance Rápido",
|
|
66
|
+
"Fast Forward": "Avance Rápido",
|
|
67
|
+
"Enabled": "Activado",
|
|
68
|
+
"Save State Slot": "Guardar Ranura de Estado",
|
|
69
|
+
"Save State Location": "Guardar Ubicación de Estado",
|
|
70
|
+
"Download": "Descargar",
|
|
71
|
+
"Keep in Browser": "Mantener en Navegador",
|
|
72
|
+
"Auto": "Auto",
|
|
73
|
+
"NTSC": "NTSC",
|
|
74
|
+
"PAL": "PAL",
|
|
75
|
+
"Dendy": "Dendy",
|
|
76
|
+
"8:7 PAR": "8:7 PAR",
|
|
77
|
+
"4:3": "4:3",
|
|
78
|
+
"Low": "Bajo",
|
|
79
|
+
"High": "Alto",
|
|
80
|
+
"Very High": "Muy alto",
|
|
81
|
+
"None": "Ninguno",
|
|
82
|
+
"Player 1": "Jugador 1",
|
|
83
|
+
"Player 2": "jugador 2",
|
|
84
|
+
"Both": "Ambos",
|
|
85
|
+
"SAVED STATE TO SLOT": "ESTADO GUARDADO EN RANURA",
|
|
86
|
+
"LOADED STATE FROM SLOT": "ESTADO CARGADO DESDE LA RANURA",
|
|
87
|
+
"SET SAVE STATE SLOT TO": "ESTABLECER RANURA DE GUARDADO DE ESTADO EN",
|
|
88
|
+
"Network Error": "Error de Red",
|
|
89
|
+
"Submit": "Enviar",
|
|
90
|
+
"Description": "Descripción",
|
|
91
|
+
"Code": "Código",
|
|
92
|
+
"Add Cheat Code": "Agregar Código de Trucos",
|
|
93
|
+
"Leave Room": "Dejar la Sala",
|
|
94
|
+
"Password": "Contraseña",
|
|
95
|
+
"Password (optional)": "Contraseña (opcional)",
|
|
96
|
+
"Max Players": "Jugadores Máximos",
|
|
97
|
+
"Room Name": "Nombre de la Sala",
|
|
98
|
+
"Join": "Unirse",
|
|
99
|
+
"Player Name": "Nombre del Jugador",
|
|
100
|
+
"Set Player Name": "Establecer Nombre de Jugador",
|
|
101
|
+
"Left Handed Mode": "Modo para Zurdos",
|
|
102
|
+
"Virtual Gamepad": "Mando Virtual",
|
|
103
|
+
"Disk": "Disco",
|
|
104
|
+
"Press Keyboard": "Presionar Teclado",
|
|
105
|
+
"INSERT COIN": "INSERTE MONEDA",
|
|
106
|
+
"Remove": "Eliminar",
|
|
107
|
+
"SAVE LOADED FROM BROWSER": "GUARDAR CARGADO DESDE EL NAVEGADOR",
|
|
108
|
+
"SAVE SAVED TO BROWSER": "GUARDAR GUARDADO EN EL NAVEGADOR",
|
|
109
|
+
"Join the discord": "Únete al Discord",
|
|
110
|
+
"View on GitHub": "Ver en GitHub",
|
|
111
|
+
"Failed to start game": "Error al iniciar el juego",
|
|
112
|
+
"Download Game BIOS": "Descargando BIOS del Juego",
|
|
113
|
+
"Decompress Game BIOS": "Descomprimiendo BIOS del Juego",
|
|
114
|
+
"Download Game Parent": "Descargando Juego Principal",
|
|
115
|
+
"Decompress Game Parent": "Descomprimiendo Juego Principal",
|
|
116
|
+
"Download Game Patch": "Descargando Parche del Juego",
|
|
117
|
+
"Decompress Game Patch": "Descomprimiendo Parche del Juego",
|
|
118
|
+
"Download Game State": "Descargando Estado del Juego",
|
|
119
|
+
"Check console": "Verificar consola",
|
|
120
|
+
"Error for site owner": "Error para el propietario del sitio",
|
|
121
|
+
"EmulatorJS": "EmulatorJS",
|
|
122
|
+
"Clear All": "Limpiar todo",
|
|
123
|
+
"Take Screenshot": "Tomar Captura de Pantalla",
|
|
124
|
+
"Start Screen Recording": "Iniciar grabación de pantalla",
|
|
125
|
+
"Stop Screen Recording": "Detener grabación de pantalla",
|
|
126
|
+
"Quick Save": "Guardado Rápido",
|
|
127
|
+
"Quick Load": "Carga Rápida",
|
|
128
|
+
"REWIND": "REBOBINAR",
|
|
129
|
+
"Rewind Enabled (requires restart)": "Rebobinado Habilitado (requiere reinicio)",
|
|
130
|
+
"Rewind Granularity": "Granularidad de Rebobinado",
|
|
131
|
+
"Slow Motion Ratio": "Proporción de Cámara Lenta",
|
|
132
|
+
"Slow Motion": "Cámara Lenta",
|
|
133
|
+
"Home": "Inicio",
|
|
134
|
+
"EmulatorJS License": "Licencia de EmulatorJS",
|
|
135
|
+
"RetroArch License": "Licencia de RetroArch",
|
|
136
|
+
"This project is powered by": "Este proyecto está impulsado por",
|
|
137
|
+
"View the RetroArch license here": "Ver la licencia de RetroArch aquí",
|
|
138
|
+
"SLOW MOTION": "CÁMARA LENTA",
|
|
139
|
+
"A": "A",
|
|
140
|
+
"B": "B",
|
|
141
|
+
"SELECT": "SELECT",
|
|
142
|
+
"START": "START",
|
|
143
|
+
"UP": "ARRIBA",
|
|
144
|
+
"DOWN": "ABAJO",
|
|
145
|
+
"LEFT": "IZQUIERDA",
|
|
146
|
+
"RIGHT": "DERECHA",
|
|
147
|
+
"X": "X",
|
|
148
|
+
"Y": "Y",
|
|
149
|
+
"L": "L",
|
|
150
|
+
"R": "R",
|
|
151
|
+
"Z": "Z",
|
|
152
|
+
"STICK UP": "STICK ARRIBA",
|
|
153
|
+
"STICK DOWN": "STICK ABAJO",
|
|
154
|
+
"STICK LEFT": "STICK IZQUIERDA",
|
|
155
|
+
"STICK RIGHT": "STICK DERECHA",
|
|
156
|
+
"C-PAD UP": "C-PAD ARRIBA",
|
|
157
|
+
"C-PAD DOWN": "C-PAD ABAJO",
|
|
158
|
+
"C-PAD LEFT": "C-PAD IZQUIERDA",
|
|
159
|
+
"C-PAD RIGHT": "C-PAD DERECHA",
|
|
160
|
+
"MICROPHONE": "MICRÓFONO",
|
|
161
|
+
"BUTTON 1 / START": "BOTÓN 1 / INICIO",
|
|
162
|
+
"BUTTON 2": "BOTÓN 2",
|
|
163
|
+
"BUTTON": "BOTÓN",
|
|
164
|
+
"LEFT D-PAD UP": "D-PAD IZQUIERDO ARRIBA",
|
|
165
|
+
"LEFT D-PAD DOWN": "D-PAD IZQUIERDO ABAJO",
|
|
166
|
+
"LEFT D-PAD LEFT": "D-PAD IZQUIERDO IZQUIERDA",
|
|
167
|
+
"LEFT D-PAD RIGHT": "D-PAD IZQUIERDO DERECHA",
|
|
168
|
+
"RIGHT D-PAD UP": "D-PAD DERECHO ARRIBA",
|
|
169
|
+
"RIGHT D-PAD DOWN": "D-PAD DERECHO ABAJO",
|
|
170
|
+
"RIGHT D-PAD LEFT": "D-PAD DERECHO IZQUIERDO",
|
|
171
|
+
"RIGHT D-PAD RIGHT": "D-PAD DERECHO DERECHA",
|
|
172
|
+
"C": "C",
|
|
173
|
+
"MODE": "MODO",
|
|
174
|
+
"FIRE": "FUEGO",
|
|
175
|
+
"RESET": "RESET",
|
|
176
|
+
"LEFT DIFFICULTY A": "IZQUIERDA DIFICULTAD A",
|
|
177
|
+
"LEFT DIFFICULTY B": "IZQUIERDA DIFICULTAD B",
|
|
178
|
+
"RIGHT DIFFICULTY A": "DERECHA DIFICULTAD A",
|
|
179
|
+
"RIGHT DIFFICULTY B": "DERECHA DIFICULTAD B",
|
|
180
|
+
"COLOR": "COLOR",
|
|
181
|
+
"B/W": "B/N",
|
|
182
|
+
"PAUSE": "PAUSA",
|
|
183
|
+
"OPTION": "OPCIÓN",
|
|
184
|
+
"OPTION 1": "OPCIÓN 1",
|
|
185
|
+
"OPTION 2": "OPCION 2",
|
|
186
|
+
"L2": "L2",
|
|
187
|
+
"R2": "R2",
|
|
188
|
+
"L3": "L3",
|
|
189
|
+
"R3": "R3",
|
|
190
|
+
"L STICK UP": "L STICK ARRIBA",
|
|
191
|
+
"L STICK DOWN": "L STICK ABAJO",
|
|
192
|
+
"L STICK LEFT": "L STICK IZQUIERDA",
|
|
193
|
+
"L STICK RIGHT": "L STICK DERECHA",
|
|
194
|
+
"R STICK UP": "R STICK ARRIBA",
|
|
195
|
+
"R STICK DOWN": "R STICK ABAJO",
|
|
196
|
+
"R STICK LEFT": "R STICK IZQUIERDA",
|
|
197
|
+
"R STICK RIGHT": "R STICK DERECHA",
|
|
198
|
+
"Start": "Start",
|
|
199
|
+
"Select": "Select",
|
|
200
|
+
"Fast": "Rápido",
|
|
201
|
+
"Slow": "Lento",
|
|
202
|
+
"a": "a",
|
|
203
|
+
"b": "b",
|
|
204
|
+
"c": "c",
|
|
205
|
+
"d": "d",
|
|
206
|
+
"e": "e",
|
|
207
|
+
"f": "f",
|
|
208
|
+
"g": "g",
|
|
209
|
+
"h": "h",
|
|
210
|
+
"i": "i",
|
|
211
|
+
"j": "j",
|
|
212
|
+
"k": "k",
|
|
213
|
+
"l": "l",
|
|
214
|
+
"m": "m",
|
|
215
|
+
"n": "n",
|
|
216
|
+
"o": "o",
|
|
217
|
+
"p": "p",
|
|
218
|
+
"q": "q",
|
|
219
|
+
"r": "r",
|
|
220
|
+
"s": "s",
|
|
221
|
+
"t": "t",
|
|
222
|
+
"u": "u",
|
|
223
|
+
"v": "v",
|
|
224
|
+
"w": "w",
|
|
225
|
+
"x": "x",
|
|
226
|
+
"y": "y",
|
|
227
|
+
"z": "z",
|
|
228
|
+
"enter": "intro",
|
|
229
|
+
"escape": "escape",
|
|
230
|
+
"space": "espacio",
|
|
231
|
+
"tab": "tabulador",
|
|
232
|
+
"backspace": "retroceso",
|
|
233
|
+
"delete": "borrar",
|
|
234
|
+
"arrowup": "flecha arriba",
|
|
235
|
+
"arrowdown": "flecha abajo",
|
|
236
|
+
"arrowleft": "flecha izquierda",
|
|
237
|
+
"arrowright": "flecha derecha",
|
|
238
|
+
"f1": "f1",
|
|
239
|
+
"f2": "f2",
|
|
240
|
+
"f3": "f3",
|
|
241
|
+
"f4": "f4",
|
|
242
|
+
"f5": "f5",
|
|
243
|
+
"f6": "f6",
|
|
244
|
+
"f7": "f7",
|
|
245
|
+
"f8": "f8",
|
|
246
|
+
"f9": "f9",
|
|
247
|
+
"f10": "f10",
|
|
248
|
+
"f11": "f11",
|
|
249
|
+
"f12": "f12",
|
|
250
|
+
"shift": "shift",
|
|
251
|
+
"control": "control",
|
|
252
|
+
"alt": "alt",
|
|
253
|
+
"meta": "meta",
|
|
254
|
+
"capslock": "bloq mayús",
|
|
255
|
+
"insert": "insertar",
|
|
256
|
+
"home": "inicio",
|
|
257
|
+
"end": "fin",
|
|
258
|
+
"pageup": "página arriba",
|
|
259
|
+
"pagedown": "página abajo",
|
|
260
|
+
"!": "!",
|
|
261
|
+
"@": "@",
|
|
262
|
+
"#": "#",
|
|
263
|
+
"$": "$",
|
|
264
|
+
"%": "%",
|
|
265
|
+
"^": "^",
|
|
266
|
+
"&": "&",
|
|
267
|
+
"*": "*",
|
|
268
|
+
"(": "(",
|
|
269
|
+
")": ")",
|
|
270
|
+
"-": "-",
|
|
271
|
+
"_": "_",
|
|
272
|
+
"+": "+",
|
|
273
|
+
"=": "=",
|
|
274
|
+
"[": "[",
|
|
275
|
+
"]": "]",
|
|
276
|
+
"{": "{",
|
|
277
|
+
"}": "}",
|
|
278
|
+
";": ";",
|
|
279
|
+
":": ":",
|
|
280
|
+
"'": "'",
|
|
281
|
+
"\"": "\"",
|
|
282
|
+
",": ",",
|
|
283
|
+
".": ".",
|
|
284
|
+
"<": "<",
|
|
285
|
+
">": ">",
|
|
286
|
+
"/": "/",
|
|
287
|
+
"?": "?",
|
|
288
|
+
"LEFT_STICK_X": "STICK_IZQUIERDO_X",
|
|
289
|
+
"LEFT_STICK_Y": "STICK_IZQUIERDO_Y",
|
|
290
|
+
"RIGHT_STICK_X": "STICK_DERECHO_X",
|
|
291
|
+
"RIGHT_STICK_Y": "STICK_DERECHO_Y",
|
|
292
|
+
"LEFT_TRIGGER": "GATILLO_IZQUIERDO",
|
|
293
|
+
"RIGHT_TRIGGER": "GATILLO_DERECHO",
|
|
294
|
+
"A_BUTTON": "BOTÓN_A",
|
|
295
|
+
"B_BUTTON": "BOTÓN_B",
|
|
296
|
+
"X_BUTTON": "BOTÓN_X",
|
|
297
|
+
"Y_BUTTON": "BOTÓN_Y",
|
|
298
|
+
"START_BUTTON": "BOTÓN_START",
|
|
299
|
+
"SELECT_BUTTON": "BOTÓN_SELECT",
|
|
300
|
+
"L1_BUTTON": "BOTÓN_L1",
|
|
301
|
+
"R1_BUTTON": "BOTÓN_R1",
|
|
302
|
+
"L2_BUTTON": "BOTÓN_L2",
|
|
303
|
+
"R2_BUTTON": "BOTÓN_R2",
|
|
304
|
+
"LEFT_THUMB_BUTTON": "BOTÓN_L3",
|
|
305
|
+
"RIGHT_THUMB_BUTTON": "BOTÓN_R3",
|
|
306
|
+
"DPAD_UP": "DPAD ARRIBA",
|
|
307
|
+
"DPAD_DOWN": "DPAD_ABAJO",
|
|
308
|
+
"DPAD_LEFT": "DPAD_IZQUIERDA",
|
|
309
|
+
"DPAD_RIGHT": "DPAD_DERECHO"
|
|
310
|
+
}
|