Advertisement
studiochristmas

Magic Borderless v0.99 Public Draft 1

Jun 8th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.70 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.99pd1
  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.99pd1
  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.99pd1
  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-Please note that this isn't perfect and it may have false positives.
  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_SmallWindow:
  1256. xx: Force Magic
  1257. ko: 마법 강제 적용
  1258.  
  1259. Detection_SmallWindow_Desc:
  1260. en: " for tiny windows."
  1261. en_min: ""
  1262. ko: " 작은 창에게 유용."
  1263.  
  1264. Detection_SmallWindow_Tooltip:
  1265. xx: "Magic Borderless by default does not not apply window-related Magic if the window is smaller than 800x600.-^nl-Force Magic ignores that rule for app that always runs at sizes smaller than that."
  1266. ko: "매직 보더리스는 창 크기가 800x600 미만이면 창을 다루는 마법을 적용하지 않아요.-^nl-그런 작은 창으로만 실행되는 게임이면 이 옵션을 사용해주세요."
  1267.  
  1268. Overlay_FillBackground:
  1269. xx: Fill Background
  1270. ko: 배경색 적용
  1271.  
  1272. Overlay_FillBackground_Desc:
  1273. en: " to fill area outside of the window."
  1274. en_min: ""
  1275. ko: " 창 밖에 공간을 체우기."
  1276.  
  1277. Overlay_FillBackground_Tooltip:
  1278. 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)."
  1279. ko: "창 크기가 화면보다 작을 경우, 창 주변에 있는 공간을 단색 (기본값: 검은색)으로 채웁니다."
  1280.  
  1281. EnableNinjaMode:
  1282. xx: Allow Ninja Mode
  1283. ko: 닌자 모드 허용
  1284.  
  1285. EnableNinjaMode_Desc:
  1286. en: -^nl-Allows windows to go on Ninja Mode that can hide and mute the window when [Alt] + [X] is pressed.
  1287. en_min: ""
  1288. ko: -^nl-사용하는 창에서 [Alt]와 [ㅌ] 누르면 닌자 모드를 발동할 수 있도록 허용해요.
  1289.  
  1290. PlayMonitor:
  1291. xx: Play Monitor
  1292. ko: 플레이 모니터
  1293.  
  1294. # [Workshop Guileline] Make sure "Play Monitor" matches your translation done for "PlayMonitor" (Text ID)
  1295. SendToPlayMonitor:
  1296. xx: Send to Play Monitor
  1297. ko: 플레이 모니터로 보내기
  1298.  
  1299. # [Workshop Guileline] Make sure "Play Monitor" and "Tools" matches your translation done for "PlayMonitor" & "Menu_QuickFunction" (Text IDs)
  1300. SendToPlayMonitor_Desc:
  1301. en: -^nl-Overrides target monitor and sends the window to Play Monitor (Tools menu).
  1302. en_min: ""
  1303. ko: -^nl-다른 설정을 무시하고, 플레이 모니터로 (도구 메뉴) 정해진 화면으로 창을 보내요.
  1304.  
  1305.  
  1306. # ------------------ Extra Actions ------------------
  1307. # Planned for future version. Delayed.
  1308. # Not used in v0.99.
  1309.  
  1310. ExtraActions:
  1311. xx: Extra Actions
  1312. ko: 추가 실행
  1313.  
  1314. ExtraActions_Desc:
  1315. en: -^nl-Additionally run added files or programs.
  1316. en_min: ""
  1317. ko: -^nl-추가적으로 파일이나 프로그램을 실행시켜요.
  1318.  
  1319. ExtraActions_Delay:
  1320. xx: Delay
  1321. ko: 지연시간
  1322.  
  1323. ExtraActions_Delay_Tooltip:
  1324. xx: Adds a delay to this action.
  1325. ko: 실행 전 지연시간을 추가해요.
  1326.  
  1327. ExtraActions_Path:
  1328. xx: Path
  1329. ko: 경로
  1330.  
  1331. ExtraActions_Path_Tooltip:
  1332. xx: Full path to the file.
  1333. ko: 파일의 경로를 지정해요.
  1334.  
  1335. ExtraActions_Parameters:
  1336. xx: Optional Parameters
  1337. ko: 프로그램 속성값
  1338.  
  1339. ExtraActions_Parameters_Tooltip:
  1340. xx: Additional value you wish to pass to the program.
  1341. ko: 추가적으로 프로그램에게 넘겨줄 속성값을 설정해요.
  1342.  
  1343. ExtraActions_SyncClose:
  1344. xx: Close Together
  1345. ko: 같이 종료
  1346.  
  1347. ExtraActions_SyncClose_Tooltip:
  1348. xx: Close this process when your app closes.
  1349. ko: 앱이 종료되었을 때, 같이 종료시켜요.
  1350.  
  1351. ExtraActions_SyncClose_Disable:
  1352. xx: Keep Running
  1353. ko: 종료 안함
  1354.  
  1355. ExtraActions_SyncClose_Close:
  1356. xx: Close
  1357. ko: 종료
  1358.  
  1359. ExtraActions_SyncClose_Kill:
  1360. xx: Force Kill
  1361. ko: 강제 종료
  1362.  
  1363. # ------------------ Specialty Featues ------------------
  1364.  
  1365. EnableBackgroundVolumeAdjust:
  1366. xx: Lower Volume in Background
  1367. ko: 창 변경 시 볼륨 줄이기
  1368.  
  1369. EnableBackgroundVolumeAdjust_Desc:
  1370. en: -^nl-Lowers or mutes the audio coming from the window that is not in front.
  1371. en_min: ""
  1372. ko: -^nl-창을 사용하지 않을때만 그 앱에서만 나오는 소리를 줄이거나 음소거 시켜요.
  1373.  
  1374. EnableBackgroundVolumeAdjust_Tooltip:
  1375. 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."
  1376. ko: "0 에서 10 까지 단위로 창의 소리를 줄여요.-^nl-0: 앱의 창이 미사용 중일 때 소리를 줄이지 않아요.-^nl-1 ~ 9: 소리를 줄여요. 값이 클 수록 더 많이 줄입니다.-^nl-10: 완전히 음소거 시켜요."
  1377.  
  1378. EnableAlwaysOntop:
  1379. xx: Always on top
  1380. ko: 항상 위에 놓기
  1381.  
  1382. EnableAlwaysOntop_Desc:
  1383. en: -^nl-Sets the window to always stay on top.
  1384. en_min: ""
  1385. ko: -^nl-창이 항상 위에 있도록 설정해요.
  1386.  
  1387. # ------------------ Shared Resources ------------------
  1388.  
  1389. Button_Apply:
  1390. xx: Apply
  1391. ko: 적용
  1392.  
  1393. Button_Cancel:
  1394. xx: CANCEL
  1395. ko: 취소
  1396.  
  1397. Button_Return:
  1398. xx: Return
  1399. ko: 돌아가기
  1400.  
  1401. Button_OK:
  1402. xx: OK
  1403. ko: 확인
  1404.  
  1405. Button_Save:
  1406. xx: SAVE
  1407. ko: 저장
  1408.  
  1409. Button_Modify:
  1410. xx: SAVE
  1411. ko: 저장
  1412.  
  1413. Button_SaveAsNew:
  1414. xx: SAVE as New
  1415. ko: 새로 저장
  1416.  
  1417. Button_Revert:
  1418. xx: Revert
  1419. ko: 되돌리기
  1420.  
  1421. Button_Overwrite:
  1422. xx: Overwrite
  1423. ko: 덮어쓰기
  1424.  
  1425. Tooltip_RemoveAppFromConfiguration:
  1426. en: Do not configure this app now
  1427. en_min: Do not configure
  1428. ko: 현재 설정에서 제외
  1429.  
  1430.  
  1431. # ------------------ Overlay Feature ------------------
  1432. # Planned for post-v1.00
  1433.  
  1434. # This will support Workshop in the future, but DO NOT move the texts to the Workshop section.
  1435. Enable_Screenstickers_BackLayer:
  1436. xx: Enable Screenstickers (Behind app)
  1437. ko: 스크린 스티커 사용 (앱 뒤에)
  1438.  
  1439. Enable_Screenstickers_BackLayer_Desc:
  1440. xx: Allows you to put images and shapes on top of the screen. Browse Workshop to share or download more stickers!
  1441. ko: 이미지나 모양등을 화면 위에 붙일 수 있는 기능을 활성화해요. 창작마당을 통해 더 많은 스티커를 공유하고 받아보세요!
  1442.  
  1443. Enable_Screenstickers_FrontLayer:
  1444. xx: Enable Screenstickers (In front of app)
  1445. ko: 스크린 스티커 사용 (앱 앞에)
  1446.  
  1447. Enable_Screenstickers_FrontLayer_Desc:
  1448. xx: Allows you to put images and shapes on top of the screen. Browse Workshop to share or download more stickers!
  1449. ko: 이미지나 모양등을 화면 위에 붙일 수 있는 기능을 활성화해요. 창작마당을 통해 더 많은 스티커를 공유하고 받아보세요!
  1450.  
  1451. Screenstickers_Mode:
  1452. xx: Screensticker Mode
  1453. ko: 스크린 스티커 모드
  1454.  
  1455. Screenstickers_Mode_Always:
  1456. xx: Always Stay on Screen
  1457. ko: 화연 위에 항상 붙여놓기
  1458.  
  1459. Screenstickers_Mode_Active:
  1460. xx: Only when target app is currently active on the screen
  1461. ko: 지정된 앱이 앞에 실행되어 있을 때만 사용하기
  1462.  
  1463. # ------------------ Field Validators ------------------
  1464.  
  1465. Field_ZeroMeansDefault:
  1466. xx: Default
  1467. ko: 기본값
  1468.  
  1469. Field_NegativeValue:
  1470. xx: Positive only
  1471. ko: 양수값만
  1472.  
  1473. Field_InvalidValue:
  1474. xx: Invalid number
  1475. ko: 숫자값만
  1476.  
  1477. Field_MinimumNumber:
  1478. xx: "Minimum: {0}"
  1479. ko: "{0} 이상"
  1480.  
  1481. Field_MaximumNumber:
  1482. xx: "Maximum: {0}"
  1483. ko: "{0} 이하"
  1484.  
  1485. AlreadyBeingConfigured:
  1486. xx: The following app is already being configured in another window.
  1487. ko: 아래 앱은 현재 다른 창에서 설정하시고 있어요.
  1488.  
  1489. AlreadyBeingConfigured_Tip:
  1490. xx: Same apps can only be configured in one window.
  1491. ko: 같은 앱은 하나의 창에서만 설정 가능해요.
  1492.  
  1493. Ask_WhatToDo:
  1494. xx: What would you like to do?
  1495. ko: 어떻게 하시겠어요?
  1496.  
  1497. Button_ContinueExclude:
  1498. xx: Exclude & Continue
  1499. ko: 제외하고 나머지 설정
  1500.  
  1501. Button_CancelThis:
  1502. xx: Cancel This
  1503. ko: 현재 이 설정창 취소
  1504.  
  1505. ConfirmChanges:
  1506. xx: Successfully configured
  1507. ko: 설정 되었어요
  1508.  
  1509. ConfirmChanges_Tip:
  1510. xx: Make sure to run the app on its windowed mode!
  1511. ko: 설정하신 앱에서도 창 모드로 변경하시는거 잊지마세요!
  1512.  
  1513. SettingsReverted:
  1514. xx: Changes reverted
  1515. ko: 변경 사항을 취소하셨어요
  1516.  
  1517. SettingsApplied:
  1518. xx: Changes saved
  1519. ko: 변경 사항이 저장되었어요
  1520.  
  1521. # ------------------ Window-Escape Feature ------------------
  1522.  
  1523. EnableWindowEscape:
  1524. xx: Allow Window-Escape
  1525. ko: 창 탈출 허용
  1526.  
  1527. EnableWindowEscape_Desc:
  1528. en: "-^nl-Allows your cursor to escape active window with: [Alt] + [` (~)]. Useful when you want to briefly do something on other monitors."
  1529. en_min: ""
  1530. ko: "-^nl-[알트] + [` (~)] 키를 누르면 마우스 커서가 창에서 벗어나올 수 있게 해줍니다. 다른 모니터에서 다른걸 잠시 해야할때 유용해요."
  1531.  
  1532. # -------------------------------------------------------------
  1533. # CONTEXT MENU FOR THE TRAY ICON
  1534. # -------------------------------------------------------------
  1535.  
  1536. Context_OpenApp:
  1537. xx: Open Main Window
  1538. ko: 창 열기
  1539.  
  1540. Context_Exit:
  1541. xx: Exit
  1542. ko: 종료
  1543.  
  1544. Context_Preference:
  1545. xx: Preference
  1546. ko: 설정
  1547.  
  1548. Context_PauseMagic:
  1549. xx: Pause Applying Magic
  1550. ko: 마법 적용 잠시 중단
  1551.  
  1552. Context_EnableAuto:
  1553. xx: Enable Auto-Detection
  1554. ko: 자동 탐지기 사용
  1555.  
  1556. Context_EnableAutoApply:
  1557. en: Enable Auto-Apply After Detection
  1558. en_min: Auto-Apply Defaults
  1559. ko: 탐지된 창 자동 적용 사용
  1560.  
  1561. # -------------------------------------------------------------
  1562. # HOTKEYS
  1563. # -------------------------------------------------------------
  1564.  
  1565. Title_HotkeySettings:
  1566. en: Hotkey Settings
  1567. ko: 단축키 설정
  1568.  
  1569. Header_GlobalHotkeys:
  1570. en: Global Magic Hotkeys
  1571. ko: 프로그램 마법 단축키들
  1572.  
  1573. Header_GlobalHotkeys_Tip:
  1574. en: Shortcut keys related to Magic Borderless
  1575. ko: 모든 프로그램에서 사용되는 마법 단축키들
  1576.  
  1577. Hotkey_AutoDetection:
  1578. en: Toggle Auto-Detection
  1579. ko: 자동 탐지기 사용 여부
  1580.  
  1581. Hotkey_PauseMagic:
  1582. en: Pause applying all Magic temporarily
  1583. ko: 모든 마법 적용 사용 여부
  1584.  
  1585. Hotkey_AutoDetectAutoApply:
  1586. en: Apply Default Magic to Auto-Detected apps
  1587. ko: 자동 탐지기에 잡힌 앱 기본값 자동 적용 여부
  1588.  
  1589. Header_AppHotkeys:
  1590. en: App Magic Hotkeys
  1591. ko: 앱 마법 단축키
  1592.  
  1593. Header_AppHotkeys_Tip:
  1594. en: Shortcut keys that apply Magic to the window currently being used
  1595. ko: 현재 사용하는 창에 적용되는 마법 단축키들
  1596.  
  1597. Hotkey_OpenAppSettings:
  1598. en: Open an app manager
  1599. ko: 앱 마법 설정 열기
  1600.  
  1601. Hotkey_DesktopToggle:
  1602. en: Show/Hide Desktop (Leave windows on other monitors alone)
  1603. ko: 바탕화면으로 (다른 모니터에 있는 창은 놔두기)
  1604.  
  1605. Hotkey_ApplyBorderlessOnce:
  1606. en: Apply Borderless just this once
  1607. ko: 이번에만 창 테두리 없애기 (보더리스 모드)
  1608.  
  1609. Hotkey_SendToSystemTray:
  1610. en: Send to System Tray
  1611. ko: 트레이로 보내기
  1612.  
  1613. Hotkey_HidetheWindow:
  1614. en: Hide the Window
  1615. ko: 창 숨기기
  1616.  
  1617. Hotkey_MutetheWindow:
  1618. en: Mute the Window
  1619. ko: 창 음소거
  1620.  
  1621. Hotkey_StealthMode:
  1622. en: Activate Ninja Mode (Mute & Hide)
  1623. ko: 닌자 모드 적용 (창 음소거및 숨기기)
  1624.  
  1625. # -------------------------------------------------------------
  1626. # WORKSHOP
  1627. # -------------------------------------------------------------
  1628.  
  1629. Workshop_OfficialAuthors:
  1630. xx: Official Localization Team
  1631. ko: 공식 번역 팀
  1632.  
  1633. Workshop_OfficialTag:
  1634. xx: "Official"
  1635. ko: "공식 번역"
  1636.  
  1637. Workshop_UnofficialTag:
  1638. xx: "User Mod"
  1639. ko: "유저 제작"
  1640.  
  1641. # Only for APPROVED Workshop contributors.
  1642. # IMPORTANT: The list is pulled from the database at the build phase.
  1643. Workshop_TranslationContributors:
  1644. xx: Localization Contributors
  1645. ko: 번역해주신 분들
  1646.  
  1647. Label_LocalizationFiles:
  1648. xx: Translation File
  1649. ko: 번역 텍스트 파일
  1650.  
  1651. Title_LocalizationFiles:
  1652. xx: Select your translation script file
  1653. ko: 번역 스크립트 파일을 선택해주세요
  1654.  
  1655. Label_ImageFiles:
  1656. xx: Image File
  1657. ko: 이미지 파일
  1658.  
  1659. Title_ImageFiles:
  1660. xx: Select your image (appropriate image for styles or flag for real languages) file for your the Workshop entry.
  1661. ko: 창작마당에 사용될 이미지 (스타일 언어는 알맞은 그림, 실제 언어는 국기)를 선택해주세요.
  1662.  
  1663. Error_WrongFile:
  1664. xx: "Forbidden File Error"
  1665. ko: "금지된 파일 오류"
  1666.  
  1667. Error_MainTranslationFile:
  1668. xx: Selected translation file is the core localization file.-^nl-Please make a copy of it and work on them instead!
  1669. ko: 선택하신 번역 파일은 본 앱의 파일이에요!-^nl-복사하셔서 작업해주세요!
  1670.  
  1671. Error_TranslationScriptError:
  1672. xx: "Invalid Translation Script File: Formatting Error"
  1673. ko: "잘못된 번역 파일: 구문 오류"
  1674.  
  1675. Error_SyntaxError:
  1676. xx: "Your translation script has syntax errors:"
  1677. ko: "번역 파일에 구문 오류가 발견됬어요:"
  1678.  
  1679. Error_Error:
  1680. xx: "Error: "
  1681. ko: "오류: "
  1682.  
  1683. Title_Error:
  1684. xx: "Error"
  1685. ko: "오류 "
  1686.  
  1687. Title_AppWorkshopTool:
  1688. xx: "Magic Borderless - Steam Workshop tool"
  1689. ko: "매직 보더리스 - 스팀 창작마당 도구"
  1690.  
  1691. Dialog_Workshop_NewOrExisting:
  1692. xx: Is this a new Workshop mod or an existing one of yours on Workshop?
  1693. ko: 창작마당에 등록될 새 콘텐츠인가요 아니면 이미 업로드 하셨던 건가요?
  1694.  
  1695. Button_NewWorkshopEntry:
  1696. xx: New Contents
  1697. ko: 새 콘텐츠
  1698.  
  1699. Button_ExistingWorkshopEntry:
  1700. xx: Existing Contents
  1701. ko: 이전 콘텐츠
  1702.  
  1703. Warning_Workshop_NoOwnedEntries:
  1704. xx: Could not find any subscribed contents you own.-^nl-Please add new contents and subscribe them.
  1705. ko: 구독된 소유 콘텐츠를 찾지 못했어요.-^nl-새 콘텐츠를 등록하고 구독해주세요.
  1706.  
  1707. Dialog_Workshop_TranslationUploading:
  1708. xx: Your files are being uploaded to Steam Workshop...
  1709. ko: 창작마당에 현재 파일들을 업로드 중이에요...
  1710.  
  1711. Dialog_Workshop_TranslationUploaded:
  1712. xx: Congratulations!-^nl-Your files have been Successfully uploaded to Steam Workshop!
  1713. ko: 축하드려요!-^nl-스팀 창작마당에 성공적으로 업로드 되었어요!
  1714.  
  1715. Message_NewTextModDownloaded:
  1716. xx: "New language \"{0}\" downloaded from the Workshop."
  1717. ko: "\"{0}\" 언어가 창작마당에서 다운로드 되었어요."
  1718.  
  1719. Message_TextModUpdateDownloaded:
  1720. xx: "Language \"{0}\" updated from the Workshop."
  1721. ko: "\"{0}\" 언어가 창작마당에서 업데이트 되었어요."
  1722.  
  1723. # ------------------ Modder Errors ------------------
  1724.  
  1725. Workshop_OneLanguageOnly:
  1726. xx: -^nl-- You can only add one language per file.
  1727. ko: -^nl-- 한 파일에 한 언어만 작성할 수 있어요.
  1728.  
  1729. Workshop_InvalidNode:
  1730. xx: -^nl-- Node "{0}" is invalid.
  1731. ko: -^nl-- "{0}" 노드는 올바르지 않아요.
  1732.  
  1733. Workshop_AttributeMissing:
  1734. xx: -^nl-- Attribute "{0}" is missing.
  1735. ko: -^nl-- "{0}" 속성 값이 존재하지 않아요.
  1736.  
  1737. Workshop_InvalidValue:
  1738. xx: -^nl-- Attribute "{0}" cannot be "{1}"
  1739. ko: -^nl-- "{0}" 속성 "{1}" 값은 잘못되었어요.
  1740.  
  1741. Workshop_InvalidLanguageType:
  1742. xx: -^nl-- "{0}" should be either "{1}" or "{2}".
  1743. ko: -^nl-- "{0}" 속성은 "{1}" 혹은 "{2}" 값이어야 해요.
  1744.  
  1745. Workshop_MissingTranslation:
  1746. xx: -^nl-- Text "{0}" is missing.
  1747. ko: -^nl-- "{0}" 텍스트가 번역되지 않았어요.
  1748.  
  1749. Workshop_MissingKeyword:
  1750. xx: -^nl-- Text "{0}" is missing "{1}".
  1751. ko: -^nl-- "{0}" 텍스트에서 "{1}"\ 값이 빠져있어요.
  1752.  
  1753. Workshop_WrongVersion:
  1754. xx: "-^nl-- Script version must match the latest version: \"{0}\" (file: \"{1}\")"
  1755. ko: "-^nl-- 스크립트 버전이 원본 버전과 일치해야 합니다: \"{0}\" (파일: \"{1}\")"
  1756.  
  1757. Workshop_InvalidFormat:
  1758. xx: "-^nl-- Invalid Translation or YAML 1.1 formatting: "
  1759. ko: "-^nl-- YAML 1.1 표준을 따르지 않거나 올바른 번역 파일이 아니에요: "
  1760.  
  1761. Title_SteamWorkshopError:
  1762. xx: Steam Workshop Error
  1763. ko: 스팀 창작마당 오류
  1764.  
  1765. Dialog_SteamWorkshopError:
  1766. xx: "Steam Workshop has returned an error.-^nl-Error: {0}.-^nl--^nl-Please try again later."
  1767. ko: "스팀 창작마당에서 오류가 발생했어요.-^nl-오류: {0}.-^nl--^nl-나중에 다시 시도해주세요."
  1768.  
  1769. Error_DefaultSkinsCannotBeShared:
  1770. xx: "Default skins should not be shared.-^nl-Please make a copy of it from the menu and customize before sharing."
  1771. ko: "기본 스킨은 공유할 필요가 없어요.-^nl-매뉴에서 복사본을 만드신 후에 알맞게 꾸미시고 공유해주세요."
  1772.  
  1773. Error_WorkshopSkinsCannotBeShared:
  1774. 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."
  1775. ko: "창작마당에서 동기화된 스킨은 읽기 전용이에요.-^nl-원본을 사용하시거나 복사본을 만드신 후에 업데이트 하시고 공유해주세요."
  1776.  
  1777. Error_NotAuthor:
  1778. 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."
  1779. ko: "소유하시고 계신 스킨만 업로드가 가능해요.-^nl-이 스킨이 마음에 드시면, 복사본을 만드신 후에 원하시는 방식으로 꾸미시고 공유해주세요."
  1780.  
  1781. Error_UsingWorkshopRequiresSteamworks:
  1782. xx: "To use Workshop you must enable Steamworks.-^nl-Please enable Steamworks from \"Steam\" menu in Magic Borderless."
  1783. ko: "창작마당을 사용하시기 위해선 Steamworks가 필요해요.-^nl-매직 보더리스의 매뉴 \"스팀\"에서 Steamworks 를 다시 활성화 시켜주세요."
  1784.  
  1785. Error_NoSkinRevision:
  1786. xx: "Please fill out the Revision field from the skin information.-^nl-This helps your users to keep track of changes."
  1787. ko: "스킨 편집기에서 스킨 버전을 작성해주세요.-^nl-작성하신 버전은 스킨을 받아 사용하시는 분들이 변경 사항을 비교할때 유용해요."
  1788.  
  1789. Error_NoSkinName:
  1790. xx: "Please fill out the Name field from the skin information.-^nl-This helps your users to identify your skin."
  1791. ko: "스킨 편집기에서 스킨 이름을 작성해주세요.-^nl-작성하신 이름은 스킨을 받아 사용하시는 분들이 알아보기 편할 수 있게 도와줘요."
  1792.  
  1793. # ------------------ Custom Skins ------------------
  1794.  
  1795. Dialog_ConfirmSkinUpload:
  1796. 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!"
  1797. ko: "현재 선택한 스킨을 창작마당에 등록하시겠어요?-^nl--^nl-중요: 현재 매직 보더리스의 화면을 캡쳐해서 보내질 거에요. 중요한 정보가 있으면 잠시 숨겨주세요!"
  1798.  
  1799. Button_UploadSkinNow:
  1800. en: "Upload Now"
  1801. en_min: "Upload"
  1802. ko: "업로드"
  1803.  
  1804. Title_ImageFilesWorkshopEntry:
  1805. xx: Select your image to use as thumbnail for your the Workshop entry.
  1806. ko: 창작마당에 사용될 썸네일 이미지를 선택해주세요.
  1807.  
  1808. Dialog_WorkshopCannotBeUploaded:
  1809. xx: "This is a Workshop-synced skin. Please use the original file to upload."
  1810. ko: "현재 선택한 스킨을 창작마당에 등록하시겠어요?"
  1811.  
  1812. Dialog_Workshop_FilesUploaded:
  1813. xx: Congratulations!-^nl-"{0}" has been Successfully uploaded to Steam Workshop!
  1814. ko: 축하드려요!-^nl-스팀 창작마당에 "{0}" 업로드가 성공적으로 되었어요!
  1815.  
  1816. # -------------------------------------------------------------
  1817. # ACHIEVEMENTS
  1818. # -------------------------------------------------------------
  1819.  
  1820. Achievement_MeetTheMakers_Title:
  1821. xx: Meet The Makers
  1822. ko: 창조주와의 만남
  1823.  
  1824. Achievement_OnePiece_Title:
  1825. xx: Find One Piece
  1826. ko: 원피스를 찾아라
  1827.  
  1828. Achievement_StealthMode_Title:
  1829. xx: Shinobi
  1830. ko: 시노비
  1831.  
  1832. Achievement_SteamworksMilestone1_Title:
  1833. xx: Clockwork & Steamwork
  1834. ko: 클락워크와 스팀워크
  1835.  
  1836. Achievement_SteamworksMilestone2_Title:
  1837. xx: Steampunk
  1838. ko: 스팀펑크
  1839.  
  1840. Achievement_Starup_Title:
  1841. xx: The Startup App
  1842. ko: 스타트업 앱
  1843.  
  1844. Achievement_Minimalist_Title:
  1845. xx: The Minimalist Federation
  1846. ko: 미니멀리스트 연합
  1847.  
  1848. Achievement_Disabler_Title:
  1849. xx: The Disabling
  1850. ko: 비활성화
  1851.  
  1852. # -------------------------------------------------------------
  1853. # Retroactive UI
  1854. # -------------------------------------------------------------
  1855.  
  1856. Title_AlertNewUser:
  1857. xx: HOW TO USE MAGIC BORDERLESS
  1858. ko: 매직 보더리스 사용법
  1859.  
  1860. Message_AlertNewUser:
  1861. 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!
  1862. ko: 창 테두리를 없애기 위해선 사용하시려는 게임이나 앱을 꼭 창 모드로 돌리셔야해요!-^nl--^nl-그게 다에요! 그 다음은 마법이 알아서 하도록 편히 놔두시거나 직접 입에 맞게 설정하실 수 있어요!-^nl--^nl-매직 보더리스를 구매해주셔서 정말 감사합니다!-^nl-만일 문제가 생기거나 도움이 필요하시면 저희 스팀 게시판에 오시면 최선을 다해 도와드리겠습니다!
  1863.  
  1864. Button_AlertNewUser:
  1865. xx: Thanks, I will always remember to run them on windowed mode.
  1866. ko: 고마워요, 창 모드로 변경하는 것 잊지 않을께요.
  1867.  
  1868. # -------------------------------------------------------------
  1869. # DLC
  1870. # -------------------------------------------------------------
  1871.  
  1872. DLC_Donation_Thankyou:
  1873. xx: Thank you so much for your generous support!-^nl-This greatly helps us continue to improve our products.
  1874. ko: 이렇게까지 지원을 해주셔서 정말로 감사합니다!-^nl-후원해 주신 만큼 저희 제품들을 개선할 수 있도록 열심히 노력하겠습니다.
  1875.  
  1876. DLC_Donation_Perk_CustomOwnerLabel:
  1877. xx: Custom Owner Label
  1878. ko: 사용자임의 오너 레이블
  1879.  
  1880. DLC_Donation_Perk_CustomOwnerLabel_Desc:
  1881. xx: Type any text you want to the Owner Label.
  1882. ko: 오너 레이블에 원하는 텍스트를 입력하세요.
  1883.  
  1884. DLC_Donation_Perk_CustomAppCoinColor:
  1885. xx: Custom App Coin Color
  1886. ko: 사용자지정 앱 코인 색
  1887.  
  1888. DLC_Donation_Perk_CustomAppCoinColor_Desc:
  1889. xx: Customize the color of the coin behind app icons.
  1890. ko: 앱 아이콘 뒤에 있는 코인 색을 지정할 수 있어요.
  1891.  
  1892. Status_SteamworksInit:
  1893. xx: (Initializing...)
  1894. ko: (로딩중...)
  1895.  
  1896. Status_NoSteamworks:
  1897. xx: (Steamworks disabled)
  1898. ko: (Steamworks 중단됨)
  1899.  
  1900. Status_NotOwner:
  1901. xx: Not Owner
  1902. ko: 미소유 계정
  1903.  
  1904. Status_Basic:
  1905. xx: Basic Status
  1906. ko: 기본 등급
  1907.  
  1908. Status_Silver:
  1909. xx: Silver Status
  1910. ko: 실버 등급
  1911.  
  1912. Status_Gold:
  1913. xx: Gold Status
  1914. ko: 골드 등급
  1915.  
  1916. Status_Platinum:
  1917. xx: Platinum Status
  1918. ko: 플래티넘 등급
  1919.  
  1920. Status_Diamond:
  1921. xx: Diamond Status
  1922. ko: 다이아몬드 등급
  1923.  
  1924. # -------------------------------------------------------------
  1925. # Skins
  1926. # -------------------------------------------------------------
  1927.  
  1928. SkinType:
  1929. xx: Skin Type
  1930. ko: 스킨 종류
  1931.  
  1932. SkinType_Basic:
  1933. xx: Basic Skin
  1934. ko: 일반 스킨
  1935.  
  1936. SkinType_Default:
  1937. xx: Default Skin
  1938. ko: 기본 스킨
  1939.  
  1940. SkinType_Premium:
  1941. xx: Premium Skin
  1942. ko: 고급 스킨
  1943.  
  1944. SkinSource_Local:
  1945. xx: Owned
  1946. ko: 소유중
  1947.  
  1948. SkinSource_Default:
  1949. xx: Default
  1950. ko: 기본
  1951.  
  1952. SkinSource_Workshop:
  1953. xx: Workshop
  1954. ko: 창작마당
  1955.  
  1956. # {0} : skin Name
  1957. Title_SkinTypeSwitch:
  1958. xx: "{0}: Switching from Premium to Basic"
  1959. ko: "{0}: 일반 스킨에서 고급 스킨으로 변경"
  1960.  
  1961. SkinType_Desc:
  1962. 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.
  1963. ko: 고급 스킨은 더 많은 요소를 꾸밀 수 있어요.-^nl-누구나 사용 가능하지만 후원 DLC를 소유하지 않고 있는 다른 유저분이 사용하시는 경우 편집이 안되요.
  1964.  
  1965. SkinTypeChange_Basic:
  1966. xx: Turning it into a Basic Skin will remove all customized parts except the background.-^nl-Would you like to proceed?
  1967. ko: 일반 스킨으로 변경할 경우, 배경을 제외한 모두 나머지 꾸며진 요소들이 제거되요.-^nl-그래도 계속 진행하시겠어요?
  1968.  
  1969. Button_ChangeToBasicSkin:
  1970. xx: Change to Basic
  1971. ko: 일반 스킨으로 변경
  1972.  
  1973. Button_StayPremium:
  1974. xx: Keep it as Premium
  1975. ko: 고급 스킨 유지
  1976.  
  1977. EditorMode:
  1978. xx: "Editor Mode: "
  1979. ko: "편집기 모드: "
  1980.  
  1981. Editor_BasicMode_Desc:
  1982. en: -^nl-Can only edit the background element.-^nl-Any Donation DLC can enable Premium Mode.
  1983. en_min: ""
  1984. ko: -^nl-배경만 변경이 가능.-^nl-아무 후원 DLC를 소유하시면 고급 스킨을 제작하실 수 있어요.
  1985.  
  1986. Editor_PremiumMode_Desc:
  1987. en: -^nl-Can edit all possible elements.
  1988. en_min: ""
  1989. ko: -^nl-가능한 모든 요소를 편집할 수 있어요.
  1990.  
  1991. PremiumSkin_Desc:
  1992. 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).
  1993. ko: 고급 스킨은 상단 메뉴, 리스트 박스와 하단 도구에 원하는 그림이나 색깔도 변경 가능한 기능을 가지고 있어요.-^nl-누구나 고급 스킨은 사용 가능하지만, 꾸미시려면 실버, 골드, 플래티넘, 다이아몬드 후원 DLC 중 아무거나 하나를 소유하고 계셔야 해요.
  1994.  
  1995. FlexUI_Editor_Title:
  1996. xx: Skin Editor
  1997. ko: 스킨 편집기
  1998.  
  1999. FlexUI_Editor_Error_NoSteamworks:
  2000. xx: Skin Editor cannot work with Steamworks disabled.-^nl-Please enable Steamworks from the menu.
  2001. ko: 스킨 편집기는 Steamworks가 중단되어있을 경우 작동할 수 없어요.-^nl-매뉴에서 Steamworks를 가동해주세요.
  2002.  
  2003. Title_FlexUI_SkinError:
  2004. xx: Skin File Error
  2005. ko: 스킨 파일 오류
  2006.  
  2007. FlexUI_CorruptedSkin:
  2008. 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}"
  2009. ko: "선택하신 스킨 파일은 손상되었어요.-^nl-다른 프로그램에서 사용중이거나 스킨 편집기를 사용하지 않고 변경된 것으로 보여요.-^nl-\"{0}\" 선택이 취소되었어요.-^nl--^nl-손상 부위: {2}"
  2010.  
  2011. # {0} : skin Name
  2012. FlexUI_Overwrite_Confirmation:
  2013. xx: This will overwrite the existing skin, "{0}".-^nl-Would you still like to save?
  2014. ko: 이미 존재하는 스킨 "{0}"에 덮어씌어 질 거에요.-^nl-그래도 저장하시겠어요?
  2015.  
  2016.  
  2017. FlexUI_NoPremiumOwner:
  2018. 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."
  2019. ko: "후원 DLC (실버, 골드, 플래티넘 혹은 다이아몬드) 를 소유하셔야지 고급 스킨을 편집하실 수 있어요.-^nl-스팀 상점 페이지로 가셔서 한번 보시겠어요?-^nl--^nl-참고: 인터넷 브라우져에서 열릴거에요."
  2020.  
  2021. Button_OpenStorePage:
  2022. xx: Open Store Page
  2023. ko: 상점 페이지 열기
  2024.  
  2025. # {0} : skin Name
  2026. FlexUI_SubError_WorkshopIsReadOnly:
  2027. xx: "\"{0}\" is a Workshop-synched skin and read-only."
  2028. ko: "\"{0}\" 스킨은 창작마당에서 동기화되는 스킨으로 읽기 전용이에요."
  2029.  
  2030. # {0} : skin Name
  2031. FlexUI_SubError_DefaultSkin:
  2032. xx: "Default skin cannot be modified."
  2033. ko: "기본 스킨은 편집이 안되요."
  2034.  
  2035. # {0} : skin Name
  2036. FlexUI_SubError_NotAuthor:
  2037. xx: "Only the authors of \"{0}\" can modify this skin."
  2038. ko: "\"{0}\" 제작자만 직접 편집이 가능해요."
  2039.  
  2040. # {0} : Specific sub error message
  2041. FlexUI_NotEditableSkin:
  2042. 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."
  2043. ko: "{0}-^nl-이 스킨의 복사본을 만들어 편집하시겠어요?-^nl--^nl-참고: 복사본을 생성 시, 그 복사본이 사용하시는 스킨으로 선택 될 거에요."
  2044.  
  2045. FlexUI_DeleteSkinConfirmation:
  2046. xx: "This will permanently delete \"{0}\".-^nl-Are you sure you want to continue?"
  2047. ko: "\"{0}\" 스킨은 영구적으로 삭제될거에요.-^nl-그래도 삭제하시겠어요?"
  2048.  
  2049. # ------------------ Skin Editor ------------------
  2050.  
  2051. FlexUI_Editor_Name:
  2052. xx: Skin Name
  2053. ko: 스킨 이름
  2054.  
  2055. DefaultSkinName:
  2056. xx: Default
  2057. ko: 기본
  2058.  
  2059. # {0} : Original skin name
  2060. SkinNameCopyFormat:
  2061. xx: "{0} (Copy)"
  2062. ko: "{0} (복사본)"
  2063.  
  2064. Skin_NoDescription:
  2065. xx: No description
  2066. ko: 설명 없음
  2067.  
  2068. FlexUI_Editor_Name_Hint:
  2069. xx: Name used in the list
  2070. ko: 목록에 사용될 이름
  2071.  
  2072. FlexUI_Editor_Description:
  2073. xx: Skin Description
  2074. ko: 스킨 정보
  2075.  
  2076. FlexUI_Editor_Description_Hint:
  2077. xx: Describe the skin in short text.-^nl-Multiple lines are accepted.
  2078. ko: 짧게 스킨에 대해 설명해주세요.-^nl-한줄 이상 작성하실 수 있어요.
  2079.  
  2080. FlexUI_Editor_Version:
  2081. xx: Skin Revision
  2082. ko: 스킨 버전
  2083.  
  2084. FlexUI_Editor_Version_Hint:
  2085. xx: Your own version for the skin
  2086. ko: 이 스킨만의 버전
  2087.  
  2088. # {0} : Skin name
  2089. Message_NewSkinSaved:
  2090. xx: "New Skin \"{0}\" saved."
  2091. ko: "\"{0}\" 스킨이 새로 저장되었어요."
  2092.  
  2093. Message_ExistingSkinSaved:
  2094. xx: "Skin \"{0}\" saved."
  2095. ko: "\"{0}\" 스킨이 저장되었어요."
  2096.  
  2097. Message_NewSkinDownloaded:
  2098. xx: "New Skin \"{0}\" downloaded from the Workshop."
  2099. ko: "\"{0}\" 스킨이 새로 창작마당에서 다운로드 되었어요."
  2100.  
  2101. Message_SkinUpdateDownloaded:
  2102. xx: "Skin \"{0}\" updated from the Workshop."
  2103. ko: "\"{0}\" 스킨이 창작마당에서 업데이트 되었어요."
  2104.  
  2105. Message_UnsavedChanges:
  2106. xx: "Changes are not saved yet.-^nl-Quitting Skin Editor will only keep the changes for this session."
  2107. ko: "아직 변경사항이 저장되지 않았어요.-^nl-지금 스킨 편집기를 닫으면 변경 사항이 저장되지 않으나 이번 세션에서는 지속되요."
  2108.  
  2109. Button_SAVEAndQuit:
  2110. xx: SAVE & Quit
  2111. en_min: SAVE
  2112. ko: 저장하고 닫음
  2113.  
  2114. Button_CopyAndContinue:
  2115. xx: Copy & Continue
  2116. en_min: Copy
  2117. ko: 복사후 계속
  2118.  
  2119. Button_CancelChanges:
  2120. xx: Cancel Changes
  2121. en_min: Cancel
  2122. ko: 변경사항 취소
  2123.  
  2124. Button_DELETEPermanantly:
  2125. xx: DELETE Permanently
  2126. en_min: DELETE
  2127. ko: 영구적 삭제
  2128.  
  2129. Error_Title_SkinEditor:
  2130. xx: Skin Editor Error
  2131. ko: 스킨 편집기 오류
  2132.  
  2133. # {0} : Path to the image
  2134. Error_SkinEditor_ImageDoesntExist:
  2135. xx: "Image \"{0}\", no longer exists or unavailable."
  2136. ko: "\"{0}\" 이미지가 더이상 존재하지 않거나 현재 사용될 수 없었어요."
  2137.  
  2138. Error_SkinEditor_InvalidTicket:
  2139. 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.
  2140. ko: Steamworks에서 정상적인 권한을 받지 않아 고급 스킨 저장에 실패하였어요.-^nl-후원 DLC를 소유하고 있는 계정인지 다시 확인해주세요.
  2141.  
  2142. # {0} : Path to the image
  2143. Error_SkinEditor_UnsableToSave:
  2144. xx: Unable to save to a new skin file.-^nl-Please check your file permissions or try again later.
  2145. ko: 스킨 파일 저장에 실패했어요.-^nl-파일 권한이 있는지 확인하시거나 다시 시도해주세요.
  2146.  
  2147. # ------------------ Customizable parts ------------------
  2148.  
  2149. FlexUI_Customize_Separator:
  2150. xx: -^nl-
  2151.  
  2152. Button_FlexUI_Customize:
  2153. xx: Customize
  2154. ko: 꾸미기
  2155.  
  2156. FlexUI_Background:
  2157. xx: Main Background
  2158. ko: 배경화면
  2159.  
  2160. FlexUI_MenuBar:
  2161. xx: Top Menu Bar
  2162. ko: 상단 메뉴 바
  2163.  
  2164. FlexUI_ConfiguredList:
  2165. xx: Configured App List
  2166. ko: 설정된 앱 목록
  2167.  
  2168. FlexUI_RunningList:
  2169. xx: Non-configured App List
  2170. ko: 설정안된 앱 목록
  2171.  
  2172. FlexUI_ControlBar:
  2173. xx: Control Bar
  2174. ko: 도구 표시줄
  2175.  
  2176. FlexUI_InfoBar:
  2177. xx: Information Bar
  2178. ko: 정보 표시줄
  2179.  
  2180. Button_FlexUI_Delete_Tooltip:
  2181. xx: Permanantly delete this skin
  2182. ko: 영구적으로 이 스킨을 삭제해요
  2183.  
  2184. Button_FlexUI_Close_Tooltip:
  2185. xx: Closes the editor
  2186. ko: 스킨 편집기를 닫아요
  2187.  
  2188. Button_FlexUI_Hide_Tooltip:
  2189. xx: Hides the editor to take a better look at the changes made to the skin
  2190. ko: 스킨 편집기 최소화 시켜 변경 사항을 자세히 볼 수 있어요
  2191.  
  2192. Button_FlexUI_Save_Tooltip:
  2193. xx: Save as your existing skin or a new skin.
  2194. ko: 소유하신 스킨이나 새로운 스킨으로 저장해요.
  2195.  
  2196. Title_FlexUI_CustomizationTool:
  2197. xx: Customization Tool
  2198. ko: 맞춤 도구
  2199.  
  2200. # [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.
  2201. Header_RGBA:
  2202. xx: Red, Green, Blue, Alpha (Transparency)
  2203. ko: 빨강 (R), 초록 (G), 파랑 (B), 불투명도 (A)
  2204.  
  2205. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2206. Label_Red:
  2207. xx: R
  2208.  
  2209. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2210. Label_Green:
  2211. xx: G
  2212.  
  2213. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2214. Label_Blue:
  2215. xx: B
  2216.  
  2217. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for RGBA
  2218. Label_Alpha:
  2219. xx: A
  2220.  
  2221. # [Workshop Guileline] If the name for each value does not start with the initial H, S, or V, please put (H), (S), (V) respectively.
  2222. Header_HSL:
  2223. xx: Hue, Saturation, Value
  2224. ko: 색상 (H), 채도 (S), 명도 (V)
  2225.  
  2226. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2227. Label_Hue:
  2228. xx: H
  2229.  
  2230. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2231. Label_Saturation:
  2232. xx: S
  2233.  
  2234. # [Workshop Guileline] Leave as is, unless the target language has more practiced initials for HSV
  2235. Label_LValue:
  2236. xx: V
  2237.  
  2238. Button_FlexUI_BackgroundColor:
  2239. xx: Background Color
  2240. ko: 배경색
  2241.  
  2242. FlexUI_SelectedColor:
  2243. xx: Selected Color
  2244. ko: 선택된 색상
  2245.  
  2246. FlexUI_BackgroundColor_Desc:
  2247. xx: Background Color sits behind the custom image.
  2248. ko: 배경색은 이미지 뒤에 위치해 있어요.
  2249.  
  2250. Button_FlexUI_Default:
  2251. xx: Default
  2252. ko: 기본값
  2253.  
  2254. FlexUI_Default_Desc:
  2255. xx: Use the values from the Default Skin.-^nl-Don't forget to apply changes!
  2256. ko: 기본 스킨에 있는 값들을 사용해요.-^nl-변경사항 적용하는걸 잊지마세요!
  2257.  
  2258. Button_SetElement:
  2259. xx: Apply-^nl-Changes
  2260. ko: 변경사항-^nl-적용
  2261.  
  2262. FlexUI_ImageOpacity:
  2263. xx: Image Opacity
  2264. ko: 이미지 불투명도
  2265.  
  2266. FlexUI_Opacity_Tooltip:
  2267. xx: Opacity controls how visible the image is, where 100 is fully visible and 0 is completely invisible.
  2268. ko: 이미지의 불투명도를 조절해요. 완벽한 보이는 값은 100 으로, 숨기는 값은 0으로 나타낼 수 있어요.
  2269.  
  2270. Button_FlexUI_Image:
  2271. xx: Custom Image
  2272. ko: 이미지
  2273.  
  2274. Button_Browse:
  2275. xx: Browse
  2276. ko: 파일 찾기
  2277.  
  2278. Button_FlexUI_ApplyToEditor:
  2279. xx: Apply in Editor
  2280. ko: 편집기로 적용
  2281.  
  2282. FlexUI_Image_NoImage:
  2283. xx: No image selected
  2284. ko: 선택된 이미지 없음
  2285.  
  2286. FlexUI_Image_Desc:
  2287. xx: Custom Image is any image file you want to put on top of the Background Color.
  2288. ko: 배경색 위에 붙일 수 있는 이미지에요.
  2289.  
  2290. Button_FlexUI_TintColor:
  2291. xx: Tint Color
  2292. ko: 코팅색
  2293.  
  2294. FlexUI_TintColor_Desc:
  2295. xx: Colored on top of the Custom Image and Background Color, Tint Color can grant additional visual controls.
  2296. ko: 이미지 위에 색칠되는 색으로 불투명도를 사용하시면, 추가적인 효과를 조절할 있어요.
  2297.  
  2298. FlexUI_ResultPanel:
  2299. xx: Preview
  2300. ko: 미리보기
  2301.  
  2302.  
  2303. # -------------------------------------------------------------
  2304. # Overlay
  2305. # -------------------------------------------------------------
  2306. # Button that stays on top of the screen when a configured app is active with "Manual Button" option enabled.
  2307. Button_ApplyManualMagic:
  2308. xx: Use Magic Now
  2309. ko: 마법 지금 사용
  2310.  
  2311. WindowEscapeTextTitle:
  2312. xx: Magic Borderless Window-Escape™
  2313. ko: 매직 보더리스 창 탈출™
  2314.  
  2315. WindowEscape_ClickModeText:
  2316. en: CLICK THIS AREA TO RESUME THIS WINDOW
  2317. en_min: CLICK THIS AREA
  2318. ko: 이곳을 클릭하시면 이 창으로 돌아가실 수 있어요.
  2319.  
  2320. WindowEscape_EnterModeText:
  2321. en: RETURN TO THIS AREA TO RESUME THIS WINDOW
  2322. en_min: RETURN TO THIS AREA
  2323. ko: 마우스가 이곳으로 돌아오면 이 창으로 전환되요.
  2324.  
  2325. WindowEscape_None:
  2326. en: NONE - Do not use Window-Escape
  2327. ko: 창 탈출 사용 안함
  2328.  
  2329. WindowEscape_ClickMode:
  2330. en: CLICK MODE - Clicking the window resumes
  2331. ko: 클릭 모드 - 창을 클릭해서 재개
  2332.  
  2333. WindowEscape_EnterMode:
  2334. en: RETURN MODE - Cursor entering the window resumes
  2335. ko: 복귀 모드 - 마우스 커서가 창 안에 들어오면 재개
  2336.  
  2337. # -------------------------------------------------------------
  2338. # Notifications
  2339. # -------------------------------------------------------------
  2340.  
  2341. # Use this for 0.99, but the dev build should use the internal texts.
  2342. PlayMonitorChanged:
  2343. xx: "Play Monitor:"
  2344. ko: "플레이 모니터:"
  2345.  
  2346. # Instead of an unfriendly crash, use this to notify the user.
  2347. SteamLicenseExpired:
  2348. xx: "Invalid Magic Borderless license.-^nl-Program will be terminated."
  2349. ko: "매직 보더리스 라이센스가 만료되었어요.-^nl-프로그램이 종료됩니다."
  2350.  
  2351. CorruptionDetected:
  2352. xx: "Magic Borderless corruption detected.-^nl-If this persists, please reinstall the program."
  2353. ko: "매직 보더리스가 손상되었어요.-^nl-문제가 지속되면 프로그램을 재설치해주세요."
  2354.  
  2355. UnresponsiveLauncher:
  2356. xx: "Unable to receive response from the launcher.-^nl-Program will be terminated."
  2357. ko: "런처가 응답이 없어요.-^nl-프로그램이 종료됩니다."
  2358.  
  2359. Note_FullscreenAppDetected:
  2360. xx: "Fullscreen game detected.-^nl-Title: {0}-^nl--^nl-What would you like to do?"
  2361. ko: "천헤화면 앱이 감지되었어요.-^nl-제목: {0}-^nl--^nl-어떻게 할까요?"
  2362.  
  2363. Note_WindowedGameDetected:
  2364. xx: "Possible windowed game detected.-^nl-Title: {0}-^nl--^nl-What would you like to do?"
  2365. ko: "창 모드 게임이 감지되었어요.-^nl-제목: {0}-^nl--^nl-어떻게 할까요?"
  2366.  
  2367. Note_Button_AlwaysIgnore:
  2368. en: Alawys IGNORE
  2369. en_min: IGNORE
  2370. ko: 항상 무시
  2371.  
  2372. Note_Button_Configure:
  2373. xx: CONFIGURE
  2374. ko: 설정하기
  2375.  
  2376. Note_Button_UseDefault:
  2377. xx: Use DEFAULT
  2378. ko: 기본값 사용
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement