-
-
Notifications
You must be signed in to change notification settings - Fork 376
/
pl.json
33 lines (30 loc) · 1.23 KB
/
pl.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
32
33
{
/*********
** Debug info
*********/
// labels shown on the debug screen
"label.tile": "kafelek",
"label.map": "mapa",
"label.menu": "menu",
"label.submenu": "podmenu",
"label.minigame": "minigra",
"label.festival-name": "festiwal",
"label.event-id": "ID wydarzenia",
"label.event-script": "skrypt wydarzenia",
"label.song": "utwór",
/*********
** Generic Mod Config Menu UI
*********/
// general options
// TODO
"config.title.general-options": "General options",
"config.enable-game-debug.name": "Enable game debug hotkeys",
"config.enable-game-debug.desc": "Whether showing the debug info also enables the game's debug hotkeys, like pressing 5 to warp to the beach.",
"config.enable-dangerous-hotkeys.name": "Allow dangerous hotkeys",
"config.enable-dangerous-hotkeys.desc": "When game debug hotkeys are enabled, also enable destructive hotkeys which can immediately ends the current day, randomize the player or farmhouse decorations, or crash the game.",
// controls
// TODO
"config.title.controls": "Controls",
"config.toggle-debug-key.name": "Toggle debug info",
"config.toggle-debug-key.desc": "The keys which toggle the debug info."
}