diff --git a/gradle.properties b/gradle.properties index 622268b..41b5ca7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ maven.group = com.thecsdev # Mod properties mod.id = betterstats -mod.version = 5.5.0 +mod.version = 5.5.1 mod.name = Better Statistics Screen mod.description = A Minecraft mod that improves the statistics screen and makes it more useful. mod.author = TheCSDev @@ -48,7 +48,7 @@ fabric.api_version = 0.152.1+26.2 fabric.json.depends.minecraft = ~26.2 fabric.json.depends.fabricloader = >=0.19.3 fabric.json.depends.fabric-api = >=0.152.1 - fabric.json.depends.tcdcommons = >=5.5.0 + fabric.json.depends.tcdcommons = >=5.5.1 # Neo-Forge properties neoforge.version = 26.1.0.7-beta @@ -57,4 +57,4 @@ neoforge.version = 26.1.0.7-beta net.toml.loaderVersion = [4,) neo.toml.dependencies.neoforge = [26.2.0.1-beta,) neo.toml.dependencies.minecraft = [26.2, 26.3) - neo.toml.dependencies.tcdcommons = [5.5.0,) + neo.toml.dependencies.tcdcommons = [5.5.1,) diff --git a/src/main/resources/META-INF/jarjar/tcdcommons-5.5.0+fn-26.2.jar b/src/main/resources/META-INF/jarjar/tcdcommons-5.5.1+fn-26.2.jar similarity index 98% rename from src/main/resources/META-INF/jarjar/tcdcommons-5.5.0+fn-26.2.jar rename to src/main/resources/META-INF/jarjar/tcdcommons-5.5.1+fn-26.2.jar index a748961..889fb59 100644 Binary files a/src/main/resources/META-INF/jarjar/tcdcommons-5.5.0+fn-26.2.jar and b/src/main/resources/META-INF/jarjar/tcdcommons-5.5.1+fn-26.2.jar differ diff --git a/src/main/resources/assets/betterstats/lang/en_us.json b/src/main/resources/assets/betterstats/lang/en_us.json index f9642ba..cc6c878 100644 --- a/src/main/resources/assets/betterstats/lang/en_us.json +++ b/src/main/resources/assets/betterstats/lang/en_us.json @@ -54,7 +54,7 @@ "betterstats.gui.statsview.filter.selected_view": "Selected view", "betterstats.gui.statsview.filter.search": "Search", "betterstats.gui.statsview.filter.show_all_stats": "Show all stats", - "betterstats.gui.statsview.filter.hide_completed_goals": "Hide completed hoals", + "betterstats.gui.statsview.filter.hide_completed_goals": "Hide completed goals", "betterstats.gui.statsview.filter.sort_by": "Sort by", "betterstats.gui.statsview.filter.group_by": "Group by", "betterstats.gui.statsview.filter.group_by.all": "All", diff --git a/src/main/resources/assets/betterstats/lang/zh_cn.json b/src/main/resources/assets/betterstats/lang/zh_cn.json index 58bf08e..ec2043d 100644 --- a/src/main/resources/assets/betterstats/lang/zh_cn.json +++ b/src/main/resources/assets/betterstats/lang/zh_cn.json @@ -1,6 +1,6 @@ { "modmenu.nameTranslation.betterstats": "Better Statistics Screen", - "modmenu.summaryTranslation.betterstats": "A Minecraft mod that improves the statistics screen and makes it more useful.", + "modmenu.summaryTranslation.betterstats": "一个改进统计屏幕并使其更有用的 Minecraft 模组。", "mobCategory.monster": "敌对生物", "mobCategory.creature": "自然生物", @@ -12,27 +12,27 @@ "mobCategory.misc": "其他生物", "stat.blocksButton": "方块", - "stat.betterstats.time_since_login": "Time this session", + "stat.betterstats.time_since_login": "本次会话时间", "commands.statistics.edit.output": "为 %d 个玩家修改了统计信息 %s。", "commands.statistics.clear.output": "清除了 %d 个玩家的统计信息。", - "commands.statistics.clear.kick": "你的统计信息已被清理,请中断连接并重新加入世界。", + "commands.statistics.clear.kick": "你的统计信息已被清理,请断开连接并重新加入世界。", "commands.statistics.query.output": "%s 的统计信息 %s 的值为 %d。", "betterstats.config.common.register_commands": "注册命令", "betterstats.config.common.register_commands.tooltip": "注册此模组的命令(例如 '/statistics')。", "betterstats.config.common.api_endpoint": "API 端点", "betterstats.config.common.api_endpoint.tooltip": "此模组用于与此模组开发者的服务器通信的 RESTful HTTP API 端点的 URI 地址。", - "betterstats.config.common.experimental_features": "Experimental features", - "betterstats.config.common.experimental_features.tooltip": "Whether to enable experimental features.\nSuch features may be buggy, cause crashes, or result in data loss. Enable at your own risk, then restart the game.\n\nPresence of such features is not indicative of their eventual release. They may be removed at any time without warning.", + "betterstats.config.common.experimental_features": "实验性功能", + "betterstats.config.common.experimental_features.tooltip": "是否启用实验性功能。\n此类功能可能存在漏洞、导致崩溃或数据丢失。请自行承担风险启用,然后重启游戏。\n\n这些功能的存在并不代表它们最终会发布。它们可能随时被移除,恕不另行通知。", "betterstats.config.client.allow_chat_psa": "允许聊天 PSA 消息", "betterstats.config.client.allow_chat_psa.tooltip": "允许来自此模组开发者的罕见信息性 PSA 消息显示在聊天栏中。关闭此选项以屏蔽所有此类通知。", "betterstats.config.client.gui_mobs_follow_cursor": "GUI 生物看向光标", "betterstats.config.client.gui_mobs_follow_cursor.tooltip": "实体统计信息 GUI 中的生物会始终看向光标位置。", - "betterstats.gui.screen.edit_siv_goal.stat_type": "Stat type (Activity)", - "betterstats.gui.screen.edit_siv_goal.stat_subject": "Stat subject (Item/Entity/Etc)", - "betterstats.gui.screen.edit_siv_goal.target_value_range": "Target value range", + "betterstats.gui.screen.edit_siv_goal.stat_type": "统计类型(活动)", + "betterstats.gui.screen.edit_siv_goal.stat_subject": "统计主题(物品/实体等)", + "betterstats.gui.screen.edit_siv_goal.target_value_range": "目标数值范围", "betterstats.gui.menubar.file": "文件", "betterstats.gui.menubar.file.new": "新建", @@ -54,7 +54,7 @@ "betterstats.gui.statsview.filter.selected_view": "选择的视图", "betterstats.gui.statsview.filter.search": "搜索", "betterstats.gui.statsview.filter.show_all_stats": "显示所有统计信息", - "betterstats.gui.statsview.filter.hide_completed_goals": "Hide completed hoals", + "betterstats.gui.statsview.filter.hide_completed_goals": "隐藏已完成的目标", "betterstats.gui.statsview.filter.sort_by": "排序方式", "betterstats.gui.statsview.filter.group_by": "分组方式", "betterstats.gui.statsview.filter.group_by.all": "全部", @@ -64,34 +64,34 @@ "betterstats.gui.statsview.filter.distance_unit": "距离单位", "betterstats.gui.statsview.filter.time_unit": "时间单位", "betterstats.gui.statsview.stats.no_stats": "暂无可显示的统计信息……", - "betterstats.gui.statsview.stats.no_goals": "There are no goals to show yet...", - "betterstats.gui.statsview.stats.ctxmenu.view_error_info": "View error info", + "betterstats.gui.statsview.stats.no_goals": "暂无可显示的目标……", + "betterstats.gui.statsview.stats.ctxmenu.view_error_info": "查看错误信息", "betterstats.gui.statsview.stats.ctxmenu.view_on_wiki": "在 Wiki 上查看", - "betterstats.gui.statsview.stats.ctxmenu.create_goal": "Create goal", - "betterstats.gui.statsview.mcbs_goals": "Goals", - "betterstats.gui.statsview.mcbs_goals.alert1.prefix": "[New ✨]", - "betterstats.gui.statsview.mcbs_goals.alert1": "Define custom milestones to track your progress toward specific statistical targets like resource collection.", - "betterstats.gui.statsview.mcbs_goals.alert2.prefix": "[Note 💾]", - "betterstats.gui.statsview.mcbs_goals.alert2": "These goals do not persist across rejoins and restarts. This missing feature may be implemented eventually.", - "betterstats.gui.statsview.mcbs_goals.overview": "Overview", - "betterstats.gui.statsview.mcbs_goals.overview.completed_goals": "Completed goals", - "betterstats.gui.statsview.mcbs_goals.overview.total_progress": "Total progress", - "betterstats.gui.statsview.mcbs_goals.new_btn": "[ + New goal ]", - "betterstats.gui.statsview.mcbs_goals.manage_btn": "Manage goals", - "betterstats.gui.statsview.mcbs_goals.edit_btn": "Edit goal", - "betterstats.gui.statsview.mcbs_goals.delete_btn": "Delete goal", - "betterstats.gui.statsview.mcbs_goals.delete_btn.confirm": "Are you sure?", - "betterstats.gui.statsview.mcbs_goals.no_edit_gui": "This goal type does not have an editing interface.", + "betterstats.gui.statsview.stats.ctxmenu.create_goal": "创建目标", + "betterstats.gui.statsview.mcbs_goals": "目标", + "betterstats.gui.statsview.mcbs_goals.alert1.prefix": "[新功能 ✨]", + "betterstats.gui.statsview.mcbs_goals.alert1": "定义自定义里程碑,以追踪您在特定统计目标(如资源收集)上的进度。", + "betterstats.gui.statsview.mcbs_goals.alert2.prefix": "[注意 💾]", + "betterstats.gui.statsview.mcbs_goals.alert2": "这些目标在重新加入或重启后不会保留。此缺失功能可能在将来实现。", + "betterstats.gui.statsview.mcbs_goals.overview": "概览", + "betterstats.gui.statsview.mcbs_goals.overview.completed_goals": "已完成的目标", + "betterstats.gui.statsview.mcbs_goals.overview.total_progress": "总进度", + "betterstats.gui.statsview.mcbs_goals.new_btn": "[ + 新建目标 ]", + "betterstats.gui.statsview.mcbs_goals.manage_btn": "管理目标", + "betterstats.gui.statsview.mcbs_goals.edit_btn": "编辑目标", + "betterstats.gui.statsview.mcbs_goals.delete_btn": "删除目标", + "betterstats.gui.statsview.mcbs_goals.delete_btn.confirm": "确定要删除吗?", + "betterstats.gui.statsview.mcbs_goals.no_edit_gui": "此目标类型没有编辑界面。", - "betterstats.gui.home_tab.featured_stats": "Featured statistics", + "betterstats.gui.home_tab.featured_stats": "精选统计", "betterstats.credits": "鸣谢", "betterstats.credits.section.top_sponsors": "顶级赞助者", "betterstats.credits.section.top_sponsors.summary": "对本项目贡献最大的资金支持者。", "betterstats.credits.section.recent_sponsors": "近期赞助者", "betterstats.credits.section.recent_sponsors.summary": "对本项目最近的资金支持者。", - "betterstats.credits.section.recent_sponsors.entry.sponsor": "[+] [Sponsor]", - "betterstats.credits.section.recent_sponsors.entry.sponsor.summary": "Contribute to this mod and its development by becoming a sponsor.", + "betterstats.credits.section.recent_sponsors.entry.sponsor": "[+] [赞助]", + "betterstats.credits.section.recent_sponsors.entry.sponsor.summary": "成为赞助者,为此模组及其开发贡献力量。", "betterstats.credits.section.special_thanks": "特别鸣谢", "betterstats.credits.section.special_thanks.summary": "特别鸣谢以及让此模组成为可能的人们。", "betterstats.credits.section.special_thanks.entry.you": "[您]", @@ -105,94 +105,94 @@ "betterstats.credits.section.founder_contributors": "创始贡献者", "betterstats.credits.section.founder_contributors.summary": "在 v5.X 版本之前为此模组做出贡献的社区成员。", - "betterstats.mcbsgoaltype.betterstats.stat_int_value": "General numeric goal", + "betterstats.mcbsgoaltype.betterstats.stat_int_value": "通用数值目标", - "betterstats.mcbsgoal.siv_objective": "%4$d [%1$s] for [%2$s]", - "betterstats.mcbsgoal.siv_objective.betterstats.edit_this_goal": "Edit this goal", - "betterstats.mcbsgoal.siv_objective.minecraft.custom": "Do [%2$s] %4$d times", - "betterstats.mcbsgoal.siv_objective.minecraft.broken": "Break %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.crafted": "Craft %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.dropped": "Drop %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.mined": "Mine %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.picked_up": "Pick up %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.used": "Use %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.killed": "Kill %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.killed_by": "Die to %4$d %2$s", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.animals_bred": "Breed %4$d animals", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.aviate_one_cm": "Fly %4$d cm with elytra", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.bell_ring": "Ring %4$d bells", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.boat_one_cm": "Row a boat for %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_armor": "Clean %4$d armor pieces", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_banner": "Clean %4$d banners", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_shulker_box": "Clean %4$d shulker boxes", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.climb_one_cm": "Climb %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.crouch_one_cm": "Crouch %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_absorbed": "Absorb %4$d damage", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_blocked_by_shield": "Block %4$d damage", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt": "Deal %4$d damage", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_absorbed": "Deal %4$d damage (Absorbed)", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_resisted": "Deal %4$d damage (Resisted)", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_resisted": "Resist %4$d damage", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_taken": "Take %4$d damage", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.deaths": "Die %4$d times", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.drop": "Drop %4$d items", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.eat_cake_slice": "Eat %4$d cake slices", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.enchant_item": "Enchant %4$d items", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fall_one_cm": "Fall %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fill_cauldron": "Fill %4$d cauldrons", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fish_caught": "Catch %4$d fish", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fly_one_cm": "Fly %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.happy_ghast_one_cm": "Fly %4$d cm with happy ghast", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.horse_one_cm": "Travel %4$d cm by horse", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dispenser": "Search %4$d dispensers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dropper": "Search %4$d droppers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_hopper": "Search %4$d hoppers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_anvil": "Interact with %4$d anvils", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_beacon": "Interact with %4$d beacons", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_blast_furnace": "Interact with %4$d blast furnaces", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_brewingstand": "Interact with %4$d brewing stands", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_campfire": "Interact with %4$d campfires", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_cartography_table": "Interact with %4$d cartography tables", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_crafting_table": "Interact with %4$d crafting tables", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_furnace": "Interact with %4$d furnaces", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_grindstone": "Interact with %4$d grindstones", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_lectern": "Interact with %4$d lecterns", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_loom": "Interact with %4$d looms", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smithing_table": "Interact with %4$d smithing tables", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smoker": "Interact with %4$d smokers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_stonecutter": "Interact with %4$d stonecutters", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.jump": "Jump %4$d times", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.leave_game": "Quit game %4$d times", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.minecart_one_cm": "Travel %4$d cm by minecart", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.mob_kills": "Kill %4$d mobs", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.nautilus_one_cm": "Travel %4$d cm by nautilus", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_barrel": "Open %4$d barrels", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_chest": "Open %4$d chests", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_enderchest": "Open %4$d ender chests", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_shulker_box": "Open %4$d shulker boxes", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pig_one_cm": "Travel %4$d cm by pig", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_noteblock": "Play %4$d note blocks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_record": "Play %4$d music discs", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_time": "Play for %4$d ticks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.player_kills": "Kill %4$d players", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pot_flower": "Pot %4$d plants", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_trigger": "Trigger %4$d raids", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_win": "Win %4$d raids", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sleep_in_bed": "Sleep in %4$d beds", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sneak_time": "Sneak for %4$d ticks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sprint_one_cm": "Sprint %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.strider_one_cm": "Travel %4$d cm by strider", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.swim_one_cm": "Swim %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.talked_to_villager": "Talk to %4$d villagers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.target_hit": "Hit %4$d targets", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_death": "Don't die for %4$d ticks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_rest": "Don't rest for %4$d ticks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.total_world_time": "Play for %4$d ticks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.traded_with_villager": "Trade with %4$d villagers", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.trigger_trapped_chest": "Trigger %4$d trapped chests", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.tune_noteblock": "Tune %4$d note blocks", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.use_cauldron": "Use cauldrons %4$d times", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_on_water_one_cm": "Walk %4$d cm on water", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_one_cm": "Walk %4$d cm", - "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_under_water_one_cm": "Walk %4$d cm under water" -} + "betterstats.mcbsgoal.siv_objective": "%2$s 的 %1$s 达到 %4$d", + "betterstats.mcbsgoal.siv_objective.betterstats.edit_this_goal": "编辑此目标", + "betterstats.mcbsgoal.siv_objective.minecraft.custom": "执行 %2$s %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.broken": "破坏 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.crafted": "合成 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.dropped": "丢弃 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.mined": "开采 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.picked_up": "拾取 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.used": "使用 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.killed": "杀死 %4$d 个 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.killed_by": "被 %2$s 杀死 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.animals_bred": "繁殖 %4$d 只动物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.aviate_one_cm": "用鞘翅飞行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.bell_ring": "敲响 %4$d 次钟", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.boat_one_cm": "划船行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_armor": "清洗 %4$d 件盔甲", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_banner": "清洗 %4$d 面旗帜", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_shulker_box": "清洗 %4$d 个潜影盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.climb_one_cm": "攀爬 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.crouch_one_cm": "潜行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_absorbed": "吸收 %4$d 点伤害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_blocked_by_shield": "用盾牌格挡 %4$d 点伤害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt": "造成 %4$d 点伤害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_absorbed": "造成 %4$d 点伤害(被吸收)", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_resisted": "造成 %4$d 点伤害(被抵抗)", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_resisted": "抵抗 %4$d 点伤害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_taken": "受到 %4$d 点伤害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.deaths": "死亡 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.drop": "丢弃 %4$d 个物品", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.eat_cake_slice": "吃掉 %4$d 片蛋糕", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.enchant_item": "附魔 %4$d 个物品", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fall_one_cm": "摔落 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fill_cauldron": "填充 %4$d 个炼药锅", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fish_caught": "钓到 %4$d 条鱼", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fly_one_cm": "飞行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.happy_ghast_one_cm": "骑乘开心恶魂飞行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.horse_one_cm": "骑马行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dispenser": "查看 %4$d 个发射器", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dropper": "查看 %4$d 个投掷器", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_hopper": "查看 %4$d 个漏斗", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_anvil": "与铁砧交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_beacon": "与信标交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_blast_furnace": "与高炉交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_brewingstand": "与酿造台交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_campfire": "与营火交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_cartography_table": "与制图台交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_crafting_table": "与工作台交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_furnace": "与熔炉交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_grindstone": "与砂轮交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_lectern": "与讲台交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_loom": "与织布机交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smithing_table": "与锻造台交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smoker": "与烟熏炉交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_stonecutter": "与切石机交互 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.jump": "跳跃 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.leave_game": "退出游戏 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.minecart_one_cm": "乘坐矿车行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.mob_kills": "杀死 %4$d 只生物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.nautilus_one_cm": "乘坐鹦鹉螺行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_barrel": "打开 %4$d 个木桶", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_chest": "打开 %4$d 个箱子", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_enderchest": "打开 %4$d 个末影箱", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_shulker_box": "打开 %4$d 个潜影盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pig_one_cm": "骑猪行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_noteblock": "播放 %4$d 次音符盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_record": "播放 %4$d 张唱片", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_time": "游玩 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.player_kills": "杀死 %4$d 个玩家", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pot_flower": "盆栽 %4$d 株植物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_trigger": "触发 %4$d 次袭击", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_win": "赢得 %4$d 次袭击", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sleep_in_bed": "睡觉 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sneak_time": "潜行 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sprint_one_cm": "疾跑 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.strider_one_cm": "骑乘炽足兽行进 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.swim_one_cm": "游泳 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.talked_to_villager": "与村民交谈 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.target_hit": "击中 %4$d 个标靶", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_death": "连续未死亡 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_rest": "连续未休息 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.total_world_time": "世界总时间 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.traded_with_villager": "与村民交易 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.trigger_trapped_chest": "触发 %4$d 次陷阱箱", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.tune_noteblock": "调谐 %4$d 次音符盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.use_cauldron": "使用炼药锅 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_on_water_one_cm": "在水上行走 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_one_cm": "行走 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_under_water_one_cm": "在水下行走 %4$d 厘米" +} \ No newline at end of file diff --git a/src/main/resources/assets/betterstats/lang/zh_tw.json b/src/main/resources/assets/betterstats/lang/zh_tw.json new file mode 100644 index 0000000..7063c32 --- /dev/null +++ b/src/main/resources/assets/betterstats/lang/zh_tw.json @@ -0,0 +1,198 @@ +{ + "modmenu.nameTranslation.betterstats": "Better Statistics Screen", + "modmenu.summaryTranslation.betterstats": "一個改進統計畫面並使其更有用的 Minecraft 模組。", + + "mobCategory.monster": "敵對生物", + "mobCategory.creature": "自然生物", + "mobCategory.ambient": "環境生物", + "mobCategory.axolotls": "美西螈", + "mobCategory.underground_water_creature": "地下水域生物", + "mobCategory.water_creature": "水域生物", + "mobCategory.water_ambient": "水域環境生物", + "mobCategory.misc": "其他生物", + + "stat.blocksButton": "方塊", + "stat.betterstats.time_since_login": "本次會話時間", + + "commands.statistics.edit.output": "為 %d 個玩家修改了統計資訊 %s。", + "commands.statistics.clear.output": "清除了 %d 個玩家的統計資訊。", + "commands.statistics.clear.kick": "你的統計資訊已被清理,請中斷連線並重新加入世界。", + "commands.statistics.query.output": "%s 的統計資訊 %s 的值為 %d。", + + "betterstats.config.common.register_commands": "註冊指令", + "betterstats.config.common.register_commands.tooltip": "註冊此模組的指令(例如 '/statistics')。", + "betterstats.config.common.api_endpoint": "API 端點", + "betterstats.config.common.api_endpoint.tooltip": "此模組用於與此模組開發者的伺服器通訊的 RESTful HTTP API 端點的 URI 位址。", + "betterstats.config.common.experimental_features": "實驗性功能", + "betterstats.config.common.experimental_features.tooltip": "是否啟用實驗性功能。\n此類功能可能存在漏洞、導致崩潰或資料遺失。請自行承擔風險啟用,然後重啟遊戲。\n\n這些功能的存在並不代表它們最終會發布。它們可能隨時被移除,恕不另行通知。", + "betterstats.config.client.allow_chat_psa": "允許聊天 PSA 訊息", + "betterstats.config.client.allow_chat_psa.tooltip": "允許來自此模組開發者的罕見資訊性 PSA 訊息顯示在聊天欄中。關閉此選項以封鎖所有此類通知。", + "betterstats.config.client.gui_mobs_follow_cursor": "GUI 生物看向游標", + "betterstats.config.client.gui_mobs_follow_cursor.tooltip": "實體統計資訊 GUI 中的生物會始終看向游標位置。", + + "betterstats.gui.screen.edit_siv_goal.stat_type": "統計類型(活動)", + "betterstats.gui.screen.edit_siv_goal.stat_subject": "統計主題(物品/實體等)", + "betterstats.gui.screen.edit_siv_goal.target_value_range": "目標數值範圍", + + "betterstats.gui.menubar.file": "檔案", + "betterstats.gui.menubar.file.new": "新增", + "betterstats.gui.menubar.file.open": "開啟", + "betterstats.gui.menubar.file.save_as": "另存為", + "betterstats.gui.menubar.file.settings": "設定", + "betterstats.gui.menubar.file.close": "關閉", + "betterstats.gui.menubar.view": "檢視", + "betterstats.gui.menubar.view.vanilla_screen": "原版畫面", + "betterstats.gui.menubar.view.homepage": "首頁", + "betterstats.gui.menubar.view.local_player_stats": "我的統計資訊", + "betterstats.gui.menubar.view.stats_view": "切換檢視", + "betterstats.gui.menubar.about": "關於", + "betterstats.gui.menubar.about.source_code": "原始碼", + "betterstats.gui.menubar.about.support_me": "支持我", + "betterstats.gui.menubar.about.legal_notices": "法律聲明", + + "betterstats.gui.statsview.filters": "篩選", + "betterstats.gui.statsview.filter.selected_view": "選擇的檢視", + "betterstats.gui.statsview.filter.search": "搜尋", + "betterstats.gui.statsview.filter.show_all_stats": "顯示所有統計資訊", + "betterstats.gui.statsview.filter.hide_completed_goals": "隱藏已完成的目標", + "betterstats.gui.statsview.filter.sort_by": "排序方式", + "betterstats.gui.statsview.filter.group_by": "分組方式", + "betterstats.gui.statsview.filter.group_by.all": "全部", + "betterstats.gui.statsview.filter.group_by.mod": "模組名稱", + "betterstats.gui.statsview.filter.group_by.mob_category": "生物類別", + "betterstats.gui.statsview.filter.group_by.creative_mode_tab": "創造模式分頁", + "betterstats.gui.statsview.filter.distance_unit": "距離單位", + "betterstats.gui.statsview.filter.time_unit": "時間單位", + "betterstats.gui.statsview.stats.no_stats": "暫無可顯示的統計資訊……", + "betterstats.gui.statsview.stats.no_goals": "暫無可顯示的目標……", + "betterstats.gui.statsview.stats.ctxmenu.view_error_info": "查看錯誤資訊", + "betterstats.gui.statsview.stats.ctxmenu.view_on_wiki": "在 Wiki 上查看", + "betterstats.gui.statsview.stats.ctxmenu.create_goal": "建立目標", + "betterstats.gui.statsview.mcbs_goals": "目標", + "betterstats.gui.statsview.mcbs_goals.alert1.prefix": "[新功能 ✨]", + "betterstats.gui.statsview.mcbs_goals.alert1": "定義自訂里程碑,以追蹤您在特定統計目標(如資源收集)上的進度。", + "betterstats.gui.statsview.mcbs_goals.alert2.prefix": "[注意 💾]", + "betterstats.gui.statsview.mcbs_goals.alert2": "這些目標在重新加入或重啟後不會保留。此缺失功能可能在將來實現。", + "betterstats.gui.statsview.mcbs_goals.overview": "概覽", + "betterstats.gui.statsview.mcbs_goals.overview.completed_goals": "已完成的目標", + "betterstats.gui.statsview.mcbs_goals.overview.total_progress": "總進度", + "betterstats.gui.statsview.mcbs_goals.new_btn": "[ + 新增目標 ]", + "betterstats.gui.statsview.mcbs_goals.manage_btn": "管理目標", + "betterstats.gui.statsview.mcbs_goals.edit_btn": "編輯目標", + "betterstats.gui.statsview.mcbs_goals.delete_btn": "刪除目標", + "betterstats.gui.statsview.mcbs_goals.delete_btn.confirm": "確定要刪除嗎?", + "betterstats.gui.statsview.mcbs_goals.no_edit_gui": "此目標類型沒有編輯介面。", + + "betterstats.gui.home_tab.featured_stats": "精選統計", + + "betterstats.credits": "鳴謝", + "betterstats.credits.section.top_sponsors": "頂級贊助者", + "betterstats.credits.section.top_sponsors.summary": "對本專案貢獻最大的資金支持者。", + "betterstats.credits.section.recent_sponsors": "近期贊助者", + "betterstats.credits.section.recent_sponsors.summary": "對本專案最近的資金支持者。", + "betterstats.credits.section.recent_sponsors.entry.sponsor": "[+] [贊助]", + "betterstats.credits.section.recent_sponsors.entry.sponsor.summary": "成為贊助者,為此模組及其開發貢獻力量。", + "betterstats.credits.section.special_thanks": "特別鳴謝", + "betterstats.credits.section.special_thanks.summary": "特別鳴謝以及讓此模組成為可能的人們。", + "betterstats.credits.section.special_thanks.entry.you": "[您]", + "betterstats.credits.section.special_thanks.entry.you.summary": "特別感謝您,感謝您的支持以及幫助此模組保持活力。", + "betterstats.credits.section.special_thanks.entry.contributors": "[貢獻者]", + "betterstats.credits.section.special_thanks.entry.contributors.summary": "所有為此模組做出貢獻、回報漏洞和提供反饋的人。您的幫助意義重大。", + "betterstats.credits.section.contributors": "貢獻者", + "betterstats.credits.section.contributors.summary": "在 v5.X 版本期間為此模組做出貢獻的社群成員。", + "betterstats.credits.section.contributors.entry.contribute": "[+] [參與貢獻]", + "betterstats.credits.section.contributors.entry.contribute.summary": "參與此模組的開發,以名列此榜單。", + "betterstats.credits.section.founder_contributors": "創始貢獻者", + "betterstats.credits.section.founder_contributors.summary": "在 v5.X 版本之前為此模組做出貢獻的社群成員。", + + "betterstats.mcbsgoaltype.betterstats.stat_int_value": "通用數值目標", + + "betterstats.mcbsgoal.siv_objective": "%2$s 的 %1$s 達到 %4$d", + "betterstats.mcbsgoal.siv_objective.betterstats.edit_this_goal": "編輯此目標", + "betterstats.mcbsgoal.siv_objective.minecraft.custom": "執行 %2$s %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.broken": "破壞 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.crafted": "合成 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.dropped": "丟棄 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.mined": "開採 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.picked_up": "拾取 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.used": "使用 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.killed": "殺死 %4$d 個 %2$s", + "betterstats.mcbsgoal.siv_objective.minecraft.killed_by": "被 %2$s 殺死 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.animals_bred": "繁殖 %4$d 隻動物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.aviate_one_cm": "用鞘翅飛行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.bell_ring": "敲響 %4$d 次鐘", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.boat_one_cm": "划船行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_armor": "清洗 %4$d 件盔甲", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_banner": "清洗 %4$d 面旗幟", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.clean_shulker_box": "清洗 %4$d 個界伏盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.climb_one_cm": "攀爬 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.crouch_one_cm": "潛行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_absorbed": "吸收 %4$d 點傷害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_blocked_by_shield": "用盾牌格擋 %4$d 點傷害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt": "造成 %4$d 點傷害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_absorbed": "造成 %4$d 點傷害(被吸收)", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_dealt_resisted": "造成 %4$d 點傷害(被抵抗)", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_resisted": "抵抗 %4$d 點傷害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.damage_taken": "受到 %4$d 點傷害", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.deaths": "死亡 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.drop": "丟棄 %4$d 個物品", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.eat_cake_slice": "吃掉 %4$d 片蛋糕", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.enchant_item": "附魔 %4$d 個物品", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fall_one_cm": "摔落 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fill_cauldron": "填充 %4$d 個鍋釜", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fish_caught": "釣到 %4$d 條魚", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.fly_one_cm": "飛行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.happy_ghast_one_cm": "騎乘開心惡魂飛行 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.horse_one_cm": "騎馬行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dispenser": "查看 %4$d 個發射器", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_dropper": "查看 %4$d 個投擲器", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.inspect_hopper": "查看 %4$d 個漏斗", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_anvil": "與鐵砧互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_beacon": "與烽火台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_blast_furnace": "與高爐互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_brewingstand": "與釀造台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_campfire": "與營火互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_cartography_table": "與製圖台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_crafting_table": "與工作台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_furnace": "與熔爐互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_grindstone": "與砂輪互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_lectern": "與講台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_loom": "與織布機互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smithing_table": "與鍛造台互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_smoker": "與煙燻爐互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.interact_with_stonecutter": "與切石機互動 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.jump": "跳躍 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.leave_game": "退出遊戲 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.minecart_one_cm": "乘坐礦車行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.mob_kills": "殺死 %4$d 隻生物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.nautilus_one_cm": "乘坐鸚鵡螺行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_barrel": "開啟 %4$d 個木桶", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_chest": "開啟 %4$d 個箱子", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_enderchest": "開啟 %4$d 個終界箱", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.open_shulker_box": "開啟 %4$d 個界伏盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pig_one_cm": "騎豬行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_noteblock": "播放 %4$d 次音階盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_record": "播放 %4$d 張唱片", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.play_time": "遊玩 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.player_kills": "殺死 %4$d 個玩家", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.pot_flower": "盆栽 %4$d 株植物", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_trigger": "觸發 %4$d 次襲擊", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.raid_win": "贏得 %4$d 次襲擊", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sleep_in_bed": "睡覺 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sneak_time": "潛行 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.sprint_one_cm": "疾跑 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.strider_one_cm": "騎乘熾足獸行進 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.swim_one_cm": "游泳 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.talked_to_villager": "與村民交談 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.target_hit": "擊中 %4$d 個標靶", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_death": "連續未死亡 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.time_since_rest": "連續未休息 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.total_world_time": "世界總時間 %4$d 刻", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.traded_with_villager": "與村民交易 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.trigger_trapped_chest": "觸發 %4$d 次陷阱箱", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.tune_noteblock": "調諧 %4$d 次音階盒", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.use_cauldron": "使用鍋釜 %4$d 次", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_on_water_one_cm": "在水上行走 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_one_cm": "行走 %4$d 厘米", + "betterstats.mcbsgoal.siv_objective.minecraft.custom.minecraft.walk_under_water_one_cm": "在水下行走 %4$d 厘米" +} \ No newline at end of file diff --git a/src/main/resources/betterstats.credits.json b/src/main/resources/betterstats.credits.json index 1da6cc5..20a5aa9 100644 --- a/src/main/resources/betterstats.credits.json +++ b/src/main/resources/betterstats.credits.json @@ -18,6 +18,12 @@ "summary": "Translated this mod to 'Simplified Chinese'.", "homepage_uri": "https://github.com/WForst-Breeze" }, + { + "avatar_uri": "https://avatars.githubusercontent.com/u/150860092?v=4", + "name": "Xinyang-Gao", + "summary": "Translated this mod to 'Simplified Chinese' and 'Traditional Chinese'.", + "homepage_uri": "https://github.com/Xinyang-Gao" + }, { "avatar_uri": null, "name": { "translate": "betterstats.credits.section.contributors.entry.contribute" },