Skip to content

Commit a2cd490

Browse files
committed
update en_us for jm6
1 parent cc766a3 commit a2cd490

27 files changed

+791
-10
lines changed

src/main/resources/assets/journeymap/lang/ar_sa.json

+29
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
"jm.common.mapgui_only_ready": "صحافة [§b %1$s §f]",
360360
"jm.common.memory_warning": "ماين كرافت نفاد الذاكرة : %1$s",
361361
"jm.common.minimap_options.title": "Minimap Position: Drag with Mouse or Arrow Keys to move selected item.",
362+
"jm.common.minimap_options.title_text": "Drag with Mouse or Arrow Keys to move selected item.",
362363
"jm.common.minimap_position.button": "Position",
363364
"jm.common.minimap_position.button.tooltip": "Click to EditMinimap and Effect Icon Locations",
364365
"jm.common.mipmap_levels": "Zoom Mipmap Levels",
@@ -507,6 +508,16 @@
507508
"jm.common.use_browser": "استخدام متصفح",
508509
"jm.common.waypoint.create_packet": "§eJourneymap:§f waypoint %s created by server at [%d, %d, %d] in %s",
509510
"jm.common.waypoint.delete_packet": "§eJourneymap:§f waypoint %s deleted by server.",
511+
"jm.common.waypoint.notification.block.label": "BlockPos:",
512+
"jm.common.waypoint.notification.dim.label": "Dimension:",
513+
"jm.common.waypoint.notification.from": "From",
514+
"jm.common.waypoint.notification.group.label": "Group:",
515+
"jm.common.waypoint.notification.import": "Import",
516+
"jm.common.waypoint.notification.import_external": "Import External Waypoints",
517+
"jm.common.waypoint.notification.name.label": "Name:",
518+
"jm.common.waypoint.notification.shared_by.label": "Shared by:",
519+
"jm.common.waypoint.notification.shared_by_from.label": "%1$s's Waypoint File",
520+
"jm.common.waypoint.select_all": "Selects all waypoints",
510521
"jm.common.webserver_and_mapgui_disabled": "JourneyMap بواسطة ملف jm.common.properties",
511522
"jm.common.webserver_and_mapgui_ready": "اضغط [§b%1$s§f] او افتح المتصفح على§b http://localhost%2$s §f",
512523
"jm.common.webserver_only_ready": "افتح المتصفح على§b http://localhost%1$s §f. (الخريطة فى اللعبة معطلة)",
@@ -603,16 +614,28 @@
603614
"jm.minimap.hotkeys_toggle": "تبديل المصغرة",
604615
"jm.minimap.info1_label.button": "Info Slot 1",
605616
"jm.minimap.info1_label.button.tooltip": "Information shown in Slot 1",
617+
"jm.minimap.info1_label.position": "Info Slot 1 Position",
618+
"jm.minimap.info1_label.position.tooltip": "The Position of Info Slot Slot 1",
606619
"jm.minimap.info2_label.button": "Info Slot 2",
607620
"jm.minimap.info2_label.button.tooltip": "Information shown in Slot 2",
621+
"jm.minimap.info2_label.position": "Info Slot 2 Position",
622+
"jm.minimap.info2_label.position.tooltip": "The Position of Info Slot Slot 2",
608623
"jm.minimap.info3_label.button": "Info Slot 3",
609624
"jm.minimap.info3_label.button.tooltip": "Information shown in Slot 3",
625+
"jm.minimap.info3_label.position": "Info Slot 3 Position",
626+
"jm.minimap.info3_label.position.tooltip": "The Position of Info Slot Slot 3",
610627
"jm.minimap.info4_label.button": "Info Slot 4",
611628
"jm.minimap.info4_label.button.tooltip": "Information shown in Slot 4",
629+
"jm.minimap.info4_label.position": "Info Slot 4 Position",
630+
"jm.minimap.info4_label.position.tooltip": "The Position of Info Slot Slot 4",
612631
"jm.minimap.info_slot.background_alpha": "Info Slot Background Opacity",
613632
"jm.minimap.info_slot.background_alpha.tooltip": "Adjust the opacity of the Info Slot background.",
633+
"jm.minimap.info_slot.bottom": "Bottom",
634+
"jm.minimap.info_slot.bottom.tooltip": "Slot goes on the bottom of the minimap.",
614635
"jm.minimap.info_slot.font_scale": "Info Slot Font Scale",
615636
"jm.minimap.info_slot.font_scale.tooltip": "The font scale used for info slots.",
637+
"jm.minimap.info_slot.top": "Top",
638+
"jm.minimap.info_slot.top.tooltip": "Slot goes on top of the minimap.",
616639
"jm.minimap.map_type": "Map Type",
617640
"jm.minimap.map_type.tooltip": "Locks the Map Type to this value.(nether is always cave, but can force slice when set to underground)",
618641
"jm.minimap.mob_display": "Mob Display",
@@ -731,6 +754,8 @@
731754
"jm.server.button.no_permission.tooltip": "Permission Denied!",
732755
"jm.server.button.no_server.tooltip": "Journeymap is not installed on server!",
733756
"jm.server.button.save.read_only": "Read only access.",
757+
"jm.server.cave_render_range": "Force Map Cave Render Range Max",
758+
"jm.server.cave_render_range.tooltip": "Force all players to a maximum chunk cave render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
734759
"jm.server.cross_dim_tp": "Dimension Teleport",
735760
"jm.server.cross_dim_tp.tooltip": "Enable Cross Dimension Waypoint teleporting for non-op users. OP Users can use it always.",
736761
"jm.server.edit.button.close": "Close",
@@ -777,6 +802,8 @@
777802
"jm.server.edit.radar.chkbox.player.tooltip": "[Enable/Disable]: If players can see other players on the map.",
778803
"jm.server.edit.radar.chkbox.villager": "Villager Radar",
779804
"jm.server.edit.radar.chkbox.villager.tooltip": "[Enable/Disable]: If players can see villagers on the map.",
805+
"jm.server.edit.radar.player_names": "Player Names",
806+
"jm.server.edit.radar.player_names.tooltip": "[Enable/Disable]: If players can see other player's names on the map.",
780807
"jm.server.edit.radar.tooltip": "All: Radar works for everyone, use individual check boxes to disable specific.\nOp: Fully disables radar for everyone but OP users, check boxes work for Ops.\nNone: Radar is disabled for everyone.",
781808
"jm.server.edit.slider.update": "Ticks per player update",
782809
"jm.server.edit.slider.update.tooltip": "How often the server will send player location updates.",
@@ -794,6 +821,8 @@
794821
"jm.server.render_range.tooltip": "Force all players to a maximum chunk render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
795822
"jm.server.see_underground_players": "See Underground Players",
796823
"jm.server.see_underground_players.tooltip": "Expanded Radar Only!\nWhether underground players are visible on the radar.\nNether is unaffected by this setting.\nALL: Everyone can see underground players\nOP: Only Ops can see underground players\nNONE: No one can see underground players.",
824+
"jm.server.surface_render_range": "Force Map Surface Render Range Max",
825+
"jm.server.surface_render_range.tooltip": "Force all players to a maximum chunk surface render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
797826
"jm.theme.infoslot.day": "Day: %1$s",
798827
"jm.theme.labelsource.biome": "Biome",
799828
"jm.theme.labelsource.biome.tooltip": "Show the biome of your location",

