This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from refinedmods/develop
v0.6.1
- Loading branch information
Showing
15 changed files
with
128 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 @@ | ||
patreon: raoulvdberge |
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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,49 @@ | ||
{ | ||
"itemGroup.refinedpipes": "Refined Pipes", | ||
"block.refinedpipes.basic_item_pipe": "Einfaches Item Rohr", | ||
"block.refinedpipes.improved_item_pipe": "Verbessertes Item Rohr", | ||
"block.refinedpipes.advanced_item_pipe": "Fortgeschrittenes Item Rohr", | ||
"block.refinedpipes.basic_fluid_pipe": "Einfaches Flüssigkeits Rohr", | ||
"block.refinedpipes.improved_fluid_pipe": "Verbessertes Flüssigkeits Rohr", | ||
"block.refinedpipes.advanced_fluid_pipe": "Fortgeschrittenes Flüssigkeits Rohr", | ||
"block.refinedpipes.elite_fluid_pipe": "Elite Flüssigkeits Rohr", | ||
"block.refinedpipes.ultimate_fluid_pipe": "Ultimatives Flüssigkeits Rohr", | ||
"block.refinedpipes.basic_energy_pipe": "Einfaches Energie Rohr", | ||
"block.refinedpipes.improved_energy_pipe": "Verbessertes Energie Rohr", | ||
"block.refinedpipes.advanced_energy_pipe": "Fortgeschrittenes Energie Rohr", | ||
"block.refinedpipes.elite_energy_pipe": "Elite Energie Rohr", | ||
"block.refinedpipes.ultimate_energy_pipe": "Ultimatives Energie Rohr", | ||
"item.refinedpipes.basic_extractor_attachment": "Einfacher Extraktor Aufsatz", | ||
"item.refinedpipes.improved_extractor_attachment": "Verbesserter Extraktor Aufsatz", | ||
"item.refinedpipes.advanced_extractor_attachment": "Fortgeschrittener Extraktor Aufsatz", | ||
"item.refinedpipes.elite_extractor_attachment": "Elite Extraktor Aufsatz", | ||
"item.refinedpipes.ultimate_extractor_attachment": "Ultimativer Extraktor Aufsatz", | ||
"misc.refinedpipes.tier": "Stufe %s", | ||
"tooltip.refinedpipes.fluid_pipe.capacity": "Kapazität: %s", | ||
"tooltip.refinedpipes.item_pipe.speed": "Tempo: %s", | ||
"tooltip.refinedpipes.fluid_pipe.transfer_rate": "Transferrate: %s", | ||
"tooltip.refinedpipes.energy_pipe.capacity": "Kapazität: %s", | ||
"tooltip.refinedpipes.energy_pipe.transfer_rate": "Transferrate: %s", | ||
"tooltip.refinedpipes.extractor_attachment.item_extraction_rate": "Extrahiert %s jede %s", | ||
"tooltip.refinedpipes.extractor_attachment.fluid_extraction_rate": "Extrahiert %s jede %s", | ||
"tooltip.refinedpipes.extractor_attachment.filter_slots": "%d Filterplätze", | ||
"misc.refinedpipes.second": "Sekunde", | ||
"misc.refinedpipes.seconds": "Sekunden", | ||
"misc.refinedpipes.item": "Item", | ||
"misc.refinedpipes.items": "Items", | ||
"misc.refinedpipes.redstone_mode": "Redstone-Modus", | ||
"misc.refinedpipes.redstone_mode.ignored": "Ignoriert", | ||
"misc.refinedpipes.redstone_mode.high": "Hoch", | ||
"misc.refinedpipes.redstone_mode.low": "Tief", | ||
"misc.refinedpipes.mode": "Filter-Modus", | ||
"misc.refinedpipes.mode.blacklist": "Blacklist", | ||
"misc.refinedpipes.mode.whitelist": "Whitelist", | ||
"misc.refinedpipes.routing_mode": "Routing-Modus", | ||
"misc.refinedpipes.routing_mode.nearest": "Näheste erstes", | ||
"misc.refinedpipes.routing_mode.furthest": "Weiteste erstes", | ||
"misc.refinedpipes.routing_mode.random": "Zufällig", | ||
"misc.refinedpipes.routing_mode.round_robin": "Round-robin", | ||
"misc.refinedpipes.exact_mode": "Exakter-Modus", | ||
"misc.refinedpipes.exact_mode.on": "An", | ||
"misc.refinedpipes.exact_mode.off": "Aus" | ||
} |
This file contains 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,49 @@ | ||
{ | ||
"itemGroup.refinedpipes": "리파인드 파이프즈", | ||
"block.refinedpipes.basic_item_pipe": "기본 아이템 파이프", | ||
"block.refinedpipes.improved_item_pipe": "강화 아이템 파이프", | ||
"block.refinedpipes.advanced_item_pipe": "고급 아이템 파이프", | ||
"block.refinedpipes.basic_fluid_pipe": "기본 액체 파이프", | ||
"block.refinedpipes.improved_fluid_pipe": "강화 액체 파이프", | ||
"block.refinedpipes.advanced_fluid_pipe": "고급 액체 파이프", | ||
"block.refinedpipes.elite_fluid_pipe": "특급 액체 파이프", | ||
"block.refinedpipes.ultimate_fluid_pipe": "초특급 액체 파이프", | ||
"block.refinedpipes.basic_energy_pipe": "기본 에너지 파이프", | ||
"block.refinedpipes.improved_energy_pipe": "강화 에너지 파이프", | ||
"block.refinedpipes.advanced_energy_pipe": "고급 에너지 파이프", | ||
"block.refinedpipes.elite_energy_pipe": "특급 에너지 파이프", | ||
"block.refinedpipes.ultimate_energy_pipe": "초특급 에너지 파이프", | ||
"item.refinedpipes.basic_extractor_attachment": "기본 추출기 부가 기구", | ||
"item.refinedpipes.improved_extractor_attachment": "강화 추출기 부가 기구", | ||
"item.refinedpipes.advanced_extractor_attachment": "고급 추출기 부가 기구", | ||
"item.refinedpipes.elite_extractor_attachment": "특급 추출기 부가 기구", | ||
"item.refinedpipes.ultimate_extractor_attachment": "초특급 추출기 부가 기구", | ||
"misc.refinedpipes.tier": "%s 단계", | ||
"tooltip.refinedpipes.fluid_pipe.capacity": "용량: %s", | ||
"tooltip.refinedpipes.item_pipe.speed": "속도: %s", | ||
"tooltip.refinedpipes.fluid_pipe.transfer_rate": "전송률: %s", | ||
"tooltip.refinedpipes.energy_pipe.capacity": "용량: %s", | ||
"tooltip.refinedpipes.energy_pipe.transfer_rate": "전송률: %s", | ||
"tooltip.refinedpipes.extractor_attachment.item_extraction_rate": "%s마다 %s 추출", | ||
"tooltip.refinedpipes.extractor_attachment.fluid_extraction_rate": "%s마다 %s 추출", | ||
"tooltip.refinedpipes.extractor_attachment.filter_slots": "%d개의 필터 슬롯", | ||
"misc.refinedpipes.second": "초", | ||
"misc.refinedpipes.seconds": "초", | ||
"misc.refinedpipes.item": "아이템", | ||
"misc.refinedpipes.items": "아이템", | ||
"misc.refinedpipes.redstone_mode": "레드스톤 모드", | ||
"misc.refinedpipes.redstone_mode.ignored": "무시됨", | ||
"misc.refinedpipes.redstone_mode.high": "높음", | ||
"misc.refinedpipes.redstone_mode.low": "낮음", | ||
"misc.refinedpipes.mode": "필터 모드", | ||
"misc.refinedpipes.mode.blacklist": "블랙리스트", | ||
"misc.refinedpipes.mode.whitelist": "화이트리스트", | ||
"misc.refinedpipes.routing_mode": "라우팅 모드", | ||
"misc.refinedpipes.routing_mode.nearest": "선입선출", | ||
"misc.refinedpipes.routing_mode.furthest": "후입선출", | ||
"misc.refinedpipes.routing_mode.random": "랜덤", | ||
"misc.refinedpipes.routing_mode.round_robin": "라운드 로빈", | ||
"misc.refinedpipes.exact_mode": "추출 모드", | ||
"misc.refinedpipes.exact_mode.on": "켜짐", | ||
"misc.refinedpipes.exact_mode.off": "꺼짐" | ||
} |