Skip to content
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

Update ko_kr translation #49

Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Korean translation updated by [@gisellevonbingen](https://github.com/gisellevonbingen).

## [1.2.0] - 2024-01-29

### Changed
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/assets/rangedpumps/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"itemGroup.rangedpumps": "랜지드 펌프",
"itemGroup.rangedpumps": "Ranged Pumps",
"block.rangedpumps.pump": "펌프",
"block.rangedpumps.pump.state": "%s의 %d mB - %d / %d FE",
"block.rangedpumps.pump.state_empty": "비어 있음 - %d / %d FE",
"block.rangedpumps.pump.state": "%2$s %1$d mb - %3$d / %4$d FE",
"block.rangedpumps.pump.state_empty": "비어있음 - %d / %d FE",
"block.rangedpumps.pump.state.energy": "에너지가 부족합니다.",
"block.rangedpumps.pump.state.redstone": "레드스톤 신호로 인해 작동하지 않습니다.",
"block.rangedpumps.pump.state.working": "%d, %d, %d(범위: %d / %d)에서 검색 중입니다.",
"block.rangedpumps.pump.state.redstone": "레드스톤 신호로 인해 동작하지 않습니다.",
"block.rangedpumps.pump.state.working": "스캔 중 입니다: %d, %d, %d (범위: %d / 전체: %d).",
"block.rangedpumps.pump.state.full": "내부 탱크가 가득 찼습니다.",
"block.rangedpumps.pump.state.done": "끝났습니다."
"block.rangedpumps.pump.state.done": "완료했습니다."
}
Loading