-
Notifications
You must be signed in to change notification settings - Fork 1
/
translations.json
4389 lines (4389 loc) · 255 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"language.name": "English",
"language.region": "United States",
"language.code": "en_us",
"narrator.button.accessibility": "Accessibility",
"narrator.button.language": "Language",
"narrator.button.difficulty_lock": "Difficulty lock",
"narrator.button.difficulty_lock.unlocked": "Unlocked",
"narrator.button.difficulty_lock.locked": "Locked",
"narrator.screen.title": "Title Screen",
"narrator.controls.reset": "Reset %s button",
"narrator.controls.bound": "%s is bound to %s",
"narrator.controls.unbound": "%s is not bound",
"narrator.select": "Selected: %s",
"narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s",
"narrator.loading": "Loading: %s",
"narrator.loading.done": "Done",
"narrator.joining": "Joining",
"narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)",
"narration.suggestion": "Selected suggestion %d out of %d: %s",
"gui.done": "Done",
"gui.cancel": "Cancel",
"gui.back": "Back",
"gui.toTitle": "Back to title screen",
"gui.toMenu": "Back to server list",
"gui.up": "Up",
"gui.down": "Down",
"gui.yes": "Yes",
"gui.no": "No",
"gui.none": "None",
"gui.all": "All",
"gui.ok": "Ok",
"gui.proceed": "Proceed",
"gui.recipebook.moreRecipes": "Right Click for more",
"gui.recipebook.toggleRecipes.all": "Showing all",
"gui.recipebook.toggleRecipes.craftable": "Showing craftable",
"gui.recipebook.toggleRecipes.smeltable": "Showing smeltable",
"gui.recipebook.toggleRecipes.blastable": "Showing blastable",
"gui.recipebook.toggleRecipes.smokable": "Showing smokable",
"gui.narrate.button": "%s button",
"gui.narrate.slider": "%s slider",
"gui.narrate.editBox": "%s edit box: %s",
"translation.test.none": "Hello, world!",
"translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!",
"translation.test.escape": "%%s %%%s %%%%s %%%%%s",
"translation.test.invalid": "hi %",
"translation.test.invalid2": "hi % s",
"translation.test.args": "%s %s",
"translation.test.world": "world",
"menu.game": "Game Menu",
"menu.singleplayer": "Singleplayer",
"menu.multiplayer": "Multiplayer",
"menu.online": "Minecraft Realms",
"menu.options": "Options...",
"menu.quit": "Quit Game",
"menu.returnToMenu": "Save and Quit to Title",
"menu.disconnect": "Disconnect",
"menu.returnToGame": "Back to Game",
"menu.generatingLevel": "Generating world",
"menu.loadingLevel": "Loading world",
"menu.savingLevel": "Saving world",
"menu.working": "Working...",
"menu.savingChunks": "Saving chunks",
"menu.preparingSpawn": "Preparing spawn area: %s%%",
"menu.loadingForcedChunks": "Loading forced chunks for dimension %s",
"menu.generatingTerrain": "Building terrain",
"menu.convertingLevel": "Converting world",
"menu.respawning": "Respawning",
"menu.shareToLan": "Open to LAN",
"menu.sendFeedback": "Give Feedback",
"menu.reportBugs": "Report Bugs",
"menu.paused": "Game paused",
"menu.modded": " (Modded)",
"optimizeWorld.confirm.title": "Optimize world",
"optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?",
"optimizeWorld.title": "Optimizing World '%s'",
"optimizeWorld.stage.counting": "Counting chunks...",
"optimizeWorld.stage.upgrading": "Upgrading all chunks...",
"optimizeWorld.stage.finished": "Finishing up...",
"optimizeWorld.stage.failed": "Failed! :(",
"optimizeWorld.info.converted": "Upgraded chunks: %s",
"optimizeWorld.info.skipped": "Skipped chunks: %s",
"optimizeWorld.info.total": "Total chunks: %s",
"selectWorld.title": "Select World",
"selectWorld.search": "search for worlds",
"selectWorld.empty": "empty",
"selectWorld.world": "World",
"selectWorld.select": "Play Selected World",
"selectWorld.create": "Create New World",
"selectWorld.recreate": "Re-Create",
"selectWorld.createDemo": "Play New Demo World",
"selectWorld.delete": "Delete",
"selectWorld.edit": "Edit",
"selectWorld.edit.title": "Edit World",
"selectWorld.edit.resetIcon": "Reset Icon",
"selectWorld.edit.openFolder": "Open World Folder",
"selectWorld.edit.save": "Save",
"selectWorld.edit.backup": "Make Backup",
"selectWorld.edit.backupFolder": "Open Backups Folder",
"selectWorld.edit.backupFailed": "Backup failed",
"selectWorld.edit.backupCreated": "Backed up: %s",
"selectWorld.edit.backupSize": "size: %s MB",
"selectWorld.edit.optimize": "Optimize World",
"selectWorld.deleteQuestion": "Are you sure you want to delete this world?",
"selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)",
"selectWorld.deleteButton": "Delete",
"selectWorld.conversion": "Must be converted!",
"selectWorld.newWorld": "New World",
"selectWorld.enterName": "World Name",
"selectWorld.resultFolder": "Will be saved in:",
"selectWorld.enterSeed": "Seed for the world generator",
"selectWorld.seedInfo": "Leave blank for a random seed",
"selectWorld.cheats": "Cheats",
"selectWorld.customizeType": "Customize",
"selectWorld.version": "Version:",
"selectWorld.versionUnknown": "unknown",
"selectWorld.versionQuestion": "Do you really want to load this world?",
"selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!",
"selectWorld.versionJoinButton": "Load Anyway",
"selectWorld.backupQuestion": "Do you really want to load this world?",
"selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!",
"selectWorld.backupQuestion.customized": "Customized worlds are no longer supported",
"selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!",
"selectWorld.backupEraseCache": "Erase cached data",
"selectWorld.backupJoinConfirmButton": "Backup and load",
"selectWorld.backupJoinSkipButton": "I know what I'm doing!",
"selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,",
"selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!",
"selectWorld.tooltip.snapshot1": "Don't forget to backup this world",
"selectWorld.tooltip.snapshot2": "before you load it in this snapshot.",
"selectWorld.tooltip.unsupported": "This world is no longer supported and can only be played in %s",
"selectWorld.unable_to_load": "Unable to load worlds",
"selectWorld.futureworld.error.title": "An error occured!",
"selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with, sorry it didn't work.",
"selectWorld.recreate.error.title": "An error occured!",
"selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.",
"selectWorld.recreate.customized.title": "Customized worlds are no longer supported",
"selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!",
"selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!",
"createWorld.customize.presets": "Presets",
"createWorld.customize.presets.title": "Select a Preset",
"createWorld.customize.presets.select": "Use Preset",
"createWorld.customize.presets.share": "Want to share your preset with someone? Use the below box!",
"createWorld.customize.presets.list": "Alternatively, here's some we made earlier!",
"createWorld.customize.flat.title": "Superflat Customization",
"createWorld.customize.flat.tile": "Layer Material",
"createWorld.customize.flat.height": "Height",
"createWorld.customize.flat.removeLayer": "Remove Layer",
"createWorld.customize.flat.layer.top": "Top - %s",
"createWorld.customize.flat.layer": "%s",
"createWorld.customize.flat.layer.bottom": "Bottom - %s",
"createWorld.customize.buffet.title": "Buffet world customization",
"createWorld.customize.buffet.generatortype": "World generator:",
"createWorld.customize.buffet.generator": "Please select a generator type",
"createWorld.customize.buffet.biome": "Please select a biome",
"createWorld.customize.preset.classic_flat": "Classic Flat",
"createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream",
"createWorld.customize.preset.water_world": "Water World",
"createWorld.customize.preset.overworld": "Overworld",
"createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom",
"createWorld.customize.preset.bottomless_pit": "Bottomless Pit",
"createWorld.customize.preset.desert": "Desert",
"createWorld.customize.preset.redstone_ready": "Redstone Ready",
"createWorld.customize.preset.the_void": "The Void",
"createWorld.customize.custom.page0": "Basic Settings",
"createWorld.customize.custom.page1": "Ore Settings",
"createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)",
"createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)",
"createWorld.customize.custom.randomize": "Randomize",
"createWorld.customize.custom.prev": "Previous Page",
"createWorld.customize.custom.next": "Next Page",
"createWorld.customize.custom.defaults": "Defaults",
"createWorld.customize.custom.confirm1": "This will overwrite your current",
"createWorld.customize.custom.confirm2": "settings and cannot be undone.",
"createWorld.customize.custom.confirmTitle": "Warning!",
"createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X",
"createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y",
"createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z",
"createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X",
"createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z",
"createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent",
"createWorld.customize.custom.baseSize": "Depth Base Size",
"createWorld.customize.custom.coordinateScale": "Coordinate Scale",
"createWorld.customize.custom.heightScale": "Height Scale",
"createWorld.customize.custom.stretchY": "Height Stretch",
"createWorld.customize.custom.upperLimitScale": "Upper Limit Scale",
"createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale",
"createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight",
"createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset",
"createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight",
"createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset",
"createWorld.customize.custom.seaLevel": "Sea Level",
"createWorld.customize.custom.useCaves": "Caves",
"createWorld.customize.custom.useStrongholds": "Strongholds",
"createWorld.customize.custom.useVillages": "Villages",
"createWorld.customize.custom.useMineShafts": "Mineshafts",
"createWorld.customize.custom.useTemples": "Temples",
"createWorld.customize.custom.useOceanRuins": "Ocean Ruins",
"createWorld.customize.custom.useMonuments": "Ocean Monuments",
"createWorld.customize.custom.useMansions": "Woodland Mansions",
"createWorld.customize.custom.useRavines": "Ravines",
"createWorld.customize.custom.useDungeons": "Dungeons",
"createWorld.customize.custom.dungeonChance": "Dungeon Count",
"createWorld.customize.custom.useWaterLakes": "Water Lakes",
"createWorld.customize.custom.waterLakeChance": "Water Lake Rarity",
"createWorld.customize.custom.useLavaLakes": "Lava Lakes",
"createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity",
"createWorld.customize.custom.useLavaOceans": "Lava Oceans",
"createWorld.customize.custom.fixedBiome": "Biome",
"createWorld.customize.custom.biomeSize": "Biome Size",
"createWorld.customize.custom.riverSize": "River Size",
"createWorld.customize.custom.size": "Spawn Size",
"createWorld.customize.custom.count": "Spawn Tries",
"createWorld.customize.custom.minHeight": "Min. Height",
"createWorld.customize.custom.maxHeight": "Max. Height",
"createWorld.customize.custom.center": "Center Height",
"createWorld.customize.custom.spread": "Spread Height",
"createWorld.customize.custom.presets.title": "Customize World Presets",
"createWorld.customize.custom.presets": "Presets",
"createWorld.customize.custom.preset.waterWorld": "Water World",
"createWorld.customize.custom.preset.isleLand": "Isle Land",
"createWorld.customize.custom.preset.caveDelight": "Caver's Delight",
"createWorld.customize.custom.preset.mountains": "Mountain Madness",
"createWorld.customize.custom.preset.drought": "Drought",
"createWorld.customize.custom.preset.caveChaos": "Caves of Chaos",
"createWorld.customize.custom.preset.goodLuck": "Good Luck",
"gameMode.survival": "Survival Mode",
"gameMode.creative": "Creative Mode",
"gameMode.adventure": "Adventure Mode",
"gameMode.spectator": "Spectator Mode",
"gameMode.hardcore": "Hardcore Mode!",
"gameMode.changed": "Your game mode has been updated to %s",
"spectatorMenu.previous_page": "Previous Page",
"spectatorMenu.next_page": "Next Page",
"spectatorMenu.close": "Close Menu",
"spectatorMenu.teleport": "Teleport to Player",
"spectatorMenu.teleport.prompt": "Select a player to teleport to",
"spectatorMenu.team_teleport": "Teleport to Team Member",
"spectatorMenu.team_teleport.prompt": "Select a team to teleport to",
"spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.",
"selectWorld.gameMode": "Game Mode",
"selectWorld.gameMode.survival": "Survival",
"selectWorld.gameMode.survival.line1": "Search for resources, crafting, gain",
"selectWorld.gameMode.survival.line2": "levels, health and hunger",
"selectWorld.gameMode.creative": "Creative",
"selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and",
"selectWorld.gameMode.creative.line2": "destroy blocks instantly",
"selectWorld.gameMode.spectator": "Spectator",
"selectWorld.gameMode.spectator.line1": "You can look but don't touch",
"selectWorld.gameMode.spectator.line2": "",
"selectWorld.gameMode.hardcore": "Hardcore",
"selectWorld.gameMode.hardcore.line1": "Same as survival mode, locked at hardest",
"selectWorld.gameMode.hardcore.line2": "difficulty, and one life only",
"selectWorld.gameMode.adventure": "Adventure",
"selectWorld.gameMode.adventure.line1": "Same as survival mode, but blocks can't",
"selectWorld.gameMode.adventure.line2": "be added or removed",
"selectWorld.moreWorldOptions": "More World Options...",
"selectWorld.mapFeatures": "Generate Structures:",
"selectWorld.mapFeatures.info": "Villages, dungeons etc",
"selectWorld.mapType": "World Type:",
"selectWorld.mapType.normal": "Normal",
"selectWorld.allowCommands": "Allow Cheats:",
"selectWorld.allowCommands.info": "Commands like /gamemode, /experience",
"selectWorld.hardcoreMode": "Hardcore:",
"selectWorld.hardcoreMode.info": "World is deleted upon death",
"selectWorld.bonusItems": "Bonus Chest:",
"generator.default": "Default",
"generator.flat": "Superflat",
"generator.largeBiomes": "Large Biomes",
"generator.amplified": "AMPLIFIED",
"generator.customized": "Customized",
"generator.debug_all_block_states": "Debug Mode",
"generator.amplified.info": "Notice: Just for fun, requires beefy computer",
"generator.buffet": "Buffet",
"selectServer.title": "Select Server",
"selectServer.empty": "empty",
"selectServer.select": "Join Server",
"selectServer.direct": "Direct Connect",
"selectServer.edit": "Edit",
"selectServer.delete": "Delete",
"selectServer.add": "Add Server",
"selectServer.defaultName": "Minecraft Server",
"selectServer.deleteQuestion": "Are you sure you want to remove this server?",
"selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)",
"selectServer.deleteButton": "Delete",
"selectServer.refresh": "Refresh",
"selectServer.hiddenAddress": "(Hidden)",
"addServer.title": "Edit Server Info",
"addServer.enterName": "Server Name",
"addServer.enterIp": "Server Address",
"addServer.add": "Done",
"addServer.hideAddress": "Hide Address",
"addServer.resourcePack": "Server Resource Packs",
"addServer.resourcePack.enabled": "Enabled",
"addServer.resourcePack.disabled": "Disabled",
"addServer.resourcePack.prompt": "Prompt",
"lanServer.title": "LAN World",
"lanServer.scanning": "Scanning for games on your local network",
"lanServer.start": "Start LAN World",
"lanServer.otherPlayers": "Settings for Other Players",
"mcoServer.title": "Minecraft Online World",
"multiplayerWarning.header": "Online play is not rated",
"multiplayerWarning.message": "During online play you may be exposed to chat messages or other types of user generated content that has not been rated, and may not be suitable for all ages.",
"multiplayerWarning.check": "Do not show this screen again",
"multiplayer.title": "Play Multiplayer",
"multiplayer.connect": "Connect",
"multiplayer.ipinfo": "Enter the IP of a server to connect to it:",
"multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.",
"multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?",
"multiplayer.downloadingTerrain": "Loading terrain...",
"multiplayer.downloadingStats": "Downloading statistics...",
"multiplayer.stopSleeping": "Leave Bed",
"multiplayer.message_not_delivered": "Can't deliver chat message starting with %s, check server logs",
"multiplayer.player.joined": "%s joined the game",
"multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game",
"multiplayer.player.left": "%s left the game",
"multiplayer.status.and_more": "... and %s more ...",
"multiplayer.status.cancelled": "Cancelled",
"multiplayer.status.cannot_connect": "Can't connect to server",
"multiplayer.status.cannot_resolve": "Can't resolve hostname",
"multiplayer.status.client_out_of_date": "Client out of date!",
"multiplayer.status.finished": "Finished",
"multiplayer.status.no_connection": "(no connection)",
"multiplayer.status.old": "Old",
"multiplayer.status.pinging": "Pinging...",
"multiplayer.status.quitting": "Quitting",
"multiplayer.status.server_out_of_date": "Server out of date!",
"multiplayer.status.unknown": "???",
"multiplayer.status.unrequested": "Received unrequested status",
"multiplayer.status.request_handled": "Status requst has been handled",
"multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!",
"multiplayer.disconnect.banned": "You are banned from this server",
"multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s",
"multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s",
"multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s",
"multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s",
"multiplayer.disconnect.duplicate_login": "You logged in from another location",
"multiplayer.disconnect.flying": "Flying is not enabled on this server",
"multiplayer.disconnect.generic": "Disconnected",
"multiplayer.disconnect.idling": "You have been idle for too long!",
"multiplayer.disconnect.illegal_characters": "Illegal characters in chat",
"multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity",
"multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received",
"multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received",
"multiplayer.disconnect.ip_banned": "You have been IP banned from this server",
"multiplayer.disconnect.kicked": "Kicked by an operator",
"multiplayer.disconnect.outdated_client": "Outdated client! Please use %s",
"multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s",
"multiplayer.disconnect.server_shutdown": "Server closed",
"multiplayer.disconnect.slow_login": "Took too long to log in",
"multiplayer.disconnect.unverified_username": "Failed to verify username!",
"multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!",
"multiplayer.disconnect.server_full": "The server is full!",
"multiplayer.disconnect.name_taken": "That name is already taken",
"multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client",
"chat.editBox": "chat",
"chat.cannotSend": "Cannot send chat message",
"chat.type.text": "<%s> %s",
"chat.type.text.narrate": "%s says %s",
"chat.type.emote": "* %s %s",
"chat.type.announcement": "[%s] %s",
"chat.type.admin": "[%s: %s]",
"chat.type.advancement.task": "%s has made the advancement %s",
"chat.type.advancement.challenge": "%s has completed the challenge %s",
"chat.type.advancement.goal": "%s has reached the goal %s",
"chat.type.team.text": "%s <%s> %s",
"chat.type.team.sent": "-> %s <%s> %s",
"chat.type.team.hover": "Message Team",
"chat.link.confirm": "Are you sure you want to open the following website?",
"chat.link.warning": "Never open links from people that you don't trust!",
"chat.copy": "Copy to Clipboard",
"chat.copy.click": "Click to copy to Clipboard",
"chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?",
"chat.link.open": "Open in Browser",
"chat.coordinates": "%s, %s, %s",
"chat.coordinates.tooltip": "Click to teleport",
"menu.playdemo": "Play Demo World",
"menu.resetdemo": "Reset Demo World",
"demo.day.1": "This demo will last five game days, do your best!",
"demo.day.2": "Day Two",
"demo.day.3": "Day Three",
"demo.day.4": "Day Four",
"demo.day.5": "This is your last day!",
"demo.day.warning": "Your time is almost up!",
"demo.day.6": "You have passed your fifth day, use %s to save a screenshot of your creation",
"demo.reminder": "The demo time has expired, buy the game to continue or start a new world!",
"demo.remainingTime": "Remaining time: %s",
"demo.demoExpired": "Demo time's up!",
"demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around",
"demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys",
"demo.help.movementMouse": "Look around using the mouse",
"demo.help.jump": "Jump by pressing the %1$s key",
"demo.help.inventory": "Use the %1$s key to open your inventory",
"demo.help.title": "Minecraft Demo Mode",
"demo.help.fullWrapped": "This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!",
"demo.help.buy": "Purchase Now!",
"demo.help.later": "Continue Playing!",
"connect.connecting": "Connecting to the server...",
"connect.aborted": "Aborted",
"connect.authorizing": "Logging in...",
"connect.negotiating": "Negotiating...",
"connect.encrypting": "Encrypting...",
"connect.joining": "Joining world...",
"connect.failed": "Failed to connect to the server",
"disconnect.genericReason": "%s",
"disconnect.disconnected": "Disconnected by Server",
"disconnect.lost": "Connection Lost",
"disconnect.kicked": "Was kicked from the game",
"disconnect.timeout": "Timed out",
"disconnect.closed": "Connection closed",
"disconnect.loginFailed": "Failed to log in",
"disconnect.loginFailedInfo": "Failed to log in: %s",
"disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.",
"disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)",
"disconnect.quitting": "Quitting",
"disconnect.endOfStream": "End of stream",
"disconnect.overflow": "Buffer overflow",
"disconnect.spam": "Kicked for spamming",
"soundCategory.master": "Master Volume",
"soundCategory.music": "Music",
"soundCategory.record": "Jukebox/Note Blocks",
"soundCategory.weather": "Weather",
"soundCategory.hostile": "Hostile Creatures",
"soundCategory.neutral": "Friendly Creatures",
"soundCategory.player": "Players",
"soundCategory.block": "Blocks",
"soundCategory.ambient": "Ambient/Environment",
"soundCategory.voice": "Voice/Speech",
"record.nowPlaying": "Now playing: %s",
"options.off": "OFF",
"options.on": "ON",
"options.visible": "Shown",
"options.hidden": "Hidden",
"options.title": "Options",
"options.controls": "Controls...",
"options.video": "Video Settings...",
"options.language": "Language...",
"options.sounds": "Music & Sounds...",
"options.sounds.title": "Music & Sound Options",
"options.languageWarning": "Language translations may not be 100%% accurate",
"options.videoTitle": "Video Settings",
"options.mouse_settings": "Mouse Settings...",
"options.mouse_settings.title": "Mouse Settings",
"options.customizeTitle": "Customize World Settings",
"options.music": "Music",
"options.sound": "Sound",
"options.invertMouse": "Invert Mouse",
"options.fov": "FOV",
"options.fov.min": "Normal",
"options.fov.max": "Quake Pro",
"options.biomeBlendRadius": "Biome Blend",
"options.biomeBlendRadius.1": "OFF (Fastest)",
"options.biomeBlendRadius.3": "3x3 (Fast)",
"options.biomeBlendRadius.5": "5x5 (Normal)",
"options.biomeBlendRadius.7": "7x7 (High)",
"options.biomeBlendRadius.9": "9x9 (Very High)",
"options.biomeBlendRadius.11": "11x11 (Extreme)",
"options.biomeBlendRadius.13": "13x13 (Showoff)",
"options.biomeBlendRadius.15": "15x15 (Maximum)",
"options.gamma": "Brightness",
"options.gamma.min": "Moody",
"options.gamma.max": "Bright",
"options.sensitivity": "Sensitivity",
"options.sensitivity.min": "*yawn*",
"options.sensitivity.max": "HYPERSPEED!!!",
"options.renderDistance": "Render Distance",
"options.viewBobbing": "View Bobbing",
"options.ao": "Smooth Lighting",
"options.ao.off": "OFF",
"options.ao.min": "Minimum",
"options.ao.max": "Maximum",
"options.anaglyph": "3D Anaglyph",
"options.chunks": "%s chunks",
"options.framerate": "%s fps",
"options.framerateLimit": "Max Framerate",
"options.framerateLimit.max": "Unlimited",
"options.difficulty": "Difficulty",
"options.difficulty.peaceful": "Peaceful",
"options.difficulty.easy": "Easy",
"options.difficulty.normal": "Normal",
"options.difficulty.hard": "Hard",
"options.difficulty.hardcore": "Hardcore",
"options.graphics": "Graphics",
"options.graphics.fancy": "Fancy",
"options.graphics.fast": "Fast",
"options.clouds.fancy": "Fancy",
"options.clouds.fast": "Fast",
"options.guiScale": "GUI Scale",
"options.guiScale.auto": "Auto",
"options.renderClouds": "Clouds",
"options.particles": "Particles",
"options.particles.all": "All",
"options.particles.decreased": "Decreased",
"options.particles.minimal": "Minimal",
"options.multiplayer.title": "Multiplayer Settings...",
"options.chat.title": "Chat Settings...",
"options.chat.visibility": "Chat",
"options.chat.visibility.full": "Shown",
"options.chat.visibility.system": "Commands Only",
"options.chat.visibility.hidden": "Hidden",
"options.chat.color": "Colors",
"options.chat.opacity": "Chat Text Opacity",
"options.chat.links": "Web Links",
"options.chat.links.prompt": "Prompt on Links",
"options.chat.scale": "Scale",
"options.chat.width": "Width",
"options.chat.height.focused": "Focused Height",
"options.chat.height.unfocused": "Unfocused Height",
"options.accessibility.title": "Accessibility Settings...",
"options.accessibility.text_background": "Text Background",
"options.accessibility.text_background.chat": "Chat",
"options.accessibility.text_background.everywhere": "Everywhere",
"options.accessibility.text_background_opacity": "Text Background Opacity",
"options.key.toggle": "Toggle",
"options.key.hold": "Hold",
"options.skinCustomisation": "Skin Customization...",
"options.skinCustomisation.title": "Skin Customization",
"options.modelPart.cape": "Cape",
"options.modelPart.hat": "Hat",
"options.modelPart.jacket": "Jacket",
"options.modelPart.left_sleeve": "Left Sleeve",
"options.modelPart.right_sleeve": "Right Sleeve",
"options.modelPart.left_pants_leg": "Left Pants Leg",
"options.modelPart.right_pants_leg": "Right Pants Leg",
"options.snooper": "Allow Snooper",
"options.snooper.view": "Snooper Settings...",
"options.snooper.title": "Feed us data!",
"options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!",
"options.resourcepack": "Resource Packs...",
"options.fullscreen": "Fullscreen",
"options.vsync": "Use VSync",
"options.vbo": "Use VBOs",
"options.touchscreen": "Touchscreen Mode",
"options.reducedDebugInfo": "Reduced Debug Info",
"options.entityShadows": "Entity Shadows",
"options.mainHand": "Main Hand",
"options.mainHand.left": "Left",
"options.mainHand.right": "Right",
"options.attackIndicator": "Attack Indicator",
"options.attack.crosshair": "Crosshair",
"options.attack.hotbar": "Hotbar",
"options.showSubtitles": "Show Subtitles",
"options.realmsNotifications": "Realms Notifications",
"options.autoJump": "Auto-Jump",
"options.autoSuggestCommands": "Command Suggestions",
"options.discrete_mouse_scroll": "Discrete Scrolling",
"options.mouseWheelSensitivity": "Scroll Sensitivity",
"options.rawMouseInput": "Raw Input",
"options.narrator": "Narrator",
"options.narrator.off": "OFF",
"options.narrator.all": "Narrates all",
"options.narrator.chat": "Narrates chat",
"options.narrator.system": "Narrates system",
"options.narrator.notavailable": "Not available",
"options.fullscreen.resolution": "Fullscreen Resolution",
"options.fullscreen.unavailable": "Setting unavailable",
"options.fullscreen.current": "Current",
"options.mipmapLevels": "Mipmap Levels",
"options.forceUnicodeFont": "Force Unicode Font",
"narrator.toast.disabled": "Narrator Disabled",
"narrator.toast.enabled": "Narrator Enabled",
"difficulty.lock.title": "Lock World Difficulty",
"difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.",
"title.oldgl.eol.line1": "Old graphics card detected; this WILL prevent you from",
"title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!",
"title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from",
"title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!",
"controls.title": "Controls",
"controls.reset": "Reset",
"controls.resetAll": "Reset Keys",
"key.sprint": "Sprint",
"key.forward": "Walk Forwards",
"key.left": "Strafe Left",
"key.back": "Walk Backwards",
"key.right": "Strafe Right",
"key.jump": "Jump",
"key.inventory": "Open/Close Inventory",
"key.drop": "Drop Selected Item",
"key.swapHands": "Swap Item In Hands",
"key.chat": "Open Chat",
"key.sneak": "Sneak",
"key.playerlist": "List Players",
"key.attack": "Attack/Destroy",
"key.use": "Use Item/Place Block",
"key.pickItem": "Pick Block",
"key.command": "Open Command",
"key.screenshot": "Take Screenshot",
"key.togglePerspective": "Toggle Perspective",
"key.smoothCamera": "Toggle Cinematic Camera",
"key.fullscreen": "Toggle Fullscreen",
"key.spectatorOutlines": "Highlight Players (Spectators)",
"key.hotbar.1": "Hotbar Slot 1",
"key.hotbar.2": "Hotbar Slot 2",
"key.hotbar.3": "Hotbar Slot 3",
"key.hotbar.4": "Hotbar Slot 4",
"key.hotbar.5": "Hotbar Slot 5",
"key.hotbar.6": "Hotbar Slot 6",
"key.hotbar.7": "Hotbar Slot 7",
"key.hotbar.8": "Hotbar Slot 8",
"key.hotbar.9": "Hotbar Slot 9",
"key.saveToolbarActivator": "Save Toolbar Activator",
"key.loadToolbarActivator": "Load Toolbar Activator",
"key.advancements": "Advancements",
"key.categories.movement": "Movement",
"key.categories.misc": "Miscellaneous",
"key.categories.multiplayer": "Multiplayer",
"key.categories.gameplay": "Gameplay",
"key.categories.ui": "Game Interface",
"key.categories.inventory": "Inventory",
"key.categories.creative": "Creative Mode",
"key.mouse.left": "Left Button",
"key.mouse.right": "Right Button",
"key.mouse.middle": "Middle Button",
"key.mouse": "Button %1$s",
"key.keyboard.unknown": "Not bound",
"key.keyboard.apostrophe": "'",
"key.keyboard.backslash": "\\",
"key.keyboard.backspace": "Backspace",
"key.keyboard.comma": ",",
"key.keyboard.delete": "Delete",
"key.keyboard.end": "End",
"key.keyboard.enter": "Enter",
"key.keyboard.equal": "=",
"key.keyboard.escape": "Escape",
"key.keyboard.f1": "F1",
"key.keyboard.f2": "F2",
"key.keyboard.f3": "F3",
"key.keyboard.f4": "F4",
"key.keyboard.f5": "F5",
"key.keyboard.f6": "F6",
"key.keyboard.f7": "F7",
"key.keyboard.f8": "F8",
"key.keyboard.f9": "F9",
"key.keyboard.f10": "F10",
"key.keyboard.f11": "F11",
"key.keyboard.f12": "F12",
"key.keyboard.f13": "F13",
"key.keyboard.f14": "F14",
"key.keyboard.f15": "F15",
"key.keyboard.f16": "F16",
"key.keyboard.f17": "F17",
"key.keyboard.f18": "F18",
"key.keyboard.f19": "F19",
"key.keyboard.f20": "F20",
"key.keyboard.f21": "F21",
"key.keyboard.f22": "F22",
"key.keyboard.f23": "F23",
"key.keyboard.f24": "F24",
"key.keyboard.f25": "F25",
"key.keyboard.grave.accent": "`",
"key.keyboard.home": "Home",
"key.keyboard.insert": "Insert",
"key.keyboard.keypad.0": "Keypad 0",
"key.keyboard.keypad.1": "Keypad 1",
"key.keyboard.keypad.2": "Keypad 2",
"key.keyboard.keypad.3": "Keypad 3",
"key.keyboard.keypad.4": "Keypad 4",
"key.keyboard.keypad.5": "Keypad 5",
"key.keyboard.keypad.6": "Keypad 6",
"key.keyboard.keypad.7": "Keypad 7",
"key.keyboard.keypad.8": "Keypad 8",
"key.keyboard.keypad.9": "Keypad 9",
"key.keyboard.keypad.add": "Keypad +",
"key.keyboard.keypad.decimal": "Keypad Decimal",
"key.keyboard.keypad.enter": "Keypad Enter",
"key.keyboard.keypad.equal": "Keypad =",
"key.keyboard.keypad.multiply": "Keypad *",
"key.keyboard.keypad.divide": "Keypad /",
"key.keyboard.keypad.subtract": "Keypad -",
"key.keyboard.left.bracket": "[",
"key.keyboard.right.bracket": "]",
"key.keyboard.minus": "-",
"key.keyboard.num.lock": "Num Lock",
"key.keyboard.caps.lock": "Caps Lock",
"key.keyboard.scroll.lock": "Scroll Lock",
"key.keyboard.page.down": "Page Down",
"key.keyboard.page.up": "Page Up",
"key.keyboard.pause": "Pause",
"key.keyboard.period": ".",
"key.keyboard.left.control": "Left Control",
"key.keyboard.right.control": "Right Control",
"key.keyboard.left.alt": "Left Alt",
"key.keyboard.right.alt": "Right Alt",
"key.keyboard.left.shift": "Left Shift",
"key.keyboard.right.shift": "Right Shift",
"key.keyboard.left.win": "Left Win",
"key.keyboard.right.win": "Right Win",
"key.keyboard.semicolon": ";",
"key.keyboard.slash": "/",
"key.keyboard.space": "Space",
"key.keyboard.tab": "Tab",
"key.keyboard.up": "Up Arrow",
"key.keyboard.down": "Down Arrow",
"key.keyboard.left": "Left Arrow",
"key.keyboard.right": "Right Arrow",
"key.keyboard.menu": "Menu",
"key.keyboard.print.screen": "Print Screen",
"key.keyboard.world.1": "World 1",
"key.keyboard.world.2": "World 2",
"resourcePack.openFolder": "Open Resource Pack Folder",
"resourcePack.title": "Select Resource Packs",
"resourcePack.available.title": "Available Resource Packs",
"resourcePack.selected.title": "Selected Resource Packs",
"resourcePack.folderInfo": "(Place resource pack files here)",
"resourcePack.incompatible": "Incompatible",
"resourcePack.incompatible.old": "(Made for an older version of Minecraft)",
"resourcePack.incompatible.new": "(Made for a newer version of Minecraft)",
"resourcePack.incompatible.confirm.title": "Are you sure you want to load this resource pack?",
"resourcePack.incompatible.confirm.old": "This resource pack was made for an older version of Minecraft and may no longer work correctly.",
"resourcePack.incompatible.confirm.new": "This resource pack was made for a newer version of Minecraft and may no longer work correctly.",
"resourcePack.server.name": "World Specific Resources",
"resourcePack.broken_assets": "BROKEN ASSETS DETECTED",
"resourcePack.load_fail": "Resource reload failed",
"sign.edit": "Edit sign message",
"book.pageIndicator": "Page %1$s of %2$s",
"book.byAuthor": "by %1$s",
"book.signButton": "Sign",
"book.editTitle": "Enter Book Title:",
"book.finalizeButton": "Sign and Close",
"book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.",
"book.generation.0": "Original",
"book.generation.1": "Copy of original",
"book.generation.2": "Copy of a copy",
"book.generation.3": "Tattered",
"book.invalid.tag": "* Invalid book tag *",
"merchant.deprecated": "Villagers restock up to two times per day.",
"merchant.current_level": "Trader's current level",
"merchant.next_level": "Trader's next level",
"merchant.level.1": "Novice",
"merchant.level.2": "Apprentice",
"merchant.level.3": "Journeyman",
"merchant.level.4": "Expert",
"merchant.level.5": "Master",
"merchant.trades": "Trades",
"block.minecraft.air": "Air",
"block.minecraft.barrier": "Barrier",
"block.minecraft.stone": "Stone",
"block.minecraft.granite": "Granite",
"block.minecraft.polished_granite": "Polished Granite",
"block.minecraft.diorite": "Diorite",
"block.minecraft.polished_diorite": "Polished Diorite",
"block.minecraft.andesite": "Andesite",
"block.minecraft.polished_andesite": "Polished Andesite",
"block.minecraft.hay_block": "Hay Bale",
"block.minecraft.grass_block": "Grass Block",
"block.minecraft.dirt": "Dirt",
"block.minecraft.coarse_dirt": "Coarse Dirt",
"block.minecraft.podzol": "Podzol",
"block.minecraft.cobblestone": "Cobblestone",
"block.minecraft.oak_planks": "Oak Planks",
"block.minecraft.spruce_planks": "Spruce Planks",
"block.minecraft.birch_planks": "Birch Planks",
"block.minecraft.jungle_planks": "Jungle Planks",
"block.minecraft.acacia_planks": "Acacia Planks",
"block.minecraft.dark_oak_planks": "Dark Oak Planks",
"block.minecraft.oak_sapling": "Oak Sapling",
"block.minecraft.spruce_sapling": "Spruce Sapling",
"block.minecraft.birch_sapling": "Birch Sapling",
"block.minecraft.jungle_sapling": "Jungle Sapling",
"block.minecraft.acacia_sapling": "Acacia Sapling",
"block.minecraft.dark_oak_sapling": "Dark Oak Sapling",
"block.minecraft.oak_door": "Oak Door",
"block.minecraft.spruce_door": "Spruce Door",
"block.minecraft.birch_door": "Birch Door",
"block.minecraft.jungle_door": "Jungle Door",
"block.minecraft.acacia_door": "Acacia Door",
"block.minecraft.dark_oak_door": "Dark Oak Door",
"block.minecraft.bedrock": "Bedrock",
"block.minecraft.water": "Water",
"block.minecraft.lava": "Lava",
"block.minecraft.flowing_water": "Flowing Water",
"block.minecraft.flowing_lava": "Flowing Lava",
"block.minecraft.sand": "Sand",
"block.minecraft.red_sand": "Red Sand",
"block.minecraft.sandstone": "Sandstone",
"block.minecraft.chiseled_sandstone": "Chiseled Sandstone",
"block.minecraft.cut_sandstone": "Cut Sandstone",
"block.minecraft.red_sandstone": "Red Sandstone",
"block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone",
"block.minecraft.cut_red_sandstone": "Cut Red Sandstone",
"block.minecraft.gravel": "Gravel",
"block.minecraft.gold_ore": "Gold Ore",
"block.minecraft.iron_ore": "Iron Ore",
"block.minecraft.coal_ore": "Coal Ore",
"block.minecraft.oak_wood": "Oak Wood",
"block.minecraft.spruce_wood": "Spruce Wood",
"block.minecraft.birch_wood": "Birch Wood",
"block.minecraft.jungle_wood": "Jungle Wood",
"block.minecraft.acacia_wood": "Acacia Wood",
"block.minecraft.dark_oak_wood": "Dark Oak Wood",
"block.minecraft.oak_log": "Oak Log",
"block.minecraft.spruce_log": "Spruce Log",
"block.minecraft.birch_log": "Birch Log",
"block.minecraft.jungle_log": "Jungle Log",
"block.minecraft.acacia_log": "Acacia Log",
"block.minecraft.dark_oak_log": "Dark Oak Log",
"block.minecraft.stripped_oak_log": "Stripped Oak Log",
"block.minecraft.stripped_spruce_log": "Stripped Spruce Log",
"block.minecraft.stripped_birch_log": "Stripped Birch Log",
"block.minecraft.stripped_jungle_log": "Stripped Jungle Log",
"block.minecraft.stripped_acacia_log": "Stripped Acacia Log",
"block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log",
"block.minecraft.stripped_oak_wood": "Stripped Oak Wood",
"block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood",
"block.minecraft.stripped_birch_wood": "Stripped Birch Wood",
"block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood",
"block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood",
"block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood",
"block.minecraft.oak_leaves": "Oak Leaves",
"block.minecraft.spruce_leaves": "Spruce Leaves",
"block.minecraft.birch_leaves": "Birch Leaves",
"block.minecraft.jungle_leaves": "Jungle Leaves",
"block.minecraft.acacia_leaves": "Acacia Leaves",
"block.minecraft.dark_oak_leaves": "Dark Oak Leaves",
"block.minecraft.dead_bush": "Dead Bush",
"block.minecraft.grass": "Grass",
"block.minecraft.fern": "Fern",
"block.minecraft.sponge": "Sponge",
"block.minecraft.wet_sponge": "Wet Sponge",
"block.minecraft.glass": "Glass",
"block.minecraft.kelp_plant": "Kelp Plant",
"block.minecraft.kelp": "Kelp",
"block.minecraft.dried_kelp_block": "Dried Kelp Block",
"block.minecraft.white_stained_glass": "White Stained Glass",
"block.minecraft.orange_stained_glass": "Orange Stained Glass",
"block.minecraft.magenta_stained_glass": "Magenta Stained Glass",
"block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass",
"block.minecraft.yellow_stained_glass": "Yellow Stained Glass",
"block.minecraft.lime_stained_glass": "Lime Stained Glass",
"block.minecraft.pink_stained_glass": "Pink Stained Glass",
"block.minecraft.gray_stained_glass": "Gray Stained Glass",
"block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass",
"block.minecraft.cyan_stained_glass": "Cyan Stained Glass",
"block.minecraft.purple_stained_glass": "Purple Stained Glass",
"block.minecraft.blue_stained_glass": "Blue Stained Glass",
"block.minecraft.brown_stained_glass": "Brown Stained Glass",
"block.minecraft.green_stained_glass": "Green Stained Glass",
"block.minecraft.red_stained_glass": "Red Stained Glass",
"block.minecraft.black_stained_glass": "Black Stained Glass",
"block.minecraft.white_stained_glass_pane": "White Stained Glass Pane",
"block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane",
"block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane",
"block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane",
"block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane",
"block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane",
"block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane",
"block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane",
"block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane",
"block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane",
"block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane",
"block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane",
"block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane",
"block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane",
"block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane",
"block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane",
"block.minecraft.glass_pane": "Glass Pane",
"block.minecraft.dandelion": "Dandelion",
"block.minecraft.poppy": "Poppy",
"block.minecraft.blue_orchid": "Blue Orchid",
"block.minecraft.allium": "Allium",
"block.minecraft.azure_bluet": "Azure Bluet",
"block.minecraft.red_tulip": "Red Tulip",
"block.minecraft.orange_tulip": "Orange Tulip",
"block.minecraft.white_tulip": "White Tulip",
"block.minecraft.pink_tulip": "Pink Tulip",
"block.minecraft.oxeye_daisy": "Oxeye Daisy",
"block.minecraft.cornflower": "Cornflower",
"block.minecraft.lily_of_the_valley": "Lily of the Valley",
"block.minecraft.wither_rose": "Wither Rose",
"block.minecraft.sunflower": "Sunflower",
"block.minecraft.lilac": "Lilac",
"block.minecraft.tall_grass": "Tall Grass",
"block.minecraft.tall_seagrass": "Tall Seagrass",
"block.minecraft.large_fern": "Large Fern",
"block.minecraft.rose_bush": "Rose Bush",
"block.minecraft.peony": "Peony",
"block.minecraft.seagrass": "Seagrass",
"block.minecraft.sea_pickle": "Sea Pickle",
"block.minecraft.brown_mushroom": "Brown Mushroom",
"block.minecraft.red_mushroom_block": "Red Mushroom Block",
"block.minecraft.brown_mushroom_block": "Brown Mushroom Block",
"block.minecraft.mushroom_stem": "Mushroom Stem",
"block.minecraft.gold_block": "Block of Gold",
"block.minecraft.iron_block": "Block of Iron",
"block.minecraft.smooth_stone": "Smooth Stone",
"block.minecraft.smooth_sandstone": "Smooth Sandstone",
"block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone",
"block.minecraft.smooth_quartz": "Smooth Quartz",
"block.minecraft.stone_slab": "Stone Slab",
"block.minecraft.smooth_stone_slab": "Smooth Stone Slab",
"block.minecraft.sandstone_slab": "Sandstone Slab",
"block.minecraft.red_sandstone_slab": "Red Sandstone Slab",
"block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab",
"block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab",
"block.minecraft.petrified_oak_slab": "Petrified Oak Slab",
"block.minecraft.cobblestone_slab": "Cobblestone Slab",
"block.minecraft.brick_slab": "Brick Slab",
"block.minecraft.stone_brick_slab": "Stone Brick Slab",
"block.minecraft.nether_brick_slab": "Nether Brick Slab",
"block.minecraft.quartz_slab": "Quartz Slab",
"block.minecraft.oak_slab": "Oak Slab",
"block.minecraft.spruce_slab": "Spruce Slab",
"block.minecraft.birch_slab": "Birch Slab",
"block.minecraft.jungle_slab": "Jungle Slab",
"block.minecraft.acacia_slab": "Acacia Slab",
"block.minecraft.dark_oak_slab": "Dark Oak Slab",
"block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab",
"block.minecraft.prismarine_slab": "Prismarine Slab",
"block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab",
"block.minecraft.bricks": "Bricks",
"block.minecraft.tnt": "TNT",
"block.minecraft.bookshelf": "Bookshelf",
"block.minecraft.mossy_cobblestone": "Mossy Cobblestone",
"block.minecraft.obsidian": "Obsidian",
"block.minecraft.torch": "Torch",
"block.minecraft.wall_torch": "Wall Torch",
"block.minecraft.fire": "Fire",
"block.minecraft.spawner": "Spawner",
"block.minecraft.oak_stairs": "Oak Stairs",
"block.minecraft.spruce_stairs": "Spruce Stairs",
"block.minecraft.birch_stairs": "Birch Stairs",
"block.minecraft.jungle_stairs": "Jungle Stairs",
"block.minecraft.acacia_stairs": "Acacia Stairs",
"block.minecraft.dark_oak_stairs": "Dark Oak Stairs",
"block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs",
"block.minecraft.prismarine_stairs": "Prismarine Stairs",
"block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs",
"block.minecraft.chest": "Chest",
"block.minecraft.trapped_chest": "Trapped Chest",
"block.minecraft.redstone_wire": "Redstone Wire",
"block.minecraft.diamond_ore": "Diamond Ore",
"block.minecraft.coal_block": "Block of Coal",
"block.minecraft.diamond_block": "Block of Diamond",
"block.minecraft.crafting_table": "Crafting Table",
"block.minecraft.wheat": "Wheat Crops",
"block.minecraft.farmland": "Farmland",
"block.minecraft.furnace": "Furnace",
"block.minecraft.oak_sign": "Oak Sign",
"block.minecraft.spruce_sign": "Spruce Sign",
"block.minecraft.birch_sign": "Birch Sign",
"block.minecraft.acacia_sign": "Acacia Sign",
"block.minecraft.jungle_sign": "Jungle Sign",
"block.minecraft.dark_oak_sign": "Dark Oak Sign",
"block.minecraft.oak_wall_sign": "Oak Wall Sign",
"block.minecraft.spruce_wall_sign": "Spruce Wall Sign",
"block.minecraft.birch_wall_sign": "Birch Wall Sign",
"block.minecraft.acacia_wall_sign": "Acacia Wall Sign",
"block.minecraft.jungle_wall_sign": "Jungle Wall Sign",
"block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign",
"block.minecraft.ladder": "Ladder",
"block.minecraft.scaffolding": "Scaffolding",
"block.minecraft.rail": "Rail",
"block.minecraft.powered_rail": "Powered Rail",
"block.minecraft.activator_rail": "Activator Rail",
"block.minecraft.detector_rail": "Detector Rail",
"block.minecraft.cobblestone_stairs": "Cobblestone Stairs",
"block.minecraft.sandstone_stairs": "Sandstone Stairs",
"block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs",
"block.minecraft.lever": "Lever",
"block.minecraft.stone_pressure_plate": "Stone Pressure Plate",
"block.minecraft.oak_pressure_plate": "Oak Pressure Plate",
"block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate",
"block.minecraft.birch_pressure_plate": "Birch Pressure Plate",
"block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate",
"block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate",
"block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate",
"block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate",
"block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate",
"block.minecraft.iron_door": "Iron Door",
"block.minecraft.redstone_ore": "Redstone Ore",
"block.minecraft.redstone_torch": "Redstone Torch",
"block.minecraft.redstone_wall_torch": "Redstone Wall Torch",
"block.minecraft.stone_button": "Stone Button",
"block.minecraft.oak_button": "Oak Button",
"block.minecraft.spruce_button": "Spruce Button",
"block.minecraft.birch_button": "Birch Button",
"block.minecraft.jungle_button": "Jungle Button",
"block.minecraft.acacia_button": "Acacia Button",
"block.minecraft.dark_oak_button": "Dark Oak Button",
"block.minecraft.snow": "Snow",
"block.minecraft.white_carpet": "White Carpet",
"block.minecraft.orange_carpet": "Orange Carpet",
"block.minecraft.magenta_carpet": "Magenta Carpet",
"block.minecraft.light_blue_carpet": "Light Blue Carpet",
"block.minecraft.yellow_carpet": "Yellow Carpet",
"block.minecraft.lime_carpet": "Lime Carpet",
"block.minecraft.pink_carpet": "Pink Carpet",
"block.minecraft.gray_carpet": "Gray Carpet",
"block.minecraft.light_gray_carpet": "Light Gray Carpet",
"block.minecraft.cyan_carpet": "Cyan Carpet",
"block.minecraft.purple_carpet": "Purple Carpet",
"block.minecraft.blue_carpet": "Blue Carpet",
"block.minecraft.brown_carpet": "Brown Carpet",
"block.minecraft.green_carpet": "Green Carpet",
"block.minecraft.red_carpet": "Red Carpet",
"block.minecraft.black_carpet": "Black Carpet",
"block.minecraft.ice": "Ice",
"block.minecraft.frosted_ice": "Frosted Ice",
"block.minecraft.packed_ice": "Packed Ice",
"block.minecraft.blue_ice": "Blue Ice",