-
-
Notifications
You must be signed in to change notification settings - Fork 378
/
pl.json
22 lines (19 loc) · 954 Bytes
/
pl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
/*********
** In-game messages
*********/
"enabled-message": "Włączono tryb noclip; naciśnij ponownie {{button}}, aby go dezaktywować.",
"disabled-message": "Wyłączono tryb noclip; naciśnij ponownie {{button}}, aby go aktywować.",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
"config.title.general-options": "General options",
"config.enabled-message.name": "Show enabled message",
"config.enabled-message.desc": "Whether to show an in-game message in the corner of the screen when noclip mode is turned on.",
"config.disabled-message.name": "Show disabled message",
"config.disabled-message.desc": "Whether to show an in-game message in the corner of the screen when noclip mode is turned off.",
"config.title.controls": "Controls",
"config.toggle-key.name": "Toggle key",
"config.toggle-key.desc": "The keys which turn noclip mode on or off in-game."
}