-
Notifications
You must be signed in to change notification settings - Fork 94
/
sidebar_translations.json
60 lines (60 loc) · 2.92 KB
/
sidebar_translations.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"players.title": "Player Guides",
"players.faq": "Frequently Asked Questions",
"players.installingJava": "Installing Java",
"players.installingJava.windows": "Windows",
"players.installingJava.macOS": "macOS",
"players.installingJava.linux": "Linux",
"players.installingFabric": "Installing Fabric",
"players.findingMods": "Finding Trustworthy Mods",
"players.installingMods": "Installing Mods",
"players.troubleshooting": "Troubleshooting",
"players.troubleshooting.uploadingLogs": "Uploading Logs",
"players.troubleshooting.crashReports": "Crash Reports",
"players.updatingFabric": "Updating Fabric",
"develop.title": "Developer Guides",
"develop.gettingStarted": "Getting Started",
"develop.gettingStarted.introduction": "Introduction to Fabric and Modding",
"develop.gettingStarted.devEnvSetup": "Setting up a Development Environment",
"develop.gettingStarted.creatingProject": "Creating a Project",
"develop.gettingStarted.projectStructure": "Project Structure",
"develop.gettingStarted.launchGame": "Launching the Game",
"develop.gettingStarted.solvingProblems": "Basic Problem-Solving",
"develop.items": "Items",
"develop.items.first-item": "Creating Your First Item",
"develop.items.food": "Food Items",
"develop.items.custom-armor": "Custom Armor",
"develop.items.custom-tools": "Custom Tools",
"develop.items.custom-item-groups": "Custom Item Groups",
"develop.items.custom-item-interactions": "Custom Item Interactions",
"develop.items.potions": "Potions",
"develop.items.custom-data-components": "Custom Data Components",
"develop.blocks": "Blocks",
"develop.blocks.first-block": "Creating Your First Block",
"develop.blocks.blockstates": "Block States",
"develop.entities": "Entities",
"develop.entities.effects": "Status Effects",
"develop.entities.damage-types": "Damage Types",
"develop.commands": "Commands",
"develop.commands.basics": "Creating Commands",
"develop.commands.arguments": "Command Arguments",
"develop.commands.suggestions": "Command Suggestions",
"develop.rendering": "Rendering",
"develop.rendering.basicConcepts": "Basic Rendering Concepts",
"develop.rendering.drawContext": "Using the Drawing Context",
"develop.rendering.hud": "Rendering in the Hud",
"develop.rendering.gui": "GUIs and Screens",
"develop.rendering.gui.customScreens": "Custom Screens",
"develop.rendering.gui.customWidgets": "Custom Widgets",
"develop.rendering.particles": "Particles",
"develop.rendering.particles.creatingParticles": "Creating Custom Particles",
"develop.misc": "Miscellaneous Pages",
"develop.misc.codecs": "Codecs",
"develop.misc.events": "Events",
"develop.misc.text-and-translations": "Text and Translations",
"develop.misc.ideTipsAndTricks": "IDE Tips and Tricks",
"develop.misc.automatic-testing": "Automated Testing",
"develop.sounds": "Sounds",
"develop.sounds.using-sounds": "Playing Sounds",
"develop.sounds.custom": "Creating Custom Sounds"
}