forked from spacechase0/StardewValleyMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.json
31 lines (26 loc) · 1.22 KB
/
de.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": "Mod Optionen",
// mod list UI
"list.editable-heading": "Konfiguriere Mods",
"list.not-editable-heading": "Änderbar über den Titelbildschirm:",
// 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",
"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 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."
}