]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blob - src/main/resources/assets/bbor/lang/en_us.json
Add support for custom line
[BoundingBoxOutlineReloaded.git] / src / main / resources / assets / bbor / lang / en_us.json
1 {
2   "bbor.key.toggleActive": "Toggle Active",
3
4   "bbor.tabs.structures": "Structures",
5   "bbor.tabs.villages": "Villages",
6
7   "bbor.options.active": "Active",
8   "bbor.options.outerBoxOnly": "Outer Box Only",
9   "bbor.options.fill": "Fill",
10
11   "bbor.options.maxY": "Max Y: %s",
12   "bbor.options.maxY.activated": "Activated",
13   "bbor.options.maxY.player": "Player",
14   "bbor.options.maxY.seaLevel": "Sea Level",
15
16   "bbor.options.distance": "Distance: %s",
17   "bbor.options.distance.nearest": "Nearest",
18   "bbor.options.distance.nearer": "Nearer",
19   "bbor.options.distance.normal": "Normal",
20   "bbor.options.distance.y": "Distance (Y): %s",
21   "bbor.options.distance.xz": "Distance (X/Z): %s",
22
23   "bbor.features.spawnChunks": "Spawn Chunks",
24   "bbor.features.lazyChunks": "Lazy Chunks",
25   "bbor.features.slimeChunks": "Slime Chunks",
26   "bbor.features.mobSpawners": "Mob Spawners",
27   "bbor.features.mobSpawners.spawnArea": "Spawn Area",
28   "bbor.features.mobSpawners.activationLines": "Activation Lines",
29   "bbor.features.spawningSpheres": "Spawning Spheres",
30   "bbor.features.spawnableBlocks": "Spawnable Blocks",
31   "bbor.features.biomeBorders": "Biome Borders",
32
33   "bbor.sections.beaconsAndConduits": "Beacons & Conduits",
34   "bbor.features.beacons": "Beacons",
35   "bbor.features.conduits": "Conduits",
36   "bbor.features.conduits.mobHarmArea": "Mob Harm Area",
37
38   "bbor.structures.desertTemples": "Desert Temples",
39   "bbor.structures.jungleTemples": "Jungle Temples",
40   "bbor.structures.witchHuts": "Witch Huts",
41   "bbor.structures.mansions": "Mansions",
42   "bbor.structures.monuments": "Monuments",
43   "bbor.structures.igloos": "Igloos",
44   "bbor.structures.oceanRuins": "Ocean Ruins",
45   "bbor.structures.buriedTreasure": "Buried Treasure",
46   "bbor.structures.shipwrecks": "Shipwrecks",
47   "bbor.structures.strongholds": "Strongholds",
48   "bbor.structures.mineshafts": "Mineshafts",
49   "bbor.structures.pillagerOutposts": "Pillager Outposts",
50   "bbor.structures.villages": "Villages",
51   "bbor.structures.fortresses": "Fortresses",
52   "bbor.structures.endCities": "End Cities",
53   "bbor.structures.netherFossils": "Nether Fossils",
54   "bbor.structures.bastionRemnants": "Bastion Remnants",
55   "bbor.structures.ruinedPortal": "Ruined Portals",
56
57   "bbor.features.villageSpheres": "Village Spheres",
58   "bbor.features.villageSpheres.doorLines": "Door Lines",
59   "bbor.features.villageSpheres.golemSpawn": "Golem Spawn",
60   "bbor.features.villageSpheres.dotSize": "Dot Size: %s",
61   "bbor.features.villageSpheres.density": "Density: %s",
62   "bbor.features.villageSpheres.density.fewest": "Fewest",
63   "bbor.features.villageSpheres.density.fewer": "Fewer",
64   "bbor.features.villageSpheres.density.normal": "Normal",
65   "bbor.features.villageSpheres.density.more": "More",
66   "bbor.features.villageSpheres.density.most": "Most",
67
68   "bbor.commands.custom.cleared.all": "All custom boxes cleared",
69
70   "bbor.commands.beacon.added": "Custom beacon added at [x=%d, y=%d, z=%d] with level %d",
71   "bbor.commands.beacon.cleared.all": "All custom beacons cleared",
72   "bbor.commands.beacon.cleared": "Custom beacon cleared at [x=%d, y=%d, z=%d]",
73   "bbor.commands.beacon.notFound": "No custom beacon found at [x=%d, y=%d, z=%d]",
74
75   "bbor.commands.box.added": "Box added with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
76   "bbor.commands.box.cleared.all": "All boxes cleared",
77   "bbor.commands.box.cleared": "Box cleared with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
78   "bbor.commands.box.notFound": "No box found with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
79
80   "bbor.commands.line.added": "Line added with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
81   "bbor.commands.line.cleared":  "All lines cleared",
82   "bbor.commands.line.cleared.all": "Line cleared with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
83   "bbor.commands.line.notFound":  "No line found with start [x=%d, y=%d, z=%d] and end [x=%d, y=%d, z=%d]",
84
85   "bbor.commands.spawningSphere.set": "Spawning sphere set",
86   "bbor.commands.spawningSphere.notSet": "No spawning sphere set",
87   "bbor.commands.spawningSphere.cleared": "Spawning sphere cleared",
88   "bbor.commands.spawningSphere.calculated": "Calculated %s spawnable spaces (%s only at night)",
89
90   "bbor.renderer.spawningSphere.spawnable": "Spawnable:",
91   "bbor.renderer.spawningSphere.none": "None"
92 }