-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Map Atlases * fix * Update projects/1.20/assets/map-atlases-forge/map_atlases/lang/zh_cn.json Co-authored-by: ChuijkYahus <[email protected]> --------- Co-authored-by: Cactus_student <[email protected]>
- Loading branch information
1 parent
286a105
commit 97abe3c
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
projects/1.20/assets/map-atlases-forge/map_atlases/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"item.map_atlases.atlas": "Atlas", | ||
"item.map_atlases.end_atlas": "End Atlas", | ||
"item.map_atlases.nether_atlas": "Nether Atlas", | ||
"item.map_atlases.atlas.tooltip_maps": "Maps: %d", | ||
"item.map_atlases.atlas.tooltip_empty": "Empty Maps: %d", | ||
"item.map_atlases.atlas.tooltip_scale": "Scale: 1:%s", | ||
"item.map_atlases.atlas.tooltip_slice": "Slice: %s", | ||
"item.map_atlases.atlas.tooltip_type": "Type: %s", | ||
"item.map_atlases.atlas.tooltip_slice_default": "Slice: Top", | ||
"item.map_atlases.atlas.tooltip_err": "Inactive", | ||
"item.map_atlases.atlas.tooltip_full": "Full!", | ||
"item.map_atlases.atlas.tooltip_locked": "Locked", | ||
"key.map_atlases.open_minimap": "Open Minimap GUI", | ||
"key.map_atlases.zoom_in_minimap": "Zoom in Minimap", | ||
"key.map_atlases.zoom_out_minimap": "Zoom out Minimap", | ||
"key.map_atlases.place_pin": "Place pin", | ||
"item.map_atlases.dummy_filled_map": "Map", | ||
"item.map_atlases.dummy_filled_map.dummy": "Dummy", | ||
"item.map_atlases.dummy_filled_map.desc": "Use any filled Map", | ||
"category.map_atlases.minimap": "Map Atlases Keybinds", | ||
"subtitles.map_atlases.atlas_open": "Atlas opens", | ||
"subtitles.map_atlases.atlas_page_turn": "Atlas page turns", | ||
"subtitles.map_atlases.atlas_create_map": "Atlas map drawn", | ||
"message.map_atlases.locked": "Locked atlas", | ||
"message.map_atlases.unlocked": "Unlocked atlas", | ||
"message.map_atlases.atlas.slice_default": "Top", | ||
"tooltip.map_atlases.delete_marker": "Delete Marker", | ||
"tooltip.map_atlases.focus_marker": "Focus Marker", | ||
"trinkets.slot.hand.atlas": "Atlas", | ||
"message.map_atlases.pin": "Place a marker", | ||
"message.map_atlases.marker_name": "Marker Name", | ||
"message.map_atlases.map_scale": "1:%d", | ||
"message.map_atlases.map_index": "#: %s" | ||
} |
35 changes: 35 additions & 0 deletions
35
projects/1.20/assets/map-atlases-forge/map_atlases/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"item.map_atlases.atlas": "地图册", | ||
"item.map_atlases.end_atlas": "末地地图册", | ||
"item.map_atlases.nether_atlas": "下界地图册", | ||
"item.map_atlases.atlas.tooltip_maps": "地图:%d幅", | ||
"item.map_atlases.atlas.tooltip_empty": "空地图:%d幅", | ||
"item.map_atlases.atlas.tooltip_scale": "缩放等级:1:%s", | ||
"item.map_atlases.atlas.tooltip_slice": "切面:%s", | ||
"item.map_atlases.atlas.tooltip_type": "类型:%s", | ||
"item.map_atlases.atlas.tooltip_slice_default": "切面:顶部", | ||
"item.map_atlases.atlas.tooltip_err": "无效", | ||
"item.map_atlases.atlas.tooltip_full": "已满!", | ||
"item.map_atlases.atlas.tooltip_locked": "已锁定", | ||
"key.map_atlases.open_minimap": "打开小地图GUI", | ||
"key.map_atlases.zoom_in_minimap": "放大小地图", | ||
"key.map_atlases.zoom_out_minimap": "缩小小地图", | ||
"key.map_atlases.place_pin": "放置标记", | ||
"item.map_atlases.dummy_filled_map": "地图", | ||
"item.map_atlases.dummy_filled_map.dummy": "地图占位符", | ||
"item.map_atlases.dummy_filled_map.desc": "接受任意已绘制的地图", | ||
"category.map_atlases.minimap": "地图册按键设置", | ||
"subtitles.map_atlases.atlas_open": "地图册:打开", | ||
"subtitles.map_atlases.atlas_page_turn": "地图册:翻页", | ||
"subtitles.map_atlases.atlas_create_map": "地图册:绘制", | ||
"message.map_atlases.locked": "地图册已锁定", | ||
"message.map_atlases.unlocked": "地图册已解锁", | ||
"message.map_atlases.atlas.slice_default": "顶部", | ||
"tooltip.map_atlases.delete_marker": "删除标记", | ||
"tooltip.map_atlases.focus_marker": "高亮标记", | ||
"trinkets.slot.hand.atlas": "地图册", | ||
"message.map_atlases.pin": "放置标记", | ||
"message.map_atlases.marker_name": "标记名称", | ||
"message.map_atlases.map_scale": "1:%d", | ||
"message.map_atlases.map_index": "#:%s" | ||
} |