Advertisement
studiochristmas

Magic Borderless v0.99 Public Draft 2

Jun 9th, 2019
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.11 KB | None | 0 0
  1. # ------------------------------------------------------------------------------------------------------
  2. # Magic Borderless - Studio Christmas Localization
  3. # ------------------------------------------------------------------------------------------------------
  4. # WORKSHOP GUIDELINE
  5. # 1. All [Workshop Guideline] must be followed or it may not work.
  6. # 2. Correctly followed translations can be approved as an endorsed translation.
  7. # 3. Please keep the original formats.
  8. # e.g. "_Preference". If your language does not have the letter, use (_P) at the end, putting a space in between.
  9. # e.g. "Browse Workshop...". This indicates it will open a new window.
  10. # e.g. "-^nl-". New lines (linebreaks).
  11. # 4. Do not alter or remove any of the "Magic Borderless", "Magic" or Studio Christms related branding.
  12. # 5. Do not modify this file. Make a copy of it to start working on your custom translation.
  13. # 6. Localization script uses YAML 1.1 specification. Please make sure nodes (elements) are tabbed with spaces and not tabs.
  14. # 7. Some of the texts have been depreciated or only added for testing. The features and and texts may or may not be used.
  15. # 8. Happy scripting!
  16.  
  17. # ------------------------------------------------------------------------------------------------------
  18. # ! Notes for our beloved translation contributors
  19. # !
  20. # ! We've created a thread so when we have a new translation file ready for you to work with (BEFORE THE UPDATE), we can share with you.
  21. # ! We believe this will help you get the translation file ready so when the update hits your mod stays up-to-date!
  22. # ! LINK: https://steamcommunity.com/workshop/discussions/18446744073709551615/1843566500533256718/?appid=1022230
  23. # ! We highly recommend you subscribe to this discussion as it will notify you on Steam when there is an update.
  24. # ------------------------------------------------------------------------------------------------------
  25.  
  26. # [Workshop Guideline] Configuration is required.
  27. config:
  28. # [Workshop Guideline]
  29. # Use this format. One language per file only (for mods).
  30. #
  31. # MainWindowTitle:
  32. # localeCode1: Main Window Title
  33. # localeCode2: M41n W1nd0w Tit13
  34. # xx: Universal Code that works for all languages in this file. Can be overridden by its own localeCode
  35. #
  36. # Locale code.
  37. # [Workshop Guideline] Reference: https://www.science.co.il/language/Locale-codes.php
  38. # For your country's language, use the LCID string.
  39. # For custom languages, use the LCID string followed by an underscore (_) and any two alphabet letters. e.g. "en_pr" = custom pirate language in English.
  40. en:
  41.  
  42. # [Workshop Guideline] Language name in your own language
  43. localizedName: English
  44.  
  45. # [Workshop Guideline] Language name in Engilsh. If it's already english, you can leave it blank "".
  46. localeName: ""
  47.  
  48. # [Workshop Guideline] If this is not a real language, but a style, write this in your own language.
  49. localizedStyleName: ""
  50.  
  51. # [Workshop Guideline] if this is not a real language, but a style, write this in English. If it's already english, you can leave it blank "".
  52. styleName: ""
  53.  
  54. # [Workshop Guidleline]
  55. # Your language will be displayed as "styleName localeName". e.g. "Pirate English"
  56.  
  57. # [Workshop Guideline] Author. If there are more than one, please create and use a group name. Do not impersonate anyone or use "$official".
  58. authors: $official
  59.  
  60. # [Workshop Guideline] "Real" for real languages (English, Spanish, etc.), and "Style" for the rest (Pirate, Minimalist UI, etc.)
  61. languageType: Real
  62.  
  63. # Leave this empty
  64. owners: 0
  65.  
  66. # Minimal AppVersion this translation is compatible for. Just copy this.
  67. target: 0.96
  68.  
  69. # If this value does not match your translation version, it is out of date and the author needs to update it.
  70. # Use this value as a reference to check if there is any new/modified value. If this version remains unchanged, then your custom translation is up-to-date.
  71. # Do not change this until the script is up-to-date with the target localization version.
  72. version: 0.99pd2
  73.  
  74. # [Workshop Guideline] Your own version if you need it. It can be any text as long as it is a good indication of tracking changes.
  75. # We encourage you to update this when you make any changes to this script and upload it to Workshop.
  76. revision: ""
  77.  
  78. # [Workshop Guideline] Skip this. "fallbackLocale" is for testing purposes only. The feature is not included in the production version.
  79. # Fallback. If your translation becomes outdated and it is missing new texts, it will try to fallback to set language.
  80. # Using "debug" will help you find what text is missing, but it can be really confusing for users.
  81. # Fallback language has to be either one of the official localizations ("en", "ko"). Do not use "debug" for the publishing version.
  82. # fallbackLocale: debug
  83.  
  84. en_min:
  85. localizedName: English
  86. localeName: ""
  87. styleName: ""
  88. localizedStyleName: "Minimalist UI"
  89. languageType: Style
  90. authors: $official
  91. owners: 0
  92. target: 0.96
  93. version: 0.99pd2
  94. revision: ""
  95. # fallbackLocale: en
  96.  
  97. ko:
  98. localeCode: ko
  99. localizedName: 한국어
  100. localeName: Korean
  101. styleName: ""
  102. localizedStyleName: ""
  103. languageType: Real
  104. authors: $official
  105. owners: 0
  106. target: 0.96
  107. version: 0.99pd2
  108. revision: ""
  109. # fallbackLocale: en
  110.  
  111. # OFFICIALLY SUPPORTED LANGUAGES: English, Korean. Other languages are currently omitted.
  112. # [Workshop Guildeline] Translate all of the applicable strings, and follow the original formats e.g. "_V, ...".
  113. texts:
  114. ko:
  115. en: Korean
  116. ko: 한국어
  117. ja: 韓国語
  118. es: Coreano
  119.  
  120. en:
  121. en: English
  122. ko: 영어
  123. ja: 英語
  124. es: Inglés
  125.  
  126. ja:
  127. en: Japanese
  128. ko: 일본어
  129. ja: 日本語
  130. es: Japonés
  131.  
  132. es:
  133. en: Japanese
  134. ko: 일본어
  135. ja: スペイン語 - ラテンアメリカ
  136. es: Español - Latinoamérica
  137.  
  138. Workshop_Language:
  139. xx: Language
  140. ko: 언어
  141.  
  142. Workshop_LanguageDesc:
  143. xx: Adds {0} language support to {1}.
  144. ko: "{1}에 {0} 언어 지원을 추가합니다."
  145.  
  146. Workshop_InitialRelease:
  147. xx: Initial Release
  148. ko: 초기 버전
  149.  
  150. # [Workshop Guideline] Do not translate. Leave in English.
  151. AppName:
  152. xx: Magic Borderless
  153. ko: 매직 보더리스
  154.  
  155. AppVersion:
  156. xx: " v"
  157.  
  158. # Leave this empty. Do not translate or modify.
  159. Empty:
  160. xx: ""
  161.  
  162. MainWindowTitle:
  163. en: Magic Borderless Main Lab
  164. en_min: Magic Borderless
  165. ko: 매직 보더리스 본관 실험실
  166.  
  167. MagicActive:
  168. xx: (Magic Active)
  169. ko: (마법 작동증)
  170.  
  171. MagicPause:
  172. xx: (Magic Paused)
  173. ko: (마법 잠시 중단)
  174.  
  175. Tooltip_MinimizeWindow:
  176. xx: Minimize the window
  177. ko: 창 최소화
  178.  
  179. Tooltip_Close:
  180. xx: Minimize the application to Tray
  181. ko: 트레이로 보내기
  182.  
  183. Menu_EditDefault:
  184. en: Edit default settings for new apps...
  185. en_min: Edit default settings...
  186. ko: 새 앱 기본값 설정...
  187.  
  188. Menu_EditKeys:
  189. xx: Edit Hotkeys...
  190. ko: 단축키 설정...
  191.  
  192. Menu_PauseAutoapply:
  193. en: Pause applying all Magic temporarily
  194. en_min: Pause all Magic
  195. ko: 모든 마법 적용 잠시 중단
  196.  
  197. Menu_EnableAutoDetect:
  198. en: Enable Fullscreen Apps Detection & Alert
  199. en_min: Enable Fullscreen Detection
  200. ko: 전체화면 앱 자동 탐지 및 알림 사용
  201.  
  202. Menu_EnableAutoWindowedGameDetect:
  203. en: Enable Windowed Game Detection & Alert
  204. en_min: Enable Windowed Game Detection
  205. ko: 창모드 게임 탐지 및 알림 사용
  206.  
  207. Menu_EnableAutoWindowedGameDetect_Tooltip:
  208. xx: Attempts to to detect running games with window borders.-^nl-Generally very reliable game detection.
  209. ko: 테두리가 있는 창으로 돌아가는 게임을 탐지해요.-^nl-일반적으로 굉장히 잘 탐지해요.
  210.  
  211. Menu_AutoDetectAutoApply:
  212. en: Apply Default Magic to Auto-Detected apps
  213. en_min: Auto-Apply Defaults
  214. ko: 자동 탐지기에 잡힌 앱에 기본 마법 자동 적용
  215.  
  216. Menu_ShowExcluded:
  217. en: Show excluded apps
  218. en_min: Show excluded
  219. ko: 제외한 앱도 보기
  220.  
  221. Menu_Startup:
  222. en: Launch at computer startup
  223. en_min: Launch at startup
  224. ko: 컴퓨터 시작 시 실행
  225.  
  226. Menu_StartMinimized:
  227. xx: Start minimized in Tray
  228. ko: 이 프로그램 실행 시 트레이로 최소화
  229.  
  230. Menu_ExitProgram:
  231. en: Exit Magic Borderless
  232. en_min: Exit
  233. ko: 매직 보더리스 종료
  234.  
  235. Menu_Customize:
  236. xx: _Customize
  237. ko: 꾸미기 (_C)
  238.  
  239. Menu_SpecialFeatures_Header:
  240. xx: Donation Blue - DLC Features
  241. ko: Donation Blue - DLC 기능
  242.  
  243. Menu_AppCoin:
  244. xx: Customize App Coin color
  245. ko: 앱 코인 색 꾸미기
  246.  
  247. Menu_SelectSkin:
  248. xx: Select Skin
  249. ko: 스킨 선택하기
  250.  
  251. Menu_CustomSkin:
  252. xx: Open Skin Editor
  253. ko: 스킨 편집기 열기
  254.  
  255. Menu_OwnerLabel:
  256. xx: Customize Owenr Label
  257. ko: 오너 레이블 설정
  258.  
  259. Menu_QuickFunction:
  260. xx: _Tools
  261. ko: 도구 (_T)
  262.  
  263. Menu_PauseCursorLock:
  264. en: Temporarily pause Cursor Lock
  265. en_min: Pause Cursor Lock
  266. ko: 마우스 커서 잠금 잠시 해제
  267.  
  268. Menu_ApplyDefaultMagic:
  269. en: Allow applying Default Magic with hotkey
  270. en_min: Allow Default Magic hotkey
  271. ko: 기본값 마법 적용 단축키 허용
  272.  
  273. Menu_BringMouseCenter:
  274. en: Cursor centering with hotkey
  275. en_min: Cursor center hotkey
  276. ko: 커서 위치 교정 단축키
  277.  
  278. Menu_BringMouseCenter_Tooltip:
  279. xx: By pressing the hotkey, your mouse cursor will be moved to the center of the screen.-^nl-Useful if you often lose track of your mouse.
  280. ko: 단축키를 누름으로써 마우스 커서를 화면 중앙으로 이동시켜요.-^nl-자주 마우스 커서가 어디있는지 모를 때 유용해요.
  281.  
  282. Menu_BringMouseCenter_Disable:
  283. xx: Disable
  284. ko: 사용 안함
  285.  
  286. Menu_BringMouseCenter_CurrentScreen:
  287. xx: "[Enable] Current Screen"
  288. ko: "[사용] 현재 모니터"
  289.  
  290. Menu_BringMouseCenter_Primary:
  291. xx: "[Enable] Primary Screen"
  292. ko: "[사용] 주요 모니터"
  293.  
  294. # [Workshop Guileline] Make sure "Play Monitor" matches your translation done for "PlayMonitor" (Text ID)
  295. Menu_SetPlayMonitor:
  296. xx: "Select [Play Monitor]"
  297. ko: "[플레이 모니터] 선택"
  298.  
  299. # [Workshop Guileline] Make sure "Play Monitor" matches your translation done for "PlayMonitor" (Text ID)
  300. Menu_SetPlayMonitor_Tooltip:
  301. xx: Play Monitor is a monitor you choose to run games on.-^nl-It's different from your primary monitor as you can cycle through your monitors to change this easily at any given time.-^nl--^nl-Play Monitor games must have the option enabled in the App Wizard.
  302. ko: 플레이 모니터는 게임을 즐기시는 모니터룰 말해요.-^nl-기본 모니터와 다르게 아무때나 변경이 쉽게 가능한 모니터라고 보시면 되요.-^nl--^nl-플레이 모니터 게임은 앱 마법사에서도 설정을 해주셔야 해요.
  303.  
  304. Menu_SetPlayMonitor_Default:
  305. xx: Default Monitor
  306. ko: 기본 모니터
  307.  
  308. Menu_Steam:
  309. xx: _Steam
  310. ko: 스팀 (_S)
  311.  
  312. Menu_DisableSteamworks:
  313. en: Disable Steamworks
  314. en_min: Disable Steamworks
  315. ko: Steamworks 중단
  316.  
  317. Menu_BrowseWorkshop:
  318. xx: Browse Workshop...
  319. ko: 창작마당 열기...
  320.  
  321. Menu_BrowseWorkshopTranslations:
  322. xx: Get more languages...
  323. ko: 다른 언어 받기...
  324.  
  325. Menu_BrowseWorkshopSkins:
  326. xx: Get more skins...
  327. ko: 더 맣은 스킨 받기...
  328.  
  329. Menu_WorkshopTools:
  330. xx: Workshop Tools
  331. ko: 창작마당 툴
  332.  
  333. Menu_ShareCustomSkin:
  334. xx: Share Custom Skin
  335. ko: 스킨 공유
  336.  
  337. Menu_CustomTranslation:
  338. xx: Upload Custom Translation
  339. ko: 사용자임의 번역
  340.  
  341. Menu_StorePage:
  342. en: _Visit Store Page...
  343. en_min: Store Page... (_V)
  344. ko: 상점 페이지 (_V)
  345.  
  346. Menu_Help:
  347. xx: _Help
  348. ko: 도움말 (_S)
  349.  
  350. Menu_Preference:
  351. xx: _Preference
  352. ko: 설정 (_P)
  353.  
  354. Menu_DiscussionForum:
  355. en: _Discussion Forum...
  356. en_min: _Discussion...
  357. ko: 토론 게시판... (_D)
  358.  
  359. Menu_FeedbackForum:
  360. en: _Feedback Forum...
  361. en_min: _Feedback...
  362. ko: 피드백 게시판... (_F)
  363.  
  364. Menu_HelpForum:
  365. en: _Help Forum...
  366. en_min: _Help...
  367. ko: 도움 게시판... (_H)
  368.  
  369. Menu_SupportDev:
  370. xx: _Support the Developers...
  371. ko: 개발자 지원하기... (_S)
  372.  
  373. Menu_About:
  374. xx: _About
  375. ko: 정보 (_A)
  376.  
  377. Menu_Language:
  378. en: Select _Language
  379. en_min: _Language
  380. ko: 언어 선택 (_L)
  381.  
  382. Menu_GetCustomTranslation:
  383. en: Get More Languages...
  384. ko: 다른 언어 찾기...
  385.  
  386. Menu_Workshop:
  387. xx: Steam _Workshop...
  388. ko: Steam 창작마당... (_W)
  389.  
  390. Defaultsettings:
  391. xx: Default Settings
  392. ko: 기본값 설정
  393.  
  394. Defaultsettings_Description:
  395. xx: Any apps being added
  396. ko: 추가되는 앱
  397.  
  398. Note_TranslationOutdated:
  399. xx: Translation outdated! Please wait patiently for the modder to update.
  400. ko: 번역 업데이트가 필요합니다! 모드 제작자가 편히 작업하도록 기다려주세요.
  401.  
  402.  
  403. # -------------------------------------------------------------
  404. # SYSTEM DIALOGS
  405. # -------------------------------------------------------------
  406.  
  407. FullscreenAppDetected:
  408. en: Hi! Sorry for bothering you, but a fullscreen app is detected!
  409. en_min: Fullscreen app detected!
  410. ko: 안녕하세요! 방해해서 미안해요, 하지만 전체화면을 사용하는 창이 탐지되었어요!
  411.  
  412. WindowedGameDetected:
  413. en: Hi! Sorry for bothering you, but a windowed game is detected!
  414. en_min: Fullscreen app detected!
  415. ko: 안녕하세요! 방해해서 미안해요, 하지만 테두리 있는 게임 창이 탐지되었어요!
  416.  
  417. FullscreenAppDetected_Tip:
  418. en: If you find this annoying, you can turn "Detection" options from the menu.
  419. en_min: Toggle this propmt from the menu.
  420. ko: 이 알림이 싫으시면, "탐지기"를 설정 메뉴에서 끄실 수 있답니다.
  421.  
  422. Label_WindowName_Pre:
  423. xx: "["
  424. Label_WindowName_Post:
  425. xx: "]"
  426.  
  427. Ask_OpenSetting:
  428. en: Would you like to configure Magic for this app?
  429. en_min: Configure MAgic for this app?
  430. ko: 이 앱에 사용할 마법을 설정하시겠어요?
  431.  
  432. Button_ConfigureNow:
  433. en: Configure Now
  434. en_min: Configure
  435. ko: 바로 설정하기
  436.  
  437. Button_QuickAdd:
  438. xx: Quick-Add
  439. ko: 바로 추가
  440.  
  441. Label_SaveAnswer:
  442. xx: Remember the answer for this app
  443. ko: 아래 대답을 기억하기
  444.  
  445. Button_No:
  446. xx: No
  447. ko: 안할래요
  448.  
  449. Button_Select:
  450. xx: Select
  451. ko: 선택
  452.  
  453. Tooltip_SelectToConfigure:
  454. xx: Right-click for more options
  455. ko: 오른쪽 클릭으로 다른 옵션 선택
  456.  
  457. Tooltip_SelectToConfigureName:
  458. xx: "Title: "
  459. ko: "제목: "
  460.  
  461. # -------------------------------------------------------------
  462. # CONTEXT MENU FOR APP LISTS
  463. # -------------------------------------------------------------
  464.  
  465. Context_OpenFolder:
  466. xx: Open its folder...
  467. ko: 앱 폴더 열기...
  468.  
  469. Context_BringForward:
  470. en: Bring this window forward
  471. en_min: Bring it forward
  472. ko: 화면 앞으로 데려오기
  473.  
  474. Context_StealthModeOff:
  475. xx: Exit Ninja Mode
  476. ko: 닌자 모드 중단
  477.  
  478. Context_StealthModeOn:
  479. xx: Enter Ninja Mode
  480. ko: 닌자 모드 개시
  481.  
  482. Context_RunApp:
  483. en: Launch this app...
  484. en_min: Launch...
  485. ko: 이 앱 실행...
  486.  
  487. Context_RunViaSteam:
  488. en: Launch via Steam...
  489. en_min: Launch via Steam...
  490. ko: 스팀으로 실행...
  491.  
  492. Context_PCGamingWiki:
  493. en: Useful Info (PCGamingWiki.com)...
  494. en_min: Useful Info...
  495. ko: 유용한 정보 (PCGamingWiki.com)...
  496.  
  497. Context_ChangePath:
  498. xx: Change Folder Path...
  499. ko: 폴더 경로 변경...
  500.  
  501. Context_AdjustVolume:
  502. xx: Adjust Volume
  503. ko: 음향 크기 설정
  504.  
  505. Context_AdjustVolume_Tooltip:
  506. xx: Adjusts the volume
  507. ko: 음향 크기 설정
  508.  
  509. Context_RevertFromMagic:
  510. en: Revert the window to its original state
  511. en_min: Revert toa original state
  512. ko: 이전 상태로 창 되돌리기
  513.  
  514. Context_ApplyMagic:
  515. en: Apply configured Magic
  516. en_min: Apply MAgic
  517. ko: 설정된 마법 적용
  518.  
  519. Context_ExcludeThisAppOn:
  520. en: Exclude this app from showing up
  521. en_min: Exclude this app
  522. ko: 목록에 보이지 않게 제외하기
  523.  
  524. Context_ExcludeThisAppOff:
  525. en: Include this app to show up again
  526. en_min: Include this app
  527. ko: 목록에 다시 보이게 하기
  528.  
  529. Context_AppVolume:
  530. xx: "APP CUSTOM VOLUME:"
  531. en_min: "CUSTOM VOLUME:"
  532. ko: "소리 임의 조절:"
  533.  
  534. Context_AppVolume_Tooltiop:
  535. xx: Adjusts the volume of the app while active.-^nl-Value of 100 means 100% of your current master voume, not MAX volume.
  536. ko: 앱 사운드를 조절해요.-^nl-사운드 100은 최대 볼륨이 아닌 현재 마스터 볼륨의 100%를 나타내요.
  537.  
  538. # -------------------------------------------------------------
  539. # MAIN WINDOW
  540. # -------------------------------------------------------------
  541.  
  542. # ------------------ Exclude feature related ------------------
  543.  
  544. ExcludedCount:
  545. xx: excluded
  546. ko: 제외됨
  547.  
  548. AppExcluded:
  549. en: "Excluded \"{0}\" from showing up"
  550. en_min: "Excluded \"{0}\""
  551. ko: "\"{0}\": 목록에서 제외됬어요."
  552.  
  553. AppExcludeRestored:
  554. en: "Restored \"{0}\" to show up again"
  555. en_min: "Restored \"{0}\""
  556. ko: "\"{0}\": 목록에서 제외가 취소됬어요."
  557.  
  558. # ------------------ Search feature related ------------------
  559.  
  560. SearchConfigured:
  561. en: Search Configured App
  562. en_min: Search
  563. ko: 설정된 앱 검색
  564.  
  565. # ------------------ Configure feature related ------------------
  566.  
  567. CurrentlyRunningApps:
  568. en: Non-configured windows
  569. en_min: Non-configured
  570. ko: 설정 안된 창들
  571.  
  572. CurrentlyConfiguredApps:
  573. en: Configured Windows (Auto-Applied)
  574. en_min: Configured
  575. ko: 미리 설정된 창들 (실행시 자동 적용)
  576.  
  577. AddWithDefaults:
  578. en: Quick-Add with Defaults
  579. en_min: Quick-Add
  580. ko: 기본값으로 바로 추가
  581.  
  582. ConfigureToAdd:
  583. en: Configure & Add
  584. en_min: Configure
  585. ko: 직접 설정및 추가
  586.  
  587. RemoveFromAutoApply:
  588. en: Remove from Auto-Apply
  589. en_min: Remove
  590. ko: 자동 적용에서 삭제
  591.  
  592. RemoveFromAutoApply_Confirmation_Title:
  593. xx: Removing Configured apps
  594. ko: 자동 적용 삭제
  595.  
  596. # {0} : (Number of apps)
  597. # {1} : List of apps
  598. RemoveFromAutoApply_Confirmation_Prompt:
  599. xx: Would you like to really remove these {0} app configurations?-^nl--^nl-{1}
  600. ko: 정말로 {0}개의 설정을 삭제하시겠어요?-^nl--^nl-{1}
  601.  
  602. Button_Remove:
  603. xx: Remove selected
  604. ko: 선택한 설정 삭제
  605.  
  606. # {0} : Name of the app
  607. Inline_AppLabel:
  608. xx: "\"{0}\""
  609.  
  610. Inline_AppSeparator:
  611. xx: ", "
  612.  
  613. Configure:
  614. xx: Modify
  615. ko: 설정 수정
  616.  
  617. # Leave tokens in the translation
  618. # {0} : (Number of apps)
  619. # {1} : Singular_App/Plural_App
  620. AddedWithDefaults:
  621. xx: Added {0} {1} with default settings
  622. ko: "{0}개의 {1}을 기본값으로 설정해 추가했어요"
  623.  
  624. Singular_App:
  625. xx: app
  626. ko: 앱
  627.  
  628. Plural_App:
  629. xx: apps
  630. ko: 앱
  631.  
  632. # Leave tokens in the translation
  633. # {0} : (Number of apps)
  634. # {1} : Singular_App/Plural_App
  635. RemovedApps:
  636. xx: Removed {0} {1} from configuration
  637. ko: "{0}개의 {1} 설정을 제거했어요"
  638.  
  639. SkippedApps:
  640. en: (Skipped {0} items)
  641. en_min: (Skipped {0})
  642. ko: ({0}개 제외)
  643.  
  644. # Popup
  645. NoMoreAppsToConfigure:
  646. xx: No more apps to configure. Configuration canceled.
  647. ko: 더이상 설정할 앱이 없어서 설정 창이 취소됬어요.
  648.  
  649. HiddenWindows:
  650. xx: Windows on Ninja Mode
  651. ko: 닌자모드 창 목록
  652.  
  653. PathChanged:
  654. xx: "\"{0}\" folder path has been changed."
  655. ko: "\"{0}\" 폴더 경로가 수정되었어요."
  656.  
  657. OuchTitle:
  658. xx: "Ouch!"
  659. ko: "앗!"
  660.  
  661. NoResultsOnPCGamingWiki:
  662. xx: "Could not find the entry on PCGamingWiki! :("
  663. ko: "PCGamingWiki 에서 관련 정보를 못찾았어요! T^T"
  664.  
  665. Startup_True:
  666. xx: "Magic Borderless will launch on startup from now on."
  667. ko: "윈도우 시작 시 매직 보더를 이제부터 실행할께요."
  668.  
  669. Startup_False:
  670. xx: "Magic Borderless will no longer launch on startup."
  671. ko: "더이상 윈도우 시작 시 매직 보더를 실행하지 않을께요."
  672.  
  673. NinjaMode_Tip:
  674. xx: "Ninja Mode: Allow from settings and press [Alt] + [X]"
  675. ko: "닌자 모드: 설정 창에서 허용뒤 [Alt] + [ㅌ]를 누르세요"
  676.  
  677. # ------------------ Backup & Restore related ------------------
  678.  
  679. Button_RestoreSettings:
  680. xx: Restore
  681. ko: 복구
  682.  
  683. Button_RestoreSettings_Tooltip:
  684. xx: Restores all settings from a backup file
  685. ko: 백업 파일에서 설정을 전부 복구해요
  686.  
  687. Button_BackupSettings:
  688. xx: Backup
  689. ko: 백업
  690.  
  691. Button_BackupSettings_Tooltip:
  692. xx: Save all settings to a backup file
  693. ko: 현재 모든 설정을 백업 파일로 저장해요
  694.  
  695. # ------------------ Steamworks related ------------------
  696.  
  697. Steamworks_On:
  698. en: Steamworks is now enabled!
  699. en_min: Steamworks enabled!
  700. ko: Steamworks가 가동되었어요!
  701.  
  702. Steamworks_Off:
  703. en: Steamworks is now disabled.
  704. en_min: Steamworks disabled.
  705. ko: Steamworks를 중단했어요.
  706.  
  707. Steamworks_Disabling:
  708. xx: Warning on Disabling Steamworks
  709. ko: Steamworks 중단 관련 알림
  710.  
  711. Steamworks_Off_Warning:
  712. xx: This will also disable Workshop mods (new downloads and updates), Achievements, and DLC perks (Custom Skins).-^nl-It is generally NOT RECOMMENDED as more features will rely on them.-^nl--^nl-Would you still like to continue?
  713. ko: 창작마당 모드 (신규 다운로드 및 업데이트), 도전과제와 DLC 기능 (유저 스킨)도 모두 중단되어요.-^nl-더 많은 스팀 관련 기능을 사용 못하시게 되서 전체적으로 권장하지 않아요.-^nl--^nl-계속 진행하시겠어요?
  714.  
  715. Button_DisableNow:
  716. xx: Disable Now
  717. ko: 바로 중단
  718.  
  719. Button_CancelDisable:
  720. xx: Keep Steamworks ON
  721. ko: Steamworks 계속 사용
  722.  
  723. Steamworks_Off_Tip:
  724. xx: Steamworks is now disabled. Kindly relaunch Magic Borderless.-^nl-Workshop mods and Achievements will no longer update until you turn on Steamworks again.
  725. ko: Steamworks를 중단했어요. 매직 보더리스를 재시작해주세요.-^nl-Steamworks를 다시 사용하시기 전까지는 창작마당 모드와 도전과제는 더 이상 업데이트가 안되요.
  726.  
  727. # ------------------ UI Mode------------------
  728. # Not in v0.97. Terms not final. Do not translate.
  729.  
  730. CompactUI:
  731. xx: Compact UI
  732. ko: 작은 UI
  733.  
  734. CompactUI_Desc:
  735. xx: By sacrificing some additional information displayed, the list can display more apps.
  736. ko: 추가 정보를 화면에 제외 함으로써, 더 많은 앱을 목록에 표기할 수 있는 UI로 변경해요.
  737.  
  738. # -------------------------------------------------------------
  739. # DIALOGS
  740. # -------------------------------------------------------------
  741.  
  742. AboutTitle:
  743. xx: About the program
  744. ko: 프로그램 정보
  745.  
  746. # [Workshop Guideline] Do not modify.
  747. Copyright:
  748. xx: Copyright ⓒ 2019 Studio Christmas
  749.  
  750. AboutMessage:
  751. xx: Aims to deliver the most effortless, painless way to game at most optimal user experience.
  752. ko: 손쉽게 걱정안하고 게임을 편안하게 즐길 수 있는 환경을 만들어주는 목적으로 만들어 진 앱이에요.
  753.  
  754. Button_Awesome:
  755. xx: AWESOME!
  756. ko: 짱이에요!
  757.  
  758. Label_Executables:
  759. xx: Executable Program
  760. ko: 응용 프로그램
  761.  
  762. DialogTitle_InvalidPath:
  763. xx: "Invalid App Path Error"
  764. ko: "잘못된 앱 경로 오류"
  765.  
  766. Dialog_InvalidPath:
  767. xx: Selected path does not contain the same program file.-^nl-Please make sure that you have selected the right path.
  768. ko: 선택하신 경로에는 이전의 앱을 찾을 수 없었어요.-^nl-새로 지정된 경로가 맞는지 다시 확인해주세요.
  769.  
  770. # -------------------------------------------------------------
  771. # Window settings
  772. # -------------------------------------------------------------
  773.  
  774. AppSettingsTitle:
  775. xx: App Magic Wizard
  776. ko: 앱 마법사
  777.  
  778. SelectedWindows:
  779. xx: Target windows being configured
  780. ko: 설정되는 창들
  781.  
  782. # ------------------ App Linking Mode ------------------
  783. # dev_src; fk:applink_merge; from:19c260a; v102
  784. # Not in v0.96. Terms not final. Do not translate.
  785.  
  786. AppLinkingMode:
  787. xx: App Linking Mode
  788. ko: 앱 연결 모드
  789.  
  790. AppLinkingMode_Desc:
  791. en: -^nl-Determines how window is linked to your configurations.
  792. en_min: ""
  793. ko: -^nl-창이 어떻게 저장하신 설정과 연결할지 결정해요.
  794.  
  795. AppLinkingMode_Default:
  796. xx: Default Linking Magic
  797. ko: 기본 연결 마법
  798.  
  799. AppLinkingMode_Installation:
  800. xx: Installation Folder-^nl-Links the app based on the folder name and executable name.
  801. ko: 설치된 폴더-^nl-폴더 이름과 응용 프로그램 이름으로 연결해요.
  802.  
  803. AppLinkingMode_Executable:
  804. xx: Executable Name-^nl-Links the app based on the executable name.
  805. ko: 응용 프로그램 이름-^nl-응용 프로그램 이름으로 연결해요.
  806.  
  807. AppLinkingMode_WindowTitle:
  808. xx: Window Title-^nl-Links the app based on its window title.
  809. ko: 창 제목-^nl-창 위에 있는 제목으로 연결해요.
  810.  
  811. AppLinkingMode_WindowTitleRegex:
  812. xx: Window Title (Regular Expression)-^nl-Links the app based on its window title when your regular expression matches.
  813. ko: 창 제목-^nl-작성하신 정규표현식에 맞는 창 위에 있는 제목으로 연결해요.
  814.  
  815.  
  816. # -------------------------------------------------------------
  817.  
  818. CustomWindowSize:
  819. xx: Custom Window size
  820. ko: 창 사이즈 직접 설정
  821.  
  822. CustomWindowSize_Desc:
  823. en: -^nl-Changes the size of the window. Some apps don't properly support this.
  824. en_min: ""
  825. ko: -^nl-앱의 창 사이즈를 임의 조정합니다.
  826.  
  827. CustomWindowSize_Tooltip:
  828. en: Changes the size of the window, but some apps may not support custom sizes.
  829. en_min: ""
  830. ko: 앱의 창 사이즈를 임의 조정합니다. 간혹 호환 안되는 앱이 있어요.
  831.  
  832. Width:
  833. xx: Width
  834. ko: 가로
  835.  
  836. DimensionsToken:
  837. xx: x
  838.  
  839. PositionToken:
  840. xx: ""
  841.  
  842. DefaultZero:
  843. xx: Normal
  844. ko: 기본
  845.  
  846. Height:
  847. xx: Height
  848. ko: 세로
  849.  
  850. CustomPosition:
  851. xx: Window Custom Positioning
  852. ko: 창 위치 조절
  853.  
  854. CustomPosition_Desc:
  855. en: -^nl-From where to set window position (offset) from. Select one of the nine alignments to enable.
  856. en_min: ""
  857. ko: -^nl-9개의 위치 중심을 하나 선택하시면, 어느 중심으로 창 위치를 이동할 값을 조절할 수 있어요.
  858.  
  859. PositionAnchor:
  860. xx: "Origin"
  861. ko: 위치 중심
  862.  
  863. PositionAnchor_Tooltip:
  864. xx: From where the offset values will be added/subtracted from.
  865. ko: 어느 위치해서 창 이동값을 적용할지 정할 수 있어요.
  866.  
  867. PositionAnchor_TopLeft:
  868. xx: TOP LEFT
  869. ko: 왼쪽 상단
  870.  
  871. PositionAnchor_TopCenter:
  872. xx: TOP CENTER
  873. ko: 상단 중앙
  874.  
  875. PositionAnchor_TopRight:
  876. xx: TOP LEFT
  877. ko: 오른쪽 상단
  878.  
  879. PositionAnchor_MiddleLeft:
  880. xx: MIDDLE LEFT
  881. ko: 왼쪽 중간
  882.  
  883. PositionAnchor_MiddleCenter:
  884. xx: CENTER
  885. ko: 정중앙
  886.  
  887. PositionAnchor_MiddleRight:
  888. xx: MIDDLE RIGHT
  889. ko: 오른쪽 중간
  890.  
  891. PositionAnchor_BottomLeft:
  892. xx: BOTTOM LEFT
  893. ko: 왼쪽 하단
  894.  
  895. PositionAnchor_BottomCenter:
  896. xx: BOTTOM CENTER
  897. ko: 하단 중앙
  898.  
  899. PositionAnchor_BottomRight:
  900. xx: BOTTOM RIGHT
  901. ko: 오른쪽 하단
  902.  
  903. PositionX:
  904. xx: "Offset (X)"
  905. ko: X 이동 값
  906.  
  907. PositionY:
  908. xx: "Offset (Y)"
  909. ko: Y 이동 값
  910.  
  911. Position_Tooltip:
  912. xx: The amount of pixels for window to be moved.
  913. ko: 얼만큼 창을 이동할지 설정해요.-^nl--^nl-양수값은 아래/오른쪽으로 움직여요.-^nl-음수값은 위/왼쪽으로 움직입니다.
  914.  
  915. PositionX_Tooltip:
  916. xx: -^nl--^nl-Positive number moves towards right.-^nl-Negative number moves towards left.
  917. ko: -^nl--^nl-양수값은 오른쪽으로 움직여요.-^nl-음수값은 왼쪽으로 움직입니다.
  918.  
  919. PositionY_Tooltip:
  920. xx: -^nl--^nl-Positive number moves towards bottom.-^nl-Negative number moves towards top.
  921. ko: -^nl--^nl-양수값은 아래 움직여요.-^nl-음수값은 위로 움직입니다.
  922.  
  923. RemoveMenus:
  924. xx: Remove the Menu Bar
  925. ko: 메뉴 제거
  926.  
  927. RemoveMenus_Desc:
  928. en: "-^nl-Removes the menu bar at the top of the window, if any. Note: Revert Magic can't restore it until the window restarts."
  929. en_min: ""
  930. ko: "-^nl-창의 상단 메뉴 바가 있을 경우 제거. 참고: 없어진 메뉴는 창이 실행하기 전까진 되돌리기가 안되요."
  931.  
  932. TaskbarMode:
  933. xx: Manage Taskbar Mode
  934. ko: 작업 표시줄 관리
  935.  
  936. TaskbarMode_Desc:
  937. en: -^nl-Taskbar is usually hidden behind maximized windows, but when it doesn't (Windows bug) use SUPER-HIDE mode.
  938. en_min: ""
  939. ko: -^nl-대부분 작업 표시줄은 창 최대화가 되면 가리지만, 윈도우 버그로 인해 안될 때 불편하시다면 사용하세요.
  940.  
  941. # [Workshop Guideline] Try to keep the lines not too long horizontally. Make use of linebreaks (-^nl-).
  942. TaskbarMode_Respect_Tooltip:
  943. xx: RESPECT THE TASKBAR-^nl-When repositioning/resizing the window,-^nl-it will only work area outside the taskbar, keeping it alive.
  944. ko: 작업 표시줄 감안-^nl-윈도우 작업 표시줄이 묻히지 않게 창을 적절히 조절해요.
  945.  
  946. # [Workshop Guideline] Try to keep the lines not too long horizontally. Make use of linebreaks (-^nl-).
  947. TaskbarMode_Hide_Tooltip:
  948. xx: AUTO-HIDE THE TASKBAR-^nl-Taskbar will be hidden, and set to popup up when the cursor moves over.
  949. ko: 작업 표시줄 항상 숨기기-^nl-윈도우 작업 표시줄을 숨기지만 커서로 잠시 띄울 수 있어요.
  950.  
  951. # [Workshop Guideline] Try to keep the lines not too long horizontally. Make use of linebreaks (-^nl-).
  952. TaskbarMode_Remove_Tooltip:
  953. xx: SUPER-HIDE THE TASKBAR-^nl-Taskbar will be hidden completely while the app window is active.
  954. ko: 작업 표시줄 없애기-^nl-창이 활성화 있을 때, 윈도우 작업 표시줄을 완전히 숨깁니다.
  955.  
  956. # DEPRECIATED: Texts no longer used
  957. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  958. RespectTaskbar:
  959. xx: Respect Taskbar
  960. ko: 작업 표시줄 감안
  961.  
  962. RespectTaskbar_Desc:
  963. en: -^nl-When repositioning/resizing the window, it will only work area outside the taskbar.
  964. en_min: ""
  965. ko: -^nl-윈도우즈 작업 표시줄이 묻히지 않게 창을 적절히 조절해요.
  966. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  967.  
  968. SpecificMonitor:
  969. en: Select Target Monitor
  970. ko: 어느 모니터로 실행할지 설정
  971.  
  972. DefaultMonitor:
  973. en: Default Monitor
  974. ko: 기본 모니터 - 따로 설정 안함
  975.  
  976. Message_GlobalMonitorSettingSaved:
  977. xx: Global Monitor Label Settings saved.
  978. ko: 모니터 레이블 변경값이 저장되었어요.
  979.  
  980. # {0} : Monitor number
  981. DefaultMonitorLabel:
  982. xx: Monitor {0}
  983. ko: 모니터 {0}
  984.  
  985. # [Workshop Guideline] Please keep the format for real languages.
  986. # {0} : Custom monitor label
  987. MonitorLabel:
  988. xx: "[{0}]"
  989.  
  990. # [Workshop Guideline] When translating "[monitor label]" make sure to follow the format of "MonitorLabel"!
  991. SpecificMonitor_Desc:
  992. en: "Moves the window to the specified monitor.-^nl-IMPORTANT: Setting is bound to [monitor label], not the specific monitor."
  993. en_min: ""
  994. ko: "지정된 모니터로 창 옮김-^nl-중요: 모니터 대상은 제품이 아닌 지정된 [모니터 번호 레이블]로 설정되요."
  995.  
  996. SpecificMonitor_Setting_Tooltip:
  997. en: Click to change the monitor numbering (global).
  998. en_min: ""
  999. ko: 클릭하시면 모니터 번호를 변경하실 수 있어요 (모든 앱).
  1000.  
  1001. SpecificMonitor_Setting_Title:
  1002. xx: Custom Monitor Labeling (Global)
  1003. ko: 모니터 레이블 변경 (모든 앱 해당)
  1004.  
  1005. MonitorNumber_Tooltip:
  1006. xx: Monitor Target used as a link for configured apps to run on.-^nl-If an app is configured to run on Monitor 1, it will move the window to the monitor with [Monitor 1].
  1007. ko: 모니터 대상을 고를 때 사용되는 정보에요-^nl-만일 설정된 앱이 모니터 1에 실행되도록 되어있으면, [모니터 1]로 설정된 화면으로 이동되요.
  1008.  
  1009. MonitorTarget_Tip:
  1010. xx: Target
  1011. ko: 대상
  1012.  
  1013. MonitorLabel_Tip:
  1014. xx: Custom Label
  1015. ko: 사용자임의 레이블
  1016.  
  1017. MonitorInfo_Tip:
  1018. xx: Monitor Information
  1019. ko: 모니터 정보
  1020.  
  1021. MonitorLabel_Tooltip:
  1022. xx: Custom labeling for you to remember this monitor numbering better.
  1023. ko: 모니터 번호를 기억하기 쉽게 사용자임의 레이블을 지정합니다.
  1024.  
  1025. # Used for Monitor Label which explains where the monitor is.
  1026. # {0}: Top or Bottom
  1027. # {1}: Left or Right
  1028. MonitorPosition:
  1029. xx: "{0} {1}"
  1030.  
  1031. PrimaryMonitor:
  1032. xx: Primary
  1033. ko: 주 모니터
  1034.  
  1035. # [Workshop Guideline] Try to not change this format
  1036. # {0}: "MonitorLabel"
  1037. # {1}: Monitor model name
  1038. # {2}: Resolution (Width)
  1039. # {3}: "DimensionsToken"
  1040. # {4}: Resolution (Height)
  1041. # {5}: ResponseTime
  1042. MonitorDisplayFullNameFormat:
  1043. xx: "{0} {1} ({2} {3} {4} {5}Hz)"
  1044.  
  1045. # [Workshop Guideline] Try to keep it exactly same as "MonitorDisplayFullNameFormat", but without "MonitorLabel"
  1046. # {0}: Monitor model name
  1047. # {1}: Resolution (Width)
  1048. # {2}: "DimensionsToken"
  1049. # {3}: Resolution (Height)
  1050. # {4}: ResponseTime
  1051. MonitorDisplayNameFormat:
  1052. xx: "{0} ({1} {2} {3} {4}Hz)"
  1053.  
  1054. Tooltip_DefaultMonitor:
  1055. xx: Do not force the window to any monitor.-^nl-Window will stay where it normally would.
  1056. ko: 어떤 모니터에도 창을 강제로 움직이지 않음.-^nl-기본 모니터에서 그대로 실행됩니다.
  1057.  
  1058. SpecialActionWhenInactive:
  1059. xx: Special Action on Alt+Tab
  1060. ko: 알트탭 특별 기능
  1061.  
  1062. SpecialActionWhenInactive_Desc:
  1063. en: -^nl-What to do when the window is [Alt] + [Tab]bed.-^nl-Setting only affects the window.
  1064. en_min: ""
  1065. ko: "-^nl-[Alt] + [Tab] 사용 시 시행할 기능.-^nl-해당 창에만 영향."
  1066.  
  1067. SpecialAction_Minimize:
  1068. xx: PUT AWAY
  1069. ko: 집어넣기
  1070.  
  1071. SpecialAction_Minimize_SubLabel:
  1072. en: -^nl-Minimize
  1073. en_min: ""
  1074. ko: -^nl-최소화
  1075.  
  1076. SpecialAction_Minimize_Tooltip:
  1077. xx: MINIMIZE - Instead of just cycling the window, it will be minimized into the taskbar.
  1078. ko: 최소화 - 사용하는 창을 다른 창으로 바꿀때, 최소화를 시킵니다.
  1079.  
  1080. Tooltip_SpecialAction_Minimize:
  1081. xx: Instead of just cycling the window, it will be minimized into the taskbar.
  1082. ko: 창사용하는 창을 다른 창으로 바꿀때, 최소화를 시킵니다.
  1083.  
  1084. SpecialAction_Nothing:
  1085. xx: NORMAL
  1086. ko: 기본
  1087.  
  1088. SpecialAction_Nothing_SubLabel:
  1089. en: -^nl-Cycle
  1090. en_min: ""
  1091. ko: -^nl-창 변경
  1092.  
  1093. SpecialAction_None_Tooltip:
  1094. xx: NONE - Does not do anything special.-^nl-Simply cycles the window as normal behavior.
  1095. ko: NONE - 아무 특별한 것을 하지 않습니다.-^nl-기본 설정과 같이 단순히 창을 다른 창으로 이동합니다.
  1096.  
  1097. Tooltip_SpecialAction_Nothing:
  1098. xx: Does not do anything special.-^nl-Simply cycles the window as normal behavior.
  1099. ko: 아무 특별한 것을 하지 않습니다.-^nl-기본 설정과 같이 단순히 창을 다른 창으로 이동합니다.
  1100.  
  1101. SpecialAction_StealthMode:
  1102. xx: NINJA MODE
  1103. ko: 닌자 모드
  1104.  
  1105. SpecialAction_StealthMode_SubLabel:
  1106. en: -^nl-Hide & Mute
  1107. en_min: ""
  1108. ko: -^nl-숨기기 및 음소거
  1109.  
  1110. SpecialAction_StealthMode_Tooltip:
  1111. xx: ENTER NINJA MODE - Mutes the window and hides them from taskbar.
  1112. ko: 닌자 모드 개시 - 창을 음소거 시키고 작업 표시줄에서 까지도 숨깁니다.
  1113.  
  1114. Tooltip_SpecialAction_StealthMode:
  1115. xx: Mutes the window and hides them from taskbar.
  1116. ko: 창을 음소거 시키고 작업 표시줄에서 까지도 숨깁니다.
  1117.  
  1118. CursorLock:
  1119. xx: Mouse Cursor Boundary Lock
  1120. ko: 마우스 커서 이탈 방지
  1121.  
  1122. CursorLock_Desc:
  1123. en: -^nl-Prevents your mouse cursor from escaping the boundary
  1124. en_min: ""
  1125. ko: -^nl-지정 범위에서 마우스 커서 이탈 방지
  1126.  
  1127. MouseLock_BorderIncrease_Top:
  1128. xx: Top
  1129. ko: 위
  1130.  
  1131. MouseLock_BorderIncrease_Bottom:
  1132. xx: Bottom
  1133. ko: 아래
  1134.  
  1135. MouseLock_BorderIncrease_Left:
  1136. xx: Left
  1137. ko: 왼쪽
  1138.  
  1139. MouseLock_BorderIncrease_Right:
  1140. xx: Right
  1141. ko: 오른쪽
  1142.  
  1143. MouseLockDeadzone_Tooltip:
  1144. xx: Additional number of pixels to reduce the boundary.-^nl-Useful if the edges of the window are resizing borders.
  1145. ko: 범위의 사이즈를 지정된 픽셀 수치 만큼 추가로 줄입니다.-^nl-테두리에 마우스가 닿아서 창 조절이 되버리는 걸 방지할떄 유용해요.
  1146.  
  1147. Boundary_None:
  1148. xx: "NONE: Disable Cursor Lock"
  1149. ko: "범위 없음: 마우스 이탈 방지 사용 안함"
  1150.  
  1151. Boundary_Client:
  1152. xx: "WINDOW - Excludes Frames"
  1153. ko: "창 - 테두리 제외"
  1154.  
  1155. Boundary_Window:
  1156. xx: "WINDOW - Includes Frames"
  1157. ko: "창 - 테두리 포함"
  1158.  
  1159. Boundary_Monitor:
  1160. xx: MONITOR
  1161. ko: 모니터
  1162.  
  1163. CustomSize:
  1164. xx: Custom Size
  1165. ko: 임의 크기
  1166.  
  1167. CustomSize_Tooltip:
  1168. xx: Set your own window size.-^nl-Leave width and height blank if you wish to not use custom sizing.
  1169. ko: 임의로 창 크기를 조절해요.-^nl-조절하기를 원하지 않으시면 가로와 세로를 빈칸으로 두시면 되요.
  1170.  
  1171. MaximizeWindow:
  1172. xx: Maximize
  1173. ko: 최대화
  1174.  
  1175. MaximizeWindow_Desc:
  1176. xx: Maximizes the size of the window to the monitor screen
  1177. ko: 모니터 크기에 딱 맞게 최대화
  1178.  
  1179. KeepRatioMaximize:
  1180. xx: Keep Ratio
  1181. ko: 비율 유지
  1182.  
  1183. KeepRatioMaximize_Tooltip:
  1184. xx: While keeping the aspact ratio of ORIGINAL WINDOW SIZE (when first detected),-^nl-the target window will be maximized as much as possible.-^nl-Useful for apps with the graphics simply look stretched to a different aspect ratio.
  1185. ko: 초기 창 크기의 비율을 그대로 유지하며 최대화를 시켜요.-^nl-간혹 비율에 맞지 않게 그래픽이 늘어지는 앱을 사용할때 유용해요.
  1186.  
  1187. AlwaysIgnore:
  1188. xx: Always Ignore
  1189. ko: 항상 무시
  1190.  
  1191. AlwaysIgnore_Desc:
  1192. en: -^nl-Exclude them from Auto-Detection and stop applying these Magic. Enabling this will ignore all of the settings below.
  1193. en_min: ""
  1194. ko: -^nl-자동 탐지기와 마법 적용에 모두 제외. 켜질 경우 아래 설정를 모두 무시해요
  1195.  
  1196. AlwaysIgnore_Tip:
  1197. xx: Magic Borderless will never apply any Magic, if this is turned on.
  1198. ko: 이 설정이 켜져 있으면, 매직 보더리스는 이 앱을 항상 무시할꺼에요.
  1199.  
  1200. BorderlessWindow:
  1201. xx: Borderless Window
  1202. ko: 테두리 없는 창 (보더리스)
  1203.  
  1204. BorderlessWindow_Desc:
  1205. en: -^nl-Removes borders on the app's windowed mode
  1206. en_min: ""
  1207. ko: -^nl-창 모드 실행 시, 앱의 창 테두리 깨끗이 제거
  1208.  
  1209. BorderlessWindow_Spices:
  1210. xx: ""
  1211. ko: ""
  1212.  
  1213. BorderlessWindow_Spices_Desc:
  1214. xx: ""
  1215.  
  1216. BorderlessWindow_Persuasive:
  1217. xx: Persuasive Spice
  1218. ko: 설득 양념
  1219.  
  1220. BorderlessWindow_Persuasive_Desc:
  1221. en: " helps, but a few apps may go fullscreen."
  1222. en_min: ""
  1223. ko: " 좋지만 전체화면으로 변하는 앱이 간혹 존재."
  1224.  
  1225. BorderlessWindow_Persuasive_Tooltip:
  1226. xx: "Used for: Borderless, Monitor Targeting, Window Positioning/Resizing/Maximizing-^nl--^nl-Attempts to get the window to cooperate better.-^nl-If an app goes fullscreen when the magic is applied, disable this.-^nl--^nl-Known games that need this: LET IT DIE, Pool Panic-^nl--^nl-Default suggestion: \"On\""
  1227. ko: "사용 목적: 보더리스, 모니터 선택, 창 위치 & 크기 조절/최대화-^nl--^nl-창에게 마법이 잘 들을 수 있도록 설득해요.-^nl-만일 앱이 보더리스 적용시 전체화면으로 변경될 경우 이 모드를 해제하세요.-^nl--^nl-필요하다고 알려진 게임: LET IT DIE, Pool Panic, etc.-^nl--^nl-기본 권장값: \"사용하기\""
  1228.  
  1229. BorderlessWindow_Calming:
  1230. xx: Calming Agent
  1231. ko: 진정제
  1232.  
  1233. BorderlessWindow_Calming_Desc:
  1234. en: " for when everything else fails."
  1235. en_min: ""
  1236. ko: " 다른 모든 옵션이 안될때 사용 권장."
  1237.  
  1238. BorderlessWindow_Calming_Tooltip:
  1239. xx: "Used for: Borderless, Monitor Targeting, Window Positioning/Resizing/Maximizing-^nl--^nl-Recommended to add when Persuasive Spice alone doesn't work.-^nl-Some apps may not resize properly when this Agent is used.-^nl--^nl-Known games that need this: Borderlands 1-^nl--^nl-Default suggestion: \"Off\""
  1240. ko: "사용 목적: 보더리스, 모니터 선택, 창 위치 조절-^nl--^nl-설득 양념만으로는 안될때 이 진정제를 추가해보세요.-^nl-소수의 앱에서는 창 크기 조절이 제대로 안될 경우도 있어요.-^nl--^nl-필요하다고 알려진 게임: Borderlands 1 등.-^nl--^nl-기본 권장값: \"끄기\""
  1241.  
  1242. BorderlessWindow_Sentry:
  1243. xx: Guard Powder
  1244. ko: 보호 가루
  1245.  
  1246. BorderlessWindow_Sentry_Desc:
  1247. en: " protects and applies Magic in real-time."
  1248. en_min: ""
  1249. ko: " 실시간으로 마법을 보호하고 적용."
  1250.  
  1251. BorderlessWindow_Sentry_Tooltip:
  1252. xx: "Used for: Borderless, Monitor Targeting, Window Positioning/Resizing/Maximizing-^nl--^nl-Make sure the app stays with the changes we applied through Magic.-^nl-If an app reverts back to reject Magic, try using this.-^nl--^nl-Default suggestion: \"Off\""
  1253. ko: "사용 목적: 보더리스, 모니터 선택, 창 위치 & 크기 조절/최대화-^nl--^nl-마법을 적용 후, 변경 사항을 지켜볼 수 있는 가드를 실행합니다.-^nl-만일 보더리스 마법이 적용이후 풀릴 경우 이 모드를 사용해보세요.-^nl--^nl-기본 권장값: \"끄기\""
  1254.  
  1255. Detection_Override:
  1256. xx: Force Override
  1257. ko: 강제 적용
  1258.  
  1259. # NEW OPTION!! MUST BE INCLUDED IN v0.99.
  1260. # As of 0.99dev0609.08, Magic Borderless no longer filters non-games based on tiny window sizes and window styles.
  1261. Detection_Override_Desc:
  1262. en: " when Magic is skipped."
  1263. en_min: ""
  1264. ko: " 프로그램이 마법을 안쓸때."
  1265.  
  1266. Detection_Override_Tooltip:
  1267. xx: "Magic Borderless uses a smart algorithm to detect the game window before applying Magic.-^nl-This override forces it to apply just in case the detection fails.-^nl--^nl-Note: This is not for games refusing Magic."
  1268. ko: "매직 보더리스는 영리한 알고리즘을 사용해 게임 창을 인식한 후에 마법을 적용해요.-^nl-혹시라도 인식을 실패할때 이 강제 적용을 사용해보세요.-^nl--^nl-참고: 게임이 마법을 거부할때 사용하는 옵션이 아니에요."
  1269.  
  1270. Overlay_FillBackground:
  1271. xx: Fill Background
  1272. ko: 배경색 적용
  1273.  
  1274. Overlay_FillBackground_Desc:
  1275. en: " to fill area outside of the window."
  1276. en_min: ""
  1277. ko: " 창 밖에 공간을 체우기."
  1278.  
  1279. Overlay_FillBackground_Tooltip:
  1280. xx: "If the window is smaller than the screen,-^nl-you can fill the area outside of the window with a solid color (default: black)."
  1281. ko: "창 크기가 화면보다 작을 경우, 창 주변에 있는 공간을 단색 (기본값: 검은색)으로 채웁니다."
  1282.  
  1283. EnableNinjaMode:
  1284. xx: Allow Ninja Mode
  1285. ko: 닌자 모드 허용
  1286.  
  1287. EnableNinjaMode_Desc:
  1288. en: -^nl-Allows windows to go on Ninja Mode that can hide and mute the window when [Alt] + [X] is pressed.
  1289. en_min: ""
  1290. ko: -^nl-사용하는 창에서 [Alt]와 [ㅌ] 누르면 닌자 모드를 발동할 수 있도록 허용해요.
  1291.  
  1292. PlayMonitor:
  1293. xx: Play Monitor
  1294. ko: 플레이 모니터
  1295.  
  1296. # [Workshop Guileline] Make sure "Play Monitor" matches your translation done for "PlayMonitor" (Text ID)
  1297. SendToPlayMonitor:
  1298. xx: Send to Play Monitor
  1299. ko: 플레이 모니터로 보내기
  1300.  
  1301. # [Workshop Guileline] Make sure "Play Monitor" and "Tools" matches your translation done for "PlayMonitor" & "Menu_QuickFunction" (Text IDs)
  1302. SendToPlayMonitor_Desc:
  1303. en: -^nl-Overrides target monitor and sends the window to Play Monitor (Tools menu).
  1304. en_min: ""
  1305. ko: -^nl-다른 설정을 무시하고, 플레이 모니터로 (도구 메뉴) 정해진 화면으로 창을 보내요.
  1306.  
  1307.  
  1308. # ------------------ Extra Actions ------------------
  1309. # Planned for future version. Delayed.
  1310. # Not used in v0.99.
  1311.  
  1312. ExtraActions:
  1313. xx: Extra Actions
  1314. ko: 추가 실행
  1315.  
  1316. ExtraActions_Desc:
  1317. en: -^nl-Additionally run added files or programs.
  1318. en_min: ""
  1319. ko: -^nl-추가적으로 파일이나 프로그램을 실행시켜요.
  1320.  
  1321. ExtraActions_Delay:
  1322. xx: Delay
  1323. ko: 지연시간
  1324.  
  1325. ExtraActions_Delay_Tooltip:
  1326. xx: Adds a delay to this action.
  1327. ko: 실행 전 지연시간을 추가해요.
  1328.  
  1329. ExtraActions_Path:
  1330. xx: Path
  1331. ko: 경로
  1332.  
  1333. ExtraActions_Path_Tooltip:
  1334. xx: Full path to the file.
  1335. ko: 파일의 경로를 지정해요.
  1336.  
  1337. ExtraActions_Parameters:
  1338. xx: Optional Parameters
  1339. ko: 프로그램 속성값
  1340.  
  1341. ExtraActions_Parameters_Tooltip:
  1342. xx: Additional value you wish to pass to the program.
  1343. ko: 추가적으로 프로그램에게 넘겨줄 속성값을 설정해요.
  1344.  
  1345. ExtraActions_SyncClose:
  1346. xx: Close Together
  1347. ko: 같이 종료
  1348.  
  1349. ExtraActions_SyncClose_Tooltip:
  1350. xx: Close this process when your app closes.
  1351. ko: 앱이 종료되었을 때, 같이 종료시켜요.
  1352.  
  1353. ExtraActions_SyncClose_Disable:
  1354. xx: Keep Running
  1355. ko: 종료 안함
  1356.  
  1357. ExtraActions_SyncClose_Close:
  1358. xx: Close
  1359. ko: 종료
  1360.  
  1361. ExtraActions_SyncClose_Kill:
  1362. xx: Force Kill
  1363. ko: 강제 종료
  1364.  
  1365. # ------------------ Specialty Featues ------------------
  1366.  
  1367. EnableBackgroundVolumeAdjust:
  1368. xx: Lower Volume in Background
  1369. ko: 창 변경 시 볼륨 줄이기
  1370.  
  1371. EnableBackgroundVolumeAdjust_Desc:
  1372. en: -^nl-Lowers or mutes the audio coming from the window that is not in front.
  1373. en_min: ""
  1374. ko: -^nl-창을 사용하지 않을때만 그 앱에서만 나오는 소리를 줄이거나 음소거 시켜요.
  1375.  
  1376. EnableBackgroundVolumeAdjust_Tooltip:
  1377. en: "Reduces the volume by percentage on a scale of 0 to 10-^nl-0: Does not lower the volume in the background.-^nl-1 ~ 9: Lowers the volume in the background. Higher number reduces more.-^nl-10: Completely mutes the audio."
  1378. ko: "0 에서 10 까지 단위로 창의 소리를 줄여요.-^nl-0: 앱의 창이 미사용 중일 때 소리를 줄이지 않아요.-^nl-1 ~ 9: 소리를 줄여요. 값이 클 수록 더 많이 줄입니다.-^nl-10: 완전히 음소거 시켜요."
  1379.  
  1380. EnableAlwaysOntop:
  1381. xx: Always on top
  1382. ko: 항상 위에 놓기
  1383.  
  1384. EnableAlwaysOntop_Desc:
  1385. en: -^nl-Sets the window to always stay on top.
  1386. en_min: ""
  1387. ko: -^nl-창이 항상 위에 있도록 설정해요.
  1388.  
  1389. # ------------------ Shared Resources ------------------
  1390.  
  1391. Button_Apply:
  1392. xx: Apply
  1393. ko: 적용
  1394.  
  1395. Button_Cancel:
  1396. xx: CANCEL
  1397. ko: 취소
  1398.  
  1399. Button_Return:
  1400. xx: Return
  1401. ko: 돌아가기
  1402.  
  1403. Button_OK:
  1404. xx: OK
  1405. ko: 확인
  1406.  
  1407. Button_Save:
  1408. xx: SAVE
  1409. ko: 저장
  1410.  
  1411. Button_Modify:
  1412. xx: SAVE
  1413. ko: 저장
  1414.  
  1415. Button_SaveAsNew:
  1416. xx: SAVE as New
  1417. ko: 새로 저장
  1418.  
  1419. Button_Revert:
  1420. xx: Revert
  1421. ko: 되돌리기
  1422.  
  1423. Button_Overwrite:
  1424. xx: Overwrite
  1425. ko: 덮어쓰기
  1426.  
  1427. Tooltip_RemoveAppFromConfiguration:
  1428. en: Do not configure this app now
  1429. en_min: Do not configure
  1430. ko: 현재 설정에서 제외
  1431.  
  1432.  
  1433. # ------------------ Overlay Feature ------------------
  1434. # Planned for post-v1.00
  1435.  
  1436. # This will support Workshop in the future, but DO NOT move the texts to the Workshop section.
  1437. Enable_Screenstickers_BackLayer:
  1438. xx: Enable Screenstickers (Behind app)
  1439. ko: 스크린 스티커 사용 (앱 뒤에)
  1440.  
  1441. Enable_Screenstickers_BackLayer_Desc:
  1442. xx: Allows you to put images and shapes on top of the screen. Browse Workshop to share or download more stickers!
  1443. ko: 이미지나 모양등을 화면 위에 붙일 수 있는 기능을 활성화해요. 창작마당을 통해 더 많은 스티커를 공유하고 받아보세요!
  1444.  
  1445. Enable_Screenstickers_FrontLayer:
  1446. xx: Enable Screenstickers (In front of app)
  1447. ko: 스크린 스티커 사용 (앱 앞에)
  1448.  
  1449. Enable_Screenstickers_FrontLayer_Desc:
  1450. xx: Allows you to put images and shapes on top of the screen. Browse Workshop to share or download more stickers!
  1451. ko: 이미지나 모양등을 화면 위에 붙일 수 있는 기능을 활성화해요. 창작마당을 통해 더 많은 스티커를 공유하고 받아보세요!
  1452.  
  1453. Screenstickers_Mode:
  1454. xx: Screensticker Mode
  1455. ko: 스크린 스티커 모드
  1456.  
  1457. Screenstickers_Mode_Always:
  1458. xx: Always Stay on Screen
  1459. ko: 화연 위에 항상 붙여놓기
  1460.  
  1461. Screenstickers_Mode_Active:
  1462. xx: Only when target app is currently active on the screen
  1463. ko: 지정된 앱이 앞에 실행되어 있을 때만 사용하기
  1464.  
  1465. # ------------------ Field Validators ------------------
  1466.  
  1467. Field_ZeroMeansDefault:
  1468. xx: Default
  1469. ko: 기본값
  1470.  
  1471. Field_NegativeValue:
  1472. xx: Positive only
  1473. ko: 양수값만
  1474.  
  1475. Field_InvalidValue:
  1476. xx: Invalid number
  1477. ko: 숫자값만
  1478.  
  1479. Field_MinimumNumber:
  1480. xx: "Minimum: {0}"
  1481. ko: "{0} 이상"
  1482.  
  1483. Field_MaximumNumber:
  1484. xx: "Maximum: {0}"
  1485. ko: "{0} 이하"
  1486.  
  1487. AlreadyBeingConfigured:
  1488. xx: The following app is already being configured in another window.
  1489. ko: 아래 앱은 현재 다른 창에서 설정하시고 있어요.
  1490.  
  1491. AlreadyBeingConfigured_Tip:
  1492. xx: Same apps can only be configured in one window.
  1493. ko: 같은 앱은 하나의 창에서만 설정 가능해요.
  1494.  
  1495. Ask_WhatToDo:
  1496. xx: What would you like to do?
  1497. ko: 어떻게 하시겠어요?
  1498.  
  1499. Button_ContinueExclude:
  1500. xx: Exclude & Continue
  1501. ko: 제외하고 나머지 설정
  1502.  
  1503. Button_CancelThis:
  1504. xx: Cancel This
  1505. ko: 현재 이 설정창 취소
  1506.  
  1507. ConfirmChanges:
  1508. xx: Successfully configured
  1509. ko: 설정 되었어요
  1510.  
  1511. ConfirmChanges_Tip:
  1512. xx: Make sure to run the game on its windowed mode!
  1513. ko: 설정하신 게임을 꼭 창 모드로 돌려주세요!
  1514.  
  1515. SettingsReverted:
  1516. xx: Changes reverted
  1517. ko: 변경 사항을 취소하셨어요
  1518.  
  1519. SettingsApplied:
  1520. xx: Changes saved
  1521. ko: 변경 사항이 저장되었어요
  1522.  
  1523. # ------------------ Window-Escape Feature ------------------
  1524.  
  1525. EnableWindowEscape:
  1526. xx: Allow Window-Escape
  1527. ko: 창 탈출 허용
  1528.  
  1529. EnableWindowEscape_Desc:
  1530. en: "-^nl-Allows your cursor to escape active window with: [Alt] + [` (~)]. Useful when you want to briefly do something on other monitors."
  1531. en_min: ""
  1532. ko: "-^nl-[알트] + [` (~)] 키를 누르면 마우스 커서가 창에서 벗어나올 수 있게 해줍니다. 다른 모니터에서 다른걸 잠시 해야할때 유용해요."
  1533.  
  1534. # -------------------------------------------------------------
  1535. # CONTEXT MENU FOR THE TRAY ICON
  1536. # -------------------------------------------------------------
  1537.  
  1538. Context_OpenApp:
  1539. xx: Open Main Window
  1540. ko: 창 열기
  1541.  
  1542. Context_Exit:
  1543. xx: Exit
  1544. ko: 종료
  1545.  
  1546. Context_Preference:
  1547. xx: Preference
  1548. ko: 설정
  1549.  
  1550. Context_PauseMagic:
  1551. xx: Pause Applying Magic
  1552. ko: 마법 적용 잠시 중단
  1553.  
  1554. Context_EnableAuto:
  1555. xx: Enable Auto-Detection
  1556. ko: 자동 탐지기 사용
  1557.  
  1558. Context_EnableAutoApply:
  1559. en: Enable Auto-Apply After Detection
  1560. en_min: Auto-Apply Defaults
  1561. ko: 탐지된 창 자동 적용 사용
  1562.  
  1563. # -------------------------------------------------------------
  1564. # HOTKEYS
  1565. # -------------------------------------------------------------
  1566.  
  1567. Title_HotkeySettings:
  1568. en: Hotkey Settings
  1569. ko: 단축키 설정
  1570.  
  1571. Header_GlobalHotkeys:
  1572. en: Global Magic Hotkeys
  1573. ko: 프로그램 마법 단축키들
  1574.  
  1575. Header_GlobalHotkeys_Tip:
  1576. en: Shortcut keys related to Magic Borderless
  1577. ko: 모든 프로그램에서 사용되는 마법 단축키들
  1578.  
  1579. Hotkey_AutoDetection:
  1580. en: Toggle Auto-Detection
  1581. ko: 자동 탐지기 사용 여부
  1582.  
  1583. Hotkey_PauseMagic:
  1584. en: Pause applying all Magic temporarily
  1585. ko: 모든 마법 적용 사용 여부
  1586.  
  1587. Hotkey_AutoDetectAutoApply:
  1588. en: Apply Default Magic to Auto-Detected apps
  1589. ko: 자동 탐지기에 잡힌 앱 기본값 자동 적용 여부
  1590.  
  1591. Header_AppHotkeys:
  1592. en: App Magic Hotkeys
  1593. ko: 앱 마법 단축키
  1594.  
  1595. Header_AppHotkeys_Tip:
  1596. en: Shortcut keys that apply Magic to the window currently being used
  1597. ko: 현재 사용하는 창에 적용되는 마법 단축키들
  1598.  
  1599. Hotkey_OpenAppSettings:
  1600. en: Open an app manager
  1601. ko: 앱 마법 설정 열기
  1602.  
  1603. Hotkey_DesktopToggle:
  1604. en: Show/Hide Desktop (Leave windows on other monitors alone)
  1605. ko: 바탕화면으로 (다른 모니터에 있는 창은 놔두기)
  1606.  
  1607. Hotkey_ApplyBorderlessOnce:
  1608. en: Apply Borderless just this once
  1609. ko: 이번에만 창 테두리 없애기 (보더리스 모드)
  1610.  
  1611. Hotkey_SendToSystemTray:
  1612. en: Send to System Tray
  1613. ko: 트레이로 보내기
  1614.  
  1615. Hotkey_HidetheWindow:
  1616. en: Hide the Window
  1617. ko: 창 숨기기
  1618.  
  1619. Hotkey_MutetheWindow:
  1620. en: Mute the Window
  1621. ko: 창 음소거
  1622.  
  1623. Hotkey_StealthMode:
  1624. en: Activate Ninja Mode (Mute & Hide)
  1625. ko: 닌자 모드 적용 (창 음소거및 숨기기)
  1626.  
  1627. # -------------------------------------------------------------
  1628. # WORKSHOP
  1629. # -------------------------------------------------------------
  1630.  
  1631. Workshop_OfficialAuthors:
  1632. xx: Official Localization Team
  1633. ko: 공식 번역 팀
  1634.  
  1635. Workshop_OfficialTag:
  1636. xx: "Official"
  1637. ko: "공식 번역"
  1638.  
  1639. Workshop_UnofficialTag:
  1640. xx: "User Mod"
  1641. ko: "유저 제작"
  1642.  
  1643. # Only for APPROVED Workshop contributors.
  1644. # IMPORTANT: The list is pulled from the database at the build phase.
  1645. Workshop_TranslationContributors:
  1646. xx: Localization Contributors
  1647. ko: 번역해주신 분들
  1648.  
  1649. Label_LocalizationFiles:
  1650. xx: Translation File
  1651. ko: 번역 텍스트 파일
  1652.  
  1653. Title_LocalizationFiles:
  1654. xx: Select your translation script file
  1655. ko: 번역 스크립트 파일을 선택해주세요
  1656.  
  1657. Label_ImageFiles:
  1658. xx: Image File
  1659. ko: 이미지 파일
  1660.  
  1661. Title_ImageFiles:
  1662. xx: Select your image (appropriate image for styles or flag for real languages) file for your the Workshop entry.
  1663. ko: 창작마당에 사용될 이미지 (스타일 언어는 알맞은 그림, 실제 언어는 국기)를 선택해주세요.
  1664.  
  1665. Error_WrongFile:
  1666. xx: "Forbidden File Error"
  1667. ko: "금지된 파일 오류"
  1668.  
  1669. Error_MainTranslationFile:
  1670. xx: Selected translation file is the core localization file.-^nl-Please make a copy of it and work on them instead!
  1671. ko: 선택하신 번역 파일은 본 앱의 파일이에요!-^nl-복사하셔서 작업해주세요!
  1672.  
  1673. Error_TranslationScriptError:
  1674. xx: "Invalid Translation Script File: Formatting Error"
  1675. ko: "잘못된 번역 파일: 구문 오류"
  1676.  
  1677. Error_SyntaxError:
  1678. xx: "Your translation script has syntax errors:"
  1679. ko: "번역 파일에 구문 오류가 발견됬어요:"
  1680.  
  1681. Error_Error:
  1682. xx: "Error: "
  1683. ko: "오류: "
  1684.  
  1685. Title_Error:
  1686. xx: "Error"
  1687. ko: "오류 "
  1688.  
  1689. Title_AppWorkshopTool:
  1690. xx: "Magic Borderless - Steam Workshop tool"
  1691. ko: "매직 보더리스 - 스팀 창작마당 도구"
  1692.  
  1693. Dialog_Workshop_NewOrExisting:
  1694. xx: Is this a new Workshop mod or an existing one of yours on Workshop?
  1695. ko: 창작마당에 등록될 새 콘텐츠인가요 아니면 이미 업로드 하셨던 건가요?
  1696.  
  1697. Button_NewWorkshopEntry:
  1698. xx: New Contents
  1699. ko: 새 콘텐츠
  1700.  
  1701. Button_ExistingWorkshopEntry:
  1702. xx: Existing Contents
  1703. ko: 이전 콘텐츠
  1704.  
  1705. Warning_Workshop_NoOwnedEntries:
  1706. xx: Could not find any subscribed contents you own.-^nl-Please add new contents and subscribe them.
  1707. ko: 구독된 소유 콘텐츠를 찾지 못했어요.-^nl-새 콘텐츠를 등록하고 구독해주세요.
  1708.  
  1709. Dialog_Workshop_TranslationUploading:
  1710. xx: Your files are being uploaded to Steam Workshop...
  1711. ko: 창작마당에 현재 파일들을 업로드 중이에요...
  1712.  
  1713. Dialog_Workshop_TranslationUploaded:
  1714. xx: Congratulations!-^nl-Your files have been Successfully uploaded to Steam Workshop!
  1715. ko: 축하드려요!-^nl-스팀 창작마당에 성공적으로 업로드 되었어요!
  1716.  
  1717. Message_NewTextModDownloaded:
  1718. xx: "New language \"{0}\" downloaded from the Workshop."
  1719. ko: "\"{0}\" 언어가 창작마당에서 다운로드 되었어요."
  1720.  
  1721. Message_TextModUpdateDownloaded:
  1722. xx: "Language \"{0}\" updated from the Workshop."
  1723. ko: "\"{0}\" 언어가 창작마당에서 업데이트 되었어요."
  1724.  
  1725. # ------------------ Modder Errors ------------------
  1726.  
  1727. Workshop_OneLanguageOnly:
  1728. xx: -^nl-- You can only add one language per file.
  1729. ko: -^nl-- 한 파일에 한 언어만 작성할 수 있어요.
  1730.  
  1731. Workshop_InvalidNode:
  1732. xx: -^nl-- Node "{0}" is invalid.
  1733. ko: -^nl-- "{0}" 노드는 올바르지 않아요.
  1734.  
  1735. Workshop_AttributeMissing:
  1736. xx: -^nl-- Attribute "{0}" is missing.
  1737. ko: -^nl-- "{0}" 속성 값이 존재하지 않아요.
  1738.  
  1739. Workshop_InvalidValue:
  1740. xx: -^nl-- Attribute "{0}" cannot be "{1}"
  1741. ko: -^nl-- "{0}" 속성 "{1}" 값은 잘못되었어요.
  1742.  
  1743. Workshop_InvalidLanguageType:
  1744. xx: -^nl-- "{0}" should be either "{1}" or "{2}".
  1745. ko: -^nl-- "{0}" 속성은 "{1}" 혹은 "{2}" 값이어야 해요.
  1746.  
  1747. Workshop_MissingTranslation:
  1748. xx: -^nl-- Text "{0}" is missing.
  1749. ko: -^nl-- "{0}" 텍스트가 번역되지 않았어요.
  1750.  
  1751. Workshop_MissingKeyword:
  1752. xx: -^nl-- Text "{0}" is missing "{1}".
  1753. ko: -^nl-- "{0}" 텍스트에서 "{1}"\ 값이 빠져있어요.
  1754.  
  1755. Workshop_WrongVersion:
  1756. xx: "-^nl-- Script version must match the latest version: \"{0}\" (file: \"{1}\")"
  1757. ko: "-^nl-- 스크립트 버전이 원본 버전과 일치해야 합니다: \"{0}\" (파일: \"{1}\")"
  1758.  
  1759. Workshop_InvalidFormat:
  1760. xx: "-^nl-- Invalid Translation or YAML 1.1 formatting: "
  1761. ko: "-^nl-- YAML 1.1 표준을 따르지 않거나 올바른 번역 파일이 아니에요: "
  1762.  
  1763. Title_SteamWorkshopError:
  1764. xx: Steam Workshop Error
  1765. ko: 스팀 창작마당 오류
  1766.  
  1767. Dialog_SteamWorkshopError:
  1768. xx: "Steam Workshop has returned an error.-^nl-Error: {0}.-^nl--^nl-Please try again later."
  1769. ko: "스팀 창작마당에서 오류가 발생했어요.-^nl-오류: {0}.-^nl--^nl-나중에 다시 시도해주세요."
  1770.  
  1771. Error_DefaultSkinsCannotBeShared:
  1772. xx: "Default skins should not be shared.-^nl-Please make a copy of it from the menu and customize before sharing."
  1773. ko: "기본 스킨은 공유할 필요가 없어요.-^nl-매뉴에서 복사본을 만드신 후에 알맞게 꾸미시고 공유해주세요."
  1774.  
  1775. Error_WorkshopSkinsCannotBeShared:
  1776. xx: "This is a Workshop-synched skin that is read-only.-^nl-Please use the original to upload, or if you have lost them just make a new copy, update and share again."
  1777. ko: "창작마당에서 동기화된 스킨은 읽기 전용이에요.-^nl-원본을 사용하시거나 복사본을 만드신 후에 업데이트 하시고 공유해주세요."
  1778.  
  1779. Error_NotAuthor:
  1780. xx: "Only the owner of the skin can upload this skin.-^nl-If you like the skin, please make a copy of it, customize it further in your own way and share."
  1781. ko: "소유하시고 계신 스킨만 업로드가 가능해요.-^nl-이 스킨이 마음에 드시면, 복사본을 만드신 후에 원하시는 방식으로 꾸미시고 공유해주세요."
  1782.  
  1783. Error_UsingWorkshopRequiresSteamworks:
  1784. xx: "To use Workshop you must enable Steamworks.-^nl-Please enable Steamworks from \"Steam\" menu in Magic Borderless."
  1785. ko: "창작마당을 사용하시기 위해선 Steamworks가 필요해요.-^nl-매직 보더리스의 매뉴 \"스팀\"에서 Steamworks 를 다시 활성화 시켜주세요."
  1786.  
  1787. Error_NoSkinRevision:
  1788. xx: "Please fill out the Revision field from the skin information.-^nl-This helps your users to keep track of changes."
  1789. ko: "스킨 편집기에서 스킨 버전을 작성해주세요.-^nl-작성하신 버전은 스킨을 받아 사용하시는 분들이 변경 사항을 비교할때 유용해요."
  1790.  
  1791. Error_NoSkinName:
  1792. xx: "Please fill out the Name field from the skin information.-^nl-This helps your users to identify your skin."
  1793. ko: "스킨 편집기에서 스킨 이름을 작성해주세요.-^nl-작성하신 이름은 스킨을 받아 사용하시는 분들이 알아보기 편할 수 있게 도와줘요."
  1794.  
  1795. # ------------------ Custom Skins ------------------
  1796.  
  1797. Dialog_ConfirmSkinUpload:
  1798. xx: "Would you like to upload your current skin to Workshop?-^nl--^nl-IMPORTANT: This will automatically capture a shot of your Magic Borderless. Please temporarily hide any sensitive information!"
  1799. ko: "현재 선택한 스킨을 창작마당에 등록하시겠어요?-^nl--^nl-중요: 현재 매직 보더리스의 화면을 캡쳐해서 보내질 거에요. 중요한 정보가 있으면 잠시 숨겨주세요!"
  1800.  
  1801. Button_UploadSkinNow:
  1802. en: "Upload Now"
  1803. en_min: "Upload"
  1804. ko: "업로드"
  1805.  
  1806. Title_ImageFilesWorkshopEntry:
  1807. xx: Select your image to use as thumbnail for your the Workshop entry.
  1808. ko: 창작마당에 사용될 썸네일 이미지를 선택해주세요.
  1809.  
  1810. Dialog_WorkshopCannotBeUploaded:
  1811. xx: "This is a Workshop-synced skin. Please use the original file to upload."
  1812. ko: "현재 선택한 스킨을 창작마당에 등록하시겠어요?"
  1813.  
  1814. Dialog_Workshop_FilesUploaded:
  1815. xx: Congratulations!-^nl-"{0}" has been Successfully uploaded to Steam Workshop!
  1816. ko: 축하드려요!-^nl-스팀 창작마당에 "{0}" 업로드가 성공적으로 되었어요!
  1817.  
  1818. # -------------------------------------------------------------
  1819. # ACHIEVEMENTS
  1820. # -------------------------------------------------------------
  1821.  
  1822. Achievement_MeetTheMakers_Title:
  1823. xx: Meet The Makers
  1824. ko: 창조주와의 만남
  1825.  
  1826. Achievement_OnePiece_Title:
  1827. xx: Find One Piece
  1828. ko: 원피스를 찾아라
  1829.  
  1830. Achievement_StealthMode_Title:
  1831. xx: Shinobi
  1832. ko: 시노비
  1833.  
  1834. Achievement_SteamworksMilestone1_Title:
  1835. xx: Clockwork & Steamwork
  1836. ko: 클락워크와 스팀워크
  1837.  
  1838. Achievement_SteamworksMilestone2_Title:
  1839. xx: Steampunk
  1840. ko: 스팀펑크
  1841.  
  1842. Achievement_Starup_Title:
  1843. xx: The Startup App
  1844. ko: 스타트업 앱
  1845.  
  1846. Achievement_Minimalist_Title:
  1847. xx: The Minimalist Federation
  1848. ko: 미니멀리스트 연합
  1849.  
  1850. Achievement_Disabler_Title:
  1851. xx: The Disabling
  1852. ko: 비활성화
  1853.  
  1854. # -------------------------------------------------------------
  1855. # Retroactive UI
  1856. # -------------------------------------------------------------
  1857.  
  1858. Title_AlertNewUser:
  1859. xx: HOW TO USE MAGIC BORDERLESS
  1860. ko: 매직 보더리스 사용법
  1861.  
  1862. Message_AlertNewUser:
  1863. xx: To make windows borderless, please remember to change the setting in your apps to RUN ON WINDOWED MODE!-^nl--^nl-That's it, you just then let it do its Magic or configure them to your liking!-^nl--^nl-Thank you so much for purchasing Magic Borderless.-^nl-If you have any problems, please stop by our Steam forums and we will do our best to get them fixed for you!
  1864. ko: 창 테두리를 없애기 위해선 사용하시려는 게임이나 앱을 꼭 창 모드로 돌리셔야해요!-^nl--^nl-그게 다에요! 그 다음은 마법이 알아서 하도록 편히 놔두시거나 직접 입에 맞게 설정하실 수 있어요!-^nl--^nl-매직 보더리스를 구매해주셔서 정말 감사합니다!-^nl-만일 문제가 생기거나 도움이 필요하시면 저희 스팀 게시판에 오시면 최선을 다해 도와드리겠습니다!
  1865.  
  1866. Button_AlertNewUser:
  1867. xx: Thanks, I will always remember to run them on windowed mode.
  1868. ko: 고마워요, 창 모드로 변경하는 것 잊지 않을께요.
  1869.  
  1870. # -------------------------------------------------------------
  1871. # DLC
  1872. # -------------------------------------------------------------
  1873.  
  1874. DLC_Donation_Thankyou:
  1875. xx: Thank you so much for your generous support!-^nl-This greatly helps us continue to improve our products.
  1876. ko: 이렇게까지 지원을 해주셔서 정말로 감사합니다!-^nl-후원해 주신 만큼 저희 제품들을 개선할 수 있도록 열심히 노력하겠습니다.
  1877.  
  1878. DLC_Donation_Perk_CustomOwnerLabel:
  1879. xx: Custom Owner Label
  1880. ko: 사용자임의 오너 레이블
  1881.  
  1882. DLC_Donation_Perk_CustomOwnerLabel_Desc:
  1883. xx: Type any text you want to the Owner Label.
  1884. ko: 오너 레이블에 원하는 텍스트를 입력하세요.
  1885.  
  1886. DLC_Donation_Perk_CustomAppCoinColor:
  1887. xx: Custom App Coin Color
  1888. ko: 사용자지정 앱 코인 색
  1889.  
  1890. DLC_Donation_Perk_CustomAppCoinColor_Desc:
  1891. xx: Customize the color of the coin behind app icons.
  1892. ko: 앱 아이콘 뒤에 있는 코인 색을 지정할 수 있어요.
  1893.  
  1894. Status_SteamworksInit:
  1895. xx: (Initializing...)
  1896. ko: (로딩중...)
  1897.  
  1898. Status_NoSteamworks:
  1899. xx: (Steamworks disabled)
  1900. ko: (Steamworks 중단됨)
  1901.  
  1902. Status_NotOwner:
  1903. xx: Not Owner
  1904. ko: 미소유 계정
  1905.  
  1906. Status_Basic:
  1907. xx: Basic Status
  1908. ko: 기본 등급
  1909.  
  1910. Status_Silver:
  1911. xx: Silver Status
  1912. ko: 실버 등급
  1913.  
  1914. Status_Gold:
  1915. xx: Gold Status
  1916. ko: 골드 등급
  1917.  
  1918. Status_Platinum:
  1919. xx: Platinum Status
  1920. ko: 플래티넘 등급
  1921.  
  1922. Status_Diamond:
  1923. xx: Diamond Status
  1924. ko: 다이아몬드 등급
  1925.  
  1926. # -------------------------------------------------------------
  1927. # Skins
  1928. # -------------------------------------------------------------
  1929.  
  1930. SkinType:
  1931. xx: Skin Type
  1932. ko: 스킨 종류
  1933.  
  1934. SkinType_Basic:
  1935. xx: Basic Skin
  1936. ko: 일반 스킨
  1937.  
  1938. SkinType_Default:
  1939. xx: Default Skin
  1940. ko: 기본 스킨
  1941.  
  1942. SkinType_Premium:
  1943. xx: Premium Skin
  1944. ko: 고급 스킨
  1945.  
  1946. SkinSource_Local:
  1947. xx: Owned
  1948. ko: 소유중
  1949.  
  1950. SkinSource_Default:
  1951. xx: Default
  1952. ko: 기본
  1953.  
  1954. SkinSource_Workshop:
  1955. xx: Workshop
  1956. ko: 창작마당
  1957.  
  1958. # {0} : skin Name
  1959. Title_SkinTypeSwitch:
  1960. xx: "{0}: Switching from Premium to Basic"
  1961. ko: "{0}: 일반 스킨에서 고급 스킨으로 변경"
  1962.  
  1963. SkinType_Desc:
  1964. xx: Basic Skin can only customize the background.-^nl--^nl-Premium Skin allows extended customization.-^nl-They can be used by anyone, but non-Supporter DLC users who downloaded your skin may not customize it further.
  1965. ko: 고급 스킨은 더 많은 요소를 꾸밀 수 있어요.-^nl-누구나 사용 가능하지만 후원 DLC를 소유하지 않고 있는 다른 유저분이 사용하시는 경우 편집이 안되요.
  1966.  
  1967. SkinTypeChange_Basic:
  1968. xx: Turning it into a Basic Skin will remove all customized parts except the background.-^nl-Would you like to proceed?
  1969. ko: 일반 스킨으로 변경할 경우, 배경을 제외한 모두 나머지 꾸며진 요소들이 제거되요.-^nl-그래도 계속 진행하시겠어요?
  1970.  
  1971. Button_ChangeToBasicSkin:
  1972. xx: Change to Basic
  1973. ko: 일반 스킨으로 변경
  1974.  
  1975. Button_StayPremium:
  1976. xx: Keep it as Premium
  1977. ko: 고급 스킨 유지
  1978.  
  1979. EditorMode:
  1980. xx: "Editor Mode: "
  1981. ko: "편집기 모드: "
  1982.  
  1983. Editor_BasicMode_Desc:
  1984. en: -^nl-Can only edit the background element.-^nl-Any Donation DLC can enable Premium Mode.
  1985. en_min: ""
  1986. ko: -^nl-배경만 변경이 가능.-^nl-아무 후원 DLC를 소유하시면 고급 스킨을 제작하실 수 있어요.
  1987.  
  1988. Editor_PremiumMode_Desc:
  1989. en: -^nl-Can edit all possible elements.
  1990. en_min: ""
  1991. ko: -^nl-가능한 모든 요소를 편집할 수 있어요.
  1992.  
  1993. PremiumSkin_Desc:
  1994. xx: Premium Skins allows you to add custom images and color tints to the top menu bar, two list boxes and the bottom toolbars each.-^nl-You can use any Premium Skins, but customizing requires any one of the any Donation DLCs (Silver, Gold, Platinum, or Diamond).
  1995. ko: 고급 스킨은 상단 메뉴, 리스트 박스와 하단 도구에 원하는 그림이나 색깔도 변경 가능한 기능을 가지고 있어요.-^nl-누구나 고급 스킨은 사용 가능하지만, 꾸미시려면 실버, 골드, 플래티넘, 다이아몬드 후원 DLC 중 아무거나 하나를 소유하고 계셔야 해요.
  1996.  
  1997. FlexUI_Editor_Title:
  1998. xx: Skin Editor
  1999. ko: 스킨 편집기
  2000.  
  2001. FlexUI_Editor_Error_NoSteamworks:
  2002. xx: Skin Editor cannot work with Steamworks disabled.-^nl-Please enable Steamworks from the menu.
  2003. ko: 스킨 편집기는 Steamworks가 중단되어있을 경우 작동할 수 없어요.-^nl-매뉴에서 Steamworks를 가동해주세요.
  2004.  
  2005. Title_FlexUI_SkinError:
  2006. xx: Skin File Error
  2007. ko: 스킨 파일 오류
  2008.  
  2009. FlexUI_CorruptedSkin:
  2010. xx: "Selected Skin file is corrupted.-^nl-It was unavailable or altered outside of the Skin Editor.-^nl-\"{0}\" was not loaded, and \"{1}\" was selected.-^nl--^nl-Corruption point: {2}"
  2011. ko: "선택하신 스킨 파일은 손상되었어요.-^nl-다른 프로그램에서 사용중이거나 스킨 편집기를 사용하지 않고 변경된 것으로 보여요.-^nl-\"{0}\" 선택이 취소되었어요.-^nl--^nl-손상 부위: {2}"
  2012.  
  2013. # {0} : skin Name
  2014. FlexUI_Overwrite_Confirmation:
  2015. xx: This will overwrite the existing skin, "{0}".-^nl-Would you still like to save?
  2016. ko: 이미 존재하는 스킨 "{0}"에 덮어씌어 질 거에요.-^nl-그래도 저장하시겠어요?
  2017.  
  2018.  
  2019. FlexUI_NoPremiumOwner:
  2020. xx: "Only Donation DLC (Silver, Gold, Platinum or Diamond) owners can edit Premium Skins.-^nl-Would you like to visit the store page to browse the options?-^nl--^nl-Note: It will be opened in your Internet browser."
  2021. ko: "후원 DLC (실버, 골드, 플래티넘 혹은 다이아몬드) 를 소유하셔야지 고급 스킨을 편집하실 수 있어요.-^nl-스팀 상점 페이지로 가셔서 한번 보시겠어요?-^nl--^nl-참고: 인터넷 브라우져에서 열릴거에요."
  2022.  
  2023. Button_OpenStorePage:
  2024. xx: Open Store Page
  2025. ko: 상점 페이지 열기
  2026.  
  2027. # {0} : skin Name
  2028. FlexUI_SubError_WorkshopIsReadOnly:
  2029. xx: "\"{0}\" is a Workshop-synched skin and read-only."
  2030. ko: "\"{0}\" 스킨은 창작마당에서 동기화되는 스킨으로 읽기 전용이에요."
  2031.  
  2032. # {0} : skin Name
  2033. FlexUI_SubError_DefaultSkin:
  2034. xx: "Default skin cannot be modified."
  2035. ko: "기본 스킨은 편집이 안되요."
  2036.  
  2037. # {0} : skin Name
  2038. FlexUI_SubError_NotAuthor:
  2039. xx: "Only the authors of \"{0}\" can modify this skin."
  2040. ko: "\"{0}\" 제작자만 직접 편집이 가능해요."
  2041.  
  2042. # {0} : Specific sub error message
  2043. FlexUI_NotEditableSkin:
  2044. xx: "{0}-^nl-Would you like to create a copy of this skin and continue?-^nl--^nl-Note: This action will also set the new copy as your selected skin."
  2045. ko: "{0}-^nl-이 스킨의 복사본을 만들어 편집하시겠어요?-^nl--^nl-참고: 복사본을 생성 시, 그 복사본이 사용하시는 스킨으로 선택 될 거에요."
  2046.  
  2047. FlexUI_DeleteSkinConfirmation:
  2048. xx: "This will permanently delete \"{0}\".-^nl-Are you sure you want to continue?"
  2049. ko: "\"{0}\" 스킨은 영구적으로 삭제될거에요.-^nl-그래도 삭제하시겠어요?"
  2050.  
  2051. # ------------------ Skin Editor ------------------
  2052.  
  2053. FlexUI_Editor_Name:
  2054. xx: Skin Name
  2055. ko: 스킨 이름
  2056.  
  2057. DefaultSkinName:
  2058. xx: Default
  2059. ko: 기본
  2060.  
  2061. # {0} : Original skin name
  2062. SkinNameCopyFormat:
  2063. xx: "{0} (Copy)"
  2064. ko: "{0} (복사본)"
  2065.  
  2066. Skin_NoDescription:
  2067. xx: No description
  2068. ko: 설명 없음
  2069.  
  2070. FlexUI_Editor_Name_Hint:
  2071. xx: Name used in the list
  2072. ko: 목록에 사용될 이름
  2073.  
  2074. FlexUI_Editor_Description:
  2075. xx: Skin Description
  2076. ko: 스킨 정보
  2077.  
  2078. FlexUI_Editor_Description_Hint:
  2079. xx: Describe the skin in short text.-^nl-Multiple lines are accepted.
  2080. ko: 짧게 스킨에 대해 설명해주세요.-^nl-한줄 이상 작성하실 수 있어요.
  2081.  
  2082. FlexUI_Editor_Version:
  2083. xx: Skin Revision
  2084. ko: 스킨 버전
  2085.  
  2086. FlexUI_Editor_Version_Hint:
  2087. xx: Your own version for the skin
  2088. ko: 이 스킨만의 버전
  2089.  
  2090. # {0} : Skin name
  2091. Message_NewSkinSaved:
  2092. xx: "New Skin \"{0}\" saved."
  2093. ko: "\"{0}\" 스킨이 새로 저장되었어요."
  2094.  
  2095. Message_ExistingSkinSaved:
  2096. xx: "Skin \"{0}\" saved."
  2097. ko: "\"{0}\" 스킨이 저장되었어요."
  2098.  
  2099. Message_NewSkinDownloaded:
  2100. xx: "New Skin \"{0}\" downloaded from the Workshop."
  2101. ko: "\"{0}\" 스킨이 새로 창작마당에서 다운로드 되었어요."
  2102.  
  2103. Message_SkinUpdateDownloaded:
  2104. xx: "Skin \"{0}\" updated from the Workshop."
  2105. ko: "\"{0}\" 스킨이 창작마당에서 업데이트 되었어요."
  2106.  
  2107. Message_UnsavedChanges:
  2108. xx: "Changes are not saved yet.-^nl-Quitting Skin Editor will only keep the changes for this session."
  2109. ko: "아직 변경사항이 저장되지 않았어요.-^nl-지금 스킨 편집기를 닫으면 변경 사항이 저장되지 않으나 이번 세션에서는 지속되요."
  2110.  
  2111. Button_SAVEAndQuit:
  2112. xx: SAVE & Quit
  2113. en_min: SAVE
  2114. ko: 저장하고 닫음
  2115.  
  2116. Button_CopyAndContinue:
  2117. xx: Copy & Continue
  2118. en_min: Copy
  2119. ko: 복사후 계속
  2120.  
  2121. Button_CancelChanges:
  2122. xx: Cancel Changes
  2123. en_min: Cancel
  2124. ko: 변경사항 취소
  2125.  
  2126. Button_DELETEPermanantly:
  2127. xx: DELETE Permanently
  2128. en_min: DELETE
  2129. ko: 영구적 삭제
  2130.  
  2131. Error_Title_SkinEditor:
  2132. xx: Skin Editor Error
  2133. ko: 스킨 편집기 오류
  2134.  
  2135. # {0} : Path to the image
  2136. Error_SkinEditor_ImageDoesntExist:
  2137. xx: "Image \"{0}\", no longer exists or unavailable."
  2138. ko: "\"{0}\" 이미지가 더이상 존재하지 않거나 현재 사용될 수 없었어요."
  2139.  
  2140. Error_SkinEditor_InvalidTicket:
  2141. xx: Steamworks was unable to create a valid ticket to save a Premium Skin.-^nl-Please make sure you have the right account that owns a Supporter DLC.
  2142. ko: Steamworks에서 정상적인 권한을 받지 않아 고급 스킨 저장에 실패하였어요.-^nl-후원 DLC를 소유하고 있는 계정인지 다시 확인해주세요.
  2143.  
  2144. # {0} : Path to the image
  2145. Error_SkinEditor_UnsableToSave:
  2146. xx: Unable to save to a new skin file.-^nl-Please check your file permissions or try again later.
  2147. ko: 스킨 파일 저장에 실패했어요.-^nl-파일 권한이 있는지 확인하시거나 다시 시도해주세요.
  2148.  
  2149. # ------------------ Customizable parts ------------------
  2150.  
  2151. FlexUI_Customize_Separator:
  2152. xx: -^nl-
  2153.  
  2154. Button_FlexUI_Customize:
  2155. xx: Customize
  2156. ko: 꾸미기
  2157.  
  2158. FlexUI_Background:
  2159. xx: Main Background
  2160. ko: 배경화면
  2161.  
  2162. FlexUI_MenuBar:
  2163. xx: Top Menu Bar
  2164. ko: 상단 메뉴 바
  2165.  
  2166. FlexUI_ConfiguredList:
  2167. xx: Configured App List
  2168. ko: 설정된 앱 목록
  2169.  
  2170. FlexUI_RunningList:
  2171. xx: Non-configured App List
  2172. ko: 설정안된 앱 목록
  2173.  
  2174. FlexUI_ControlBar:
  2175. xx: Control Bar
  2176. ko: 도구 표시줄
  2177.  
  2178. FlexUI_InfoBar:
  2179. xx: Information Bar
  2180. ko: 정보 표시줄
  2181.  
  2182. Button_FlexUI_Delete_Tooltip:
  2183. xx: Permanantly delete this skin
  2184. ko: 영구적으로 이 스킨을 삭제해요
  2185.  
  2186. Button_FlexUI_Close_Tooltip:
  2187. xx: Closes the editor
  2188. ko: 스킨 편집기를 닫아요
  2189.  
  2190. Button_FlexUI_Hide_Tooltip:
  2191. xx: Hides the editor to take a better look at the changes made to the skin
  2192. ko: 스킨 편집기 최소화 시켜 변경 사항을 자세히 볼 수 있어요
  2193.  
  2194. Button_FlexUI_Save_Tooltip:
  2195. xx: Save as your existing skin or a new skin.
  2196. ko: 소유하신 스킨이나 새로운 스킨으로 저장해요.
  2197.  
  2198. Title_FlexUI_CustomizationTool:
  2199. xx: Customization Tool
  2200. ko: 맞춤 도구
  2201.  
  2202. # [Workshop Guileline] If the name for each value does not start with the initial R, G, B, or A, please put (R), (G), (B), (A) respectively.
  2203. Header_RGBA:
  2204. xx: Red, Green, Blue, Alpha (Transparency)
  2205. ko: 빨강 (R), 초록 (G), 파랑 (B), 불투명도 (A)
  2206.  
  2207. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2208. Label_Red:
  2209. xx: R
  2210.  
  2211. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2212. Label_Green:
  2213. xx: G
  2214.  
  2215. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2216. Label_Blue:
  2217. xx: B
  2218.  
  2219. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2220. Label_Alpha:
  2221. xx: A
  2222.  
  2223. # [Workshop Guileline] If the name for each value does not start with the initial H, S, or V, please put (H), (S), (V) respectively.
  2224. Header_HSL:
  2225. xx: Hue, Saturation, Value
  2226. ko: 색상 (H), 채도 (S), 명도 (V)
  2227.  
  2228. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2229. Label_Hue:
  2230. xx: H
  2231.  
  2232. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2233. Label_Saturation:
  2234. xx: S
  2235.  
  2236. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2237. Label_LValue:
  2238. xx: V
  2239.  
  2240. Button_FlexUI_BackgroundColor:
  2241. xx: Background Color
  2242. ko: 배경색
  2243.  
  2244. FlexUI_SelectedColor:
  2245. xx: Selected Color
  2246. ko: 선택된 색상
  2247.  
  2248. FlexUI_BackgroundColor_Desc:
  2249. xx: Background Color sits behind the custom image.
  2250. ko: 배경색은 이미지 뒤에 위치해 있어요.
  2251.  
  2252. Button_FlexUI_Default:
  2253. xx: Default
  2254. ko: 기본값
  2255.  
  2256. FlexUI_Default_Desc:
  2257. xx: Use the values from the Default Skin.-^nl-Don't forget to apply changes!
  2258. ko: 기본 스킨에 있는 값들을 사용해요.-^nl-변경사항 적용하는걸 잊지마세요!
  2259.  
  2260. Button_SetElement:
  2261. xx: Apply-^nl-Changes
  2262. ko: 변경사항-^nl-적용
  2263.  
  2264. FlexUI_ImageOpacity:
  2265. xx: Image Opacity
  2266. ko: 이미지 불투명도
  2267.  
  2268. FlexUI_Opacity_Tooltip:
  2269. xx: Opacity controls how visible the image is, where 100 is fully visible and 0 is completely invisible.
  2270. ko: 이미지의 불투명도를 조절해요. 완벽한 보이는 값은 100 으로, 숨기는 값은 0으로 나타낼 수 있어요.
  2271.  
  2272. Button_FlexUI_Image:
  2273. xx: Custom Image
  2274. ko: 이미지
  2275.  
  2276. Button_Browse:
  2277. xx: Browse
  2278. ko: 파일 찾기
  2279.  
  2280. Button_FlexUI_ApplyToEditor:
  2281. xx: Apply in Editor
  2282. ko: 편집기로 적용
  2283.  
  2284. FlexUI_Image_NoImage:
  2285. xx: No image selected
  2286. ko: 선택된 이미지 없음
  2287.  
  2288. FlexUI_Image_Desc:
  2289. xx: Custom Image is any image file you want to put on top of the Background Color.
  2290. ko: 배경색 위에 붙일 수 있는 이미지에요.
  2291.  
  2292. Button_FlexUI_TintColor:
  2293. xx: Tint Color
  2294. ko: 코팅색
  2295.  
  2296. FlexUI_TintColor_Desc:
  2297. xx: Colored on top of the Custom Image and Background Color, Tint Color can grant additional visual controls.
  2298. ko: 이미지 위에 색칠되는 색으로 불투명도를 사용하시면, 추가적인 효과를 조절할 있어요.
  2299.  
  2300. FlexUI_ResultPanel:
  2301. xx: Preview
  2302. ko: 미리보기
  2303.  
  2304.  
  2305. # -------------------------------------------------------------
  2306. # Overlay
  2307. # -------------------------------------------------------------
  2308. # Button that stays on top of the screen when a configured app is active with "Manual Button" option enabled.
  2309. Button_ApplyManualMagic:
  2310. xx: Use Magic Now
  2311. ko: 마법 지금 사용
  2312.  
  2313. WindowEscapeTextTitle:
  2314. xx: Magic Borderless Window-Escape™
  2315. ko: 매직 보더리스 창 탈출™
  2316.  
  2317. WindowEscape_ClickModeText:
  2318. en: CLICK THIS AREA TO RESUME THIS WINDOW
  2319. en_min: CLICK THIS AREA
  2320. ko: 이곳을 클릭하시면 이 창으로 돌아가실 수 있어요.
  2321.  
  2322. WindowEscape_EnterModeText:
  2323. en: RETURN TO THIS AREA TO RESUME THIS WINDOW
  2324. en_min: RETURN TO THIS AREA
  2325. ko: 마우스가 이곳으로 돌아오면 이 창으로 전환되요.
  2326.  
  2327. WindowEscape_None:
  2328. en: NONE - Do not use Window-Escape
  2329. ko: 창 탈출 사용 안함
  2330.  
  2331. WindowEscape_ClickMode:
  2332. en: CLICK MODE - Clicking the window resumes
  2333. ko: 클릭 모드 - 창을 클릭해서 재개
  2334.  
  2335. WindowEscape_EnterMode:
  2336. en: RETURN MODE - Cursor entering the window resumes
  2337. ko: 복귀 모드 - 마우스 커서가 창 안에 들어오면 재개
  2338.  
  2339. # -------------------------------------------------------------
  2340. # Notifications
  2341. # -------------------------------------------------------------
  2342.  
  2343. # Use this for 0.99, but the dev build should use the internal texts.
  2344. PlayMonitorChanged:
  2345. xx: "Play Monitor:"
  2346. ko: "플레이 모니터:"
  2347.  
  2348. # Instead of an unfriendly crash, use this to notify the user.
  2349. SteamLicenseExpired:
  2350. xx: "Invalid Magic Borderless license.-^nl-Program will be terminated."
  2351. ko: "매직 보더리스 라이센스가 만료되었어요.-^nl-프로그램이 종료됩니다."
  2352.  
  2353. CorruptionDetected:
  2354. xx: "Magic Borderless corruption detected.-^nl-If this persists, please reinstall the program."
  2355. ko: "매직 보더리스가 손상되었어요.-^nl-문제가 지속되면 프로그램을 재설치해주세요."
  2356.  
  2357. UnresponsiveLauncher:
  2358. xx: "Unable to receive response from the launcher.-^nl-Program will be terminated."
  2359. ko: "런처가 응답이 없어요.-^nl-프로그램이 종료됩니다."
  2360.  
  2361. Note_FullscreenAppDetected:
  2362. xx: "Fullscreen game detected.-^nl-Title: {0}-^nl--^nl-What would you like to do?"
  2363. ko: "천헤화면 앱이 감지되었어요.-^nl-제목: {0}-^nl--^nl-어떻게 할까요?"
  2364.  
  2365. Note_WindowedGameDetected:
  2366. xx: "Possible windowed game detected.-^nl-Title: {0}-^nl--^nl-What would you like to do?"
  2367. ko: "창 모드 게임이 감지되었어요.-^nl-제목: {0}-^nl--^nl-어떻게 할까요?"
  2368.  
  2369. Note_Button_AlwaysIgnore:
  2370. en: Alawys IGNORE
  2371. en_min: IGNORE
  2372. ko: 항상 무시
  2373.  
  2374. Note_Button_Configure:
  2375. xx: CONFIGURE
  2376. ko: 설정하기
  2377.  
  2378. Note_Button_UseDefault:
  2379. xx: Use DEFAULT
  2380. ko: 기본값 사용
  2381.  
  2382. Note_DetectedConfigured:
  2383. xx: "Successfully saved!"
  2384. ko: "설정이 성공적으로 저장되었어요!"
  2385.  
  2386. Note_RestoredNinjaModeWindow:
  2387. xx: "\"{0}\"-^nl-restored from Ninja Mode."
  2388. ko: "\"{0}\"-^nl-닌자모드 해제."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement