From 1c338c559650a4fccba82a21e9f263378d8bd1d8 Mon Sep 17 00:00:00 2001 From: moromorochan <90227047+moromorochan@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:42:50 +0900 Subject: [PATCH 1/2] Add files via upload --- .../assets/littlelogistics/lang/ja_jp.json | 146 +++--------------- .../guide/ja_jp/categories/blocks.json | 5 + .../guide/ja_jp/categories/cosmetic.json | 5 + .../guide/ja_jp/categories/items.json | 5 + .../guide/ja_jp/categories/trains.json | 5 + .../guide/ja_jp/categories/vessels.json | 5 + .../ja_jp/entries/auto_switch_rails.json | 23 +++ .../guide/ja_jp/entries/chest_barge.json | 19 +++ .../guide/ja_jp/entries/chest_car.json | 19 +++ .../guide/ja_jp/entries/docking_rails.json | 23 +++ .../guide/ja_jp/entries/docks.json | 23 +++ .../ja_jp/entries/energy_locomotive.json | 19 +++ .../guide/ja_jp/entries/energy_tug.json | 19 +++ .../guide/ja_jp/entries/fishing_barge.json | 19 +++ .../guide/ja_jp/entries/fluid_barge.json | 18 +++ .../guide/ja_jp/entries/fluid_car.json | 18 +++ .../guide/ja_jp/entries/fluid_hopper.json | 12 ++ .../guide/ja_jp/entries/loco_route.json | 16 ++ .../guide/ja_jp/entries/rapid_hopper.json | 12 ++ .../guide/ja_jp/entries/seater_barge.json | 18 +++ .../guide/ja_jp/entries/spring.json | 12 ++ .../guide/ja_jp/entries/steam_locomotive.json | 19 +++ .../guide/ja_jp/entries/steam_tug.json | 19 +++ .../guide/ja_jp/entries/switch_rails.json | 23 +++ .../guide/ja_jp/entries/train_car.json | 19 +++ .../guide/ja_jp/entries/tug_guide_rail.json | 12 ++ .../guide/ja_jp/entries/tug_route.json | 16 ++ .../guide/ja_jp/entries/vacuum_barge.json | 19 +++ .../guide/ja_jp/entries/vessel_charger.json | 12 ++ .../ja_jp/entries/vessel_corner_rail.json | 16 ++ .../guide/ja_jp/entries/vessel_detector.json | 12 ++ .../guide/ja_jp/entries/wrench.json | 16 ++ 32 files changed, 501 insertions(+), 123 deletions(-) create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/blocks.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/cosmetic.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/items.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/trains.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/vessels.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/auto_switch_rails.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_barge.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_car.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docking_rails.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docks.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_locomotive.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_tug.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fishing_barge.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_barge.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_car.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_hopper.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/loco_route.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/rapid_hopper.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/seater_barge.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/spring.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_locomotive.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_tug.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/switch_rails.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/train_car.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_guide_rail.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_route.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vacuum_barge.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_charger.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_corner_rail.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_detector.json create mode 100644 src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/wrench.json diff --git a/src/main/resources/assets/littlelogistics/lang/ja_jp.json b/src/main/resources/assets/littlelogistics/lang/ja_jp.json index 7e367619..472e1d3e 100644 --- a/src/main/resources/assets/littlelogistics/lang/ja_jp.json +++ b/src/main/resources/assets/littlelogistics/lang/ja_jp.json @@ -1,124 +1,24 @@ -{ - "item.littlelogistics.tug": "蒸気曳船", - "item.littlelogistics.barge": "チェスト付き艀", - "item.littlelogistics.barrel_barge": "Barrel Barge", - "item.littlelogistics.vacuum_barge": "Item Collection Barge", - "item.littlelogistics.chunk_loader_barge": "チャンクローダー付き艀", - "item.littlelogistics.seater_barge": "座席付き艀", - "item.littlelogistics.fishing_barge": "自動釣り機付き艀", - "item.littlelogistics.spring": "船舶用鎖", - "item.littlelogistics.tug_route": "航路指定機", - "item.littlelogistics.locomotive_route": "運行指定機", - "item.littlelogistics.energy_tug": "電気曳船", - "item.littlelogistics.fluid_barge": "液体タンク付き艀", - "item.littlelogistics.fluid_car": "液体タンク付き貨両", - "item.littlelogistics.chest_car": "チェスト付き貨車", - "item.littlelogistics.barrel_car": "Barrel Train Car", - "item.littlelogistics.chunk_loader_car": "チャンクローダー付き貨車", - "item.littlelogistics.seater_car": "貨車", - "item.littlelogistics.steam_locomotive": "蒸気機関車", - "item.littlelogistics.energy_locomotive": "電気機関車", - - "item.littlelogistics.receiver_component": "ワイヤレス受信部品", - "item.littlelogistics.transmitter_component": "ワイヤレス送信部品", - "item.littlelogistics.conductors_wrench": "コンダクターレンチ", - - "entity.littlelogistics.tug": "蒸気曳船", - "entity.littlelogistics.barge": "チェスト付き艀", - "entity.littlelogistics.barrel_barge": "Barrel Barge", - "entity.littlelogistics.vacuum_barge": "Item Collection Barge", - "entity.littlelogistics.chunk_loader_barge": "チャンクローダー付き艀", - "entity.littlelogistics.fishing_barge": "自動釣り機付き艀", - "entity.littlelogistics.spring": "車両用鎖", - "entity.littlelogistics.energy_tug": "電気曳船", - "entity.littlelogistics.fluid_barge": "液体タンク付き艀", - "entity.littlelogistics.seater_barge": "座席付き艀", - "entity.littlelogistics.fluid_car": "液体タンク付き貨両", - "entity.littlelogistics.chest_car": "チェスト付き貨車", - "entity.littlelogistics.barrel_car": "Barrel Train Car", - "entity.littlelogistics.chunk_loader_car": "チャンクローダー付き貨車", - "entity.littlelogistics.seater_car": "貨車", - "entity.littlelogistics.steam_locomotive": "蒸気機関車", - "entity.littlelogistics.energy_locomotive": "電気機関車", - - "block.littlelogistics.tug_dock": "曳船ドック", - "block.littlelogistics.barge_dock": "艀ドック", - "block.littlelogistics.guide_rail_tug": "曳船用ガイドレール", - "block.littlelogistics.guide_rail_corner": "船舶用コーナーガイドレール", - "block.littlelogistics.vessel_charger": "車両用充電器", - "block.littlelogistics.fluid_hopper": "液体ホッパー", - "block.littlelogistics.rapid_hopper": "高速ホッパー", - "block.littlelogistics.vessel_detector": "車両検知器", - - "block.littlelogistics.junction_rail": "交差レール", - "block.littlelogistics.switch_rail": "切替レール", - "block.littlelogistics.automatic_switch_rail": "自動切替レール", - "block.littlelogistics.tee_junction_rail": "T字形切替レール", - "block.littlelogistics.automatic_tee_junction_rail": "自動T字形切替レール", - "block.littlelogistics.locomotive_dock_rail": "機関車用ドックレール", - "block.littlelogistics.car_dock_rail": "貨車用ドックレール", - - "screen.littlelogistics.tug": "蒸気曳船", - "screen.littlelogistics.fishing_barge": "自動釣り機付き艀", - "screen.littlelogistics.energy_tug": "電気曳船", - "screen.littlelogistics.energy_tug.energy": "%s/%s FE", - - "screen.littlelogistics.tug_route": "航路指定機", - "screen.littlelogistics.tug_route.rename_button": "ノードの名前を変更", - "screen.littlelogistics.tug_route.up_button": "ノードの順番を上に移動", - "screen.littlelogistics.tug_route.down_button": "ノードの順番を下に移動", - "screen.littlelogistics.tug_route.delete_button": "ノードを削除", - "screen.littlelogistics.tug_route.rename": "名前を%sに変更", - "screen.littlelogistics.tug_route.confirm": "保存", - - "screen.littlelogistics.locomotive.route": "目的地:", - "screen.littlelogistics.locomotive.on": "動力起動", - "screen.littlelogistics.locomotive.off": "動力停止", - "screen.littlelogistics.locomotive.register": "Register", - "screen.littlelogistics.locomotive.registration": "Registration", - "screen.littlelogistics.locomotive.register_info": "Registered vehicles can travel without chunkloaders", - "screen.littlelogistics.locomotive.frozen": "As per server config, this vehicle is frozen as the owner is offline", - - "global.littlelogistics.locomotive.register_success": "Maximum number of registered vehicles reached: %s", - "global.littlelogistics.locomotive.register_fail": "Successfully registered the vehicle, vehicles registered: %s/%s", - - "global.littlelogistics.no_connected_inventory_barge": "This barge requires a connected inventory behind it but none was provided. Link additional barges that provide inventory behind this one, such as a Chest Barge.", - "global.littlelogistics.no_connected_inventory_car": "This barge requires a connected inventory behind it but none was provided. Link additional barges that provide inventory behind this one, such as a Chest Car.", - "global.littlelogistics.connected_inventory": "This barge has %s connected inventories", - - "item.littlelogistics.tug_route.description": "右クリックで立っている地点にノードを追加でき、既にあるノードの地点で右クリックすることによりノードを削除できます。Shiftキーを押しながら右クリックでメニューを表示します。", - "item.littlelogistics.tug_route.num_nodes": "ルートノード: %s", - "item.littlelogistics.tug_route.added": "X:%s Z:%sにルートノードを追加", - "item.littlelogistics.tug_route.removed": "X:%s Z:%sのルートノードを削除", - "item.littlelogistics.tug_route.node": "%s.ノード", - "item.littlelogistics.tug_route.node_named": "%s. %s", - "item.littlelogistics.tug_route.node_line": "ノード %s: %s, %s", - - "item.littlelogistics.conductors_wrench.description": "Can be used to rotate vanilla rails and configure Little Logistics blocks.", - - "item.littlelogistics.locomotive_route.description": "線路に向かって右クリックでその地点をルートに追加でき、追加済みの地点で再び右クリックすることによりその地点をルートから削除できます", - "item.littlelogistics.locomotive_route.num_nodes": "ルートノード: %s", - "item.littlelogistics.locomotive_route.added": "X:%s Y:%s Z:%sにルートノードを追加", - "item.littlelogistics.locomotive_route.removed": "X:%s Y:%s Z:%sのルートノードを削除", - - "item.littlelogistics.spring.description": "乗り物を連結できます", - "item.littlelogistics.spring.notToSelf": "乗り物を自分と連結することはできません", - "item.littlelogistics.spring.noTwoTugs": "乗り物を連結できません", - "item.littlelogistics.spring.noTwoLoco": "1編成に2両以上の機関車を連結することはできません", - "item.littlelogistics.spring.tooFar": "乗り物の距離が遠すぎます", - "item.littlelogistics.spring.noLoops": "乗り物を円状に連結することはできません", - "item.littlelogistics.spring.badTypes": "これらの乗り物は連結できません", - "item.littlelogistics.fishing_barge.description": "最高効率で釣りをしたい場合は広く深く水の広がっているところで利用してください", - - "item.littlelogistics.creative_capacitor": "クリエイティブコンデンサ", - - "block.littlelogistics.vessel_charger.capacity": "%s/%s FE", - "block.littlelogistics.fluid_hopper.capacity": "%s %s/%s mB", - "block.littlelogistics.fluid_hopper.capacity_empty": "空 0/%s mB", - "entity.littlelogistics.fluid_barge.capacity": "%s %s/%s mB", - "entity.littlelogistics.fluid_barge.capacity_empty": "空 0/%s mB", - - "subtitle.littlelogistics.steam_tug_whistle": "乗り物の汽笛が鳴りひびく", - "subtitle.littlelogistics.tug_docking": "乗り物がドックに着く", - "subtitle.littlelogistics.tug_undocking": "乗り物がドックを出発する" +{ + "item.littlelogistics.barrel_barge": "樽付き艀", + "entity.littlelogistics.barrel_barge": "樽付き艀", + "item.littlelogistics.barrel_car": "樽付き貨車", + "entity.littlelogistics.barrel_car": "樽付き貨車", + "item.littlelogistics.vacuum_barge": "アイテム回収艀", + "entity.littlelogistics.vacuum_barge": "アイテム回収艀", + "item.littlelogistics.fluid_car": "液体タンク付き貨車", + "entity.littlelogistics.fluid_car": "液体タンク付き貨車", + + "item.littlelogistics.conductors_wrench.description": "レールを回転させたり、Little Logistics ブロックの設定を変更したりするために使用できます。", + + "screen.littlelogistics.locomotive.register": "登録する", + "screen.littlelogistics.locomotive.registration": "登録", + "screen.littlelogistics.locomotive.register_info": "登録した車両は、チャンクローダー無しで走行が可能です。", + "screen.littlelogistics.locomotive.frozen": "所有者がオフラインであるため、この車両はサーバーの設定により凍結されています。", + + "global.littlelogistics.locomotive.register_success": "登録車両数が上限に達しました: %s", + "global.littlelogistics.locomotive.register_fail": "車両が正常に登録されました。 登録車両数: %s/%s", + + "global.littlelogistics.no_connected_inventory_barge": "この艀を使用するには後方に接続されたインベントリが必要ですが、該当するものがありませんでした。この艀の後方に、インベントリを持つ艀(チェスト付き艀など)を追加してください。", + "global.littlelogistics.no_connected_inventory_car": "この貨車を使用するには後方に接続されたインベントリが必要ですが、該当するものがありませんでした。この貨車の後方に、インベントリを持つ貨車(チェスト付き貨車など)を追加してください。", + "global.littlelogistics.connected_inventory": "この艀には %s 個の接続されたインベントリがあります。" } \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/blocks.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/blocks.json new file mode 100644 index 00000000..b53c35da --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/blocks.json @@ -0,0 +1,5 @@ +{ + "name": "ブロック", + "description": "ブロックには、ドックとガイドレールの2種類があります。ドックは船舶の積み下ろしに使用されます。ガイドレールは、狭い水路で船舶が立ち往生するのを防ぐために使用されます。", + "icon": "littlelogistics:tug_dock" +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/cosmetic.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/cosmetic.json new file mode 100644 index 00000000..e69afd82 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/cosmetic.json @@ -0,0 +1,5 @@ +{ + "name": "艀と貨車への着色", + "description": "機関車、自動車、曳船および艀は、染料で右クリックすることでさまざまな色に染めることができます。", + "icon": "minecraft:green_dye" +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/items.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/items.json new file mode 100644 index 00000000..2d369606 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/items.json @@ -0,0 +1,5 @@ +{ + "name": "アイテム", + "description": "アイテムの使い方についての動画は$(l:https://littlelogistics.murad.dev)オンラインガイド$()を参照してください。", + "icon": "littlelogistics:tug_route" +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/trains.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/trains.json new file mode 100644 index 00000000..5b0e80f0 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/trains.json @@ -0,0 +1,5 @@ +{ + "name": "列車", + "description": "貨車はトロッコに似ていますが、$(l:spring)船舶用鎖$()を使うことで連結ができます。列車を牽引するには、機関車を連結してください。", + "icon": "littlelogistics:steam_locomotive" +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/vessels.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/vessels.json new file mode 100644 index 00000000..93d3e63c --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/categories/vessels.json @@ -0,0 +1,5 @@ +{ + "name": "船舶", + "description": "船舶には、艀(さまざまな便利機能を持つ) と曳船(艀を曳航する) の2種類があります。船舶が立ち往生したときにはリードで牽引するか、あるいは釣り竿で引っ張ることができます。 船舶の立往生を防ぐため、急な曲がり角では$(l:vessel_corner_rail)船舶用コーナーガイドレール$()を必ず使用してください。", + "icon": "littlelogistics:tug" +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/auto_switch_rails.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/auto_switch_rails.json new file mode 100644 index 00000000..a5175945 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/auto_switch_rails.json @@ -0,0 +1,23 @@ +{ + "name": "自動切替レール", + "icon": "littlelogistics:automatic_switch_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "このタイプの切替レールは、機関車が近づくと自動的に方向が切り替わります。転轍方向は、$(l:loco_route)運行指定機$()で指定された運行ループ内で訪れていない、最も近いルートノードへの道筋に応じます。" + }, + { + "type": "patchouli:crafting", + "title": "Automatic Switch Rail", + "recipe": "littlelogistics:automatic_switch_rail", + "text": "直進と右左折を切り替えます。" + }, + { + "type": "patchouli:crafting", + "title": "Automatic T-Junction rail", + "recipe": "littlelogistics:automatic_tee_junction_rail", + "text": "右折と左折を切り替えます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_barge.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_barge.json new file mode 100644 index 00000000..483277ab --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_barge.json @@ -0,0 +1,19 @@ +{ + "name": "チェスト付き艀", + "icon": "littlelogistics:barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:barge", + "scale": 0.6, + "offset": 0.5, + "text": "チェスト付きトロッコのようにアイテムを積載する、シンプルな艀。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:barge", + "text": "ホッパーでアイテムの積み下ろしを行うには、曳船列の一部としてドックに接続する必要があります。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_car.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_car.json new file mode 100644 index 00000000..b33fff77 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/chest_car.json @@ -0,0 +1,19 @@ +{ + "name": "チェスト付き貨車", + "icon": "littlelogistics:chest_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:chest_car", + "scale": 0.6, + "offset": 0.5, + "text": "チェスト付きトロッコのようにアイテムを積載する、シンプルな貨車。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:chest_car", + "text": "ホッパーでアイテムの積み下ろしを行うには、列車の一部としてドックレールに接続する必要があります。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docking_rails.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docking_rails.json new file mode 100644 index 00000000..d410b2d5 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docking_rails.json @@ -0,0 +1,23 @@ +{ + "name": "ドックレール", + "icon": "littlelogistics:locomotive_dock_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "ドックレールには、機関車用と貨車用の2種類があります。機関車用ドックレールはあらゆる形態の駅で必要です。貨車用ドックレールは、機関車用のものの後方に直線に並べて設置してください。これらのレール自体は列車へのアイテムの積み下ろしに寄与しませんが、アイテムの積み下ろしのために待機する必要があるかどうかを機関車に伝えます。あるいはレッドストーン信号を入力することで、機関車を強制的に待機させることもできます。" + }, + { + "type": "patchouli:crafting", + "title": "機関車用ドックレール", + "recipe": "littlelogistics:locomotive_dock_rail", + "text": "機関車用ドックレールには、機関車に搬入するモードのみがあります(橙色/アウトプットモード)。搬入するにはレールの横にホッパーを設置してください。ドックレールが接続するには、レールの向きが機関車の進行方向と同じである必要があります。 貨車用ドックレールの説明は次のページを参照してください >>>" + }, + { + "type": "patchouli:crafting", + "title": "貨車用ドックレール", + "recipe": "littlelogistics:car_dock_rail", + "text": "貨車用ドックレールには、貨車への荷積みを促すモード(橙色モード)と荷下ろしを促すモード(青色モード)があり、shift+右クリックでモードを切り替えることができます。アイテムを搬入するにはレールの横に、搬出するにはレールの下にホッパーを設置してください。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docks.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docks.json new file mode 100644 index 00000000..ce9e8df9 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/docks.json @@ -0,0 +1,23 @@ +{ + "name": "ドック", + "icon": "littlelogistics:tug_dock", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "ドックには、艀用と曳船用の2種類があります。艀ドックを機能させるためには、曳船ドックが必要です。曳船ドックと艀ドックの上面のテクスチャは、一直線状にそろえる必要があります。これらのドック自体は列車へのアイテムの積み下ろしに寄与しませんが、アイテムの積み下ろしのために待機する必要があるかどうかを曳船に伝えます。あるいはレッドストーン信号を入力することで、曳船を強制的に待機させることもできます。" + }, + { + "type": "patchouli:crafting", + "title": "曳船ドック", + "recipe": "littlelogistics:tug_dock", + "text": "曳船ドックには、曳船に搬入するモードのみがあります(橙色/アウトプットモード)。搬入するにはドックの上にホッパーを設置してください。shift+右クリックでドックの向きを切り替えることができます。 艀ドックの説明は次のページを参照してください >>>" + }, + { + "type": "patchouli:crafting", + "title": "艀ドック", + "recipe": "littlelogistics:barge_dock", + "text": "艀ドックには、艀への荷積みを促すモード(橙色モード)と荷揚げを促すモード(青色モード)があり、shift+右クリックでモードを切り替えることができます。アイテムを搬入するにはドックの上に、搬出するには艀の経路の下にホッパーを設置してください。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_locomotive.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_locomotive.json new file mode 100644 index 00000000..0c89f19a --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_locomotive.json @@ -0,0 +1,19 @@ +{ + "name": "電気機関車", + "icon": "littlelogistics:energy_locomotive", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:energy_locomotive", + "scale": 0.4, + "offset": 0.5, + "text": "Forge Energy を動力源とする機関車です。$(l:vessel_charger)車両用充電器$()に接続することで充電できます。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:energy_locomotive", + "text": "機関車には、エネルギーアイテム用の追加スロットがあります。これは、機関車が途中でエネルギーを使い果たし、再充電する必要がある場合に役立ちます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_tug.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_tug.json new file mode 100644 index 00000000..ed592b72 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/energy_tug.json @@ -0,0 +1,19 @@ +{ + "name": "電気曳船", + "icon": "littlelogistics:energy_tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:energy_tug", + "scale": 0.4, + "offset": 0.5, + "text": "Forge Energy を動力源とする曳船です。$(l:vessel_charger)車両用充電器$()に接続することで充電できます。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:energy_tug", + "text": "曳船には、エネルギーアイテム用の追加スロットがあります。これは、曳船が途中でエネルギーを使い果たし、再充電する必要がある場合に役立ちます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fishing_barge.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fishing_barge.json new file mode 100644 index 00000000..dcdb9c8b --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fishing_barge.json @@ -0,0 +1,19 @@ +{ + "name": "自動釣り機付き艀", + "icon": "littlelogistics:fishing_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fishing_barge", + "scale": 0.6, + "offset": 0.5, + "text": "受動的に釣りを行います。釣果には、バニラの釣り竿ルートテーブルが使用されます。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fishing_barge", + "text": "網を展開するには外水域にいる必要があります。「浅瀬」や「乱獲」のペナルティを避けるために、外洋の長い航路で使用してください。 自動釣り機付き艀自身は内部ストレージを持たないため、この艀の後方にはチェスト付き艀を追加してください。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_barge.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_barge.json new file mode 100644 index 00000000..8ea10ca1 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_barge.json @@ -0,0 +1,18 @@ +{ + "name": "液体タンク付き艀", + "icon": "littlelogistics:fluid_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fluid_barge", + "scale": 0.6, + "offset": 0.5, + "text": "液体の輸送の際に利用できます。液体の積み下ろしは、$(l:fluid_hopper)液体ホッパー$()で行えます。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_barge" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_car.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_car.json new file mode 100644 index 00000000..a8104ad0 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_car.json @@ -0,0 +1,18 @@ +{ + "name": "液体タンク付き貨車", + "icon": "littlelogistics:fluid_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:fluid_car", + "scale": 0.6, + "offset": 0.5, + "text": "液体の輸送の際に利用できます。液体の積み下ろしは、$(l:fluid_hopper)液体ホッパー$()で行えます。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_car" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_hopper.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_hopper.json new file mode 100644 index 00000000..07d04ab6 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/fluid_hopper.json @@ -0,0 +1,12 @@ +{ + "name": "液体ホッパー", + "icon": "littlelogistics:fluid_hopper", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:fluid_hopper", + "text": "液体用のホッパーです。上方から搬入し、側方へ搬出します。バケツで右クリックすることで、液体を入れられます。艀および貨車への積み下ろしに使用できます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/loco_route.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/loco_route.json new file mode 100644 index 00000000..05bc5822 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/loco_route.json @@ -0,0 +1,16 @@ +{ + "name": "運行指定機", + "icon": "littlelogistics:locomotive_route", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:locomotive_route", + "text": "機関車のための目的地と経由地を保存します。機関車は、指定された運行ループ内でまだ訪れていない、最も近いルートノードを目指します。$(l:auto_switch_rails)自動切替レール$()と組み合わせて使用する必要があります。" + }, + { + "type": "patchouli:text", + "text": "レールを右クリックして、ノードを追加/削除します。 クラフトグリッドでコピーまたはリセットができます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/rapid_hopper.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/rapid_hopper.json new file mode 100644 index 00000000..b7b5c2b3 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/rapid_hopper.json @@ -0,0 +1,12 @@ +{ + "name": "高速ホッパー", + "icon": "littlelogistics:rapid_hopper", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:rapid_hopper", + "text": "バニラのホッパーと同じですが、より速くアイテムを輸送できます!" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/seater_barge.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/seater_barge.json new file mode 100644 index 00000000..e90e6c36 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/seater_barge.json @@ -0,0 +1,18 @@ +{ + "name": "座席付き艀", + "icon": "littlelogistics:seater_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:seater_barge", + "scale": 0.6, + "offset": 0.5, + "text": "プレイヤー一人が座れる座席の付いた、シンプルな艀。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:seater_barge" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/spring.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/spring.json new file mode 100644 index 00000000..0b2a17a8 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/spring.json @@ -0,0 +1,12 @@ +{ + "name": "船舶用鎖", + "icon": "littlelogistics:spring", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:spring", + "text": "船舶や鉄道車両を連結するために使用できます。列を作成するには、車両を右クリックしてください。列車はタグボート/機関車を1台のみ保有でき、ループを設けることはできません。車両間の距離が離れ過ぎた場合、破壊されます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_locomotive.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_locomotive.json new file mode 100644 index 00000000..729f5099 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_locomotive.json @@ -0,0 +1,19 @@ +{ + "name": "蒸気機関車", + "icon": "littlelogistics:steam_locomotive", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:steam_locomotive", + "scale": 0.4, + "offset": 0.5, + "text": "あらゆるかまど用燃料を動力源とする、基本的な機関車です。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:steam_locomotive", + "text": "ドックレールの横に置いたホッパーから、燃料を補給できます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_tug.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_tug.json new file mode 100644 index 00000000..b03d1a14 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/steam_tug.json @@ -0,0 +1,19 @@ +{ + "name": "蒸気曳船", + "icon": "littlelogistics:tug", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:tug", + "scale": 0.4, + "offset": 0.5, + "text": "あらゆるかまど用燃料を動力源とする、基本的な曳船です。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug", + "text": "ドックの横に置いたホッパーから、燃料を補給できます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/switch_rails.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/switch_rails.json new file mode 100644 index 00000000..f6013c16 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/switch_rails.json @@ -0,0 +1,23 @@ +{ + "name": "切替レール", + "icon": "littlelogistics:switch_rail", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:text", + "text": "このタイプの切替レールは、レッドストーン信号入力を受けると切り替わります。ディテクターレールとの併用もおすすめです。" + }, + { + "type": "patchouli:crafting", + "title": "切替レール", + "recipe": "littlelogistics:switch_rail", + "text": "直進と右左折を切り替えます。" + }, + { + "type": "patchouli:crafting", + "title": "T字切替レール", + "recipe": "littlelogistics:tee_junction_rail", + "text": "右折と左折を切り替えます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/train_car.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/train_car.json new file mode 100644 index 00000000..e8f16ce8 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/train_car.json @@ -0,0 +1,19 @@ +{ + "name": "Train Car", + "icon": "littlelogistics:seater_car", + "category": "littlelogistics:trains", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:seater_car", + "scale": 0.6, + "offset": 0.5, + "text": "一体のモブあるいはプレイヤーが座れる、シンプルな貨車。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:seater_car", + "text": "バニラのトロッコと同じように、アクティベーターレールを使ってモブを降車させることができます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_guide_rail.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_guide_rail.json new file mode 100644 index 00000000..f61b9f87 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_guide_rail.json @@ -0,0 +1,12 @@ +{ + "name": "曳船用ガイドレール", + "icon": "littlelogistics:guide_rail_tug", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_tug", + "text": "水源の下に設置すると、バニラのパワードレールと同様に機能します。タグボートを強制的に特定のルートに誘導するために使用でき、艀には影響しません。shift+右クリックで向きを変えられます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_route.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_route.json new file mode 100644 index 00000000..a0b58df7 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/tug_route.json @@ -0,0 +1,16 @@ +{ + "name": "航路指定機", + "icon": "littlelogistics:tug_route", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:tug_route", + "text": "機関車のための経路を保存します。 曳船の航路スロットに入れると、曳船はノード0から順番にルートを辿ります。" + }, + { + "type": "patchouli:text", + "text": "任意の座標で右クリックして、ルートの配列の最後尾にノードを追加します(間には追加できません)。 既存のノードがある場所で右クリックすると、ノードを削除できます。 アイテムをメインハンドに持っている場合、既存のノードがビーム状に表示されます。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vacuum_barge.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vacuum_barge.json new file mode 100644 index 00000000..00aee09b --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vacuum_barge.json @@ -0,0 +1,19 @@ +{ + "name": "アイテム回収艀", + "icon": "littlelogistics:vacuum_barge", + "category": "littlelogistics:vessels", + "pages": [ + { + "type": "patchouli:entity", + "entity": "littlelogistics:vacuum_barge", + "scale": 0.6, + "offset": 0.5, + "text": "範囲内のアイテムを自動で回収します。" + }, + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vacuum_barge", + "text": "アイテム回収艀自身は内部ストレージを持たないため、この艀の後方にはチェスト付き艀を追加してください。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_charger.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_charger.json new file mode 100644 index 00000000..d7ebbd35 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_charger.json @@ -0,0 +1,12 @@ +{ + "name": "車両用充電器", + "icon": "littlelogistics:vessel_charger", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_charger", + "text": "$(l:energy_tug)電気曳船$()および$(l:energy_locomotive)電気機関車$()のための充電器です。任意のForge Energyケーブルを接続して、充電器に電力を貯めることができます。船舶を充電するにはドックの上に、車両を充電するにはドックレールの横に充電器を置いてください。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_corner_rail.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_corner_rail.json new file mode 100644 index 00000000..9b811ce7 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_corner_rail.json @@ -0,0 +1,16 @@ +{ + "name": "船舶用コーナーガイドレール", + "icon": "littlelogistics:guide_rail_corner", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:guide_rail_corner", + "text": "角での船舶の動きを補助します。急な曲がり角や狭い水路(ドックなど)の入り口付近では必ず使用することをお勧めします。曳船と艀の両方に効果があり、shift+右クリックで向きを変えられます。" + }, + { + "type": "patchouli:text", + "text": "完全な固体ブロックを上に置かないでください。(だめな例:石、板材など / 問題ない例:フェンス、看板など)" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_detector.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_detector.json new file mode 100644 index 00000000..4a093093 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/vessel_detector.json @@ -0,0 +1,12 @@ +{ + "name": "車両検知器", + "icon": "littlelogistics:vessel_detector", + "category": "littlelogistics:blocks", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:vessel_detector", + "text": "目の前の3ブロック以内に船舶がいる場合、レッドストーン信号を発します。範囲内は、連続した水源である必要があります。" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/wrench.json b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/wrench.json new file mode 100644 index 00000000..77f83ae9 --- /dev/null +++ b/src/main/resources/assets/littlelogistics/patchouli_books/guide/ja_jp/entries/wrench.json @@ -0,0 +1,16 @@ +{ + "name": "コンダクターレンチ", + "icon": "littlelogistics:conductors_wrench", + "category": "littlelogistics:items", + "pages": [ + { + "type": "patchouli:crafting", + "recipe": "littlelogistics:conductors_wrench", + "text": "レンチを手に持っている場合、登録済みの機関車や曳船の位置が表示されます。" + }, + { + "type": "patchouli:text", + "text": "レールを右クリックすることで、レールの形状を変えられます。" + } + ] +} \ No newline at end of file From 2fec17cddef1db14d87ae0274f5eb84ca24d407f Mon Sep 17 00:00:00 2001 From: moromorochan <90227047+moromorochan@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:01:47 +0900 Subject: [PATCH 2/2] Add files via upload --- .../assets/littlelogistics/lang/ja_jp.json | 120 ++++++++++++++++-- 1 file changed, 110 insertions(+), 10 deletions(-) diff --git a/src/main/resources/assets/littlelogistics/lang/ja_jp.json b/src/main/resources/assets/littlelogistics/lang/ja_jp.json index 472e1d3e..dafc7bf0 100644 --- a/src/main/resources/assets/littlelogistics/lang/ja_jp.json +++ b/src/main/resources/assets/littlelogistics/lang/ja_jp.json @@ -1,24 +1,124 @@ { + "item.littlelogistics.tug": "蒸気曳船", + "item.littlelogistics.barge": "チェスト付き艀", "item.littlelogistics.barrel_barge": "樽付き艀", - "entity.littlelogistics.barrel_barge": "樽付き艀", - "item.littlelogistics.barrel_car": "樽付き貨車", - "entity.littlelogistics.barrel_car": "樽付き貨車", "item.littlelogistics.vacuum_barge": "アイテム回収艀", - "entity.littlelogistics.vacuum_barge": "アイテム回収艀", + "item.littlelogistics.chunk_loader_barge": "チャンクローダー付き艀", + "item.littlelogistics.seater_barge": "座席付き艀", + "item.littlelogistics.fishing_barge": "自動釣り機付き艀", + "item.littlelogistics.spring": "船舶用鎖", + "item.littlelogistics.tug_route": "航路指定機", + "item.littlelogistics.locomotive_route": "運行指定機", + "item.littlelogistics.energy_tug": "電気曳船", + "item.littlelogistics.fluid_barge": "液体タンク付き艀", "item.littlelogistics.fluid_car": "液体タンク付き貨車", + "item.littlelogistics.chest_car": "チェスト付き貨車", + "item.littlelogistics.barrel_car": "樽付き貨車", + "item.littlelogistics.chunk_loader_car": "チャンクローダー付き貨車", + "item.littlelogistics.seater_car": "貨車", + "item.littlelogistics.steam_locomotive": "蒸気機関車", + "item.littlelogistics.energy_locomotive": "電気機関車", + + "item.littlelogistics.receiver_component": "ワイヤレス受信部品", + "item.littlelogistics.transmitter_component": "ワイヤレス送信部品", + "item.littlelogistics.conductors_wrench": "コンダクターレンチ", + + "entity.littlelogistics.tug": "蒸気曳船", + "entity.littlelogistics.barge": "チェスト付き艀", + "entity.littlelogistics.barrel_barge": "樽付き艀", + "entity.littlelogistics.vacuum_barge": "アイテム回収艀", + "entity.littlelogistics.chunk_loader_barge": "チャンクローダー付き艀", + "entity.littlelogistics.fishing_barge": "自動釣り機付き艀", + "entity.littlelogistics.spring": "車両用鎖", + "entity.littlelogistics.energy_tug": "電気曳船", + "entity.littlelogistics.fluid_barge": "液体タンク付き艀", + "entity.littlelogistics.seater_barge": "座席付き艀", "entity.littlelogistics.fluid_car": "液体タンク付き貨車", - - "item.littlelogistics.conductors_wrench.description": "レールを回転させたり、Little Logistics ブロックの設定を変更したりするために使用できます。", - + "entity.littlelogistics.chest_car": "チェスト付き貨車", + "entity.littlelogistics.barrel_car": "樽付き貨車", + "entity.littlelogistics.chunk_loader_car": "チャンクローダー付き貨車", + "entity.littlelogistics.seater_car": "貨車", + "entity.littlelogistics.steam_locomotive": "蒸気機関車", + "entity.littlelogistics.energy_locomotive": "電気機関車", + + "block.littlelogistics.tug_dock": "曳船ドック", + "block.littlelogistics.barge_dock": "艀ドック", + "block.littlelogistics.guide_rail_tug": "曳船用ガイドレール", + "block.littlelogistics.guide_rail_corner": "船舶用コーナーガイドレール", + "block.littlelogistics.vessel_charger": "車両用充電器", + "block.littlelogistics.fluid_hopper": "液体ホッパー", + "block.littlelogistics.rapid_hopper": "高速ホッパー", + "block.littlelogistics.vessel_detector": "車両検知器", + + "block.littlelogistics.junction_rail": "交差レール", + "block.littlelogistics.switch_rail": "切替レール", + "block.littlelogistics.automatic_switch_rail": "自動切替レール", + "block.littlelogistics.tee_junction_rail": "T字形切替レール", + "block.littlelogistics.automatic_tee_junction_rail": "自動T字形切替レール", + "block.littlelogistics.locomotive_dock_rail": "機関車用ドックレール", + "block.littlelogistics.car_dock_rail": "貨車用ドックレール", + + "screen.littlelogistics.tug": "蒸気曳船", + "screen.littlelogistics.fishing_barge": "自動釣り機付き艀", + "screen.littlelogistics.energy_tug": "電気曳船", + "screen.littlelogistics.energy_tug.energy": "%s/%s FE", + + "screen.littlelogistics.tug_route": "航路指定機", + "screen.littlelogistics.tug_route.rename_button": "ノードの名前を変更", + "screen.littlelogistics.tug_route.up_button": "ノードの順番を上に移動", + "screen.littlelogistics.tug_route.down_button": "ノードの順番を下に移動", + "screen.littlelogistics.tug_route.delete_button": "ノードを削除", + "screen.littlelogistics.tug_route.rename": "名前を%sに変更", + "screen.littlelogistics.tug_route.confirm": "保存", + + "screen.littlelogistics.locomotive.route": "目的地:", + "screen.littlelogistics.locomotive.on": "動力起動", + "screen.littlelogistics.locomotive.off": "動力停止", "screen.littlelogistics.locomotive.register": "登録する", "screen.littlelogistics.locomotive.registration": "登録", "screen.littlelogistics.locomotive.register_info": "登録した車両は、チャンクローダー無しで走行が可能です。", "screen.littlelogistics.locomotive.frozen": "所有者がオフラインであるため、この車両はサーバーの設定により凍結されています。", - + "global.littlelogistics.locomotive.register_success": "登録車両数が上限に達しました: %s", "global.littlelogistics.locomotive.register_fail": "車両が正常に登録されました。 登録車両数: %s/%s", - + "global.littlelogistics.no_connected_inventory_barge": "この艀を使用するには後方に接続されたインベントリが必要ですが、該当するものがありませんでした。この艀の後方に、インベントリを持つ艀(チェスト付き艀など)を追加してください。", "global.littlelogistics.no_connected_inventory_car": "この貨車を使用するには後方に接続されたインベントリが必要ですが、該当するものがありませんでした。この貨車の後方に、インベントリを持つ貨車(チェスト付き貨車など)を追加してください。", - "global.littlelogistics.connected_inventory": "この艀には %s 個の接続されたインベントリがあります。" + "global.littlelogistics.connected_inventory": "この艀には %s 個の接続されたインベントリがあります。", + + "item.littlelogistics.tug_route.description": "右クリックで立っている地点にノードを追加でき、既にあるノードの地点で右クリックすることによりノードを削除できます。Shiftキーを押しながら右クリックでメニューを表示します。", + "item.littlelogistics.tug_route.num_nodes": "ルートノード: %s", + "item.littlelogistics.tug_route.added": "X:%s Z:%sにルートノードを追加", + "item.littlelogistics.tug_route.removed": "X:%s Z:%sのルートノードを削除", + "item.littlelogistics.tug_route.node": "%s.ノード", + "item.littlelogistics.tug_route.node_named": "%s. %s", + "item.littlelogistics.tug_route.node_line": "ノード %s: %s, %s", + + "item.littlelogistics.conductors_wrench.description": "レールを回転させたり、Little Logistics ブロックの設定を変更したりするために使用できます。", + + "item.littlelogistics.locomotive_route.description": "線路に向かって右クリックでその地点をルートに追加でき、追加済みの地点で再び右クリックすることによりその地点をルートから削除できます", + "item.littlelogistics.locomotive_route.num_nodes": "ルートノード: %s", + "item.littlelogistics.locomotive_route.added": "X:%s Y:%s Z:%sにルートノードを追加", + "item.littlelogistics.locomotive_route.removed": "X:%s Y:%s Z:%sのルートノードを削除", + + "item.littlelogistics.spring.description": "乗り物を連結できます", + "item.littlelogistics.spring.notToSelf": "乗り物を自分と連結することはできません", + "item.littlelogistics.spring.noTwoTugs": "乗り物を連結できません", + "item.littlelogistics.spring.noTwoLoco": "1編成に2両以上の機関車を連結することはできません", + "item.littlelogistics.spring.tooFar": "乗り物の距離が遠すぎます", + "item.littlelogistics.spring.noLoops": "乗り物を円状に連結することはできません", + "item.littlelogistics.spring.badTypes": "これらの乗り物は連結できません", + "item.littlelogistics.fishing_barge.description": "最高効率で釣りをしたい場合は広く深く水の広がっているところで利用してください", + + "item.littlelogistics.creative_capacitor": "クリエイティブコンデンサ", + + "block.littlelogistics.vessel_charger.capacity": "%s/%s FE", + "block.littlelogistics.fluid_hopper.capacity": "%s %s/%s mB", + "block.littlelogistics.fluid_hopper.capacity_empty": "空 0/%s mB", + "entity.littlelogistics.fluid_barge.capacity": "%s %s/%s mB", + "entity.littlelogistics.fluid_barge.capacity_empty": "空 0/%s mB", + + "subtitle.littlelogistics.steam_tug_whistle": "乗り物の汽笛が鳴りひびく", + "subtitle.littlelogistics.tug_docking": "乗り物がドックに着く", + "subtitle.littlelogistics.tug_undocking": "乗り物がドックを出発する" } \ No newline at end of file