35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
/*********
|
|
** Generic config UI
|
|
*********/
|
|
// button text at the bottom of the in-game options menu
|
|
"button.mod-options": "Mod Optionen",
|
|
|
|
// mod list UI
|
|
"list.editable-heading": "Konfiguriere Mods",
|
|
"list.not-editable-heading": "Änderbar über den Titelbildschirm:",
|
|
"list.keybinds": "Keybinds", // TODO
|
|
|
|
// mod config pages
|
|
"config.buttons.cancel": "Abbrechen",
|
|
"config.buttons.reset-to-default": "Zurücksetzen",
|
|
"config.buttons.save": "Speichern",
|
|
"config.buttons.save-and-close": "Speichern & Schließen",
|
|
|
|
// keybind overlay
|
|
"config.rebind-key.title": "Taste zuweisen: {{optionName}}",
|
|
"config.rebind-key.simple-instructions": "Drücke eine Taste um sie zuzuweisen.",
|
|
"config.rebind-key.combo-instructions": "Drücke eine Tastenkombination um sie zuzuweisen.",
|
|
"config.rebind-key.no-key": "(keine)",
|
|
"config.rebind-key.keybind-list": "Keybinds:", // TODO
|
|
|
|
|
|
/*********
|
|
** Config options for Generic Mod Config Menu itself
|
|
*********/
|
|
"options.open-menu-key.name": "Menü öffnen Taste",
|
|
"options.open-menu-key.desc": "Eine Tastenkombination, die das Menü öffnet.",
|
|
"options.scroll-speed.name": "Scrollgeschwindigkeit",
|
|
"options.scroll-speed.desc": "Die Anzahl der Feldzeilen, die beim Scrollen durch ein Konfigurationsmenü verschoben werden sollen."
|
|
}
|