src/main/resources/assets/journeymap/lang/ca_es.json

+29
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
"jm.common.mapgui_only_ready": "Presioni [§b%1$s§f]",
362362
"jm.common.memory_warning": "Minecraft s'esta quedant sense memòria: %1$s",
363363
"jm.common.minimap_options.title": "Minimap Position: Drag with Mouse or Arrow Keys to move selected item.",
364+
"jm.common.minimap_options.title_text": "Drag with Mouse or Arrow Keys to move selected item.",
364365
"jm.common.minimap_position.button": "Position",
365366
"jm.common.minimap_position.button.tooltip": "Click to EditMinimap and Effect Icon Locations",
366367
"jm.common.mipmap_levels": "Zoom Mipmap Levels",
@@ -509,6 +510,16 @@
509510
"jm.common.use_browser": "Utilitzar Navegador",
510511
"jm.common.waypoint.create_packet": "§eJourneymap:§f waypoint %s created by server at [%d, %d, %d] in %s",
511512
"jm.common.waypoint.delete_packet": "§eJourneymap:§f waypoint %s deleted by server.",
513+
"jm.common.waypoint.notification.block.label": "BlockPos:",
514+
"jm.common.waypoint.notification.dim.label": "Dimension:",
515+
"jm.common.waypoint.notification.from": "From",
516+
"jm.common.waypoint.notification.group.label": "Group:",
517+
"jm.common.waypoint.notification.import": "Import",
518+
"jm.common.waypoint.notification.import_external": "Import External Waypoints",
519+
"jm.common.waypoint.notification.name.label": "Name:",
520+
"jm.common.waypoint.notification.shared_by.label": "Shared by:",
521+
"jm.common.waypoint.notification.shared_by_from.label": "%1$s's Waypoint File",
522+
"jm.common.waypoint.select_all": "Selects all waypoints",
512523
"jm.common.webserver_and_mapgui_disabled": "JourneyMap està deshabilitat per l'arxiujm.common.properties",
513524
"jm.common.webserver_and_mapgui_ready": "Premi [§b%1$s§f] o obri el navegador§b http://localhost%2$s §f",
514525
"jm.common.webserver_only_ready": "Obri al navegador§b http://localhost%1$s §f. (Dins del joc el mapa està deshabilitat)",
@@ -605,16 +616,28 @@
605616
"jm.minimap.hotkeys_toggle": "Canviar el Mini Mapa",
606617
"jm.minimap.info1_label.button": "Info Slot 1",
607618
"jm.minimap.info1_label.button.tooltip": "Information shown in Slot 1",
619+
"jm.minimap.info1_label.position": "Info Slot 1 Position",
620+
"jm.minimap.info1_label.position.tooltip": "The Position of Info Slot Slot 1",
608621
"jm.minimap.info2_label.button": "Info Slot 2",
609622
"jm.minimap.info2_label.button.tooltip": "Information shown in Slot 2",
623+
"jm.minimap.info2_label.position": "Info Slot 2 Position",
624+
"jm.minimap.info2_label.position.tooltip": "The Position of Info Slot Slot 2",
610625
"jm.minimap.info3_label.button": "Info Slot 3",
611626
"jm.minimap.info3_label.button.tooltip": "Information shown in Slot 3",
627+
"jm.minimap.info3_label.position": "Info Slot 3 Position",
628+
"jm.minimap.info3_label.position.tooltip": "The Position of Info Slot Slot 3",
612629
"jm.minimap.info4_label.button": "Info Slot 4",
613630
"jm.minimap.info4_label.button.tooltip": "Information shown in Slot 4",
631+
"jm.minimap.info4_label.position": "Info Slot 4 Position",
632+
"jm.minimap.info4_label.position.tooltip": "The Position of Info Slot Slot 4",
614633
"jm.minimap.info_slot.background_alpha": "Info Slot Background Opacity",
615634
"jm.minimap.info_slot.background_alpha.tooltip": "Adjust the opacity of the Info Slot background.",
635+
"jm.minimap.info_slot.bottom": "Bottom",
636+
"jm.minimap.info_slot.bottom.tooltip": "Slot goes on the bottom of the minimap.",
616637
"jm.minimap.info_slot.font_scale": "Info Slot Font Scale",
617638
"jm.minimap.info_slot.font_scale.tooltip": "The font scale used for info slots.",
639+
"jm.minimap.info_slot.top": "Top",
640+
"jm.minimap.info_slot.top.tooltip": "Slot goes on top of the minimap.",
618641
"jm.minimap.map_type": "Map Type",
619642
"jm.minimap.map_type.tooltip": "Locks the Map Type to this value.(nether is always cave, but can force slice when set to underground)",
620643
"jm.minimap.mob_display": "Mob Display",
@@ -733,6 +756,8 @@
733756
"jm.server.button.no_permission.tooltip": "Permission Denied!",
734757
"jm.server.button.no_server.tooltip": "Journeymap is not installed on server!",
735758
"jm.server.button.save.read_only": "Read only access.",
759+
"jm.server.cave_render_range": "Force Map Cave Render Range Max",
760+
"jm.server.cave_render_range.tooltip": "Force all players to a maximum chunk cave render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
736761
"jm.server.cross_dim_tp": "Dimension Teleport",
737762
"jm.server.cross_dim_tp.tooltip": "Enable Cross Dimension Waypoint teleporting for non-op users. OP Users can use it always.",
738763
"jm.server.edit.button.close": "Close",
@@ -779,6 +804,8 @@
779804
"jm.server.edit.radar.chkbox.player.tooltip": "[Enable/Disable]: If players can see other players on the map.",
780805
"jm.server.edit.radar.chkbox.villager": "Villager Radar",
781806
"jm.server.edit.radar.chkbox.villager.tooltip": "[Enable/Disable]: If players can see villagers on the map.",
807+
"jm.server.edit.radar.player_names": "Player Names",
808+
"jm.server.edit.radar.player_names.tooltip": "[Enable/Disable]: If players can see other player's names on the map.",
782809
"jm.server.edit.radar.tooltip": "All: Radar works for everyone, use individual check boxes to disable specific.\nOp: Fully disables radar for everyone but OP users, check boxes work for Ops.\nNone: Radar is disabled for everyone.",
783810
"jm.server.edit.slider.update": "Ticks per player update",
784811
"jm.server.edit.slider.update.tooltip": "How often the server will send player location updates.",
@@ -796,6 +823,8 @@
796823
"jm.server.render_range.tooltip": "Force all players to a maximum chunk render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
797824
"jm.server.see_underground_players": "See Underground Players",
798825
"jm.server.see_underground_players.tooltip": "Expanded Radar Only!\nWhether underground players are visible on the radar.\nNether is unaffected by this setting.\nALL: Everyone can see underground players\nOP: Only Ops can see underground players\nNONE: No one can see underground players.",
826+
"jm.server.surface_render_range": "Force Map Surface Render Range Max",
827+
"jm.server.surface_render_range.tooltip": "Force all players to a maximum chunk surface render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
799828
"jm.theme.infoslot.day": "Day: %1$s",
800829
"jm.theme.labelsource.biome": "Biome",
801830
"jm.theme.labelsource.biome.tooltip": "Show the biome of your location",

