-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamictrees翻译提交1.20 #4321
Dynamictrees翻译提交1.20 #4321
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"itemGroup.dynamictrees": "Dynamic Trees", | ||
|
||
"entity.dynamictrees.falling_tree": "Falling Tree", | ||
|
||
"block.dynamictrees.oak_branch": "Oak Tree", | ||
"block.dynamictrees.azalea_branch": "Azalea Tree", | ||
"block.dynamictrees.spruce_branch": "Spruce Tree", | ||
"block.dynamictrees.birch_branch": "Birch Tree", | ||
"block.dynamictrees.jungle_branch": "Jungle Tree", | ||
"block.dynamictrees.dark_oak_branch": "Dark Oak Tree", | ||
"block.dynamictrees.acacia_branch": "Acacia Tree", | ||
"block.dynamictrees.crimson_branch": "Crimson Fungus", | ||
"block.dynamictrees.warped_branch": "Warped Fungus", | ||
"block.dynamictrees.mangrove_branch": "Mangrove Tree", | ||
"block.dynamictrees.mangrove_roots": "Mangrove Tree", | ||
"block.dynamictrees.cherry_branch": "Cherry Tree", | ||
"block.dynamictrees.rooty_water": "Water Roots", | ||
|
||
"species.dynamictrees.oak": "Oak", | ||
"species.dynamictrees.azalea": "Azalea", | ||
"species.dynamictrees.swamp_oak": "Swamp Oak", | ||
"species.dynamictrees.spruce": "Spruce", | ||
"species.dynamictrees.mega_spruce": "Mega Spruce", | ||
"species.dynamictrees.birch": "Birch", | ||
"species.dynamictrees.tall_birch": "Tall Birch", | ||
"species.dynamictrees.jungle": "Jungle", | ||
"species.dynamictrees.mega_jungle": "Mega Jungle", | ||
"species.dynamictrees.dark_oak": "Dark Oak", | ||
"species.dynamictrees.acacia": "Acacia", | ||
"species.dynamictrees.apple_oak": "Apple Oak", | ||
"species.dynamictrees.crimson": "Crimson", | ||
"species.dynamictrees.mega_crimson": "Mega Crimson", | ||
"species.dynamictrees.warped": "Warped", | ||
"species.dynamictrees.mega_warped": "Mega Warped", | ||
"species.dynamictrees.red_mushroom": "Red Mushroom", | ||
"species.dynamictrees.brown_mushroom": "Brown Mushroom", | ||
"species.dynamictrees.cocoa": "Cocoa", | ||
"species.dynamictrees.oak_undergrowth": "Oak Undergrowth", | ||
"species.dynamictrees.jungle_undergrowth": "Jungle Undergrowth", | ||
"species.dynamictrees.mangrove": "Mangrove", | ||
"species.dynamictrees.cherry": "Cherry Blossom", | ||
|
||
"item.dynamictrees.oak_seed": "Oak Acorn", | ||
"item.dynamictrees.azalea_seed": "Azalea Seed", | ||
"item.dynamictrees.spruce_seed": "Spruce Cone", | ||
"item.dynamictrees.birch_seed": "Birch Catkin", | ||
"item.dynamictrees.jungle_seed": "Jungle Pod", | ||
"item.dynamictrees.cocoa_seed": "Cocoa Pod", | ||
"item.dynamictrees.dark_oak_seed": "Dark Oak Acorn", | ||
"item.dynamictrees.acacia_seed": "Acacia Seed", | ||
"item.dynamictrees.apple_oak_seed": "Apple Pip", | ||
"item.dynamictrees.crimson_seed": "Crimson Cap", | ||
"item.dynamictrees.warped_seed": "Warped Cap", | ||
"item.dynamictrees.mangrove_seed": "Mangrove Propagule", | ||
"item.dynamictrees.cherry_seed": "Cherry Blossom Pit", | ||
|
||
"item.dynamictrees.dendro_potion.biochar": "Biochar Base Potion", | ||
"item.dynamictrees.dendro_potion.depletion": "Potion of Depletion", | ||
"item.dynamictrees.dendro_potion.gigas": "Potion of Gigas", | ||
"item.dynamictrees.dendro_potion.burgeoning": "Potion of Burgeoning", | ||
"item.dynamictrees.dendro_potion.fertility": "Potion of Fertility", | ||
"item.dynamictrees.dendro_potion.persistence": "Potion of Persistence", | ||
"item.dynamictrees.dendro_potion.transform": "Potion of Transformation", | ||
"item.dynamictrees.dendro_potion.harvest": "Potion of Harvest", | ||
"item.dynamictrees.dendro_potion.denuding": "Potion of Denuding", | ||
|
||
"item.dynamictrees.dirt_bucket": "Dirt Bucket", | ||
"item.dynamictrees.staff": "Woodland Staff", | ||
"block.dynamictrees.potted_sapling": "Potted Sapling", | ||
|
||
"chat.registry_name": "Registry Name: %s", | ||
|
||
"tooltip.dynamictrees.species": "Species: %s", | ||
"tooltip.dynamictrees.fertility": "Fertility: %s", | ||
"tooltip.dynamictrees.jo_code": "JoCode: %s", | ||
"tooltip.dynamictrees.roots_jo_code": "Roots JoCode: %s", | ||
"tooltip.dynamictrees.force_planting": "Force Planting: %s", | ||
"tooltip.dynamictrees.seed_life_span": "Seed Life Span: %s", | ||
|
||
"tooltip.dynamictrees.enabled": "Enabled", | ||
|
||
"commands.dynamictrees.success.get_tree": "Species: %s JoCode: %s", | ||
"commands.dynamictrees.success.get_roots": "Species: %s Roots JoCode: %s", | ||
"commands.dynamictrees.error.get_tree": "Could not find tree species at position %s.", | ||
"commands.dynamictrees.success.set_tree": "Successfully set tree at position %s to species %s with JoCode %s.", | ||
"commands.dynamictrees.success.kill_tree": "Successfully killed tree at position %s.", | ||
"commands.dynamictrees.error.unknown_species": "Unknown species %s.", | ||
"commands.dynamictrees.success.get_fertility": "Fertility of tree at position %s is %s.", | ||
"commands.dynamictrees.success.set_fertility": "Successfully set fertility of tree at position %s to %s.", | ||
"commands.dynamictrees.success.grow_pulse": "Successfully sent %s growth pulses to tree at position %s.", | ||
"commands.dynamictrees.success.set_xor": "Successfully set coordinate Xor to %s.", | ||
"commands.dynamictrees.success.rotate_jo_code": "Rotated JoCode: %s", | ||
"commands.dynamictrees.error.species_equal": "Targeted species is the same as given species.", | ||
"commands.dynamictrees.success.transform": "Successfully transformed species %s at position %s to species %s.", | ||
"commands.dynamictrees.error.not_transformable": "Species %s is not transformable.", | ||
"commands.dynamictrees.success.create_staff": "Successfully created staff with species %s, code %s, color %s, read only %s, and max uses %s at position %s.", | ||
"commands.dynamictrees.success.create_transform_potion": "Successfully created transform potion for species %s at position %s.", | ||
"commands.dynamictrees.success.clear_orphaned": "Successfully cleared %s orphaned branch networks.", | ||
"commands.dynamictrees.success.purge_trees": "Successfully purged %s trees.", | ||
|
||
"potion.biochar.description": "Base tree potion for brewing", | ||
"potion.depletion.description": "Destroys tree soil fertility", | ||
"potion.gigas.description": "Allows a tree to become mega size", | ||
"potion.burgeoning.description": "Quickly grow a tree", | ||
"potion.fertility.description": "Fully fertilizes tree soil", | ||
"potion.persistence.description": "Stops tree from changing", | ||
"potion.transform.description": "Transform a tree into a %s tree", | ||
"potion.transform.description.empty": "Base tree potion for brewing transformations", | ||
"potion.harvest.description": "Speeds up fruit production", | ||
"potion.denuding.description": "Removes all bark and leaves from a tree", | ||
|
||
"desc.dynamictrees.seasonal.fertile_seasons": "Fertile Seasons", | ||
"desc.dynamictrees.seasonal.year_round": "Year-Round", | ||
"desc.dynamictrees.seasonal.spring": "Spring", | ||
"desc.dynamictrees.seasonal.summer": "Summer", | ||
"desc.dynamictrees.seasonal.autumn": "Autumn", | ||
"desc.dynamictrees.seasonal.winter": "Winter", | ||
|
||
"death.attack.falling_tree": "%1$s was crushed by a falling tree", | ||
"death.attack.falling_tree.player": "%1$s was crushed by a falling tree whilst fighting %2$s", | ||
|
||
"sounds.dynamictrees.falling_tree.start": "Timber!", | ||
"sounds.dynamictrees.falling_tree.small.start": "Branch is chopped", | ||
"sounds.dynamictrees.falling_tree.end": "Tree hits the ground", | ||
"sounds.dynamictrees.falling_tree.small.end": "Branch hits the ground", | ||
"sounds.dynamictrees.falling_tree.hit_water": "Tree goes through water", | ||
"sounds.dynamictrees.falling_tree.small.hit_water": "Branch falls in water", | ||
"config.jade.plugin_dynamictrees.rooty_water": "Rooty Water", | ||
"config.jade.plugin_dynamictrees.fruit": "Fruit", | ||
"config.jade.plugin_dynamictrees.rooty": "Rooty Soil", | ||
"config.jade.plugin_dynamictrees.pod": "Pod", | ||
"config.jade.plugin_dynamictrees.branch": "Branch", | ||
|
||
"block.minecraft.mangrove_propagule": "Mangrove Sapling", | ||
"block.minecraft.potted_mangrove_propagule": "Potted Mangrove Sapling" | ||
} |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,143 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"itemGroup.dynamictrees": "有活力的树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"entity.dynamictrees.falling_tree": "倒下的树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.oak_branch": "橡木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.azalea_branch": "杜鹃木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.spruce_branch": "云杉木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.birch_branch": "白桦木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.jungle_branch": "丛林木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.dark_oak_branch": "深色橡木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.acacia_branch": "金合欢木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.crimson_branch": "绯红菌木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.warped_branch": "诡异菌木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.mangrove_branch": "红木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.mangrove_roots": "红木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.cherry_branch": "樱花木", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.rooty_water": "水根", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+6
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
https://zh.minecraft.wiki/w/%E6%A0%91%E6%9C%A8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.oak": "橡树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.azalea": "杜鹃树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.swamp_oak": "沼泽橡树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.spruce": "云杉树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.mega_spruce": "巨型云杉树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.birch": "白桦树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.tall_birch": "高白桦树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.jungle": "丛林树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+23
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
丛林树为意外框入 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.mega_jungle": "巨型丛林树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.dark_oak": "深色橡树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+27
to
+29
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.acacia": "金合欢树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.apple_oak": "苹果橡树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.crimson": "绯红菌", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.mega_crimson": "巨型绯红菌", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议此处改为“大型绯红菌”,下同 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.warped": "诡异菌", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.mega_warped": "巨型诡异菌", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.red_mushroom": "红蘑菇", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.brown_mushroom": "棕蘑菇", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.cocoa": "可可", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+36
to
+38
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议使用原版名称,“红色蘑菇”和“棕色蘑菇” |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.oak_undergrowth": "橡木灌木丛", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.jungle_undergrowth": "丛林灌木丛", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.mangrove": "红树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"species.dynamictrees.cherry": "樱花树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.oak_seed": "橡子", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.azalea_seed": "杜鹃种子", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.spruce_seed": "云杉球果", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.birch_seed": "白桦絮", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.jungle_seed": "丛林木荚", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.cocoa_seed": "可可果夹", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dark_oak_seed": "深色橡子", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.acacia_seed": "金合欢种子", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.apple_oak_seed": "苹果仁", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.crimson_seed": "绯红菌盖", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.warped_seed": "诡异菌盖", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.mangrove_seed": "红树根钮", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议使用原版名称 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.cherry_seed": "樱花果核", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.biochar": "木炭溶液", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.depletion": "枯竭药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.gigas": "放大药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.burgeoning": "生长药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.fertility": "肥力药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.persistence": "定型药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.transform": "转换药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.harvest": "丰收药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dendro_potion.denuding": "脱落药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.dirt_bucket": "泥桶", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"item.dynamictrees.staff": "森林法杖", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.dynamictrees.potted_sapling": "盆栽树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"chat.registry_name": "注册名:%s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.species": "品种:%s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.fertility": "肥力: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.jo_code": "繁殖力: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. JoCode保留不翻,游戏内是一串编码 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.roots_jo_code": "根部繁殖力: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.force_planting": "强制种植: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.seed_life_span": "种子寿命: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"tooltip.dynamictrees.enabled": "已启用", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.get_tree": "树种: %s 繁殖力:%s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.get_roots": "树种: %s 根部繁殖力:%s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.get_tree": "在这个位置找不到树种%s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.kill_tree": "成功在%s拔掉一棵树", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.unknown_species": "未知树种%s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.get_tree": "Species: %s JoCode: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.get_roots": "Species: %s Roots JoCode: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.get_tree": "在%s找不到树种", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.set_tree": "Successfully set tree at position %s to species %s with JoCode %s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.kill_tree": "成功杀死%s处的树。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.unknown_species": "未知树种%s。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.get_fertility": "位置%s处的树肥力是%s。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+83
to
+95
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 键重复,请注意删除 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.set_fertility": "Successfully set fertility of tree at position %s to %s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.grow_pulse": "Successfully sent %s growth pulses to tree at position %s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.set_xor": "Successfully set coordinate Xor to %s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.rotate_jo_code": "Rotated JoCode: %s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.species_equal": "目标树种和待转换树种是同一树种。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+96
to
+100
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 未翻译 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.transform": "成功在%2$s将%1$s转换为%3$s。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.error.not_transformable": "物种%s不可被转换。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.create_staff": "Successfully created staff with species %s, code %s, color %s, read only %s, and max uses %s at position %s.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.create_transform_potion": "成功在%2$s为%2$1树种使用转换药水。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.clear_orphaned": "成功清除%s树枝。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"commands.dynamictrees.success.purge_trees": "成功清除%s树。", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.biochar.description": "用于酿造树种药的基础药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
参照库内 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.depletion.description": "破坏土壤肥力", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.gigas.description": "让树变得巨大", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.burgeoning.description": "让树快速生长", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.fertility.description": "让树下的土壤充满肥力", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.persistence.description": "阻止树生长", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.transform.description": "把一棵树转换为%s", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.transform.description.empty": "酿造转型药水的基础药水", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.harvest.description": "加速果实生长", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"potion.denuding.description": "让一棵树的所有树皮和叶子脱落", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+109
to
+118
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议参照库内1182版本 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.fertile_seasons": "土壤肥沃的季节", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.year_round": "全年", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.spring": "春季", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.summer": "夏季", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.autumn": "秋季", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"desc.dynamictrees.seasonal.winter": "冬季", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"death.attack.falling_tree": "%1$s被倒下的树砸扁了", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"death.attack.falling_tree.player": "%1$s和%2$s战斗的时候被树砸扁了", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.start": "树:开始倒下", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.small.start": "树枝:开始倒下", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.end": "树:倒地", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.small.end": "树枝:倒地", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.hit_water": "树:砸到水里", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"sounds.dynamictrees.falling_tree.small.hit_water": "树枝:砸到水里", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"config.jade.plugin_dynamictrees.rooty_water": "Rooty Water", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 未翻译 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"config.jade.plugin_dynamictrees.fruit": "果实", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"config.jade.plugin_dynamictrees.rooty": "缠根泥土", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"config.jade.plugin_dynamictrees.pod": "Pod", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"config.jade.plugin_dynamictrees.branch": "树枝", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.minecraft.mangrove_propagule": "红树苗", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"block.minecraft.potted_mangrove_propagule": "红树盆栽" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+141
to
+142
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议改为这个名称