diff --git a/src/main/resources/assets/journeymap/lang/zh_cn.json b/src/main/resources/assets/journeymap/lang/zh_cn.json index fdffd09..8e9f185 100644 --- a/src/main/resources/assets/journeymap/lang/zh_cn.json +++ b/src/main/resources/assets/journeymap/lang/zh_cn.json @@ -248,23 +248,23 @@ "jm.common.hotkeys_keybinding_fullscreen_category": "JourneyMap 全屏地图", "jm.common.ignore_heightmaps": "忽略高度图", "jm.common.ignore_heightmaps.tooltip": "如果世界的顶层未正确渲染,此选项将忽略区块高度图。这可能会影响性能。", - "jm.common.importexport_button": "Import/Export", - "jm.common.importexport_dialog": "Import/Export JourneyMap Data", - "jm.common.importexport_dialog_export": "Export JourneyMap World", - "jm.common.importexport_dialog_export_summary": "Select the folders you want to include in the export.", - "jm.common.importexport_dialog_import": "Import", - "jm.common.importexport_dialog_import_folder": "Import World", - "jm.common.importexport_dialog_import_selected": "Import Selected Folders", - "jm.common.importexport_dialog_import_success": "JourneyMap data imported from %1$s", - "jm.common.importexport_dialog_import_summary": "Select the folders you want to include in the import.", - "jm.common.importexport_dialog_import_zip": "Import Zip", - "jm.common.importexport_dialog_no_folders": "No folders found in the selected source.", - "jm.common.importexport_dialog_no_zip": "No source selected.", - "jm.common.importexport_dialog_select_source": "Select ZIP File or Folder to Import", - "jm.common.importexport_dialog_summary": "Select the folders you want to include in the export.", - "jm.common.importexport_export_button": "Create Export", - "jm.common.importexport_export_dialog": "Export JourneyMap Data", - "jm.common.importexport_import_dialog": "Import JourneyMap Data", + "jm.common.importexport_button": "导入/导出", + "jm.common.importexport_dialog": "导入/导出 JourneyMap 数据", + "jm.common.importexport_dialog_export": "导出 JourneyMap 世界", + "jm.common.importexport_dialog_export_summary": "选择您想包含在导出中的文件夹。", + "jm.common.importexport_dialog_import": "导入", + "jm.common.importexport_dialog_import_folder": "导入世界", + "jm.common.importexport_dialog_import_selected": "导入选定的文件夹", + "jm.common.importexport_dialog_import_success": "JourneyMap 数据已从 %1$s 导入", + "jm.common.importexport_dialog_import_summary": "选择您想包含在导入中的文件夹。", + "jm.common.importexport_dialog_import_zip": "导入Zip文件", + "jm.common.importexport_dialog_no_folders": "在选定的源中没有找到文件夹。", + "jm.common.importexport_dialog_no_zip": "未选择源。", + "jm.common.importexport_dialog_select_source": "选择要导入的ZIP文件或文件夹", + "jm.common.importexport_dialog_summary": "选择您想包含在导出中的文件夹。", + "jm.common.importexport_export_button": "创建导出", + "jm.common.importexport_export_dialog": "导出 JourneyMap 数据", + "jm.common.importexport_import_dialog": "导入 JourneyMap 数据", "jm.common.info_slot.movement_speed": "移动速度", "jm.common.info_slot.movement_speed.game": "速度: %1$s 方块/秒", "jm.common.info_slot.movement_speed.tooltip": "显示移动速度为每秒方块数。", @@ -1068,8 +1068,8 @@ "jm.waypoint.new": "新建...", "jm.waypoint.new_title": "新建路径点", "jm.waypoint.options": "路径点选项(游戏内显示)", - "jm.waypoint.options.locator_bar": "Global show on Locator Bar", - "jm.waypoint.options.locator_bar.tooltip": "Show Waypoints on the vanilla locator bar that is just above the hotbar, disabling this also hides and overrides the group setting. This effects all waypoints and groups", + "jm.waypoint.options.locator_bar": "全局显示在定位栏上", + "jm.waypoint.options.locator_bar.tooltip": "在物品栏上方的原版定位栏上显示路点,禁用此选项也会隐藏并覆盖群组设置。这会影响所有路点和群组", "jm.waypoint.options.tooltip": "打开路径点选项", "jm.waypoint.randomize": "随机颜色", "jm.waypoint.red_abbreviated": "R", @@ -1220,4 +1220,4 @@ "key.journeymap.zoom_in": "放大", "key.journeymap.zoom_out": "缩小", "modmenu.descriptionTranslation.journeymap": "JourneyMap:在探索过程中,通过游戏内小地图或网络浏览器实时显示地图。" -} \ No newline at end of file +}