Skip to content
Open
Show file tree
Hide file tree
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
246 changes: 123 additions & 123 deletions src/main/resources/assets/littlelogistics/lang/ja_jp.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "ブロック",
"description": "ブロックには、ドックとガイドレールの2種類があります。ドックは船舶の積み下ろしに使用されます。ガイドレールは、狭い水路で船舶が立ち往生するのを防ぐために使用されます。",
"icon": "littlelogistics:tug_dock"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "艀と貨車への着色",
"description": "機関車、自動車、曳船および艀は、染料で右クリックすることでさまざまな色に染めることができます。",
"icon": "minecraft:green_dye"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "アイテム",
"description": "アイテムの使い方についての動画は$(l:https://littlelogistics.murad.dev)オンラインガイド$()を参照してください。",
"icon": "littlelogistics:tug_route"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "列車",
"description": "貨車はトロッコに似ていますが、$(l:spring)船舶用鎖$()を使うことで連結ができます。列車を牽引するには、機関車を連結してください。",
"icon": "littlelogistics:steam_locomotive"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "船舶",
"description": "船舶には、艀(さまざまな便利機能を持つ) と曳船(艀を曳航する) の2種類があります。船舶が立ち往生したときにはリードで牽引するか、あるいは釣り竿で引っ張ることができます。 船舶の立往生を防ぐため、急な曲がり角では$(l:vessel_corner_rail)船舶用コーナーガイドレール$()を必ず使用してください。",
"icon": "littlelogistics:tug"
}
Original file line number Diff line number Diff line change
@@ -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": "右折と左折を切り替えます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "ホッパーでアイテムの積み下ろしを行うには、曳船列の一部としてドックに接続する必要があります。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "ホッパーでアイテムの積み下ろしを行うには、列車の一部としてドックレールに接続する必要があります。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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+右クリックでモードを切り替えることができます。アイテムを搬入するにはレールの横に、搬出するにはレールの下にホッパーを設置してください。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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+右クリックでモードを切り替えることができます。アイテムを搬入するにはドックの上に、搬出するには艀の経路の下にホッパーを設置してください。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "機関車には、エネルギーアイテム用の追加スロットがあります。これは、機関車が途中でエネルギーを使い果たし、再充電する必要がある場合に役立ちます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "曳船には、エネルギーアイテム用の追加スロットがあります。これは、曳船が途中でエネルギーを使い果たし、再充電する必要がある場合に役立ちます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "網を展開するには外水域にいる必要があります。「浅瀬」や「乱獲」のペナルティを避けるために、外洋の長い航路で使用してください。 自動釣り機付き艀自身は内部ストレージを持たないため、この艀の後方にはチェスト付き艀を追加してください。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "液体ホッパー",
"icon": "littlelogistics:fluid_hopper",
"category": "littlelogistics:blocks",
"pages": [
{
"type": "patchouli:crafting",
"recipe": "littlelogistics:fluid_hopper",
"text": "液体用のホッパーです。上方から搬入し、側方へ搬出します。バケツで右クリックすることで、液体を入れられます。艀および貨車への積み下ろしに使用できます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "レールを右クリックして、ノードを追加/削除します。 クラフトグリッドでコピーまたはリセットができます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "高速ホッパー",
"icon": "littlelogistics:rapid_hopper",
"category": "littlelogistics:blocks",
"pages": [
{
"type": "patchouli:crafting",
"recipe": "littlelogistics:rapid_hopper",
"text": "バニラのホッパーと同じですが、より速くアイテムを輸送できます!"
}
]
}
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "船舶用鎖",
"icon": "littlelogistics:spring",
"category": "littlelogistics:items",
"pages": [
{
"type": "patchouli:crafting",
"recipe": "littlelogistics:spring",
"text": "船舶や鉄道車両を連結するために使用できます。列を作成するには、車両を右クリックしてください。列車はタグボート/機関車を1台のみ保有でき、ループを設けることはできません。車両間の距離が離れ過ぎた場合、破壊されます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "ドックレールの横に置いたホッパーから、燃料を補給できます。"
}
]
}
Original file line number Diff line number Diff line change
@@ -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": "ドックの横に置いたホッパーから、燃料を補給できます。"
}
]
}
Loading