src/main/resources/assets/journeymap/lang/de_de.json

+29
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@
363363
"jm.common.mapgui_only_ready": "Drücke [§b%1$s§f]",
364364
"jm.common.memory_warning": "Minecraft hat keinen Arbeitsspeicher mehr: %1$s",
365365
"jm.common.minimap_options.title": "Minimap Position: Drag with Mouse or Arrow Keys to move selected item.",
366+
"jm.common.minimap_options.title_text": "Drag with Mouse or Arrow Keys to move selected item.",
366367
"jm.common.minimap_position.button": "Position",
367368
"jm.common.minimap_position.button.tooltip": "Click to EditMinimap and Effect Icon Locations",
368369
"jm.common.mipmap_levels": "Zoom Mipmap Levels",
@@ -515,6 +516,16 @@
515516
"jm.common.use_browser": "Browser benutzen",
516517
"jm.common.waypoint.create_packet": "§eJourneymap:§f waypoint %s created by server at [%d, %d, %d] in %s",
517518
"jm.common.waypoint.delete_packet": "§eJourneymap:§f waypoint %s deleted by server.",
519+
"jm.common.waypoint.notification.block.label": "BlockPos:",
520+
"jm.common.waypoint.notification.dim.label": "Dimension:",
521+
"jm.common.waypoint.notification.from": "From",
522+
"jm.common.waypoint.notification.group.label": "Group:",
523+
"jm.common.waypoint.notification.import": "Import",
524+
"jm.common.waypoint.notification.import_external": "Import External Waypoints",
525+
"jm.common.waypoint.notification.name.label": "Name:",
526+
"jm.common.waypoint.notification.shared_by.label": "Shared by:",
527+
"jm.common.waypoint.notification.shared_by_from.label": "%1$s's Waypoint File",
528+
"jm.common.waypoint.select_all": "Selects all waypoints",
518529
"jm.common.webserver_and_mapgui_disabled": "JourneyMap ist deaktiviert aufgrund der jm.common.properties Datei",
519530
"jm.common.webserver_and_mapgui_ready": "Drücke [§b%1$s§f] oder öffne den Browser auf§b§n http://localhost%2$s §f",
520531
"jm.common.webserver_only_ready": "Öffne Browser auf§b§n http://localhost%1$s §f. (In-Game Map deaktiviert)",
@@ -611,16 +622,28 @@
611622
"jm.minimap.hotkeys_toggle": "MiniMap umstellen",
612623
"jm.minimap.info1_label.button": "Info Slot 1",
613624
"jm.minimap.info1_label.button.tooltip": "Information shown in Slot 1",
625+
"jm.minimap.info1_label.position": "Info Slot 1 Position",
626+
"jm.minimap.info1_label.position.tooltip": "The Position of Info Slot Slot 1",
614627
"jm.minimap.info2_label.button": "Info Slot 2",
615628
"jm.minimap.info2_label.button.tooltip": "Information shown in Slot 2",
629+
"jm.minimap.info2_label.position": "Info Slot 2 Position",
630+
"jm.minimap.info2_label.position.tooltip": "The Position of Info Slot Slot 2",
616631
"jm.minimap.info3_label.button": "Info Slot 3",
617632
"jm.minimap.info3_label.button.tooltip": "Information shown in Slot 3",
633+
"jm.minimap.info3_label.position": "Info Slot 3 Position",
634+
"jm.minimap.info3_label.position.tooltip": "The Position of Info Slot Slot 3",
618635
"jm.minimap.info4_label.button": "Info Slot 4",
619636
"jm.minimap.info4_label.button.tooltip": "Information shown in Slot 4",
637+
"jm.minimap.info4_label.position": "Info Slot 4 Position",
638+
"jm.minimap.info4_label.position.tooltip": "The Position of Info Slot Slot 4",
620639
"jm.minimap.info_slot.background_alpha": "Info Slot Background Opacity",
621640
"jm.minimap.info_slot.background_alpha.tooltip": "Adjust the opacity of the Info Slot background.",
641+
"jm.minimap.info_slot.bottom": "Bottom",
642+
"jm.minimap.info_slot.bottom.tooltip": "Slot goes on the bottom of the minimap.",
622643
"jm.minimap.info_slot.font_scale": "Info Slot Font Scale",
623644
"jm.minimap.info_slot.font_scale.tooltip": "The font scale used for info slots.",
645+
"jm.minimap.info_slot.top": "Top",
646+
"jm.minimap.info_slot.top.tooltip": "Slot goes on top of the minimap.",
624647
"jm.minimap.map_type": "Map Type",
625648
"jm.minimap.map_type.tooltip": "Locks the Map Type to this value.(nether is always cave, but can force slice when set to underground)",
626649
"jm.minimap.mob_display": "Mob Display",
@@ -739,6 +762,8 @@
739762
"jm.server.button.no_permission.tooltip": "Permission Denied!",
740763
"jm.server.button.no_server.tooltip": "Journeymap is not installed on server!",
741764
"jm.server.button.save.read_only": "Read only access.",
765+
"jm.server.cave_render_range": "Force Map Cave Render Range Max",
766+
"jm.server.cave_render_range.tooltip": "Force all players to a maximum chunk cave render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
742767
"jm.server.cross_dim_tp": "Dimension Teleport",
743768
"jm.server.cross_dim_tp.tooltip": "Enable Cross Dimension Waypoint teleporting for non-op users. OP Users can use it always.",
744769
"jm.server.edit.button.close": "Close",
@@ -785,6 +810,8 @@
785810
"jm.server.edit.radar.chkbox.player.tooltip": "[Enable/Disable]: If players can see other players on the map.",
786811
"jm.server.edit.radar.chkbox.villager": "Villager Radar",
787812
"jm.server.edit.radar.chkbox.villager.tooltip": "[Enable/Disable]: If players can see villagers on the map.",
813+
"jm.server.edit.radar.player_names": "Player Names",
814+
"jm.server.edit.radar.player_names.tooltip": "[Enable/Disable]: If players can see other player's names on the map.",
788815
"jm.server.edit.radar.tooltip": "All: Radar works for everyone, use individual check boxes to disable specific.\nOp: Fully disables radar for everyone but OP users, check boxes work for Ops.\nNone: Radar is disabled for everyone.",
789816
"jm.server.edit.slider.update": "Ticks per player update",
790817
"jm.server.edit.slider.update.tooltip": "How often the server will send player location updates.",
@@ -802,6 +829,8 @@
802829
"jm.server.render_range.tooltip": "Force all players to a maximum chunk render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
803830
"jm.server.see_underground_players": "See Underground Players",
804831
"jm.server.see_underground_players.tooltip": "Expanded Radar Only!\nWhether underground players are visible on the radar.\nNether is unaffected by this setting.\nALL: Everyone can see underground players\nOP: Only Ops can see underground players\nNONE: No one can see underground players.",
832+
"jm.server.surface_render_range": "Force Map Surface Render Range Max",
833+
"jm.server.surface_render_range.tooltip": "Force all players to a maximum chunk surface render distance for the map. 0 to use client settings.\nThis setting only forces the max, it does not increase their render range.\nThis value will not be reflected in the client's Cartography section of the Options screen.",
805834
"jm.theme.infoslot.day": "Day: %1$s",
806835
"jm.theme.labelsource.biome": "Biome",
807836
"jm.theme.labelsource.biome.tooltip": "Show the biome of your location",

0 commit comments

Comments
 (0)