# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # LOCALIZATION NOTE These strings are used inside Web Console commands. # The Web Console command line is available from the Web Developer sub-menu # -> 'Web Console'. # # The correct localization of this file might be to keep it in # English, or another language commonly spoken among web developers. # You want to make that choice consistent across the developer tools. # A good criteria is the language in which you'd find the best # documentation on web development on the web. # LOCALIZATION NOTE These strings are used inside the Web Console commands # which can be executed in the Developer Tools, available in the # Browser Tools sub-menu -> 'Web Developer Tools' # # The correct localization of this file might be to keep it in # English, or another language commonly spoken among web developers. # You want to make that choice consistent across the developer tools. # A good criteria is the language in which you'd find the best # documentation on web development on the web. # LOCALIZATION NOTE (screenshotDesc) A very short description of the # 'screenshot' command. Displayed when the --help flag is passed to # the screenshot command. screenshotDesc=페이지 이미지 저장 # LOCALIZATION NOTE (screenshotFilenameDesc) A very short string to describe # the 'filename' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the screenshot command. screenshotFilenameDesc=저장 파일 이름 # LOCALIZATION NOTE (screenshotFilenameManual) A fuller description of the # 'filename' parameter to the 'screenshot' command. screenshotFilenameManual=스크린 샷을 저장할 파일 이름(‘.png’ 확장자여야 함)입니다. # LOCALIZATION NOTE (screenshotClipboardDesc) A very short string to describe # the 'clipboard' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the screenshot command. screenshotClipboardDesc=클립보드로 스크린샷을 복사할까요? (true/false) # LOCALIZATION NOTE (screenshotClipboardManual) A fuller description of the # 'clipboard' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the screenshot command. screenshotClipboardManual=스크린샷을 파일로 저장하지 않고 복사하려면 true로 하세요. # LOCALIZATION NOTE (screenshotGroupOptions) A label for the optional options of # the screenshot command. Displayed when the --help flag is passed to the # screenshot command. screenshotGroupOptions=옵션 # LOCALIZATION NOTE (screenshotDelayDesc) A very short string to describe # the 'delay' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the screenshot command. screenshotDelayDesc=지연 (초) # LOCALIZATION NOTE (screenshotDelayManual) A fuller description of the # 'delay' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the screenshot command. screenshotDelayManual=스크린샷 생성 전 기다리는 시간(초) # LOCALIZATION NOTE (screenshotDPRDesc) A very short string to describe # the 'dpr' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotDPRDesc=기기 픽셀 비율 # LOCALIZATION NOTE (screenshotDPRManual) A fuller description of the # 'dpr' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotDPRManual=스크린샷을 저장할 때 사용할 기기 픽셀 비율 # LOCALIZATION NOTE (screenshotFullPageDesc) A very short string to describe # the 'fullpage' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotFullPageDesc=전체 웹 페이지를 캡쳐할까요? (true/false) # LOCALIZATION NOTE (screenshotFullPageManual) A fuller description of the # 'fullpage' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotFullPageManual=True를 선택하면 스크롤 범위 밖의 전체 웹 페이지를 포함하게 됩니다. # LOCALIZATION NOTE (screenshotFileDesc) A very short string to describe # the 'file' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotFileDesc=파일로 저장하시겠습니까? (true/false) # LOCALIZATION NOTE (screenshotFileManual) A fuller description of the # 'file' parameter to the 'screenshot' command. Displayed when the # --help flag is passed to the `screenshot command. screenshotFileManual=다른 옵션 (예: 클립 보드)이 활성화된 경우에도 스크린샷이 파일을 저장해야 하는 경우 ture입니다. # LOCALIZATION NOTE (screenshotGeneratedFilename) The auto generated filename # when no file name is provided. The first argument (%1$S) is the date string # in yyyy-mm-dd format and the second argument (%2$S) is the time string # in HH.MM.SS format. Please don't add the extension here. screenshotGeneratedFilename=스크린샷 %1$S %2$S # LOCALIZATION NOTE (screenshotErrorSavingToFile) Text displayed to user upon # encountering error while saving the screenshot to the file specified. # The argument (%1$S) is the filename. screenshotErrorSavingToFile=%1$S에 저장 오류 # LOCALIZATION NOTE (screenshotSavedToFile) Text displayed to user when the # screenshot is successfully saved to the file specified. # The argument (%1$S) is the filename. screenshotSavedToFile=%1$S에 저장됨 # LOCALIZATION NOTE (screenshotErrorCopying) Text displayed to user upon # encountering error while copying the screenshot to clipboard. screenshotErrorCopying=스크린샷을 클립보드에 복사하는 중에 오류가 발생했습니다. # LOCALIZATION NOTE (screenshotCopied) Text displayed to user when the # screenshot is successfully copied to the clipboard. screenshotCopied=스크린샷이 클립보드에 복사되었습니다. # LOCALIZATION NOTE (inspectNodeDesc) A very short string to describe the # 'node' parameter to the 'inspect' command. Displayed when the # --help flag is passed to the `screenshot command. inspectNodeDesc=CSS 선택자 # LOCALIZATION NOTE (inspectNodeManual) A fuller description of the 'node' # parameter to the 'inspect' command. Displayed when the --help flag is # passed to the `screenshot command. inspectNodeManual=하나의 요소를 인식하는 document.querySelector에 사용되는 CSS 선택자 # LOCALIZATION NOTE (screenshotTruncationWarning) Text displayed to user when the image # that would be created by the screenshot is too big and needs to be truncated to avoid # errors. # The first parameter is the width of the final image and the second parameter is the # height of the image. screenshotTruncationWarning=결과 이미지가 너무 커서 이미지가 %1$S×%2$S 크기로 잘렸습니다 # LOCALIZATION NOTE (screenshotDPRDecreasedWarning2) Text displayed to user when # taking the screenshot initially failed. When the Device Pixel Ratio is larger # than 1.0 a second try immediately after displaying this message is attempted. screenshotDPRDecreasedWarning=결과 이미지가 너무 커서 기기 픽셀 비율이 1로 감소되었습니다 # LOCALIZATION NOTE (screenshotRenderingError) Text displayed to user upon # encountering an error while rendering the screenshot. This most often happens when the # resulting image is too large to be rendered. screenshotRenderingError=이미지 생성 중 오류가 발생했습니다. 결과 이미지가 너무 컸을 수 있습니다 # LOCALIZATION NOTE (screenshotNoSelectorMatchWarning) Text displayed to user when the # provided selector for the screenshot does not match any element on the page. # The argument (%1$S) is selector. screenshotNoSelectorMatchWarning=‘%S’ 선택자가 페이지의 요소와 일치하지 않습니다.