-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
54 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"key.categories.mousewheelie": "Mouse Wheelie", | ||
"key.mousewheelie.open_config_screen": "Abrir menú de configuración", | ||
"key.mousewheelie.sort_inventory": "Ordenar inventario", | ||
"key.mousewheelie.scroll_up": "Desplazar hacia arriba", | ||
"key.mousewheelie.scroll_down": "Desplazar hacia abajo", | ||
"key.mousewheelie.pick_tool": "Elegir la herramienta correcta", | ||
"mousewheelie.gui.config-screen-unavailable": "No se puede abrir el menú de configuración con el atajo en este momento.", | ||
"mousewheelie.gui.config-screen-unavailable.note": "Por favor usa el menú de mods para editar la configuración o usa una aplicación externa para editarlo directamente.", | ||
"mousewheelie.sortmode.alphabet": "Por alfabeto", | ||
"mousewheelie.sortmode.quantity": "Por cantidad", | ||
"mousewheelie.sortmode.raw_id": "Por número de id", | ||
"mousewheelie.sortmode.none": "No ordenar", | ||
"tweed.cloth.mousewheelie": "Configuración de Mouse Wheelie", | ||
"tweed.cloth.mousewheelie.general": "General", | ||
"tweed.cloth.mousewheelie.general.interaction-rate": "Índice de interaccion", | ||
"tweed.cloth.mousewheelie.general.enable-quick-craft": "Habilitar crafteo rapido", | ||
"tweed.cloth.mousewheelie.general.hotbar-scope": "Tratar la barra separadamente", | ||
"tweed.cloth.mousewheelie.scrolling": "Desplazamiento", | ||
"tweed.cloth.mousewheelie.scrolling.enable": "Habilitar desplazamiento de ítems", | ||
"tweed.cloth.mousewheelie.scrolling.invert": "Invertir dirección del desplazamiento", | ||
"tweed.cloth.mousewheelie.scrolling.directional-scrolling": "Desplazamiento direccional", | ||
"tweed.cloth.mousewheelie.scrolling.scroll-creative-menu-items": "Desplazar ítems del menú de creativo", | ||
"tweed.cloth.mousewheelie.scrolling.scroll-creative-menu-tabs": "Desplazar pestañas del menú de creativo", | ||
"tweed.cloth.mousewheelie.sort": "Clasificador", | ||
"tweed.cloth.mousewheelie.sort.primary-sort": "Botón de la ruedita del mouse", | ||
"tweed.cloth.mousewheelie.sort.shift-sort": "Shift + botón de la ruedita del mouse", | ||
"tweed.cloth.mousewheelie.sort.control-sort": "Control + botón de la ruedita del mouse", | ||
"tweed.cloth.mousewheelie.refill": "Relleno", | ||
"tweed.cloth.mousewheelie.refill.off-hand": "Rellenar la mano secundaria", | ||
"tweed.cloth.mousewheelie.refill.eat": "Rellenar cuando se esta comiendo", | ||
"tweed.cloth.mousewheelie.refill.drop": "Rellenar cuando se sueltan ítems", | ||
"tweed.cloth.mousewheelie.refill.use": "Rellenar cuando se usan ítems", | ||
"tweed.cloth.mousewheelie.refill.other": "Rellenar en otras ocasiones", | ||
"tweed.cloth.mousewheelie.refill.rules": "Reglas de relleno", | ||
"tweed.cloth.mousewheelie.refill.rules.any-block": "Rellenar con cualquier bloque", | ||
"tweed.cloth.mousewheelie.refill.rules.itemgroup": "Rellenar por grupo de ítems", | ||
"tweed.cloth.mousewheelie.refill.rules.item-hierarchy": "Rellenar ítems con funcionalidades similares", | ||
"tweed.cloth.mousewheelie.refill.rules.block-hierarchy": "Rellenar bloques con funcionalidades similares", | ||
"tweed.cloth.mousewheelie.refill.rules.food": "Rellenar comidas", | ||
"tweed.cloth.mousewheelie.refill.rules.equal-items": "Rellenar con el mismo ítem (no nbt)", | ||
"tweed.cloth.mousewheelie.refill.rules.equal-stacks": "Rellenar con el mismo stack (nbt)", | ||
"tweed.cloth.mousewheelie.tool-picking": "Elección de herramientas", | ||
"tweed.cloth.mousewheelie.tool-picking.hold-tool": "Botón del medio para usar herramienta mientras se sostiene una herramienta cualquiera", | ||
"tweed.cloth.mousewheelie.tool-picking.hold-block": "Botón del medio para usar herramienta mientras se sostiene el bloque y encaras el mismo", | ||
"tweed.cloth.mousewheelie.tool-picking.pick-from-inventory": "Elegir del inventario" | ||
} |