-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathen_us.json
More file actions
53 lines (48 loc) · 2.5 KB
/
en_us.json
File metadata and controls
53 lines (48 loc) · 2.5 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
{
"dimension.minecraft.overworld": "Overworld",
"dimension.minecraft.the_nether": "The Nether",
"dimension.minecraft.the_end": "The End",
"structure.minecraft.bastion_remnant": "Bastion Remnant",
"structure.minecraft.buried_treasure": "Buried Treasure",
"structure.minecraft.desert_pyramid": "Desert Pyramid",
"structure.minecraft.endcity": "End City",
"structure.minecraft.fortress": "Fortress",
"structure.minecraft.igloo": "Igloo",
"structure.minecraft.jungle_pyramid": "Jungle Pyramid",
"structure.minecraft.mansion": "Mansion",
"structure.minecraft.mineshaft": "Mineshaft",
"structure.minecraft.monument": "Monument",
"structure.minecraft.nether_fossil": "Nether Fossil",
"structure.minecraft.ocean_ruin": "Ocean Ruin",
"structure.minecraft.pillager_outpost": "Pillager Outpost",
"structure.minecraft.ruined_portal": "Ruined Portal",
"structure.minecraft.shipwreck": "Shipwreck",
"structure.minecraft.stronghold": "Stronghold",
"structure.minecraft.swamp_hut": "Swamp Hut",
"structure.minecraft.village": "Village",
"item.structures_compass.structures_compass": "Structures Compass",
"string.structures_compass.select_structure": "Select Structure",
"string.structures_compass.start_searching": "Start Searching",
"string.structures_compass.search": "Search",
"string.structures_compass.sort_by": "Sort By",
"string.structures_compass.skip_existing_chunks": "SkipExistingChunks",
"string.structures_compass.name": "Name",
"string.structures_compass.source": "Source",
"string.structures_compass.dimension": "Dimension",
"string.structures_compass.msg_no_target": "There is no target. Please sneak + right click to select a target.",
"string.structures_compass.msg_error_name": "ERROR: Cannot find a structure named ",
"string.structures_compass.msg_searching": "Searching...",
"string.structures_compass.msg_done": "Search Complete.",
"string.structures_compass.hud_not_found": "Not Found",
"string.structures_compass.hud_structure": "Structure Name:",
"string.structures_compass.hud_dim": "Dimension Name:",
"string.structures_compass.hud_pos": "Pos:",
"string.structures_compass.hud_east": "East:",
"string.structures_compass.hud_west": "West:",
"string.structures_compass.hud_north": "North:",
"string.structures_compass.hud_south": "South:",
"string.structures_compass.hud_up": "Up:",
"string.structures_compass.hud_down": "Down:",
"string.structures_compass.hud_distance": "Distance:",
"string.structures_compass.hud_wrong_dim": "Wrong Dimension"
}