This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/translations/base-kor.yaml

775 lines
30 KiB
YAML
Raw Normal View History

2020-06-10 14:04:08 +02:00
#
# GAME TRANSLATIONS
#
# Contributing:
#
# If you want to contribute, please make a pull request on this respository
# and I will have a look.
#
# Placeholders:
#
# Do *not* replace placeholders! Placeholders have a special syntax like
# `Hotkey: <key>`. They are encapsulated within angle brackets. The correct
# translation for this one in German for example would be: `Taste: <key>` (notice
# how the placeholder stayed '<key>' and was not replaced!)
#
# Adding a new language:
#
# If you want to add a new language, ask me in the discord and I will setup
# the basic structure so the game also detects it.
#
steamPage:
# This is the short text appearing on the steam page
2020-06-13 12:08:16 +02:00
shortText: shapez.io는 무한한 공간에서 점점 더 복잡한 도형의 생산과 조합을 자동화하는 공장들을 짓는 게임입니다.
2020-06-10 14:04:08 +02:00
# This is the long description for the steam page - It is contained here so you can help to translate it, and I will regulary update the store page.
# NOTICE:
# - Do not translate the first line (This is the gif image at the start of the store)
# - Please keep the markup (Stuff like [b], [list] etc) in the same format
longText: >-
2020-06-12 10:38:16 +02:00
[img]{STEAM_APP_IMAGE}/extras/store_page_gif.gif[/img]
2020-06-13 12:08:16 +02:00
shapez.io는 다양한 도형의 생산과 조합을 자동화하는 공장들을 짓는 게임입니다. 점점 복잡해지는 요구사항을 충족하고 업그레이드를 잠금 해제해서 공장의 성능을 높일 수 있습니다.
점점 증가하는 수요를 충족하기 위해 공장의 규모를 키워야 합니다. [b]무한한 공간[/b]으로 확장하여 도형 재료를 구하는 것도 잊지 마세요.
단순한 도형은 금방 싫증이 나므로, 색을 조합하여 도형을 색칠하세요. 빨강, 초록, 파랑을 조합하여 다양한 색을 만들고 도형을 색칠하여 요구사항을 충족하세요.
이 게임에는 18개의 레벨이 있습니다. (이것만으로도 이미 몇시간이 걸렸을 거예요!) 하지만 저는 항상 새로운 컨텐츠를 추가하고 있습니다. 계획해 놓은 것들도 많구요!
2020-06-12 09:16:23 +02:00
[b]유료 버전의 장점[/b]
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
[list]
2020-06-12 09:16:23 +02:00
[*] 마커
2020-06-13 12:08:16 +02:00
[*] 제한 없는 저장
2020-06-12 09:16:23 +02:00
[*] 다크 모드
2020-06-13 12:08:16 +02:00
[*] 더 다양한 설정
[*] 제가 shapez.io를 개발하는 데 도움이 됨 ❤️
2020-06-12 09:16:23 +02:00
[*] 향후 더 많은 컨텐츠
2020-06-10 14:04:08 +02:00
[/list]
2020-06-13 12:08:16 +02:00
2020-06-12 09:16:23 +02:00
[b] 예정된 컨탠츠 및 커뮤니티 제안[/b]
2020-06-13 12:08:16 +02:00
이 게임은 오픈 소스입니다. 따라서 누구나 기여할 수 있습니다! 또한, 커뮤니티의 제안을 [b]많이[/b] 듣고 있습니다! 가능한 많이 읽고 많이 반영하도록 노력하겠습니다.
2020-06-10 14:04:08 +02:00
[list]
2020-06-12 09:16:23 +02:00
[*] 건물을 도형으로 구매해야 돼는 스토리 모드
[*] 더 많은 레벨과 건물 (유료 버전 한정)
[*] 다양한 월드와 맵 장애물
[*] 당신만의 맵 제작
[*] 더 많은 종류의 도형
2020-06-13 12:08:16 +02:00
[*] 성능 향상 (지금도 게임이 잘 되긴 합니다!)
2020-06-12 09:16:23 +02:00
[*] 색맹자용 모드
2020-06-13 12:08:16 +02:00
[*] 그 외 다수!
2020-06-10 14:04:08 +02:00
[/list]
2020-06-13 12:08:16 +02:00
2020-06-12 09:16:23 +02:00
저의 트렐로 보드를 확인해서 로드맵을 확인해보세요! https://trello.com/b/ISQncpJP/shapezio
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
global:
2020-06-12 09:16:23 +02:00
loading: 로딩중
error: 에러
2020-06-10 14:04:08 +02:00
# How big numbers are rendered, e.g. "10,000"
thousandsDivider: ","
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
suffix:
thousands: k
2020-06-13 12:08:16 +02:00
millions: M
billions: B
trillions: T
2020-06-10 14:04:08 +02:00
# Shown for infinitely big numbers
2020-06-13 12:08:16 +02:00
infinite: 무한
2020-06-10 14:04:08 +02:00
time:
# Used for formatting past time dates
2020-06-13 12:08:16 +02:00
oneSecondAgo: 1초 전
2020-06-12 09:16:23 +02:00
xSecondsAgo: <x>초 전
2020-06-13 12:08:16 +02:00
oneMinuteAgo: 1분 전
xMinutesAgo: <x>분 전
oneHourAgo: 1시간 전
xHoursAgo: <x>시간 전
oneDayAgo: 1일 전
2020-06-12 09:16:23 +02:00
xDaysAgo: <x>일 전
2020-06-10 14:04:08 +02:00
# Short formats for times, e.g. '5h 23m'
2020-06-12 09:16:23 +02:00
secondsShort: <seconds>초
minutesAndSecondsShort: <minutes>분 <seconds>초
hoursAndMinutesShort: <hours>시간 <minutes>분
2020-06-10 14:04:08 +02:00
2020-06-12 09:16:23 +02:00
xMinutes: <x>분
2020-06-10 14:04:08 +02:00
keys:
tab: TAB
control: CTRL
alt: ALT
escape: ESC
shift: SHIFT
space: SPACE
demoBanners:
# This is the "advertisement" shown in the main menu and other various places
2020-06-12 09:16:23 +02:00
title: 무료 버전
2020-06-10 14:04:08 +02:00
intro: >-
2020-06-12 09:16:23 +02:00
유료 버전을 구매해서 모든 컨탠츠를 사용해 보세요!
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
mainMenu:
2020-06-12 09:16:23 +02:00
play: 시작
changelog: 버전 기록
importSavegame: 불러오기
openSourceHint: 이 게임은 오픈 소스입니다!
discordLink: 공식 디스코드 서버
helpTranslate: 번역을 도와주세요!
2020-06-10 14:04:08 +02:00
# This is shown when using firefox and other browsers which are not supported.
browserWarning: >-
2020-06-12 09:16:23 +02:00
이 게임은 당신의 브라우저에서 느리게 작동하는 것으로 알려져 있습니다. 더 좋은 성능을 위해 유료 버전을 구매하거나 크롬을 다운받으세요.
savegameLevel: 레벨 <x>
savegameLevelUnknown: 레벨 모름
2020-06-10 14:04:08 +02:00
contests:
contest_01_03062020:
2020-06-13 12:08:16 +02:00
title: "콘테스트 #01"
desc: Win <strong>$25</strong> for the coolest base!
2020-06-10 14:04:08 +02:00
longDesc: >-
2020-06-12 09:16:23 +02:00
여러분들에게 무언가를 나눠드리고 싶어서 주간 콘테스트를 개최합니다!
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
<br><br>
2020-06-12 09:16:23 +02:00
<strong>이번주 토픽:</strong> 가장 멋있는 공장을 만드세요!
2020-06-10 14:04:08 +02:00
<br><br>
2020-06-12 10:38:16 +02:00
참여하는 법:<br>
2020-06-10 14:04:08 +02:00
<ul class="bucketList">
2020-06-12 09:16:23 +02:00
<li>여러분 공장의 스크린샷을 여기로 보내세요: <strong>contest@shapez.io</strong></li>
<li>소셜 미디어에 공유하면 보너스 포인트!</li>
<li>스크린샷 5개를 골라 <strong>디스코드 </strong> 커뮤니티에서 투표를 진행할 예정입니다.</li>
<li>우승자는 <strong>$25</strong>를 받습니다! (PayPal이나 아마존 기프트 카드 중 원하는 것으로)</li>
<li>기한: 07.06.2020 12:00 AM CEST</li>
2020-06-10 14:04:08 +02:00
</ul>
<br>
2020-06-12 10:38:16 +02:00
당신들의 멋진 공장을 보고 싶습니다!
2020-06-12 12:04:13 +02:00
2020-06-12 09:16:23 +02:00
showInfo: 보기
contestOver: 이 콘테스트는 끝났습니다. 디스코드에서 새로운 콘테스트 관련 알림을 받으세요!
2020-06-16 18:44:59 +02:00
continue: Continue
newGame: New Game
2020-06-10 14:04:08 +02:00
dialogs:
buttons:
2020-06-12 09:16:23 +02:00
ok: 확인
delete: 지우기
cancel: 취소
later: 나중에
restart: 다시 시작
reset: 리셋
getStandalone: 유료 버전 구매하기
deleteGame: 확실합니다
viewUpdate: 업데이트 보기
2020-06-13 12:08:16 +02:00
showUpgrades: 업그레이드 보기
2020-06-12 09:16:23 +02:00
showKeybindings: 조작법 보기
2020-06-10 14:04:08 +02:00
importSavegameError:
2020-06-12 09:16:23 +02:00
title: 불러오기 오류
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 09:16:23 +02:00
저장 파일을 불러오지 못했습니다:
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
importSavegameSuccess:
2020-06-12 09:16:23 +02:00
title: 저장 파일 불러오기 성공
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 10:38:16 +02:00
저장 파일이 성공적으로 불러와졌습니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
gameLoadFailure:
2020-06-13 12:08:16 +02:00
title: 저장 파일 에러
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 09:16:23 +02:00
저장 파일을 불러오지 못했습니다:
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
confirmSavegameDelete:
2020-06-12 09:16:23 +02:00
title: 삭제 확인
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 09:16:23 +02:00
이 게임 파일을 정말로 삭제하겠습니까?
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
savegameDeletionError:
2020-06-12 09:16:23 +02:00
title: 삭제 실패
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 09:16:23 +02:00
저장 파일을 삭제하지 못했습니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
restartRequired:
2020-06-12 09:16:23 +02:00
title: 다시 시작 필요
2020-06-10 14:04:08 +02:00
text: >-
2020-06-12 09:16:23 +02:00
설정을 적용하려면 게임을 다시 시작해야 됩니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
editKeybinding:
2020-06-12 09:16:23 +02:00
title: 키바인딩 바꾸기
desc: 당신이 원하는 키나 마우스 버튼을 눌러서 바꾸거나 ESC를 눌러 취소하세요.
2020-06-10 14:04:08 +02:00
resetKeybindingsConfirmation:
2020-06-12 09:16:23 +02:00
title: 키바인딩 제설정
2020-06-12 10:38:16 +02:00
desc: 이것은 모든 키바인딩을 기본값으로 초기화합니다.
2020-06-10 14:04:08 +02:00
keybindingsResetOk:
2020-06-12 09:16:23 +02:00
title: 키바인딩 제설정 완료
desc: 모든 키바인딩이 기본값으로 재설정 되었습니다!
2020-06-10 14:04:08 +02:00
featureRestriction:
2020-06-12 09:16:23 +02:00
title: 데모 버전
desc: 데모 버전에는 없는 컨탠츠(<feature>)로 시도했습니다. 유료 버전을 구입해서 모든 컨텐츠를 사용해보세요!
2020-06-10 14:04:08 +02:00
oneSavegameLimit:
2020-06-12 09:16:23 +02:00
title: 저장파일 개수 제한
desc: 데모 버전에서는 저장 파일을 한 번에 한 개만 사용할 수 있습니다. 이미 있는 저장 파일을 지우거나 유료 버전을 구입 해주새요.
2020-06-10 14:04:08 +02:00
updateSummary:
2020-06-12 09:16:23 +02:00
title: 신규 버전!
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 09:16:23 +02:00
지난번 플레이 이후 변경사항은 다음과 같습니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
upgradesIntroduction:
2020-06-13 12:08:16 +02:00
title: 업그레이드 하기
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 09:16:23 +02:00
여러분이 만든 모든 도형은 업그레이드에 사용 될 수 있습니다! - <strong> 만들어 놓은 공장을 허물지 마세요!</strong>
2020-06-13 12:08:16 +02:00
업그레이드 버튼은 화면의 오른쪽 위에 있습니다.
2020-06-10 14:04:08 +02:00
massDeleteConfirm:
2020-06-12 09:16:23 +02:00
title: 삭제 확인
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 10:38:16 +02:00
당신은 많은 건물을 삭제하려고 하고있습니다! (정확히는 <count>개) 삭제하시겠습니까?
2020-06-13 12:08:16 +02:00
massCutConfirm:
title: Confirm cut
desc: >-
You are cutting a lot of buildings (<count> to be exact)! Are you sure you want to do this?
2020-06-10 14:04:08 +02:00
blueprintsNotUnlocked:
2020-06-12 10:38:16 +02:00
title: 아직 사용 불가
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 09:16:23 +02:00
복사 기능은 아직 열리지 않았습니다! 레벨을 올려서 잠금을 해제하세요.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
keybindingsIntroduction:
2020-06-12 10:38:16 +02:00
title: 유용한 키바인딩
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 09:16:23 +02:00
큰 공장을 지을 때 유용한 키바인딩이 많습니다!
아래를 확인하세요.<strong>나머지 키바인딩도 확인해보세요!</strong>!<br><br>
2020-06-13 12:08:16 +02:00
<code class='keybinding'>CTRL</code> + Drag: 영역을 선택해서 복사/삭제하세요.<br>
2020-06-12 09:16:23 +02:00
<code class='keybinding'>SHIFT</code>: 한꺼번에 여러 개의 건물을 배치하세요.<br>
<code class='keybinding'>ALT</code>: 설치된 컨베이어 벨트의 방향을 바꾸세요.<br>
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
createMarker:
2020-06-12 09:16:23 +02:00
title: 새로운 마커
2020-06-16 10:33:17 +02:00
desc: Give it a meaningful name, you can also include a <strong>short key</strong> of a shape (Which you can generate <a href="https://viewer.shapez.io" target="_blank">here</a>)
2020-06-10 14:04:08 +02:00
markerDemoLimit:
2020-06-12 09:16:23 +02:00
desc: 데모 버전에서는 마커를 2개 까지만 놓을 수 있습니다. 유료 버전을 구입하면 마커를 무제한으로 놓을 수 있습니다!
2020-06-10 14:04:08 +02:00
2020-06-13 11:49:17 +02:00
exportScreenshotWarning:
title: Export screenshot
desc: >-
You requested to export your base as a screenshot. Please note that this can
be quite slow for a big base and even crash your game!
2020-06-10 14:04:08 +02:00
ingame:
# This is shown in the top left corner and displays useful keybindings in
# every situation
keybindingsOverlay:
2020-06-13 12:08:16 +02:00
moveMap: 움직이기
selectBuildings: 영역 선택
2020-06-12 09:16:23 +02:00
stopPlacement: 건물 놓기 중지
rotateBuilding: 건물 회전
placeMultiple: 여러 개 놓기
reverseOrientation: 방향 뒤집기
disableAutoOrientation: 자동 회전 끄기
toggleHud: UI 끄기/키기
placeBuilding: 건물 놓기
createMarker: 마커 놓기
delete: 삭제
2020-06-12 19:16:56 +02:00
pasteLastBlueprint: Paste last blueprint
2020-06-10 14:04:08 +02:00
# Everything related to placing buildings (I.e. as soon as you selected a building
# from the toolbar)
buildingPlacement:
# Buildings can have different variants which are unlocked at later levels,
# and this is the hint shown when there are multiple variants available.
2020-06-12 09:16:23 +02:00
cycleBuildingVariants: <key>를 눌러 변형된 버전 선택
2020-06-10 14:04:08 +02:00
# Shows the hotkey in the ui, e.g. "Hotkey: Q"
hotkeyLabel: >-
Hotkey: <key>
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
infoTexts:
2020-06-12 09:16:23 +02:00
speed: 속도
range: 최대 거리
2020-06-12 10:38:16 +02:00
storage: 저장공간
oneItemPerSecond: 초당 1개
itemsPerSecond: 초당 <x>개
2020-06-10 14:04:08 +02:00
itemsPerSecondDouble: (x2)
2020-06-12 09:16:23 +02:00
tiles: <x> 타일
2020-06-10 14:04:08 +02:00
# The notification when completing a level
levelCompleteNotification:
# <level> is replaced by the actual level, so this gets 'Level 03' for example.
2020-06-12 09:16:23 +02:00
levelTitle: 레벨 <level>
completed: 완료
unlockText: <reward> 잠금 해제!
buttonNextLevel: 다음 레벨
2020-06-10 14:04:08 +02:00
# Notifications on the lower right
notifications:
2020-06-13 12:08:16 +02:00
newUpgrade: 새로운 업그레이드를 할 수 있습니다!
2020-06-12 09:16:23 +02:00
gameSaved: 게임이 저장되었습니다.
2020-06-10 14:04:08 +02:00
# Mass select information, this is when you hold CTRL and then drag with your mouse
# to select multiple buildings
massSelect:
2020-06-12 19:16:56 +02:00
infoText: Press <keyCut> to cut, <keyCopy> to copy, <keyDelete> to remove and <keyCancel> to cancel.
2020-06-10 14:04:08 +02:00
# The "Upgrades" window
shop:
2020-06-12 10:38:16 +02:00
title: 업그레이드
buttonUnlock: 업그레이드하기
2020-06-10 14:04:08 +02:00
# Gets replaced to e.g. "Tier IX"
2020-06-12 09:16:23 +02:00
tier: 티어 <x>
2020-06-10 14:04:08 +02:00
# The roman number for each tier
tierLabels: [I, II, III, IV, V, VI, VII, VIII, IX, X]
maximumLevel: MAXIMUM LEVEL (Speed x<currentMult>)
# The "Statistics" window
statistics:
2020-06-12 09:16:23 +02:00
title: 통계
2020-06-10 14:04:08 +02:00
dataSources:
stored:
2020-06-12 09:16:23 +02:00
title: 저장된 도형
description: 당신의 중앙 건물에 저장되어 있는 도형들의 수
2020-06-10 14:04:08 +02:00
produced:
2020-06-12 09:16:23 +02:00
title: 제작된 도형
description: 당신의 공장에서 만들어지고 있는 모든 도형의 개수
2020-06-10 14:04:08 +02:00
delivered:
2020-06-12 09:16:23 +02:00
title: 도착한 도형
description: 당신의 중앙 건물에 도착하고 있는 도형의 개수
2020-06-12 10:38:16 +02:00
noShapesProduced: 지금까지 제작된 도형이 없습니다.
2020-06-10 14:04:08 +02:00
# Displays the shapes per minute, e.g. '523 / m'
2020-06-12 10:38:16 +02:00
shapesPerMinute: 분당 <shapes>개
2020-06-10 14:04:08 +02:00
# Settings menu, when you press "ESC"
settingsMenu:
2020-06-12 09:16:23 +02:00
playtime: 플레이 시간
2020-06-10 14:04:08 +02:00
2020-06-12 09:16:23 +02:00
buildingsPlaced: 배치한 건물
beltsPlaced: 배치한 컨베이어 벨트
2020-06-10 14:04:08 +02:00
buttons:
2020-06-12 09:16:23 +02:00
continue: 계속하기
settings: 설정
menu: 메뉴로 돌아가기
2020-06-10 14:04:08 +02:00
# Bottom left tutorial hints
tutorialHints:
2020-06-12 09:16:23 +02:00
title: 도움이 필요하세요?
showHint: 힌트 보기
hideHint: 닫기
2020-06-10 14:04:08 +02:00
# When placing a blueprint
blueprintPlacer:
2020-06-12 09:16:23 +02:00
cost: 가격
2020-06-10 14:04:08 +02:00
# Map markers
waypoints:
2020-06-12 09:16:23 +02:00
waypoints: 마커
hub: 중앙 건물
description: 마커를 좌클릭해서 그곳으로 가고, 우클릭해서 삭제합니다.<br><br><keybinding>을 눌러 지금 있는 곳에 마커를 놓거나 <strong>우클릭해서</strong> 원하는 곳에 놓으세요.
2020-06-10 14:04:08 +02:00
creationSuccessNotification: Marker has been created.
# Interactive tutorial
interactiveTutorial:
2020-06-12 09:16:23 +02:00
title: 튜토리얼
2020-06-10 14:04:08 +02:00
hints:
2020-06-12 09:16:23 +02:00
1_1_extractor: <strong>추출기</strong>를 <strong>원 모양의 도형</strong>에 놓아서 추출하세요!
2020-06-10 14:04:08 +02:00
1_2_conveyor: >-
2020-06-12 10:38:16 +02:00
추출기를 <strong>컨베이어 벨트</strong>로 당신의 중앙 건물에 연결하세요!<br><br>팁: 마우스로 벨트를 <strong>클릭해서 드래그</strong>하세요!
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
1_3_expand: >-
2020-06-13 12:08:16 +02:00
이것은 방치형 게임이 <strong>아닙니다!</strong> 추출기를 더 놓아 목표를 빨리 달성하세요.<br><br>팁: <strong>SHIFT</strong>를 눌러 여러 개의 추출기를 놓고 <strong>R</strong>로 회전 시키세요.
2020-06-10 14:04:08 +02:00
# All shop upgrades
shopUpgrades:
belt:
2020-06-12 09:16:23 +02:00
name: 컨베이어 벨트, 배분기, 터널
description: 속도 x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
miner:
2020-06-13 12:08:16 +02:00
name: 추출기
2020-06-12 09:16:23 +02:00
description: 속도 x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
processors:
2020-06-13 12:08:16 +02:00
name: 절단기, 회전기, 결합기
description: 속도 x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
painting:
2020-06-13 12:08:16 +02:00
name: 색 혼합기, 도형 색칠기
description: 속도 x<currentMult> → x<newMult>
2020-06-10 14:04:08 +02:00
# Buildings and their name / description
buildings:
2020-06-13 12:08:16 +02:00
hub:
deliver: 목표
toUnlock: 보상
levelShortcut: 레벨
2020-06-10 14:04:08 +02:00
belt:
default:
2020-06-12 10:38:16 +02:00
name: &belt 컨베이어 벨트
2020-06-12 09:16:23 +02:00
description: 도형을 운반. 클릭 및 드래그해서 여러 개 배치.
2020-06-10 14:04:08 +02:00
miner: # Internal name for the Extractor
default:
2020-06-12 10:38:16 +02:00
name: &miner 추출기
2020-06-12 09:16:23 +02:00
description: 도형 또는 색소 위에 놓아서 추출하기
2020-06-10 14:04:08 +02:00
chainable:
2020-06-12 09:16:23 +02:00
name: 체인 추출기
description: 도형 또는 색소 위에 놓아서 추출하기. 여러 개를 연결할 수 있음.
2020-06-10 14:04:08 +02:00
underground_belt: # Internal name for the Tunnel
default:
2020-06-12 10:38:16 +02:00
name: &underground_belt 터널
2020-06-12 09:16:23 +02:00
description: 도형을 건물과 벨트 밑으로 통과시킴.
2020-06-10 14:04:08 +02:00
tier2:
2020-06-12 09:16:23 +02:00
name: 터널 티어 II
description: 도형을 건물과 벨트 밑으로 통과시킴.
2020-06-10 14:04:08 +02:00
splitter: # Internal name for the Balancer
default:
2020-06-12 10:38:16 +02:00
name: &splitter 배분기
2020-06-12 09:16:23 +02:00
description: 입력되는 도형을 출력에 평등하게 배분.
2020-06-10 14:04:08 +02:00
compact:
2020-06-12 10:38:16 +02:00
name: 컴팩트 연결기
2020-06-12 09:16:23 +02:00
description: 컨베이어 벨트 2개를 1개로 연결한다.
2020-06-10 14:04:08 +02:00
compact-inverse:
2020-06-12 10:38:16 +02:00
name: 컴팩트 연결기
2020-06-12 09:16:23 +02:00
description: 컨베이어 벨트 2개를 1개로 연결한다.
2020-06-10 14:04:08 +02:00
cutter:
default:
2020-06-12 10:38:16 +02:00
name: &cutter 절단기
2020-06-12 09:16:23 +02:00
description: 도형을 위에서 아래로 2개로 나눈다. <strong>만약, 출력한 2개중 1개만 사용하면 기계가 멈추니 사용하지 않는 나머지 한 개는 버릴 것</strong>
2020-06-10 14:04:08 +02:00
quad:
2020-06-12 09:16:23 +02:00
name: 절단기 (4단)
description: 도형을 4개로 나눈다. <strong>만약, 한 개만 사용하면 기계가 멈추니 나머지는 버릴 것</strong>
2020-06-10 14:04:08 +02:00
rotater:
default:
2020-06-12 10:38:16 +02:00
name: &rotater 회전기
2020-06-12 09:16:23 +02:00
description: 도형을 시계방향으로 90도 회전시킨다.
2020-06-10 14:04:08 +02:00
ccw:
2020-06-12 09:16:23 +02:00
name: 회전기 (반시계방향)
description: 도형을 반시계방향으로 90도 회전시킨다.
2020-06-10 14:04:08 +02:00
stacker:
default:
2020-06-12 10:38:16 +02:00
name: &stacker 스택커
description: 도형 2개를 쌓는다. 합칠 수가 없다면 오른쪽 도형이 왼쪽 도형 위에 놓아진다.
2020-06-10 14:04:08 +02:00
mixer:
default:
2020-06-12 10:38:16 +02:00
name: &mixer 색 혼합기
2020-06-12 09:16:23 +02:00
description: 두가지 색을 섞어서 다른 색을 만든다.
2020-06-10 14:04:08 +02:00
painter:
default:
2020-06-12 10:38:16 +02:00
name: &painter 도형 색칠기
2020-06-16 12:31:16 +02:00
description: &painter_desc 도형을 색소로 색칠한다.
2020-06-10 14:04:08 +02:00
double:
2020-06-12 09:16:23 +02:00
name: 2단 도형 색칠기
description: 왼쪽에 입력되는 도형을 위에서 입력되는 색소로 색칠한다.
2020-06-10 14:04:08 +02:00
quad:
2020-06-12 09:16:23 +02:00
name: 4단 도형 색칠기
description: 도형의 4가지 분단을 각각 다른 색으로 색칠할 수 있다.
2020-06-16 12:31:16 +02:00
mirrored:
name: *painter
description: *painter_desc
2020-06-10 14:04:08 +02:00
trash:
default:
2020-06-12 10:38:16 +02:00
name: &trash 휴지통
2020-06-12 09:16:23 +02:00
description: 양쪽에서 오는 모든 입력물을 버린다.
2020-06-10 14:04:08 +02:00
storage:
2020-06-12 09:16:23 +02:00
name: 저장소
description: 할당된 용량만큼 초과되는 도형을 저장한다.
2020-06-10 14:04:08 +02:00
storyRewards:
# Those are the rewards gained from completing the store
reward_cutter_and_trash:
2020-06-13 12:08:16 +02:00
title: 절단기
desc: <strong>절단기</strong>가 잠금 해제되었습니다! 절단기는 도형을 <strong>세로로</strong> 잘라 반으로 나눕니다.<br><br>사용하지 않는 도형은 휴지통에 버려주세요. 그렇지 않으면 절단기가 <strong>멈출 것입니다.</strong>
2020-06-10 14:04:08 +02:00
reward_rotater:
2020-06-13 12:08:16 +02:00
title: 회전기
desc: <strong>회전기</strong>가 잠금 해제되었습니다! 이것은 도형을 시계방향으로 90도 회전 시킵니다.
2020-06-10 14:04:08 +02:00
reward_painter:
2020-06-13 12:08:16 +02:00
title: 색칠기
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-13 12:08:16 +02:00
<strong>색칠기</strong>가 잠금 해제 되었습니다! 색소 광물을 추출해서 이 기계로 도형을 색칠하세요. <br><br>PS: 당신이 색맹이라면, 해결책을 찾고 있으니 잠시만 기다려주세요!
2020-06-10 14:04:08 +02:00
reward_mixer:
2020-06-13 12:08:16 +02:00
title: 혼합기
desc: <strong>혼합기</strong>가 잠금 해제 되었습니다! 이 건물로 두 색소를 <strong>혼합</strong>하세요!
2020-06-10 14:04:08 +02:00
reward_stacker:
2020-06-13 12:08:16 +02:00
title: 결합기
desc: <strong>결합기</strong>가 잠금 해제 되었습니다! 두 도형이 서로 옆에 놓을 수 있는 경우, 두 도형이 <strong>결합</strong>됩니다. 그렇지 않은 경우, 오른쪽 도형이 왼쪽 도형 <strong>위에 쌓이게</strong>됩니다.
2020-06-10 14:04:08 +02:00
reward_splitter:
2020-06-12 09:16:23 +02:00
title: 배분기
2020-06-13 12:08:16 +02:00
desc: 다양한 용도로 쓰이는 <strong>배분기</strong>가 잠금 해제되었습니다! 배분기로 도형들을 여러 개의 벨트에 <strong>합하거나 나누어서</strong> 큰 공장을 지을 수 있습니다.<br><br>
2020-06-10 14:04:08 +02:00
reward_tunnel:
2020-06-12 09:16:23 +02:00
title: 터널
desc: <strong>터널</strong>이 잠금 해제되었습니다! 자원을 건물과 벨트 밑으로 운송 할 수 있습니다.
2020-06-10 14:04:08 +02:00
reward_rotater_ccw:
2020-06-13 12:08:16 +02:00
title: 회전기 (반시게방향)
2020-06-12 09:16:23 +02:00
desc: <strong>반시게방향 회전기</strong>가 잠금 해제되었습니다! 이것을 배치하려면 회전기를 선택하고 <strong>T</strong>를 눌러서 변형된 버전을 사용하세요!
2020-06-10 14:04:08 +02:00
reward_miner_chainable:
2020-06-12 09:16:23 +02:00
title: 체인 추출기
2020-06-13 12:08:16 +02:00
desc: <strong>체인 추출기</strong>가 잠금 해제되었습니다! 체인 추출기는 <strong>자원을 다른 추출기로 전달하여</strong> 효율적으로 추출할 수 있게 합니다.
2020-06-10 14:04:08 +02:00
reward_underground_belt_tier_2:
2020-06-12 10:38:16 +02:00
title: 터널 티어 II
2020-06-13 12:08:16 +02:00
desc: 새로운 종류의 <strong>터널</strong>이 잠금 해제되었습니다! 새 터널은 <strong>보다 넓은 범위</strong>를 가졌으며, 터널들은 같은 종류끼리만 연결됩니다.
2020-06-10 14:04:08 +02:00
reward_splitter_compact:
2020-06-12 09:16:23 +02:00
title: 컴팩트 연결기
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 10:38:16 +02:00
<strong>컴팩트 연결기</strong>가 잠금 해제되었습니다! 벨트 2개를 1개로 만듭니다.
2020-06-10 14:04:08 +02:00
reward_cutter_quad:
2020-06-12 09:16:23 +02:00
title: 절단기 (4단)
2020-06-13 12:08:16 +02:00
desc: 새로운 종류의 <strong>절단기</strong>가 잠금 해제되었습니다! 새 절단기는 도형을 2조각이 아니라 <strong>4조각</strong>으로 자릅니다.
2020-06-10 14:04:08 +02:00
reward_painter_double:
2020-06-13 12:08:16 +02:00
title: 색칠기 (2단)
desc: 새로운 종류의 <strong>색칠기</strong>가 잠금 해제되었습니다! 새 색칠기는 <strong>색소 하나로 2개의 도형</strong>을 색칠할 수 있습니다.
2020-06-10 14:04:08 +02:00
reward_painter_quad:
2020-06-13 12:08:16 +02:00
title: 색칠기 (4단)
2020-06-12 09:16:23 +02:00
desc: <strong>4단 도형 색칠기</strong>가 잠금 해제되었습니다! 도형의 4분단을 각각 다른 색으로 색칠할 수 있습니다!
2020-06-10 14:04:08 +02:00
reward_storage:
2020-06-12 09:16:23 +02:00
title: 저장소
2020-06-12 10:38:16 +02:00
desc: <strong>저장소</strong>가 잠금 해제되었습니다! 주어진 용량만큼 자원을 저장할 수 있습니다!
2020-06-10 14:04:08 +02:00
reward_freeplay:
2020-06-12 09:16:23 +02:00
title: 프리플레이 모드
2020-06-13 12:08:16 +02:00
desc: 해내셨군요! <strong>프리플레이 모드</strong>가 잠금 해제되었습니다! 이제 도형이 랜덤으로 생성됩니다! (걱정 마세요, 유료버전에는 더 많은 컨텐츠가 계획되어 있습니다!)
2020-06-10 14:04:08 +02:00
reward_blueprints:
2020-06-12 09:16:23 +02:00
title: 블루프린트
2020-06-13 12:08:16 +02:00
desc: 이제부터는 공장의 일부 영역을 <strong>복사하여 붙여넣기</strong> 할 수 있습니다! CTRL을 누르면서 드래그해서 먼저 영역을 선택하세요. <br><br> 그 다음에는 C, DEL, ESC 로 복사하거나, 지우거나, 취소 하세요.<br><br> 복사는 무료가 이닙니다. 특별한 "화폐" 도형으로 돈을 지불하고 복사가 됩니다.
2020-06-10 14:04:08 +02:00
# Special reward, which is shown when there is no reward actually
no_reward:
2020-06-12 09:16:23 +02:00
title: 다음 레벨
2020-06-12 12:04:13 +02:00
desc: >-
2020-06-13 18:57:42 +02:00
This level gave you no reward, but the next one will! <br><br> PS: Better don't destroy your existing factory - You need <strong>all</strong> those shapes later again to <strong>unlock upgrades</strong>!
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
no_reward_freeplay:
2020-06-12 09:16:23 +02:00
title: 다음 레벨
2020-06-10 14:04:08 +02:00
desc: >-
2020-06-12 09:16:23 +02:00
축하드립니다! 유료 버전을 위한 더 많은 컨텐츠를 만들고 있습니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
settings:
2020-06-12 09:16:23 +02:00
title: 설정
2020-06-10 14:04:08 +02:00
categories:
2020-06-12 09:16:23 +02:00
game: 게임
app:
2020-06-10 14:04:08 +02:00
versionBadges:
2020-06-12 09:16:23 +02:00
dev: 발전 중
staging: 단계적으로 발전 중
prod: 제작 중
buildDate: 날짜<at-date>
2020-06-10 14:04:08 +02:00
labels:
uiScale:
2020-06-12 09:16:23 +02:00
title: UI 크기
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
UI의 크기를 변경시키기:
2020-06-10 14:04:08 +02:00
scales:
2020-06-12 09:16:23 +02:00
super_small: 매우 작게
small: 작게
regular: 보통
large: 크게
huge: 거대하게
2020-06-10 14:04:08 +02:00
scrollWheelSensitivity:
2020-06-12 09:16:23 +02:00
title: 확대 민감도
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
마우스 휠이나 트렉패드로 확대하는 데의 민감도
2020-06-10 14:04:08 +02:00
sensitivity:
2020-06-12 09:16:23 +02:00
super_slow: 매우 느리게
slow: 느리게
regular: 보통
fast: 빠르게
super_fast: 매우 빠르게
2020-06-10 14:04:08 +02:00
2020-06-13 12:08:16 +02:00
movementSpeed:
title: Movement speed
description: >-
Changes how fast the view moves when using the keyboard.
speeds:
super_slow: Super slow
slow: Slow
regular: Regular
fast: Fast
super_fast: Super Fast
extremely_fast: Extremely Fast
2020-06-10 14:04:08 +02:00
language:
2020-06-12 09:16:23 +02:00
title: 언어
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
언어 바꾸기 - 모든 언어팩은 사용자들이 만든 것이므로 완성되지 않았을 수 있습니다..
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
fullscreen:
title: Fullscreen
description: >-
2020-06-12 09:16:23 +02:00
이 게임은 풀 스크린으로 하는 것이 가장 좋습니다. 풀 스크린 모드는 유료 버전에서만 가능합니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
soundsMuted:
2020-06-12 09:16:23 +02:00
title: 소리 끄기
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
모든 효과음을 끕니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
musicMuted:
2020-06-12 09:16:23 +02:00
title: 음악 끄기
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
모든 배경 음악을 끕니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
theme:
2020-06-12 09:16:23 +02:00
title: 게임 테마
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 09:16:23 +02:00
게임 테마를 고르세요. (밝음/어두움).
2020-06-12 12:04:13 +02:00
themes:
dark: Dark
light: Light
2020-06-12 12:01:25 +02:00
2020-06-10 14:04:08 +02:00
refreshRate:
2020-06-12 09:16:23 +02:00
title: 모니터 리프레쉬 속도
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 10:38:16 +02:00
당신의 모니터의 리프세쉬 속도가 144hz 보다 높으면 이 설정을 바꾸어서 게임이 더 빨리 리프레시 되게 하세요. 만약에 컴퓨터가 느리다면 FPS에 영양을 미칠 수 있습니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
alwaysMultiplace:
2020-06-12 09:16:23 +02:00
title: 항상 여러 개 배치
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 10:38:16 +02:00
배치 이후에도 모든 빌딩이 선택되어 있습니다. SHIFT를 계속 누르고 있는 것과 같은 효과입니다.
2020-06-13 12:08:16 +02:00
2020-06-10 14:04:08 +02:00
offerHints:
2020-06-12 09:16:23 +02:00
title: 힌트와 튜토리얼
2020-06-10 14:04:08 +02:00
description: >-
2020-06-12 10:38:16 +02:00
이것을 끄면 힌트와 튜토리얼이 나오지 않습니다. 또한 게임에 쉽게 들어가기 위해서 주어진 레벨에서 특정 UI 요소를 숨길 수도 있습니다.
2020-06-12 19:16:56 +02:00
2020-06-10 14:04:08 +02:00
keybindings:
2020-06-12 09:16:23 +02:00
title: 키바인딩
2020-06-10 14:04:08 +02:00
hint: >-
2020-06-12 09:16:23 +02:00
: CTRL, SHIFT, ALT를 활용하세요. 건물을 배치할 때 유용합니다.
2020-06-13 12:08:16 +02:00
2020-06-12 09:16:23 +02:00
resetKeybindings: 키바인딩 리셋
2020-06-10 14:04:08 +02:00
categoryLabels:
2020-06-12 09:16:23 +02:00
general:
ingame: 게임
navigation: 둘러보기
placement: 놓기
massSelect: 여러 개 선택
buildings: 건물 쇼트컷
placementModifiers: 배치 수정기
2020-06-10 14:04:08 +02:00
mappings:
2020-06-12 09:16:23 +02:00
confirm: 확인
back: 취소
mapMoveUp: 위로 가기
mapMoveRight: 오른쪽으로 가기
mapMoveDown: 밑으로 가기
mapMoveLeft: 왼쪽으로 가기
centerMap: 맵 중앙으로 가기
mapZoomIn: 확대
mapZoomOut: 축소
createMarker: 마커 놓기
2020-06-13 12:08:16 +02:00
menuOpenShop: 업그레이드
2020-06-12 09:16:23 +02:00
menuOpenStats: 통계
toggleHud: UI보기/숨기기
toggleFPSInfo: FPS 와 디버그 보기/숨기기
2020-06-12 10:38:16 +02:00
belt: *belt
splitter: *splitter
underground_belt: *underground_belt
miner: *miner
cutter: *cutter
rotater: *rotater
stacker: *stacker
mixer: *mixer
painter: *painter
trash: *trash
2020-06-12 09:16:23 +02:00
abortBuildingPlacement: 건물 배치 취소
rotateWhilePlacing: 회전
2020-06-10 14:04:08 +02:00
rotateInverseModifier: >-
2020-06-12 09:16:23 +02:00
Modifier: 대신 반시계방향으로 회전
cycleBuildingVariants: 변형종 사용
confirmMassDelete: 대량 삭제 확인
2020-06-13 12:08:16 +02:00
pasteLastBlueprint: Paste last blueprint
2020-06-12 09:16:23 +02:00
cycleBuildings: 건물 사이클
2020-06-10 14:04:08 +02:00
2020-06-12 09:16:23 +02:00
massSelectStart: 누르고 드래그해서 시작
massSelectSelectMultiple: 여러 곳 선택
2020-06-13 12:08:16 +02:00
massSelectCopy: 영역 복사
massSelectCut: Cut area
2020-06-10 14:04:08 +02:00
2020-06-12 09:16:23 +02:00
placementDisableAutoOrientation: 자동 회전 끄기
placeMultiple: 배치 모드에 있기
placeInverse: 자동 벨트 회전 뒤집기
2020-06-13 11:49:17 +02:00
exportScreenshot: Export whole Base as Image
2020-06-16 10:33:17 +02:00
mapMoveFaster: Move Faster
2020-06-10 14:04:08 +02:00
about:
2020-06-12 09:16:23 +02:00
title: 이 게임의 정보
2020-06-13 11:49:17 +02:00
body: >-
This game is open source and developed by <a href="https://github.com/tobspr"
target="_blank">Tobias Springer</a> (this is me).<br><br>
If you want to contribute, check out <a href="<githublink>"
target="_blank">shapez.io on github</a>.<br><br>
This game wouldn't have been possible without the great discord community
around my games - You should really join the <a href="<discordlink>"
target="_blank">discord server</a>!<br><br>
The soundtrack was made by <a href="https://soundcloud.com/pettersumelius"
target="_blank">Peppsen</a> - He's awesome.<br><br>
Finally, huge thanks to my best friend <a
href="https://github.com/niklas-dahl" target="_blank">Niklas</a> - Without our
factorio sessions this game would never have existed.
2020-06-10 14:04:08 +02:00
changelog:
2020-06-12 09:16:23 +02:00
title: 업데이트 기록
2020-06-10 14:04:08 +02:00
demo:
features:
2020-06-12 09:16:23 +02:00
restoringGames: 게임 자장 파일 리스토어 하기
importingGames: 게임 저장 파일 불러오기
oneGameLimit: 게임 저장 파일 최대 1개
customizeKeybindings: 키바인딩 설정하기
2020-06-13 11:49:17 +02:00
exportingBase: Exporting whole Base as Image
2020-06-10 14:04:08 +02:00
2020-06-12 09:16:23 +02:00
settingNotAvailable: 데모 버전에서 사용 불가