Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions shared/src/main/resources/assets/treechop/lang/ja_jp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"block.treechop.chopped_log": "切り刻まれた原木",
"treechop.codec.bad_value": "何かがうまく動作しませんでした",
"treechop.gui.big_off": "オフ",
"treechop.gui.big_on": "オン",
"treechop.gui.settings.button.chopping": "伐採",
"treechop.gui.settings.button.felling": "倒す",
"treechop.gui.settings.button.nothing": "何もしない",
"treechop.gui.settings.label.chop_in_creative_mode": "クリエイティブモードでも伐採",
"treechop.gui.settings.label.chopping": "伐採",
"treechop.gui.settings.label.chopping_indicator": "伐採インジケーター",
"treechop.gui.settings.label.feedback_messages": "フィードバックメッセージ",
"treechop.gui.settings.label.felling": "木を倒す",
"treechop.gui.settings.label.felling_options": "伐倒オプション",
"treechop.gui.settings.label.only_chop_trees_with_leaves": "葉のある木のみ伐採",
"treechop.gui.settings.label.sneaking_inverts": "スニークで切り替え",
"treechop.gui.settings.label.sneaking_inverts_chopping": "スニークで伐採切り替え",
"treechop.gui.settings.label.tooltips": "ツールチップ",
"treechop.gui.settings.tooltip.chop_in_creative_mode.on": "クリエイティブモードでの木の伐採を許可する",
"treechop.gui.settings.tooltip.chop_in_creative_mode.off": "クリエイティブモードでは木を伐採しない",
"treechop.gui.settings.tooltip.chopping.on": "ブロックを壊す代わりに木を伐採する",
"treechop.gui.settings.tooltip.chopping.off": "木を伐採しない",
"treechop.gui.settings.tooltip.chopping_indicator.on": "ブロックを伐採する直前に画面上にインジケーターを表示する",
"treechop.gui.settings.tooltip.chopping_indicator.off": "画面上に伐採インジケーターを表示しない",
"treechop.gui.settings.tooltip.feedback_messages.on": "ホットキーで設定を変更したときにチャットメッセージを表示する",
"treechop.gui.settings.tooltip.feedback_messages.off": "ホットキーで設定を変更してもチャットメッセージを表示しない",
"treechop.gui.settings.tooltip.felling.on": "一定の伐採後に木を倒す",
"treechop.gui.settings.tooltip.felling.off": "木を倒さない",
"treechop.gui.settings.tooltip.felling_options.on": "最初の設定ページに伐倒関連オプションを表示する",
"treechop.gui.settings.tooltip.felling_options.off": "最初の設定ページに伐倒関連オプションを表示しない",
"treechop.gui.settings.tooltip.only_chop_trees_with_leaves.on": "葉とつながっているブロックのみを伐採する",
"treechop.gui.settings.tooltip.only_chop_trees_with_leaves.off": "葉とつながっていなくても伐採を許可する",
"treechop.gui.settings.tooltip.sneaking_enables_x": "スニークで %s を有効化",
"treechop.gui.settings.tooltip.sneaking_disables_x": "スニークで %s を無効化",
"treechop.gui.settings.tooltip.sneaking_does_nothing": "スニークでは伐採に影響しない",
"treechop.gui.settings.tooltip.tooltips": "ツールチップを表示する",
"treechop.gui.settings.title": "%s の設定",
"treechop.key.cycle_sneak_behavior": "スニーク動作の切り替え",
"treechop.key.open_settings_overlay": "設定オーバーレイを開く",
"treechop.key.toggle_chopping": "伐採の切り替え",
"treechop.key.toggle_felling": "倒すモードの切り替え",
"treechop.setting.chop_in_creative_mode": "クリエイティブモードでの伐採",
"treechop.setting.chopping": "伐採",
"treechop.setting.felling": "木を倒す",
"treechop.setting.missing_permissions": "この設定を変更する権限がありません",
"treechop.setting.sneak_behavior": "スニーク動作",
"treechop.setting.trees_must_have_leaves": "葉のある木のみを伐採",
"treechop.sneak_behavior.invert_chopping": "伐採を反転",
"treechop.sneak_behavior.invert_felling": "倒すを反転",
"treechop.sneak_behavior.none": "なし",
"treechop.subtitles.block_chopped": "ブロックを伐採した",
"treechop.waila.x_out_of_y_chops": "伐採の進行:%d/%d",
"treechop.waila.chopped_x": "%s を伐採済み",
"config.waila.plugin_treechop": "HT's TreeChop",
"config.waila.plugin_treechop.plugin": "HT's TreeChop",
"config.waila.plugin_treechop.show_num_chops_remaining": "伐採回数",
"config.waila.plugin_treechop.show_tree_block_counts": "ブロック数",
"config.jade.plugin_treechop.plugin": "HT's TreeChop",
"config.jade.plugin_treechop.show_num_chops_remaining": "伐採回数",
"config.jade.plugin_treechop.show_tree_block_counts": "ブロック数"
}