mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Update ko.coffee
This commit is contained in:
parent
e266f403ff
commit
8476aa33f9
1 changed files with 14 additions and 14 deletions
|
@ -7,7 +7,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
cancel: "취소"
|
||||
save: "저장"
|
||||
# publish: "Publish"
|
||||
# create: "Create"
|
||||
create: "생성"
|
||||
delay_1_sec: "1초"
|
||||
delay_3_sec: "3초"
|
||||
delay_5_sec: "5초"
|
||||
|
@ -431,7 +431,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
# tip_forums: "Head over to the forums and tell us what you think!"
|
||||
# tip_baby_coders: "In the future, even babies will be Archmages."
|
||||
# tip_morale_improves: "Loading will continue until morale improves."
|
||||
# tip_all_species: "We believe in equal opportunities to learn programming for all species."
|
||||
tip_all_species: "우리는 모든 생물이 동등하게 프로그래밍을 배울 기회가 있어야 한다고 생각합니다."
|
||||
# tip_reticulating: "Reticulating spines."
|
||||
# tip_harry: "Yer a Wizard, "
|
||||
# tip_great_responsibility: "With great coding skill comes great debug responsibility."
|
||||
|
@ -448,15 +448,15 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
# time_current: "Now:"
|
||||
# time_total: "Max:"
|
||||
# time_goto: "Go to:"
|
||||
# infinite_loop_try_again: "Try Again"
|
||||
# infinite_loop_reset_level: "Reset Level"
|
||||
infinite_loop_try_again: "다시 시도해보세요."
|
||||
infinite_loop_reset_level: "레벨 리셋"
|
||||
# infinite_loop_comment_out: "Comment Out My Code"
|
||||
|
||||
# keyboard_shortcuts:
|
||||
# keyboard_shortcuts: "Keyboard Shortcuts"
|
||||
# space: "Space"
|
||||
# enter: "Enter"
|
||||
# escape: "Escape"
|
||||
space: "스페이스"
|
||||
enter: "엔터"
|
||||
escape: "Esc"
|
||||
# cast_spell: "Cast current spell."
|
||||
# continue_script: "Continue past current script."
|
||||
# skip_scripts: "Skip past all skippable scripts."
|
||||
|
@ -655,7 +655,7 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
art_music: "뮤직"
|
||||
art_sound: "사운드"
|
||||
art_artwork: "원화"
|
||||
# art_sprites: "Sprites"
|
||||
art_sprites: "스프라이트"
|
||||
# art_other: "Any and all other non-code creative works that are made available when creating Levels."
|
||||
# art_access: "Currently there is no universal, easy system for fetching these assets. In general, fetch them from the URLs as used by the site, contact us for assistance, or help us in extending the site to make these assets more easily accessible."
|
||||
# art_paragraph_1: "For attribution, please name and link to codecombat.com near where the source is used or where appropriate for the medium. For example:"
|
||||
|
@ -774,12 +774,12 @@ module.exports = nativeDescription: "한국어", englishDescription: "Korean", t
|
|||
ambassador_title_description: "(지원)"
|
||||
|
||||
# ladder:
|
||||
# please_login: "Please log in first before playing a ladder game."
|
||||
# my_matches: "My Matches"
|
||||
# simulate: "Simulate"
|
||||
# simulation_explanation: "By simulating games you can get your game ranked faster!"
|
||||
# simulate_games: "Simulate Games!"
|
||||
# simulate_all: "RESET AND SIMULATE GAMES"
|
||||
please_login: "토너먼트 게임을 시작하기 앞서 로그인해주세요."
|
||||
my_matches: "나의 경기들"
|
||||
simulate: "시뮬레이션"
|
||||
simulation_explanation: "시뮬레이션을 통해 더 빨리 랭킹 평가를 받을 수 있습니다."
|
||||
simulate_games: "시뮬레이션 실행!"
|
||||
simulate_all: "리셋하고 시뮬레이션 하기"
|
||||
# games_simulated_by: "Games simulated by you:"
|
||||
# games_simulated_for: "Games simulated for you:"
|
||||
# games_simulated: "Games simulated"
|
||||
|
|
Loading…
Reference in a new issue