-
Notifications
You must be signed in to change notification settings - Fork 142
/
es.json
31 lines (26 loc) · 1.18 KB
/
es.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "Opciones del Mod",
// mod list UI
"list.editable-heading": "Configurar Mods",
"list.not-editable-heading": "Editable desde la pantalla del título:",
// mod config pages
"config.buttons.cancel": "Cancelar",
"config.buttons.reset-to-default": "Por Defecto",
"config.buttons.save": "Guardar",
"config.buttons.save-and-close": "Guardar & Cerrar",
"config.rebind-key.title": "Reasignación de tecla: {{optionName}}",
"config.rebind-key.simple-instructions": "Pulse una tecla para reasignar",
"config.rebind-key.combo-instructions": "Pulse una combinación de teclas para reasignar",
"config.rebind-key.no-key": "(Ninguna)",
/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "Tecla de abrir menú",
"options.open-menu-key.desc": "La tecla que abre el menú.",
"options.scroll-speed.name": "Velocidad de desplazamiento",
"options.scroll-speed.desc": "El número de filas a desplazar cuando se desplaza un menú de configuración."
}