-
-
Notifications
You must be signed in to change notification settings - Fork 309
Expand file tree
/
Copy pathhu.json
More file actions
55 lines (43 loc) · 3.12 KB
/
hu.json
File metadata and controls
55 lines (43 loc) · 3.12 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
/*********
** Date formatting
*********/
// short date format for SDate
// tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
"generic.date": "{{season}} {{day}}",
"generic.date-with-year": "{{year}}. év {{season}} {{day}}",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
// 'SMAPI features' section
"config.section.features": "SMAPI features",
"config.check-for-updates.name": "Check for updates",
"config.check-for-updates.desc": "Whether to automatically check for newer versions of SMAPI and mods when you load the game. If new versions are available, an alert will be shown in the console. This doesn't affect the load time even if your connection is offline or slow, because it happens in the background.",
"config.check-content-integrity.name": "Check content integrity",
"config.check-content-integrity.desc": "Whether SMAPI should check whether the game's content files are present and unmodified. This should nearly always be enabled. If disabled, SMAPI will log a warning for visibility when someone helps you troubleshoot game issues.",
"config.read-console-input.name": "Read console input",
"config.read-console-input.desc": "Whether SMAPI should listen for console input. Disabling this will prevent you from using console commands. On some specific Linux systems, disabling this may reduce CPU usage.",
// 'Console window' section
"config.section.console-window": "Console window",
"config.developer-mode.name": "Developer mode",
"config.developer-mode.desc": "Whether to show much more info in the SMAPI consoler window, intended for mod developers. Not recommended for most players.",
"config.color-scheme.name": "Color scheme",
"config.color-scheme.desc": "The color scheme to apply to text in the SMAPI console window. This has no effect on the game, mods, or SMAPI log file.",
"config.color-scheme.options.AutoDetect": "Auto-detect",
"config.color-scheme.options.AutoDetect.on-windows": "Auto-detect (recommended)",
"config.color-scheme.options.DarkBackground": "Lighter text (for dark backgrounds)",
"config.color-scheme.options.LightBackground": "Darker text (for light backgrounds)",
"config.color-scheme.options.None": "No colors",
// 'Verbose logging' section
"config.section.verbose-logs": "Verbose logs",
"config.section.verbose-logs.explanation": "To help troubleshoot, SMAPI and many mods can send extra info to the SMAPI log (called 'verbose logging'). This may cause performance issues, and should usually be disabled.",
"config.enable-for.name": "Enable for",
"config.enable-for.desc": "Choose which mods have verbose logging enabled.",
"config.enable-for.options.all": "All (not recommended)",
"config.enable-for.options.selected": "Mods selected below",
"config.enable-for-smapi.name": "SMAPI",
"config.enable-for-smapi.desc": "Whether to enable verbose logs for SMAPI itself.",
"config.enable-for-mod.name": "{{modName}}",
"config.enable-for-mod.desc": "Whether to enable verbose logs for the '{{modName}}' mod."
}