-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Table Top Craft 翻译提交 #4711
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
Merged
Merged
Table Top Craft 翻译提交 #4711
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d2259b5
Table Top Craft
ChuijkYahus 35d70e0
Update projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_c…
ChuijkYahus 1e6f3d8
fix:同步
ChuijkYahus e160733
update:Fabric
ChuijkYahus 364d279
fix:鉴定为忘记assets
ChuijkYahus 4c6f515
Update projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_c…
ChuijkYahus e60067f
Update projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_c…
ChuijkYahus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
293 changes: 293 additions & 0 deletions
293
projects/1.20-fabric/assets/table-top-craft-fabric/table_top_craft/lang/en_us.json
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
projects/1.20-fabric/assets/table-top-craft-fabric/table_top_craft/packer-policy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [ | ||
| { | ||
| "type": "indirect", | ||
| "source": "projects/1.20/assets/table-top-craft/table_top_craft" | ||
| } | ||
| ] |
293 changes: 293 additions & 0 deletions
293
projects/1.20/assets/table-top-craft/table_top_craft/lang/en_us.json
Large diffs are not rendered by default.
Oops, something went wrong.
164 changes: 164 additions & 0 deletions
164
projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_cn-base.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,164 @@ | ||
| { | ||
| "_comment1": "Item Groups", | ||
| "itemGroup.table_top_craft.tab": "Table Top Craft", | ||
|
|
||
| "_comment2": "Blocks", | ||
| "block.table_top_craft.chess_piece_figure": "棋像", | ||
| "block.table_top_craft.tic_tac_toe": "井字棋", | ||
|
|
||
| "_comment3": "GUI", | ||
| "gui.table_top_craft.chess.board_settings": "棋盘设置", | ||
| "gui.table_top_craft.chess.board_colors": "棋盘颜色", | ||
| "gui.table_top_craft.chess.board_pieces": "棋盘棋子", | ||
| "gui.table_top_craft.chess.board_evaluator": "棋盘评估器", | ||
| "gui.table_top_craft.piece_figure.piece_settings": "棋像设置", | ||
| "gui.table_top_craft.piece_figure.toggle_rotation": "切换棋子旋转与否", | ||
| "gui.table_top_craft.chess.fen_loader": "FEN加载器", | ||
|
dovisutu marked this conversation as resolved.
|
||
| "gui.table_top_craft.chess.move_log": "棋局记录", | ||
| "gui.table_top_craft.chess.move_log.white": "白", | ||
| "gui.table_top_craft.chess.move_log.black": "黑", | ||
| "gui.table_top_craft.chess.button.settings": "设置", | ||
| "gui.table_top_craft.chess.button.colors": "颜色", | ||
| "gui.table_top_craft.chess.button.pieces": "棋子", | ||
| "gui.table_top_craft.chess.new_game": "新游戏", | ||
| "gui.table_top_craft.chess.copy_fen": "复制FEN", | ||
| "gui.table_top_craft.chess.load_fen": "加载FEN", | ||
| "gui.table_top_craft.chess.evaluate": "棋局评估", | ||
| "gui.table_top_craft.chess.cancel": "取消", | ||
| "gui.table_top_craft.chess.back": "返回", | ||
| "gui.table_top_craft.chess.confirm_fen": "确认FEN", | ||
| "gui.table_top_craft.chess.confirm_color": "确认颜色", | ||
| "gui.table_top_craft.chess.confirm_colors": "确认颜色", | ||
| "gui.table_top_craft.chess.show_tile_info": "显示棋格信息", | ||
| "gui.table_top_craft.chess.show_available_moves": "显示可移动格", | ||
| "gui.table_top_craft.chess.show_previous_move": "显示上一步棋", | ||
| "gui.table_top_craft.chess.evaluation.white.mobility": "白方移动能力:%d", | ||
| "gui.table_top_craft.chess.evaluation.white.king_threats": "白方国王威胁:%d", | ||
| "gui.table_top_craft.chess.evaluation.white.possible_attacks": "白方进攻可能数:%d", | ||
| "gui.table_top_craft.chess.evaluation.white.castled": "白方易位加成:%d", | ||
| "gui.table_top_craft.chess.evaluation.white.piece_value": "白方棋值:%d", | ||
| "gui.table_top_craft.chess.evaluation.white.pawn_structure": "白方兵型:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.mobility": "黑方移动能力:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.king_threats": "黑方国王威胁:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.possible_attacks": "黑方进攻可能数:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.castled": "黑方易位加成:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.piece_value": "黑方棋值:%d", | ||
| "gui.table_top_craft.chess.evaluation.black.pawn_structure": "黑方兵型:%d", | ||
| "gui.table_top_craft.chess.evaluation.final_score": "最终得分:%d", | ||
| "gui.table_top_craft.chess.evaluation.white_player": "白方", | ||
| "gui.table_top_craft.chess.evaluation.black_player": "黑方", | ||
| "gui.table_top_craft.chess.evaluation.current_score": "当前得分", | ||
| "gui.table_top_craft.chess.sliders.red": "红:", | ||
| "gui.table_top_craft.chess.sliders.green": "绿:", | ||
| "gui.table_top_craft.chess.sliders.blue": "蓝:", | ||
| "gui.table_top_craft.chess.sliders.alpha": "透明度:", | ||
| "gui.table_top_craft.sliders.saturation": "饱和度:", | ||
| "gui.table_top_craft.chess_piece_figure.sliders.scale": "大小:", | ||
| "gui.table_top_craft.chess.color.tile_info": "棋格信息选色", | ||
| "gui.table_top_craft.chess.color.legal_move": "有效走子选色", | ||
| "gui.table_top_craft.chess.color.invalid_move": "无效走子选色", | ||
| "gui.table_top_craft.chess.color.attack_move": "吃子选色", | ||
| "gui.table_top_craft.chess.color.previous_move": "上一步棋选色", | ||
| "gui.table_top_craft.chess.color.castle_move": "易位选色", | ||
| "gui.table_top_craft.chess.color.tiles": "棋盘棋格选色", | ||
| "gui.table_top_craft.chess.color.piece": "棋盘棋子选色", | ||
| "gui.table_top_craft.chess.color.random_color": "随机颜色", | ||
| "gui.table_top_craft.chess.color.random_colors": "随机颜色", | ||
| "gui.table_top_craft.chess.color.reset_color": "重置颜色", | ||
| "gui.table_top_craft.chess.color.reset_colors": "重置颜色", | ||
| "gui.table_top_craft.chess.color.color_preview": "颜色预览", | ||
| "gui.table_top_craft.chess.color.colors_preview": "颜色预览", | ||
| "gui.table_top_craft.chess.color.button.tile_info": "编辑棋格信息颜色", | ||
| "gui.table_top_craft.chess.color.button.tiles": "编辑棋格颜色", | ||
| "gui.table_top_craft.chess.color.button.piece": "编辑棋子颜色", | ||
| "gui.table_top_craft.chess.color.button.legal_move": "编辑有效走子颜色", | ||
| "gui.table_top_craft.chess.color.button.invalid_move": "编辑无效走子颜色", | ||
| "gui.table_top_craft.chess.color.button.attack_move": "编辑吃子颜色", | ||
| "gui.table_top_craft.chess.color.button.previous_move": "编辑上一步棋颜色", | ||
| "gui.table_top_craft.chess.color.button.castle_move": "编辑易位颜色", | ||
| "gui.table_top_craft.chess.use_custom_plate": "使用自定义颜色", | ||
| "gui.table_top_craft.chess.color.white_tiles_settings": "白方棋格设置", | ||
| "gui.table_top_craft.chess.color.black_tiles_settings": "黑方棋格设置", | ||
| "gui.table_top_craft.chess.color.white_piece_settings": "白方棋子设置", | ||
| "gui.table_top_craft.chess.color.black_piece_settings": "黑方棋子设置", | ||
| "gui.table_top_craft.chess_piece_figure.next_set": "下一套棋子", | ||
| "gui.table_top_craft.chess_piece_figure.next_type": "下一类型棋子", | ||
| "gui.table_top_craft.chess_piece_figure.previous_set": "上一套棋子", | ||
| "gui.table_top_craft.chess_piece_figure.previous_type": "上一类型棋子", | ||
| "gui.table_top_craft.chess_piece_figure.confirm_scale": "确认大小", | ||
| "gui.table_top_craft.chess_piece_figure.reset_scale": "重置大小", | ||
| "gui.table_top_craft.chess_timer.title": "棋钟设置", | ||
| "gui.table_top_craft.chess_timer.left_timer": "左侧时钟", | ||
| "gui.table_top_craft.chess_timer.right_timer": "右侧时钟", | ||
| "gui.table_top_craft.chess_timer.buttons.hours": "%d小时", | ||
| "gui.table_top_craft.chess_timer.buttons.hour": "%d小时", | ||
| "gui.table_top_craft.chess_timer.buttons.minutes": "%d分", | ||
| "gui.table_top_craft.chess_timer.buttons.minute": "%d分", | ||
| "gui.table_top_craft.chess_timer.buttons.seconds": "%d秒", | ||
| "gui.table_top_craft.chess_timer.buttons.second": "%d秒", | ||
| "gui.table_top_craft.chess.play_piece_animations": "播放棋子动画", | ||
| "gui.table_top_craft.chess.display_particles": "显示棋子粒子", | ||
| "gui.table_top_craft.chess.pawn_promotion.title": "兵升变菜单", | ||
| "gui.table_top_craft.chess_timer.buttons.reset": "重置计时器", | ||
| "gui.table_top_craft.chess_timer.buttons.pause": "暂停计时器", | ||
|
|
||
| "_comment4": "Player Messages", | ||
| "message.table_top_craft.chess.invalidFEN": "所输入的FEN无效,棋盘已回到默认状态!", | ||
|
|
||
| "_comment5": "Tooltips, [Localising Tools] can be used here", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.pawn": "兵", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.rook": "车", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.bishop": "象", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.knight": "马", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.king": "王", | ||
| "tooltip.table_top_craft.chess_piece_figure.type.queen": "后", | ||
| "tooltip.table_top_craft.chess_piece_figure.piece_type": "#c7棋子类型:#c6%s", | ||
| "tooltip.table_top_craft.chess_piece_figure.toggle.enabled": "#ca启用", | ||
| "tooltip.table_top_craft.chess_piece_figure.toggle.disabled": "#cc禁用", | ||
| "tooltip.table_top_craft.chess_piece_figure.should_rotate": "#c7棋子旋转:%s", | ||
| "tooltip.table_top_craft.chess_piece_figure.piece_color": "#c7棋子颜色:#cf", | ||
| "tooltip.table_top_craft.chess_piece_figure.piece_set": "#c7棋子套组:#ce%s", | ||
| "tooltip.table_top_craft.chess_piece_figure.set.standard": "标准", | ||
| "tooltip.table_top_craft.chess_piece_figure.set.classic": "经典", | ||
| "tooltip.table_top_craft.chess_piece_figure.set.pandoras_creatures": "潘多拉生物", | ||
|
dovisutu marked this conversation as resolved.
|
||
| "tooltip.table_top_craft.chess_piece_figure.scale": "#c7棋子大小:#c3%s", | ||
| "tooltip.table_top_craft.chess_piece_figure.data_none": "#c7棋像未生成,放置以生成", | ||
| "tooltip.table_top_craft.chess_piece_figure.more_info": "#c7按#ce[Shift]#c7显示额外信息", | ||
|
|
||
| "_comment6": "Piece Types", | ||
| "tooltip.table_top_craft.chess.piece_type.standard": "标准棋子", | ||
| "tooltip.table_top_craft.chess.piece_type.classic": "经典棋子", | ||
| "tooltip.table_top_craft.chess.piece_type.pandoras_creatures": "潘多拉生物棋子", | ||
|
|
||
| "_comment7": "Advancements", | ||
| "advancements.table_top_craft.root.title": "Table Top Craft", | ||
| "advancements.table_top_craft.root.description": "是时候下棋了", | ||
| "advancements.table_top_craft.the_hoarding_begins.title": "开始攒吧", | ||
| "advancements.table_top_craft.the_hoarding_begins.description": "获得棋像", | ||
| "advancements.table_top_craft.getting_chess_board.title": "获得一副棋盘", | ||
| "advancements.table_top_craft.getting_chess_board.description": "获得棋盘", | ||
| "advancements.table_top_craft.first_chess_move.title": "千里之行始于足下", | ||
| "advancements.table_top_craft.first_chess_move.description": "走出第一步棋", | ||
| "advancements.table_top_craft.check_mate_move.title": "真是场酣畅淋漓的战斗", | ||
| "advancements.table_top_craft.check_mate_move.description": "将杀你的对手", | ||
| "advancements.table_top_craft.en_passant_move.title": "专业战略行动", | ||
| "advancements.table_top_craft.en_passant_move.description": "没错,我把棋子走到你的兵后面,然后你的兵就被吃了!我没在作弊,这是吃过路兵……", | ||
| "advancements.table_top_craft.standard_piece_collector.title": "标准棋子收藏家", | ||
| "advancements.table_top_craft.standard_piece_collector.description": "获得标准棋子套组的所有6种棋子", | ||
| "advancements.table_top_craft.classic_piece_collector.title": "经典棋子收藏家", | ||
| "advancements.table_top_craft.classic_piece_collector.description": "获得经典棋子套组的所有6种棋子", | ||
| "advancements.table_top_craft.pandoras_creatures_piece_collector.title": "潘多拉生物棋子收藏家", | ||
| "advancements.table_top_craft.pandoras_creatures_piece_collector.description": "获得潘多拉生物棋子套组的所有6种棋子", | ||
| "advancements.table_top_craft.rainbow_piece.title": "感受彩虹", | ||
| "advancements.table_top_craft.rainbow_piece.description": "找到获得彩虹棋子的方法", | ||
| "advancements.table_top_craft.upside_down_piece.title": "世界颠倒了吗?", | ||
| "advancements.table_top_craft.upside_down_piece.description": "找到获得颠倒棋子的方法", | ||
| "advancements.table_top_craft.tic_tac_toe.title": "圈叉专家", | ||
| "advancements.table_top_craft.tic_tac_toe.description": "获得井字棋", | ||
| "advancements.table_top_craft.getting_connect_four.title": "四子连珠", | ||
| "advancements.table_top_craft.getting_connect_four.description": "获得四子棋", | ||
| "advancements.table_top_craft.connect_four_victory_move.title": "网格战略家", | ||
| "advancements.table_top_craft.connect_four_victory_move.description": "赢一局四子棋", | ||
| "advancements.table_top_craft.chess_timer.title": "时间紧迫", | ||
| "advancements.table_top_craft.chess_timer.description": "获得棋钟" | ||
| } | ||
58 changes: 58 additions & 0 deletions
58
projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_cn-composition.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| { | ||
| "target": "assets/table_top_craft/lang/zh_cn.json", | ||
| "entries": [ | ||
| { | ||
| "templates": { | ||
| "block.table_top_craft.{0}_chess": "{0}棋盘", | ||
| "block.table_top_craft.{0}_chess_timer": "{0}棋钟", | ||
| "block.table_top_craft.{0}_connect_four": "{0}四子棋" | ||
| }, | ||
| "parameters": [ | ||
| { | ||
| "oak": "橡木", | ||
| "spruce": "云杉木", | ||
| "birch": "白桦木", | ||
| "jungle": "丛林木", | ||
| "acacia": "金合欢木", | ||
| "dark_oak": "深色橡木", | ||
| "crimson": "绯红木", | ||
| "warped": "诡异木", | ||
| "mangrove": "红树木", | ||
| "bamboo": "竹", | ||
| "cherry": "樱花木" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "templates": { | ||
| "block.table_top_craft.{0}_{1}_chess": "{0}{1}棋盘", | ||
| "block.table_top_craft.{0}_{1}_chess_timer": "{0}{1}棋钟", | ||
| "block.table_top_craft.{0}_{1}_connect_four": "{0}{1}四子棋" | ||
| }, | ||
| "parameters": [ | ||
| { | ||
| "white": "白色", | ||
| "light_gray": "淡灰色", | ||
| "gray": "灰色", | ||
| "black": "黑色", | ||
| "brown": "棕色", | ||
| "red": "红色", | ||
| "orange": "橙色", | ||
| "yellow": "黄色", | ||
| "lime": "黄绿色", | ||
| "green": "绿色", | ||
| "cyan": "青色", | ||
| "light_blue": "淡蓝色", | ||
| "blue": "蓝色", | ||
| "purple": "紫色", | ||
| "magenta": "品红色", | ||
| "pink": "粉红色" | ||
| }, | ||
| { | ||
| "terracotta": "陶瓦", | ||
| "concrete": "混凝土" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |
12 changes: 12 additions & 0 deletions
12
projects/1.20/assets/table-top-craft/table_top_craft/packer-policy.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| [ | ||
| { | ||
| "type": "singleton", | ||
| "source": "projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_cn-base.json", | ||
| "relativePath": "lang/zh_cn.json" | ||
| }, | ||
| { | ||
| "type": "composition", | ||
| "destType": "json", | ||
| "source": "projects/1.20/assets/table-top-craft/table_top_craft/lang/zh_cn-composition.json" | ||
| } | ||
| ] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.