# A note on ellipsis: they indicate when an action won't immediately happen, but needs more information from the user. # For example, "Open File..." won't open a file, it'll ask the user to choose a file and *then* open the file. # Whereas "Close" or "About" wouldn't need any information, they'd immediately happen as soon as you click it. # In general, if clicking the thing immediately does that thing, no ellipsis. If it asks for more information, ellipsis. # This is the case for English, but other languages may have other rules or ways of showing this. # Some items may be also be duplicated here, like "About Ruffle" in the menu and "About Ruffle" elsewhere as the header of the about menu. # This is because some languages may use different wording for one or the other, especially with things like capitalisation. file-menu = 파일 file-menu-open-quick = 열기... file-menu-open-advanced = 고급 열기... file-menu-close = 닫기 file-menu-reload = 다시 로드 file-menu-exit = 종료 controls-menu = 컨트롤 controls-menu-suspend = 일시 정지 controls-menu-resume = 재개 controls-menu-volume = 음량 조절 help-menu = 도움말 help-menu-join-discord = 디스코드 참여 help-menu-report-a-bug = 버그 제보... help-menu-sponsor-development = 개발자 후원하기... help-menu-translate-ruffle = Ruffle 번역... help-menu-about = Ruffle 정보 debug-menu = 디버그 도구 debug-menu-open-stage = 스테이지 정보 보기 debug-menu-open-movie = 무비 보기 debug-menu-open-movie-list = 알려진 무비 표시 debug-menu-open-domain-list = 도메인 보기 debug-menu-search-display-objects = 표시된 객체 검색