diff --git a/projects/1.12.2/assets/corail-recycler/recycler/lang/en_us.lang b/projects/1.12.2/assets/corail-recycler/recycler/lang/en_us.lang new file mode 100644 index 000000000000..6d3545390c7b --- /dev/null +++ b/projects/1.12.2/assets/corail-recycler/recycler/lang/en_us.lang @@ -0,0 +1,41 @@ +#PARSE_ESCAPES +recycler.lang.version=1.0.1 +recycler.block.recycler.name=Recycler +recycler.item.diamond_shard.name=Diamond Shard +recycler.item.diamond_disk.name=Diamond disk +recycler.item.diamond_disk.desc=The Recycler can't work without this disk +recycler.message.add_recipe_success=Recipe added +recycler.message.add_recipe_failed=Failed to add the recipe +recycler.message.export_success=Exportation succeeded +recycler.message.export_failed=Exportation failed +recycler.message.remove_recipe_success=Recipe removed +recycler.message.remove_recipe_failed=Failed to remove the recipe +recycler.message.found_recipes=%d recipes found +recycler.message.recycling_book=The Recycling Handbook +recycler.message.not_enough_output_slots=There isn't enough output slots +recycler.message.loss=There were losses while recycling +recycler.message.broken_disk=The Diamond Disk is broken +recycler.button.recycle=Recycle +recycler.button.takeAll=Take All +recycler.button.auto=Auto +recycler.button.discoverRecipe=Discovery +recycler.button.removeRecipe=Remove +recycler.config.unbalanced_recipes.tooltip=Add unbalanced recycling recipes +recycler.config.only_user_recipes.tooltip=Only use your custom recycling recipes +recycler.config.recycle_magic_item.tooltip=Extract enchantments from items into an enchanted book +recycler.config.recycle_enchanted_book.tooltip=Separate an enchanted book into several books +recycler.config.chance_loss.tooltip=Chance of only recovery half +recycler.config.allow_sound.tooltip=Allow recycler sounds +recycler.config.time_to_recycle.tooltip=Time to recycle an item +recycler.config.recycle_round_down.tooltip=Rounds down the result of a recycling action +recycler.config.allow_automation.tooltip=Allow automation with the recycler +advancement.tutorial.title=Recycler +advancement.tutorial.desc=Tutorial to explain some features of Recycler +advancement.build_recycler.title=A way to recycle +advancement.build_recycler.desc=You crafted a Recycler ! +advancement.build_disk.title=A needed disk +advancement.build_disk.desc=You crafted a Diamond Disk ! +advancement.first_recycle.title=Your first recycle +advancement.first_recycle.desc=The Recycler seems to work ! +advancement.read_recycling_book.title=Recipes in abondance ! +advancement.read_recycling_book.desc=You opened the Recycling Handbook \ No newline at end of file diff --git a/projects/1.12.2/assets/corail-recycler/recycler/lang/zh_cn.lang b/projects/1.12.2/assets/corail-recycler/recycler/lang/zh_cn.lang new file mode 100644 index 000000000000..86e83eca7fe5 --- /dev/null +++ b/projects/1.12.2/assets/corail-recycler/recycler/lang/zh_cn.lang @@ -0,0 +1,41 @@ +#PARSE_ESCAPES +recycler.lang.version=1.0.1 +recycler.block.recycler.name=回收器 +recycler.item.diamond_shard.name=钻石碎片 +recycler.item.diamond_disk.name=钻石圆盘 +recycler.item.diamond_disk.desc=回收器需要这个圆片才能工作 +recycler.message.add_recipe_success=已添加配方 +recycler.message.add_recipe_failed=添加配方失败 +recycler.message.export_success=导出成功 +recycler.message.export_failed=导出失败 +recycler.message.remove_recipe_success=已移除配方 +recycler.message.remove_recipe_failed=移除配方失败 +recycler.message.found_recipes=%d个配方 +recycler.message.recycling_book=回收手册 +recycler.message.not_enough_output_slots=输出槽位不足 +recycler.message.loss=回收过程中有损失 +recycler.message.broken_disk=该钻石圆盘已损坏 +recycler.button.recycle=回收 +recycler.button.takeAll=拿取全部 +recycler.button.auto=自动回收 +recycler.button.discoverRecipe=发现 +recycler.button.removeRecipe=移除 +recycler.config.unbalanced_recipes.tooltip=添加不平衡的回收配方 +recycler.config.only_user_recipes.tooltip=只使用自定义的回收配方 +recycler.config.recycle_magic_item.tooltip=提取物品上的魔咒,产出附魔书 +recycler.config.recycle_enchanted_book.tooltip=将一本附魔书拆分为多本 +recycler.config.chance_loss.tooltip=回收产出只有一半的概率 +recycler.config.allow_sound.tooltip=打开回收器声音 +recycler.config.time_to_recycle.tooltip=回收一个物品的时间 +recycler.config.recycle_round_down.tooltip=向下取整回收的产出 +recycler.config.allow_automation.tooltip=打开回收器自动回收功能 +advancement.tutorial.title=回收器 +advancement.tutorial.desc=阐述回收器功能的教程 +advancement.build_recycler.title=回收之道 +advancement.build_recycler.desc=你合成了回收器! +advancement.build_disk.title=必需圆片 +advancement.build_disk.desc=你合成了钻石圆片 +advancement.first_recycle.title=首次回收 +advancement.first_recycle.desc=回收器好像起作用了! +advancement.read_recycling_book.title=配方充足! +advancement.read_recycling_book.desc=你翻开了回收手册 \ No newline at end of file diff --git a/projects/1.16/assets/corail-recycler/corail_recycler/packer-policy.json b/projects/1.16/assets/corail-recycler/corail_recycler/packer-policy.json new file mode 100644 index 000000000000..3c186f16b573 --- /dev/null +++ b/projects/1.16/assets/corail-recycler/corail_recycler/packer-policy.json @@ -0,0 +1 @@ +{"type":"plainclone","source":"./projects/1.18/assets/corail-recycler/corail_recycler"} diff --git a/projects/1.16/assets/tool-kit/toolkit/packer-policy.json b/projects/1.16/assets/tool-kit/toolkit/packer-policy.json new file mode 100644 index 000000000000..5397cfe7f514 --- /dev/null +++ b/projects/1.16/assets/tool-kit/toolkit/packer-policy.json @@ -0,0 +1 @@ +{"type":"plainclone","source":"./projects/1.18/assets/tool-kit/toolkit"} diff --git a/projects/1.16/assets/zetter/zetter/lang/en_us.json b/projects/1.16/assets/zetter/zetter/lang/en_us.json new file mode 100644 index 000000000000..bdeb9bbdfdff --- /dev/null +++ b/projects/1.16/assets/zetter/zetter/lang/en_us.json @@ -0,0 +1,103 @@ +{ + "block.zetter.artist_table": "Artist Table", + "block.zetter.easel": "Easel", + "console.zetter.result.requested_painting": "Painting %1$s was requested from the sever, please wait", + "console.zetter.result.exported_painting_client": "Painting %1$s was saved to your Minecraft folder", + "console.zetter.result.exported_painting_server": "Painting %1$s was saved to server folder", + "console.zetter.error.unknown": "Unexpected error happened: %1$s", + "console.zetter.error.file_write_error": "Cannot write the file to save painting: %1$s", + "console.zetter.error.file_write_folder": "Cannot create export folder", + "console.zetter.error.file_write_folder_unable": "Cannot create export folder", + "console.zetter.error.file_write_folder_exists": "File with the same name exists", + "console.zetter.error.file_write_file": "Unable to write image file", + "console.zetter.error.invalid_painting_code": "Invalid painting code: %1$s", + "console.zetter.error.painting_not_found": "Painting not found: %1$s", + "container.zetter.artistTable": "Artist table", + "container.zetter.artist_table": "Artist Table", + "container.zetter.artist_table.change_action": "Change Action", + "container.zetter.artist_table.change_action.to_combine": "Switch to Combine Mode", + "container.zetter.artist_table.change_action.to_split": "Switch to Split Mode", + "container.zetter.artist_table.combined_canvas": "Painting Preview", + "container.zetter.artist_table.combined_canvas.empty": "No preview", + "container.zetter.artist_table.combined_canvas.invalid": "Invalid combination", + "container.zetter.artist_table.combined_canvas.loading": "Loading canvases", + "container.zetter.artist_table.help": "Online Manual", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "Combination Mode", + "container.zetter.artist_table.mode.split": "Split Mode", + "container.zetter.easel": "Easel", + "container.zetter.painting": "Painting", + "container.zetter.painting.blending": "Blending", + "container.zetter.painting.blending.additive": "Additive", + "container.zetter.painting.blending.realistic": "Realistic", + "container.zetter.painting.blending.subtractive": "Subtractive", + "container.zetter.painting.canvas": "Canvas", + "container.zetter.painting.color_code": "HEX Color Code", + "container.zetter.painting.dithering": "Dithering", + "container.zetter.painting.help": "Online Manual", + "container.zetter.painting.history": "History", + "container.zetter.painting.history.redo": "Redo", + "container.zetter.painting.history.undo": "Undo", + "container.zetter.painting.hsb": "HSB Color Adjustment", + "container.zetter.painting.palette": "Palette", + "container.zetter.painting.sliders": "Adjust color (HSV)", + "container.zetter.painting.sliders.brightness": "Brightness", + "container.zetter.painting.sliders.hue": "Hue", + "container.zetter.painting.sliders.intensity": "Intensity", + "container.zetter.painting.sliders.saturation": "Saturation", + "container.zetter.painting.sliders.size": "Size", + "container.zetter.painting.tabs": "Tabs", + "container.zetter.painting.tabs.brush_parameters": "Brush parameters", + "container.zetter.painting.tabs.bucket_parameters": "Bucket parameters", + "container.zetter.painting.tabs.color": "Pick color", + "container.zetter.painting.tabs.inventory": "Inventory", + "container.zetter.painting.tabs.parameters": "Tool parameters", + "container.zetter.painting.tabs.pencil_parameters": "Pencil parameters", + "container.zetter.painting.tools": "Tools", + "container.zetter.painting.tools.brush": "Brush", + "container.zetter.painting.tools.bucket": "Bucket Tool", + "container.zetter.painting.tools.eyedropper": "Eyedropper", + "container.zetter.painting.tools.hand": "Hand tool", + "container.zetter.painting.tools.pencil": "Pencil", + "container.zetter.painting.zoom": "Zoom tool", + "container.zetter.painting.zoom.in": "Zoom in", + "container.zetter.painting.zoom.out": "Zoom out", + "entity.zetter.custom_painting_entity": "Framed Painting", + "entity.zetter.easel_entity": "Easel", + "item.zetter.acacia_basic_frame": "Acacia Frame", + "item.zetter.acacia_plated_frame": "Acacia Frame with Nameplate", + "item.zetter.birch_basic_frame": "Birch Frame", + "item.zetter.birch_plated_frame": "Birch Frame with Nameplate", + "item.zetter.canvas": "Canvas", + "item.zetter.canvas.blank": "Blank canvas", + "item.zetter.canvas.painted": "Painted canvas", + "item.zetter.crimson_basic_frame": "Crimson Frame", + "item.zetter.crimson_plated_frame": "Crimson Frame with Nameplate", + "item.zetter.customPaintingByAuthor": "\"%1$s\" by %2$s", + "item.zetter.dark_oak_basic_frame": "Dark Oak Frame", + "item.zetter.dark_oak_plated_frame": "Dark Oak Frame with Nameplate", + "item.zetter.easel": "Easel", + "item.zetter.gold_basic_frame": "Golden Frame", + "item.zetter.gold_plated_frame": "Golden Frame with Nameplate", + "item.zetter.iron_frame": "Iron Bezel-less Frame", + "item.zetter.jungle_basic_frame": "Jungle Frame", + "item.zetter.jungle_plated_frame": "Jungle Frame with Nameplate", + "item.zetter.oak_basic_frame": "Oak Frame", + "item.zetter.oak_plated_frame": "Oak Frame with Nameplate", + "item.zetter.painting": "Painting", + "item.zetter.painting.generation.0": "Original", + "item.zetter.painting.generation.1": "Copy", + "item.zetter.painting.generation.2": "Copy of copy", + "cfpa.unused.item.zetter.painting.name_field": "Name Field", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "unknown", + "item.zetter.painting.unnamed": "Unnamed", + "item.zetter.paints": "Paints", + "item.zetter.palette": "Palette", + "item.zetter.spruce_basic_frame": "Spruce Frame", + "item.zetter.spruce_plated_frame": "Spruce Frame with Nameplate", + "item.zetter.warped_basic_frame": "Warped Frame", + "item.zetter.warped_plated_frame": "Warped Frame with Nameplate", + "painting.zetter.banned": "This painting was banned by the server admins, alternative used", + "forge.configgui.zetter.painting.resolution": "Painting Resolution" +} \ No newline at end of file diff --git a/projects/1.16/assets/zetter/zetter/lang/zh_cn.json b/projects/1.16/assets/zetter/zetter/lang/zh_cn.json new file mode 100644 index 000000000000..394e982cffa3 --- /dev/null +++ b/projects/1.16/assets/zetter/zetter/lang/zh_cn.json @@ -0,0 +1,103 @@ +{ + "block.zetter.artist_table": "艺术家工作台", + "block.zetter.easel": "画架", + "console.zetter.result.requested_painting": "已向服务器请求%1$s画作,请稍等", + "console.zetter.result.exported_painting_client": "画作%1$s已保存至你的Minecraft文件夹", + "console.zetter.result.exported_painting_server": "画作%1$s已保存至服务器文件夹", + "console.zetter.error.unknown": "出现意外错误:%1$s", + "console.zetter.error.file_write_error": "无法写入文件来保存画作:%1$s", + "console.zetter.error.file_write_folder": "无法创建导出文件", + "console.zetter.error.file_write_folder_unable": "无法创建导出文件夹", + "console.zetter.error.file_write_folder_exists": "已存在同名文件", + "console.zetter.error.file_write_file": "无法写入图像文件", + "console.zetter.error.invalid_painting_code": "无效的画作码:%1$s", + "console.zetter.error.painting_not_found": "未找到画作:%1$s", + "container.zetter.artistTable": "艺术家工作台", + "container.zetter.artist_table": "艺术家工作台", + "container.zetter.artist_table.change_action": "改变行为", + "container.zetter.artist_table.change_action.to_combine": "切换到组合模式", + "container.zetter.artist_table.change_action.to_split": "切换到分离模式", + "container.zetter.artist_table.combined_canvas": "画作预览", + "container.zetter.artist_table.combined_canvas.empty": "预览为空", + "container.zetter.artist_table.combined_canvas.invalid": "无效的组合", + "container.zetter.artist_table.combined_canvas.loading": "正在加载画布", + "container.zetter.artist_table.help": "在线手册", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "组合模式", + "container.zetter.artist_table.mode.split": "分离模式", + "container.zetter.easel": "画架", + "container.zetter.painting": "画作", + "container.zetter.painting.blending": "混合", + "container.zetter.painting.blending.additive": "加上", + "container.zetter.painting.blending.realistic": "写实", + "container.zetter.painting.blending.subtractive": "减去", + "container.zetter.painting.canvas": "画布", + "container.zetter.painting.color_code": "十六进制颜色代码", + "container.zetter.painting.dithering": "抖动", + "container.zetter.painting.help": "在线手册", + "container.zetter.painting.history": "历史", + "container.zetter.painting.history.redo": "重做", + "container.zetter.painting.history.undo": "撤销", + "container.zetter.painting.hsb": "HSB颜色调整", + "container.zetter.painting.palette": "调色盘", + "container.zetter.painting.sliders": "调整颜色(HSV)", + "container.zetter.painting.sliders.brightness": "亮度", + "container.zetter.painting.sliders.hue": "色相", + "container.zetter.painting.sliders.intensity": "浓度", + "container.zetter.painting.sliders.saturation": "饱和度", + "container.zetter.painting.sliders.size": "大小", + "container.zetter.painting.tabs": "标签", + "container.zetter.painting.tabs.brush_parameters": "画笔参数", + "container.zetter.painting.tabs.bucket_parameters": "颜料桶参数", + "container.zetter.painting.tabs.color": "选择颜色", + "container.zetter.painting.tabs.inventory": "物品栏", + "container.zetter.painting.tabs.parameters": "工具参数", + "container.zetter.painting.tabs.pencil_parameters": "铅笔参数", + "container.zetter.painting.tools": "工具", + "container.zetter.painting.tools.brush": "画笔", + "container.zetter.painting.tools.bucket": "颜料桶工具", + "container.zetter.painting.tools.eyedropper": "取色器", + "container.zetter.painting.tools.hand": "手形工具", + "container.zetter.painting.tools.pencil": "铅笔", + "container.zetter.painting.zoom": "缩放工具", + "container.zetter.painting.zoom.in": "放大", + "container.zetter.painting.zoom.out": "缩小", + "entity.zetter.custom_painting_entity": "带框的画", + "entity.zetter.easel_entity": "画架", + "item.zetter.acacia_basic_frame": "金合欢木画框", + "item.zetter.acacia_plated_frame": "带名牌的金合欢木画框", + "item.zetter.birch_basic_frame": "白桦木画框", + "item.zetter.birch_plated_frame": "带名牌的白桦木画框", + "item.zetter.canvas": "画布", + "item.zetter.canvas.blank": "空白画布", + "item.zetter.canvas.painted": "画过的画布", + "item.zetter.crimson_basic_frame": "绯红木画框", + "item.zetter.crimson_plated_frame": "带名牌的绯红木画框", + "item.zetter.customPaintingByAuthor": "%2$s创作的“%1$s”", + "item.zetter.dark_oak_basic_frame": "深色橡木画框", + "item.zetter.dark_oak_plated_frame": "带名牌的深色橡木画框", + "item.zetter.easel": "画架", + "item.zetter.gold_basic_frame": "金质画框", + "item.zetter.gold_plated_frame": "带名牌的金质画框", + "item.zetter.iron_frame": "铁质窄边画框", + "item.zetter.jungle_basic_frame": "丛林木画框", + "item.zetter.jungle_plated_frame": "带名牌的丛林木画框", + "item.zetter.oak_basic_frame": "橡木画框", + "item.zetter.oak_plated_frame": "带名牌的橡木画框", + "item.zetter.painting": "画作", + "item.zetter.painting.generation.0": "原作", + "item.zetter.painting.generation.1": "副本", + "item.zetter.painting.generation.2": "副本的副本", + "cfpa.unused.item.zetter.painting.name_field": "名字输入框", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "未知", + "item.zetter.painting.unnamed": "未命名", + "item.zetter.paints": "颜料", + "item.zetter.palette": "调色板", + "item.zetter.spruce_basic_frame": "云杉木画框", + "item.zetter.spruce_plated_frame": "带名牌的云杉木画框", + "item.zetter.warped_basic_frame": "诡异木画框", + "item.zetter.warped_plated_frame": "带名牌的诡异木画框", + "painting.zetter.banned": "这幅画作已被服务器管理员禁用,现在使用的是其替代品", + "forge.configgui.zetter.painting.resolution": "画作分辨率" +} diff --git a/projects/1.18/assets/corail-recycler/corail_recycler/lang/en_us.json b/projects/1.18/assets/corail-recycler/corail_recycler/lang/en_us.json new file mode 100644 index 000000000000..c628e05ec25e --- /dev/null +++ b/projects/1.18/assets/corail-recycler/corail_recycler/lang/en_us.json @@ -0,0 +1,48 @@ +{ + "corail_recycler.lang.version": "1.2.0", + "corail_recycler.block.recycler": "Recycler", + "corail_recycler.item.recycling_book": "Recycling Book", + "corail_recycler.item.recycling_book.desc": "Right click to view the recipes", + "corail_recycler.item.diamond_shard": "Diamond Shard", + "corail_recycler.item.netherite_nugget": "Netherite Nugget", + "corail_recycler.item.copper_nugget": "Copper Nugget", + "corail_recycler.item.steel_disk": "Steel disk", + "corail_recycler.item.diamond_disk": "Diamond disk", + "corail_recycler.item.netherite_disk": "Netherite disk", + "corail_recycler.item.disk.desc": "The Recycler can't work without this disk", + "corail_recycler.message.add_recipe_success": "Recipe added", + "corail_recycler.message.add_recipe_failed": "Failed to add the recipe", + "corail_recycler.message.export_success": "Exportation succeeded", + "corail_recycler.message.export_failed": "Exportation failed", + "corail_recycler.message.remove_recipe_success": "Recipe removed", + "corail_recycler.message.remove_recipe_failed": "Failed to remove the recipe", + "corail_recycler.message.found_recipes": "%d recipes found", + "corail_recycler.message.recycling_book": "The Recycling Handbook", + "corail_recycler.message.invalid_modid": "Invalid modid", + "corail_recycler.message.discover_mod.no_addition": "All recipes were already existing or invalid", + "corail_recycler.message.discover_mod.success": "%d recipes were added for modid: %s", + "corail_recycler.button.recycle": "Recycle", + "corail_recycler.button.takeAll": "Take All", + "corail_recycler.button.auto": "Auto", + "corail_recycler.button.discoverRecipe": "Discovery", + "corail_recycler.button.removeRecipe": "Remove", + "corail_recycler.config.allow_automation": "Allow_automation", + "corail_recycler.config.permanent_discover_button": "The button discover doesn't require permission 2", + "corail_recycler.config.only_user_recipes": "Only use your custom recycling recipes", + "corail_recycler.config.recycle_magic_item": "Extract enchantments from items into an enchanted book", + "corail_recycler.config.recycle_enchanted_book": "Separate an enchanted book into several books", + "corail_recycler.config.chance_loss": "Chance of only recovery half", + "corail_recycler.config.allow_sound": "Allow recycler sounds", + "corail_recycler.config.time_to_recycle": "Time to recycle an item", + "corail_recycler.config.permanent_automation": "Automation stops after a delay without processing", + "advancement.tutorial.title": "Recycler", + "advancement.tutorial.desc": "Tutorial to explain some features of Recycler", + "advancement.build_recycler.title": "A way to recycle", + "advancement.build_recycler.desc": "You crafted a Recycler !", + "advancement.build_disk.title": "A needed disk", + "advancement.build_disk.desc": "You crafted a Diamond Disk !", + "advancement.first_recycle.title": "Your first recycle", + "advancement.first_recycle.desc": "The Recycler seems to work !", + "advancement.read_recycling_book.title": "Recipes in abondance !", + "advancement.read_recycling_book.desc": "You opened the Recycling Handbook" + } \ No newline at end of file diff --git a/projects/1.18/assets/corail-recycler/corail_recycler/lang/zh_cn.json b/projects/1.18/assets/corail-recycler/corail_recycler/lang/zh_cn.json new file mode 100644 index 000000000000..dd1ac7bda497 --- /dev/null +++ b/projects/1.18/assets/corail-recycler/corail_recycler/lang/zh_cn.json @@ -0,0 +1,48 @@ +{ + "corail_recycler.lang.version": "1.2.0", + "corail_recycler.block.recycler": "回收器", + "corail_recycler.item.recycling_book": "回收书", + "corail_recycler.item.recycling_book.desc": "右击来查看配方", + "corail_recycler.item.diamond_shard": "钻石碎片", + "corail_recycler.item.netherite_nugget": "下界合金碎片", + "corail_recycler.item.copper_nugget": "铜粒", + "corail_recycler.item.steel_disk": "钢圆片", + "corail_recycler.item.diamond_disk": "钻石圆片", + "corail_recycler.item.netherite_disk": "下界合金圆片", + "corail_recycler.item.disk.desc": "回收器需要这个圆片才能工作", + "corail_recycler.message.add_recipe_success": "已添加配方", + "corail_recycler.message.add_recipe_failed": "添加配方失败", + "corail_recycler.message.export_success": "探索成功", + "corail_recycler.message.export_failed": "探索失败", + "corail_recycler.message.remove_recipe_success": "已移除配方", + "corail_recycler.message.remove_recipe_failed": "移除配方失败", + "corail_recycler.message.found_recipes": "已找到%d个配方", + "corail_recycler.message.recycling_book": "回收手册", + "corail_recycler.message.invalid_modid": "无效的modid", + "corail_recycler.message.discover_mod.no_addition": "所有配方都已存在,或该配方无效", + "corail_recycler.message.discover_mod.success": "新增了%d个配方,modid为%s", + "corail_recycler.button.recycle": "回收", + "corail_recycler.button.takeAll": "拿取全部", + "corail_recycler.button.auto": "自动回收", + "corail_recycler.button.discoverRecipe": "发现", + "corail_recycler.button.removeRecipe": "移除", + "corail_recycler.config.allow_automation": "允许自动回收", + "corail_recycler.config.permanent_discover_button": "“发现”按钮不需二次确认", + "corail_recycler.config.only_user_recipes": "只使用自定义的回收配方", + "corail_recycler.config.recycle_magic_item": "提取物品上的魔咒,产出附魔书", + "corail_recycler.config.recycle_enchanted_book": "将一本附魔书拆分为多本", + "corail_recycler.config.chance_loss": "回收产出只有一半的概率", + "corail_recycler.config.allow_sound": "打开回收器声音", + "corail_recycler.config.time_to_recycle": "回收一个物品的时间", + "corail_recycler.config.permanent_automation": "若回收中断一段时间,自动回收停止", + "advancement.tutorial.title": "回收器", + "advancement.tutorial.desc": "这个教程会解说一些回收器的特性", + "advancement.build_recycler.title": "回收之道", + "advancement.build_recycler.desc": "你合成了回收器!", + "advancement.build_disk.title": "必需圆片", + "advancement.build_disk.desc": "你合成了钻石圆片", + "advancement.first_recycle.title": "首次回收", + "advancement.first_recycle.desc": "回收器好像起作用了!", + "advancement.read_recycling_book.title": "配方充足!", + "advancement.read_recycling_book.desc": "你翻开了回收手册" + } \ No newline at end of file diff --git a/projects/1.18/assets/tool-kit/toolkit/lang/en_us.json b/projects/1.18/assets/tool-kit/toolkit/lang/en_us.json new file mode 100644 index 000000000000..ca5b5e41cfc4 --- /dev/null +++ b/projects/1.18/assets/tool-kit/toolkit/lang/en_us.json @@ -0,0 +1,27 @@ +{ + "commands.toolkit.wip": "--This command doesn't function yet--", + "commands.toolkit.hand.handempty": "--HAND IS EMPTY--", + "commands.toolkit.clipboard.copied": "§e--Copied to Clipboard--", + "commands.toolkit.oredist.missing": "Missing arguments §r[AreaSize]", + "commands.toolkit.remove.lagwarring": "§c--WARNING-- Lag incoming.. removing a lot of blocks", + "commands.toolkit.remove.done": "--Block removal done--", + "commands.toolkit.la.missing": "Missing argument 0=block/1=fluid", + "commands.unknown.argument": "--Unknown argument--", + "commands.dragonslayer.name": "Slayer", + "enchantment.level.255": "Thanos", + "commands.toolkit.killall.monsters.start": "Killing all monsters.", + "commands.toolkit.killall.monsters.no": "No monsters found!", + "commands.toolkit.killall.monsters.done": "Removed {0} monsters.", + "commands.toolkit.killall.animals.start": "Killing all animals.", + "commands.toolkit.killall.animals.no": "No animals found!", + "commands.toolkit.killall.animals.done": "Removed {0} animals.", + "commands.toolkit.killall.items.start": "Killing all items.", + "commands.toolkit.killall.items.no": "No items found!", + "commands.toolkit.killall.items.done": "Removed {0} items.", + "commands.toolkit.killall.start": "Killing all entities.", + "commands.toolkit.killall.no": "No entities found!", + "commands.toolkit.killall.done": "Removed {0} entities.", + "commands.toolkit.killall.exporbs.start": "Killing all experience orbs.", + "commands.toolkit.killall.exporbs.no": "No experience orb found!", + "commands.toolkit.killall.exporbs.done": "Removed {0} experience orbs." +} \ No newline at end of file diff --git a/projects/1.18/assets/tool-kit/toolkit/lang/zh_cn.json b/projects/1.18/assets/tool-kit/toolkit/lang/zh_cn.json new file mode 100644 index 000000000000..ae2a82788bed --- /dev/null +++ b/projects/1.18/assets/tool-kit/toolkit/lang/zh_cn.json @@ -0,0 +1,27 @@ +{ + "commands.toolkit.wip": "--该命令暂时没有作用--", + "commands.toolkit.hand.handempty": "--手上没东西--", + "commands.toolkit.clipboard.copied": "§e--已复制到剪贴板--", + "commands.toolkit.oredist.missing": "缺少§r[区域大小]参数", + "commands.toolkit.remove.lagwarring": "§c--警告-- 即将出现卡顿…… 正在移除大量方块", + "commands.toolkit.remove.done": "--方块移除完成--", + "commands.toolkit.la.missing": "缺少参数 0=方块/1=流体", + "commands.unknown.argument": "--未知参数--", + "commands.dragonslayer.name": "屠龙刀", + "enchantment.level.255": "灭霸", + "commands.toolkit.killall.monsters.start": "正在杀死所有怪物。", + "commands.toolkit.killall.monsters.no": "未找到怪物!", + "commands.toolkit.killall.monsters.done": "移除了{0}个怪物。", + "commands.toolkit.killall.animals.start": "正在杀死所有动物。", + "commands.toolkit.killall.animals.no": "未找到动物!", + "commands.toolkit.killall.animals.done": "移除了{0}个动物。", + "commands.toolkit.killall.items.start": "正在移除所有物品", + "commands.toolkit.killall.items.no": "未找到物品!", + "commands.toolkit.killall.items.done": "移除了{0}个物品。", + "commands.toolkit.killall.start": "正在移除所有实体。", + "commands.toolkit.killall.no": "未找到实体!", + "commands.toolkit.killall.done": "移除了{0}个实体。", + "commands.toolkit.killall.exporbs.start": "正在移除所有经验球。", + "commands.toolkit.killall.exporbs.no": "未找到经验球!", + "commands.toolkit.killall.exporbs.done": "移除了{0}个经验球。" +} \ No newline at end of file diff --git a/projects/1.18/assets/zetter/zetter/lang/en_us.json b/projects/1.18/assets/zetter/zetter/lang/en_us.json new file mode 100644 index 000000000000..75cc9b6de7b9 --- /dev/null +++ b/projects/1.18/assets/zetter/zetter/lang/en_us.json @@ -0,0 +1,96 @@ +{ + "block.zetter.artist_table": "Artist Table", + "block.zetter.easel": "Easel", + "console.zetter.error.file_write_error": "Cannot write the file to save painting: %1$s", + "console.zetter.error.invalid_painting_code": "Invalid painting code: %1$s", + "console.zetter.error.painting_not_found": "Painting not found: %1$s", + "container.zetter.artistTable": "Artist table", + "container.zetter.artist_table": "Artist Table", + "container.zetter.artist_table.change_action": "Change Action", + "container.zetter.artist_table.change_action.to_combine": "Switch to Combine Mode", + "container.zetter.artist_table.change_action.to_split": "Switch to Split Mode", + "container.zetter.artist_table.combined_canvas": "Painting Preview", + "container.zetter.artist_table.combined_canvas.empty": "No preview", + "container.zetter.artist_table.combined_canvas.invalid": "Invalid combination", + "container.zetter.artist_table.combined_canvas.loading": "Loading canvases", + "container.zetter.artist_table.help": "Online Manual", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "Combination Mode", + "container.zetter.artist_table.mode.split": "Split Mode", + "container.zetter.easel": "Easel", + "container.zetter.painting": "Painting", + "container.zetter.painting.blending": "Blending", + "container.zetter.painting.blending.additive": "Additive", + "container.zetter.painting.blending.realistic": "Realistic", + "container.zetter.painting.blending.subtractive": "Subtractive", + "container.zetter.painting.canvas": "Canvas", + "container.zetter.painting.color_code": "HEX Color Code", + "container.zetter.painting.dithering": "Dithering", + "container.zetter.painting.help": "Online Manual", + "container.zetter.painting.history": "History", + "container.zetter.painting.history.redo": "Redo", + "container.zetter.painting.history.undo": "Undo", + "container.zetter.painting.hsb": "HSB Color Adjustment", + "container.zetter.painting.palette": "Palette", + "container.zetter.painting.sliders": "Adjust color (HSV)", + "container.zetter.painting.sliders.brightness": "Brightness", + "container.zetter.painting.sliders.hue": "Hue", + "container.zetter.painting.sliders.intensity": "Intensity", + "container.zetter.painting.sliders.saturation": "Saturation", + "container.zetter.painting.sliders.size": "Size", + "container.zetter.painting.tabs": "Tabs", + "container.zetter.painting.tabs.brush_parameters": "Brush parameters", + "container.zetter.painting.tabs.bucket_parameters": "Bucket parameters", + "container.zetter.painting.tabs.color": "Pick color", + "container.zetter.painting.tabs.inventory": "Inventory", + "container.zetter.painting.tabs.parameters": "Tool parameters", + "container.zetter.painting.tabs.pencil_parameters": "Pencil parameters", + "container.zetter.painting.tools": "Tools", + "container.zetter.painting.tools.brush": "Brush", + "container.zetter.painting.tools.bucket": "Bucket Tool", + "container.zetter.painting.tools.eyedropper": "Eyedropper", + "container.zetter.painting.tools.hand": "Hand tool", + "container.zetter.painting.tools.pencil": "Pencil", + "container.zetter.painting.zoom": "Zoom tool", + "container.zetter.painting.zoom.in": "Zoom in", + "container.zetter.painting.zoom.out": "Zoom out", + "entity.zetter.custom_painting_entity": "Framed Painting", + "entity.zetter.easel_entity": "Easel", + "item.zetter.acacia_basic_frame": "Acacia Frame", + "item.zetter.acacia_plated_frame": "Acacia Frame with Nameplate", + "item.zetter.birch_basic_frame": "Birch Frame", + "item.zetter.birch_plated_frame": "Birch Frame with Nameplate", + "item.zetter.canvas": "Canvas", + "item.zetter.canvas.blank": "Blank canvas", + "item.zetter.canvas.painted": "Painted canvas", + "item.zetter.crimson_basic_frame": "Crimson Frame", + "item.zetter.crimson_plated_frame": "Crimson Frame with Nameplate", + "item.zetter.customPaintingByAuthor": "\"%1$s\" by %2$s", + "item.zetter.dark_oak_basic_frame": "Dark Oak Frame", + "item.zetter.dark_oak_plated_frame": "Dark Oak Frame with Nameplate", + "item.zetter.easel": "Easel", + "item.zetter.gold_basic_frame": "Golden Frame", + "item.zetter.gold_plated_frame": "Golden Frame with Nameplate", + "item.zetter.iron_frame": "Iron Bezel-less Frame", + "item.zetter.jungle_basic_frame": "Jungle Frame", + "item.zetter.jungle_plated_frame": "Jungle Frame with Nameplate", + "item.zetter.mangrove_basic_frame": "Mangrove Frame", + "item.zetter.mangrove_plated_frame": "Mangrove Frame with Nameplate", + "item.zetter.oak_basic_frame": "Oak Frame", + "item.zetter.oak_plated_frame": "Oak Frame with Nameplate", + "item.zetter.painting": "Painting", + "item.zetter.painting.generation.0": "Original", + "item.zetter.painting.generation.1": "Copy", + "item.zetter.painting.generation.2": "Copy of copy", + "cfpa.unused.item.zetter.painting.name_field": "Name Field", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "unknown", + "item.zetter.painting.unnamed": "Unnamed", + "item.zetter.paints": "Paints", + "item.zetter.palette": "Palette", + "item.zetter.spruce_basic_frame": "Spruce Frame", + "item.zetter.spruce_plated_frame": "Spruce Frame with Nameplate", + "item.zetter.warped_basic_frame": "Warped Frame", + "item.zetter.warped_plated_frame": "Warped Frame with Nameplate", + "painting.zetter.banned": "This painting was banned by the server admins, alternative used" +} \ No newline at end of file diff --git a/projects/1.18/assets/zetter/zetter/lang/zh_cn.json b/projects/1.18/assets/zetter/zetter/lang/zh_cn.json new file mode 100644 index 000000000000..23d2014b41d7 --- /dev/null +++ b/projects/1.18/assets/zetter/zetter/lang/zh_cn.json @@ -0,0 +1,96 @@ +{ + "block.zetter.artist_table": "艺术家工作台", + "block.zetter.easel": "画架", + "console.zetter.error.file_write_error": "无法写入文件来保存画作:%1$s", + "console.zetter.error.invalid_painting_code": "无效的画作码:%1$s", + "console.zetter.error.painting_not_found": "未找到画作:%1$s", + "container.zetter.artistTable": "艺术家工作台", + "container.zetter.artist_table": "艺术家工作台", + "container.zetter.artist_table.change_action": "改变行为", + "container.zetter.artist_table.change_action.to_combine": "切换到组合模式", + "container.zetter.artist_table.change_action.to_split": "切换到分离模式", + "container.zetter.artist_table.combined_canvas": "画作预览", + "container.zetter.artist_table.combined_canvas.empty": "预览为空", + "container.zetter.artist_table.combined_canvas.invalid": "无效的组合", + "container.zetter.artist_table.combined_canvas.loading": "正在加载画布", + "container.zetter.artist_table.help": "在线手册", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "组合模式", + "container.zetter.artist_table.mode.split": "分离模式", + "container.zetter.easel": "画架", + "container.zetter.painting": "画作", + "container.zetter.painting.blending": "混合", + "container.zetter.painting.blending.additive": "加上", + "container.zetter.painting.blending.realistic": "写实", + "container.zetter.painting.blending.subtractive": "减去", + "container.zetter.painting.canvas": "画布", + "container.zetter.painting.color_code": "十六进制颜色代码", + "container.zetter.painting.dithering": "抖动", + "container.zetter.painting.help": "在线手册", + "container.zetter.painting.history": "历史", + "container.zetter.painting.history.redo": "重做", + "container.zetter.painting.history.undo": "撤销", + "container.zetter.painting.hsb": "HSB颜色调整", + "container.zetter.painting.palette": "调色盘", + "container.zetter.painting.sliders": "调整颜色(HSV)", + "container.zetter.painting.sliders.brightness": "亮度", + "container.zetter.painting.sliders.hue": "色相", + "container.zetter.painting.sliders.intensity": "浓度", + "container.zetter.painting.sliders.saturation": "饱和度", + "container.zetter.painting.sliders.size": "大小", + "container.zetter.painting.tabs": "标签", + "container.zetter.painting.tabs.brush_parameters": "画笔参数", + "container.zetter.painting.tabs.bucket_parameters": "颜料桶参数", + "container.zetter.painting.tabs.color": "选择颜色", + "container.zetter.painting.tabs.inventory": "物品栏", + "container.zetter.painting.tabs.parameters": "工具参数", + "container.zetter.painting.tabs.pencil_parameters": "铅笔参数", + "container.zetter.painting.tools": "工具", + "container.zetter.painting.tools.brush": "画笔", + "container.zetter.painting.tools.bucket": "颜料桶工具", + "container.zetter.painting.tools.eyedropper": "取色器", + "container.zetter.painting.tools.hand": "手形工具", + "container.zetter.painting.tools.pencil": "铅笔", + "container.zetter.painting.zoom": "缩放工具", + "container.zetter.painting.zoom.in": "放大", + "container.zetter.painting.zoom.out": "缩小", + "entity.zetter.custom_painting_entity": "带框的画", + "entity.zetter.easel_entity": "画架", + "item.zetter.acacia_basic_frame": "金合欢木画框", + "item.zetter.acacia_plated_frame": "带名牌的金合欢木画框", + "item.zetter.birch_basic_frame": "白桦木画框", + "item.zetter.birch_plated_frame": "带名牌的白桦木画框", + "item.zetter.canvas": "画布", + "item.zetter.canvas.blank": "空白画布", + "item.zetter.canvas.painted": "画过的画布", + "item.zetter.crimson_basic_frame": "绯红木画框", + "item.zetter.crimson_plated_frame": "带名牌的绯红木画框", + "item.zetter.customPaintingByAuthor": "%2$s创作的“%1$s”", + "item.zetter.dark_oak_basic_frame": "深色橡木画框", + "item.zetter.dark_oak_plated_frame": "带名牌的深色橡木画框", + "item.zetter.easel": "画架", + "item.zetter.gold_basic_frame": "金质画框", + "item.zetter.gold_plated_frame": "带名牌的金质画框", + "item.zetter.iron_frame": "铁质窄边画框", + "item.zetter.jungle_basic_frame": "丛林木画框", + "item.zetter.jungle_plated_frame": "带名牌的丛林木画框", + "item.zetter.mangrove_basic_frame": "红树木画框", + "item.zetter.mangrove_plated_frame": "带名牌的红树木画框", + "item.zetter.oak_basic_frame": "橡木画框", + "item.zetter.oak_plated_frame": "带名牌的橡木画框", + "item.zetter.painting": "画作", + "item.zetter.painting.generation.0": "原作", + "item.zetter.painting.generation.1": "副本", + "item.zetter.painting.generation.2": "副本的副本", + "cfpa.unused.item.zetter.painting.name_field": "名字输入框", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "未知", + "item.zetter.painting.unnamed": "未命名", + "item.zetter.paints": "颜料", + "item.zetter.palette": "调色板", + "item.zetter.spruce_basic_frame": "云杉木画框", + "item.zetter.spruce_plated_frame": "带名牌的云杉木画框", + "item.zetter.warped_basic_frame": "诡异木画框", + "item.zetter.warped_plated_frame": "带名牌的诡异木画框", + "painting.zetter.banned": "这幅画已被服务器管理员禁用,现在使用的是其替代品" +} \ No newline at end of file diff --git a/projects/1.19/assets/corail-recycler/corail_recycler/lang/en_us.json b/projects/1.19/assets/corail-recycler/corail_recycler/lang/en_us.json new file mode 100644 index 000000000000..c628e05ec25e --- /dev/null +++ b/projects/1.19/assets/corail-recycler/corail_recycler/lang/en_us.json @@ -0,0 +1,48 @@ +{ + "corail_recycler.lang.version": "1.2.0", + "corail_recycler.block.recycler": "Recycler", + "corail_recycler.item.recycling_book": "Recycling Book", + "corail_recycler.item.recycling_book.desc": "Right click to view the recipes", + "corail_recycler.item.diamond_shard": "Diamond Shard", + "corail_recycler.item.netherite_nugget": "Netherite Nugget", + "corail_recycler.item.copper_nugget": "Copper Nugget", + "corail_recycler.item.steel_disk": "Steel disk", + "corail_recycler.item.diamond_disk": "Diamond disk", + "corail_recycler.item.netherite_disk": "Netherite disk", + "corail_recycler.item.disk.desc": "The Recycler can't work without this disk", + "corail_recycler.message.add_recipe_success": "Recipe added", + "corail_recycler.message.add_recipe_failed": "Failed to add the recipe", + "corail_recycler.message.export_success": "Exportation succeeded", + "corail_recycler.message.export_failed": "Exportation failed", + "corail_recycler.message.remove_recipe_success": "Recipe removed", + "corail_recycler.message.remove_recipe_failed": "Failed to remove the recipe", + "corail_recycler.message.found_recipes": "%d recipes found", + "corail_recycler.message.recycling_book": "The Recycling Handbook", + "corail_recycler.message.invalid_modid": "Invalid modid", + "corail_recycler.message.discover_mod.no_addition": "All recipes were already existing or invalid", + "corail_recycler.message.discover_mod.success": "%d recipes were added for modid: %s", + "corail_recycler.button.recycle": "Recycle", + "corail_recycler.button.takeAll": "Take All", + "corail_recycler.button.auto": "Auto", + "corail_recycler.button.discoverRecipe": "Discovery", + "corail_recycler.button.removeRecipe": "Remove", + "corail_recycler.config.allow_automation": "Allow_automation", + "corail_recycler.config.permanent_discover_button": "The button discover doesn't require permission 2", + "corail_recycler.config.only_user_recipes": "Only use your custom recycling recipes", + "corail_recycler.config.recycle_magic_item": "Extract enchantments from items into an enchanted book", + "corail_recycler.config.recycle_enchanted_book": "Separate an enchanted book into several books", + "corail_recycler.config.chance_loss": "Chance of only recovery half", + "corail_recycler.config.allow_sound": "Allow recycler sounds", + "corail_recycler.config.time_to_recycle": "Time to recycle an item", + "corail_recycler.config.permanent_automation": "Automation stops after a delay without processing", + "advancement.tutorial.title": "Recycler", + "advancement.tutorial.desc": "Tutorial to explain some features of Recycler", + "advancement.build_recycler.title": "A way to recycle", + "advancement.build_recycler.desc": "You crafted a Recycler !", + "advancement.build_disk.title": "A needed disk", + "advancement.build_disk.desc": "You crafted a Diamond Disk !", + "advancement.first_recycle.title": "Your first recycle", + "advancement.first_recycle.desc": "The Recycler seems to work !", + "advancement.read_recycling_book.title": "Recipes in abondance !", + "advancement.read_recycling_book.desc": "You opened the Recycling Handbook" + } \ No newline at end of file diff --git a/projects/1.19/assets/corail-recycler/corail_recycler/lang/zh_cn.json b/projects/1.19/assets/corail-recycler/corail_recycler/lang/zh_cn.json new file mode 100644 index 000000000000..532840039b0c --- /dev/null +++ b/projects/1.19/assets/corail-recycler/corail_recycler/lang/zh_cn.json @@ -0,0 +1,48 @@ +{ + "corail_recycler.lang.version": "1.2.0", + "corail_recycler.block.recycler": "回收器", + "corail_recycler.item.recycling_book": "回收书", + "corail_recycler.item.recycling_book.desc": "右击来查看配方", + "corail_recycler.item.diamond_shard": "钻石碎片", + "corail_recycler.item.netherite_nugget": "下界合金碎片", + "corail_recycler.item.copper_nugget": "铜粒", + "corail_recycler.item.steel_disk": "钢圆片", + "corail_recycler.item.diamond_disk": "钻石圆片", + "corail_recycler.item.netherite_disk": "下界合金圆片", + "corail_recycler.item.disk.desc": "回收器需要这个圆片才能工作", + "corail_recycler.message.add_recipe_success": "已添加配方", + "corail_recycler.message.add_recipe_failed": "添加配方失败", + "corail_recycler.message.export_success": "导出成功", + "corail_recycler.message.export_failed": "导出失败", + "corail_recycler.message.remove_recipe_success": "已移除配方", + "corail_recycler.message.remove_recipe_failed": "移除配方失败", + "corail_recycler.message.found_recipes": "已找到%d个配方", + "corail_recycler.message.recycling_book": "回收手册", + "corail_recycler.message.invalid_modid": "无效的modid", + "corail_recycler.message.discover_mod.no_addition": "所有配方都已存在,或该配方无效", + "corail_recycler.message.discover_mod.success": "新增了%d个配方,modid为%s", + "corail_recycler.button.recycle": "回收", + "corail_recycler.button.takeAll": "拿取全部", + "corail_recycler.button.auto": "自动回收", + "corail_recycler.button.discoverRecipe": "发现", + "corail_recycler.button.removeRecipe": "移除", + "corail_recycler.config.allow_automation": "允许自动回收", + "corail_recycler.config.permanent_discover_button": "“发现”按钮不需二次确认", + "corail_recycler.config.only_user_recipes": "只使用自定义的回收配方", + "corail_recycler.config.recycle_magic_item": "提取物品上的魔咒,产出附魔书", + "corail_recycler.config.recycle_enchanted_book": "将一本附魔书拆分为多本", + "corail_recycler.config.chance_loss": "回收产出只有一半的概率", + "corail_recycler.config.allow_sound": "打开回收器声音", + "corail_recycler.config.time_to_recycle": "回收一个物品的时间", + "corail_recycler.config.permanent_automation": "若回收中断一段时间,自动回收停止", + "advancement.tutorial.title": "回收器", + "advancement.tutorial.desc": "这个教程会解说一些回收器的特性", + "advancement.build_recycler.title": "回收之道", + "advancement.build_recycler.desc": "你合成了回收器!", + "advancement.build_disk.title": "必需圆片", + "advancement.build_disk.desc": "你合成了钻石圆片", + "advancement.first_recycle.title": "首次回收", + "advancement.first_recycle.desc": "回收器好像起作用了!", + "advancement.read_recycling_book.title": "配方充足!", + "advancement.read_recycling_book.desc": "你翻开了回收手册" +} diff --git a/projects/1.19/assets/tool-kit/toolkit/lang/en_us.json b/projects/1.19/assets/tool-kit/toolkit/lang/en_us.json new file mode 100644 index 000000000000..8926c2fe7b71 --- /dev/null +++ b/projects/1.19/assets/tool-kit/toolkit/lang/en_us.json @@ -0,0 +1,27 @@ +{ + "commands.dragonslayer.name": "Slayer", + "commands.toolkit.clipboard.copied": "§e--Copied to Clipboard--", + "commands.toolkit.enchant.failed.missing_enchant": "%s does not have the enchantment %s", + "commands.toolkit.enchant.success": "%s has been enchanted with %s", + "commands.toolkit.failed.missing_player": "This command can only be run from in-game as a player", + "commands.toolkit.hand.handempty": "--HAND IS EMPTY--", + "commands.toolkit.kill.done": "Removed %s entities.", + "commands.toolkit.kill.no": "No %s found!", + "commands.toolkit.kill.start": "Killing %s entities.", + "commands.toolkit.kill.type.all": "All", + "commands.toolkit.kill.type.animals": "Animals", + "commands.toolkit.kill.type.items": "Items", + "commands.toolkit.kill.type.me": "Current player", + "commands.toolkit.kill.type.monsters": "Monsters", + "commands.toolkit.kill.type.players": "Players", + "commands.toolkit.kill.type.xp": "XP Orbs", + "commands.toolkit.la.missing": "Missing argument 0=block/1=fluid", + "commands.toolkit.oredist.missing": "Missing arguments §r[AreaSize]", + "commands.toolkit.remove.done": "--Block removal done--", + "commands.toolkit.remove.lagwarring": "§c--WARNING-- Lag incoming.. removing a lot of blocks", + "commands.toolkit.remove_enchant.failed": "%s could not be removed from %s", + "commands.toolkit.remove_enchant.success": "%s has been removed from %s", + "commands.toolkit.repair.success": "%s has been repaired", + "commands.toolkit.wip": "--This command doesn't function yet--", + "commands.unknown.argument": "--Unknown argument--" + } \ No newline at end of file diff --git a/projects/1.19/assets/tool-kit/toolkit/lang/zh_cn.json b/projects/1.19/assets/tool-kit/toolkit/lang/zh_cn.json new file mode 100644 index 000000000000..d0dd791bead3 --- /dev/null +++ b/projects/1.19/assets/tool-kit/toolkit/lang/zh_cn.json @@ -0,0 +1,27 @@ +{ + "commands.dragonslayer.name": "屠龙刀", + "commands.toolkit.clipboard.copied": "§e--已复制到剪贴板--", + "commands.toolkit.enchant.failed.missing_enchant": "%s上没有%s魔咒", + "commands.toolkit.enchant.success": "已给%s附上%s", + "commands.toolkit.failed.missing_player": "该命令只能由游戏内的玩家执行", + "commands.toolkit.hand.handempty": "--手上没东西--", + "commands.toolkit.kill.done": "已移除%s个实体。", + "commands.toolkit.kill.no": "未找到%s!", + "commands.toolkit.kill.start": "正在移除实体:%s。", + "commands.toolkit.kill.type.all": "全部", + "commands.toolkit.kill.type.animals": "动物", + "commands.toolkit.kill.type.items": "物品", + "commands.toolkit.kill.type.me": "当前玩家", + "commands.toolkit.kill.type.monsters": "怪物", + "commands.toolkit.kill.type.players": "玩家", + "commands.toolkit.kill.type.xp": "经验球", + "commands.toolkit.la.missing": "缺少参数 0=方块/1=流体", + "commands.toolkit.oredist.missing": "缺少§r[区域大小]参数", + "commands.toolkit.remove.done": "--方块移除完成--", + "commands.toolkit.remove.lagwarring": "§c--警告-- 即将出现卡顿…… 正在移除大量方块", + "commands.toolkit.remove_enchant.failed": "无法移除%2$s上的%1$s", + "commands.toolkit.remove_enchant.success": "已移除%2$s上的%1$s", + "commands.toolkit.repair.success": "已修理%s", + "commands.toolkit.wip": "--该命令暂时没有作用--", + "commands.unknown.argument": "--未知参数--" +} \ No newline at end of file diff --git a/projects/1.19/assets/zetter/zetter/lang/en_us.json b/projects/1.19/assets/zetter/zetter/lang/en_us.json new file mode 100644 index 000000000000..e07175a2de08 --- /dev/null +++ b/projects/1.19/assets/zetter/zetter/lang/en_us.json @@ -0,0 +1,105 @@ +{ + "block.zetter.artist_table": "Artist Table", + "console.zetter.result.requested_painting": "Painting %1$s was requested from the sever, please wait", + "console.zetter.result.exported_painting_client": "Painting %1$s was saved to your Minecraft folder", + "console.zetter.result.exported_painting_server": "Painting %1$s was saved to server folder", + "console.zetter.error.unknown": "Unexpected error happened: %1$s", + "console.zetter.error.file_write_error": "Cannot write the file to save painting: %1$s", + "console.zetter.error.file_write_folder": "Cannot create export folder", + "console.zetter.error.file_write_folder_unable": "Cannot create export folder", + "console.zetter.error.file_write_folder_exists": "File with the same name exists", + "console.zetter.error.file_write_file": "Unable to write image file", + "console.zetter.error.invalid_painting_code": "Invalid painting code: %1$s", + "console.zetter.error.painting_not_found": "Painting not found: %1$s", + "container.zetter.artistTable": "Artist table", + "container.zetter.artist_table": "Artist Table", + "container.zetter.artist_table.change_action": "Change Action", + "container.zetter.artist_table.change_action.to_combine": "Switch to Combine Mode", + "container.zetter.artist_table.change_action.to_split": "Switch to Split Mode", + "container.zetter.artist_table.combined_canvas": "Painting Preview", + "container.zetter.artist_table.combined_canvas.empty": "No preview", + "container.zetter.artist_table.combined_canvas.invalid": "Invalid combination", + "container.zetter.artist_table.combined_canvas.loading": "Loading canvases", + "container.zetter.artist_table.help": "Online Manual", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "Combination Mode", + "container.zetter.artist_table.mode.split": "Split Mode", + "container.zetter.easel": "Easel", + "container.zetter.painting": "Painting", + "container.zetter.painting.blending": "Blending", + "container.zetter.painting.blending.additive": "Additive", + "container.zetter.painting.blending.realistic": "Realistic", + "container.zetter.painting.blending.subtractive": "Subtractive", + "container.zetter.painting.canvas": "Canvas", + "container.zetter.painting.color_code": "HEX Color Code", + "container.zetter.painting.dithering": "Dithering", + "container.zetter.painting.help": "Online Manual", + "container.zetter.painting.history": "History", + "container.zetter.painting.history.redo": "Redo", + "container.zetter.painting.history.undo": "Undo", + "container.zetter.painting.hsb": "HSB Color Adjustment", + "container.zetter.painting.palette": "Palette", + "container.zetter.painting.sliders": "Adjust color (HSV)", + "container.zetter.painting.sliders.brightness": "Brightness", + "container.zetter.painting.sliders.hue": "Hue", + "container.zetter.painting.sliders.intensity": "Intensity", + "container.zetter.painting.sliders.saturation": "Saturation", + "container.zetter.painting.sliders.size": "Size", + "container.zetter.painting.tabs": "Tabs", + "container.zetter.painting.tabs.brush_parameters": "Brush parameters", + "container.zetter.painting.tabs.bucket_parameters": "Bucket parameters", + "container.zetter.painting.tabs.color": "Pick color", + "container.zetter.painting.tabs.inventory": "Inventory", + "container.zetter.painting.tabs.parameters": "Tool parameters", + "container.zetter.painting.tabs.pencil_parameters": "Pencil parameters", + "container.zetter.painting.tools": "Tools", + "container.zetter.painting.tools.brush": "Brush", + "container.zetter.painting.tools.bucket": "Bucket Tool", + "container.zetter.painting.tools.eyedropper": "Eyedropper", + "container.zetter.painting.tools.hand": "Hand tool", + "container.zetter.painting.tools.pencil": "Pencil", + "container.zetter.painting.zoom": "Zoom tool", + "container.zetter.painting.zoom.in": "Zoom in", + "container.zetter.painting.zoom.out": "Zoom out", + "entity.zetter.custom_painting_entity": "Framed Painting", + "entity.zetter.easel_entity": "Easel", + "item.zetter.acacia_basic_frame": "Acacia Frame", + "item.zetter.acacia_plated_frame": "Acacia Frame with Nameplate", + "item.zetter.birch_basic_frame": "Birch Frame", + "item.zetter.birch_plated_frame": "Birch Frame with Nameplate", + "item.zetter.canvas": "Canvas", + "item.zetter.canvas.blank": "Blank canvas", + "item.zetter.canvas.painted": "Painted canvas", + "item.zetter.crimson_basic_frame": "Crimson Frame", + "item.zetter.crimson_plated_frame": "Crimson Frame with Nameplate", + "item.zetter.customPaintingByAuthor": "\"%1$s\" by %2$s", + "item.zetter.dark_oak_basic_frame": "Dark Oak Frame", + "item.zetter.dark_oak_plated_frame": "Dark Oak Frame with Nameplate", + "item.zetter.easel": "Easel", + "item.zetter.gold_basic_frame": "Golden Frame", + "item.zetter.gold_plated_frame": "Golden Frame with Nameplate", + "item.zetter.iron_frame": "Iron Bezel-less Frame", + "item.zetter.jungle_basic_frame": "Jungle Frame", + "item.zetter.jungle_plated_frame": "Jungle Frame with Nameplate", + "item.zetter.mangrove_basic_frame": "Mangrove Frame", + "item.zetter.mangrove_plated_frame": "Mangrove Frame with Nameplate", + "item.zetter.oak_basic_frame": "Oak Frame", + "item.zetter.oak_plated_frame": "Oak Frame with Nameplate", + "item.zetter.painting": "Painting", + "item.zetter.painting.generation.0": "Original", + "item.zetter.painting.generation.1": "Copy", + "item.zetter.painting.generation.2": "Copy of copy", + "cfpa.unused.item.zetter.painting.name_field": "Name Field", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "unknown", + "item.zetter.painting.unnamed": "Unnamed", + "item.zetter.paints": "Paints", + "item.zetter.palette": "Palette", + "item.zetter.spruce_basic_frame": "Spruce Frame", + "item.zetter.spruce_plated_frame": "Spruce Frame with Nameplate", + "item.zetter.warped_basic_frame": "Warped Frame", + "item.zetter.warped_plated_frame": "Warped Frame with Nameplate", + "painting.zetter.banned": "This painting was banned by the server admins, alternative used", + "forge.configgui.zetter.painting.resolution": "Painting Resolution", + "forge.configgui.zetter.gui.helpButton": "Show Help Button" +} \ No newline at end of file diff --git a/projects/1.19/assets/zetter/zetter/lang/zh_cn.json b/projects/1.19/assets/zetter/zetter/lang/zh_cn.json new file mode 100644 index 000000000000..858d7e93da91 --- /dev/null +++ b/projects/1.19/assets/zetter/zetter/lang/zh_cn.json @@ -0,0 +1,105 @@ +{ + "block.zetter.artist_table": "艺术家工作台", + "console.zetter.result.requested_painting": "已向服务器请求%1$s画作,请稍等", + "console.zetter.result.exported_painting_client": "画作%1$s已保存至你的Minecraft文件夹", + "console.zetter.result.exported_painting_server": "画作%1$s已保存至服务器文件夹", + "console.zetter.error.unknown": "出现意外错误:%1$s", + "console.zetter.error.file_write_error": "无法写入文件来保存画作:%1$s", + "console.zetter.error.file_write_folder": "无法创建导出文件", + "console.zetter.error.file_write_folder_unable": "无法创建导出文件夹", + "console.zetter.error.file_write_folder_exists": "已存在同名文件", + "console.zetter.error.file_write_file": "无法写入图像文件", + "console.zetter.error.invalid_painting_code": "无效的画作码:%1$s", + "console.zetter.error.painting_not_found": "未找到画作:%1$s", + "container.zetter.artistTable": "艺术家工作台", + "container.zetter.artist_table": "艺术家工作台", + "container.zetter.artist_table.change_action": "改变行为", + "container.zetter.artist_table.change_action.to_combine": "切换到组合模式", + "container.zetter.artist_table.change_action.to_split": "切换到分离模式", + "container.zetter.artist_table.combined_canvas": "画作预览", + "container.zetter.artist_table.combined_canvas.empty": "预览为空", + "container.zetter.artist_table.combined_canvas.invalid": "无效的组合", + "container.zetter.artist_table.combined_canvas.loading": "正在加载画布", + "container.zetter.artist_table.help": "在线手册", + "container.zetter.artist_table.mode": "%1$s — %2$s", + "container.zetter.artist_table.mode.combine": "组合模式", + "container.zetter.artist_table.mode.split": "分离模式", + "container.zetter.easel": "画架", + "container.zetter.painting": "画作", + "container.zetter.painting.blending": "混合", + "container.zetter.painting.blending.additive": "加上", + "container.zetter.painting.blending.realistic": "写实", + "container.zetter.painting.blending.subtractive": "减去", + "container.zetter.painting.canvas": "画布", + "container.zetter.painting.color_code": "十六进制颜色代码", + "container.zetter.painting.dithering": "抖动", + "container.zetter.painting.help": "在线手册", + "container.zetter.painting.history": "历史", + "container.zetter.painting.history.redo": "重做", + "container.zetter.painting.history.undo": "撤销", + "container.zetter.painting.hsb": "HSB颜色调整", + "container.zetter.painting.palette": "调色盘", + "container.zetter.painting.sliders": "调整颜色(HSV)", + "container.zetter.painting.sliders.brightness": "亮度", + "container.zetter.painting.sliders.hue": "色相", + "container.zetter.painting.sliders.intensity": "浓度", + "container.zetter.painting.sliders.saturation": "饱和度", + "container.zetter.painting.sliders.size": "大小", + "container.zetter.painting.tabs": "标签", + "container.zetter.painting.tabs.brush_parameters": "画笔参数", + "container.zetter.painting.tabs.bucket_parameters": "颜料桶参数", + "container.zetter.painting.tabs.color": "选择颜色", + "container.zetter.painting.tabs.inventory": "物品栏", + "container.zetter.painting.tabs.parameters": "工具参数", + "container.zetter.painting.tabs.pencil_parameters": "铅笔参数", + "container.zetter.painting.tools": "工具", + "container.zetter.painting.tools.brush": "画笔", + "container.zetter.painting.tools.bucket": "颜料桶工具", + "container.zetter.painting.tools.eyedropper": "取色器", + "container.zetter.painting.tools.hand": "手形工具", + "container.zetter.painting.tools.pencil": "铅笔", + "container.zetter.painting.zoom": "缩放工具", + "container.zetter.painting.zoom.in": "放大", + "container.zetter.painting.zoom.out": "缩小", + "entity.zetter.custom_painting_entity": "带框的画", + "entity.zetter.easel_entity": "画架", + "item.zetter.acacia_basic_frame": "金合欢木画框", + "item.zetter.acacia_plated_frame": "带名牌的金合欢木画框", + "item.zetter.birch_basic_frame": "白桦木画框", + "item.zetter.birch_plated_frame": "带名牌的白桦木画框", + "item.zetter.canvas": "画布", + "item.zetter.canvas.blank": "空白画布", + "item.zetter.canvas.painted": "画过的画布", + "item.zetter.crimson_basic_frame": "绯红木画框", + "item.zetter.crimson_plated_frame": "带名牌的绯红木画框", + "item.zetter.customPaintingByAuthor": "%2$s创作的“%1$s”", + "item.zetter.dark_oak_basic_frame": "深色橡木画框", + "item.zetter.dark_oak_plated_frame": "带名牌的深色橡木画框", + "item.zetter.easel": "画架", + "item.zetter.gold_basic_frame": "金质画框", + "item.zetter.gold_plated_frame": "带名牌的金质画框", + "item.zetter.iron_frame": "铁质窄边画框", + "item.zetter.jungle_basic_frame": "丛林木画框", + "item.zetter.jungle_plated_frame": "带名牌的丛林木画框", + "item.zetter.mangrove_basic_frame": "红树木画框", + "item.zetter.mangrove_plated_frame": "带名牌的红树木画框", + "item.zetter.oak_basic_frame": "橡木画框", + "item.zetter.oak_plated_frame": "带名牌的橡木画框", + "item.zetter.painting": "画作", + "item.zetter.painting.generation.0": "原作", + "item.zetter.painting.generation.1": "副本", + "item.zetter.painting.generation.2": "副本的副本", + "item.zetter.painting.name_field": "名字输入框", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unknown": "未知", + "item.zetter.painting.unnamed": "未命名", + "item.zetter.paints": "颜料", + "item.zetter.palette": "调色板", + "item.zetter.spruce_basic_frame": "云杉木画框", + "item.zetter.spruce_plated_frame": "带名牌的云杉木画框", + "item.zetter.warped_basic_frame": "诡异木画框", + "item.zetter.warped_plated_frame": "带名牌的诡异木画框", + "painting.zetter.banned": "这幅画作已被服务器管理员禁用,现在使用的是其替代品", + "forge.configgui.zetter.painting.resolution": "画作分辨率", + "forge.configgui.zetter.gui.helpButton": "显示“帮助”按钮" +} \ No newline at end of file