BETA

Transvision

Displaying 3 results for the string devtools in ko:

Entity ko en-US
Entity # all locales browser • browser • browser.ftl
quickactions-cmd-inspector
ko
검사기, 개발자 도구, inspector, devtools
en-US
inspector, devtools
Entity # all locales devtools • client • webconsole.properties
webconsole.message.componentDidCatch.label
ko
[DEVTOOLS ERROR] 죄송합니다, 메시지를 렌더링 할 수 없습니다. 이것은 일어나지 않아야 합니다 - 설명의 메시지 메타데이터와 함께 %S에 버그를 신고하세요.
en-US
[DEVTOOLS ERROR] We’re sorry, we couldn’t render the message. This shouldn’t have happened - please file a bug at %S with the message metadata in the description.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-adhoc-note
ko
devtools 콘솔을 사용하여 Glean JS API를 사용하고 있습니다. 이는 메트릭 카테고리와 메트릭 이름이 Rust 및 C++ API와 달리 <code>camelCase</code> 형식으로 지정됨을 의미합니다.
en-US
Please note that you are using the Glean JS API by using the devtools console. This means the metric category and metric name are formatted in <code>camelCase</code> unlike in the Rust and C++ APIs.

Displaying 15 results for the string devtools in en-US:

Entity ko en-US
Entity # all locales browser • browser • browser.ftl
enable-devtools-popup-description2
ko
F12 단축키를 사용하려면, 먼저 브라우저 도구 메뉴를 통해 개발자 도구를 여세요.
en-US
To use the F12 shortcut, first open DevTools via the Browser Tools menu.
Entity # all locales browser • browser • browser.ftl
quickactions-cmd-inspector
ko
검사기, 개발자 도구, inspector, devtools
en-US
inspector, devtools
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-browser-version-too-old
ko
연결된 브라우저에는 이전 버전 ({ $runtimeVersion })이 있습니다. 지원되는 최소 버전은 ({ $minVersion }) 입니다. 이것은 지원되지 않는 설정이며 개발자 도구가 실패할 수 있습니다. 연결된 브라우저를 업데이트하세요. <a>문제 해결</a>
en-US
The connected browser has an old version ({ $runtimeVersion }). The minimum supported version is ({ $minVersion }). This is an unsupported setup and may cause DevTools to fail. Please update the connected browser. <a>Troubleshooting</a>
Entity # all locales devtools • client • aboutdebugging.ftl
about-debugging-browser-version-too-recent
ko
연결된 브라우저가 { -brand-shorter-name } ({ $localVersion }, buildID { $localID })보다 최근 버전({ $runtimeVersion }, buildID { $runtimeID })입니다. 이것은 지원되지 않는 설정이며 개발자 도구가 실패할 수 있습니다. Firefox를 업데이트하세요. <a>문제 해결</a>
en-US
The connected browser is more recent ({ $runtimeVersion }, buildID { $runtimeID }) than your { -brand-shorter-name } ({ $localVersion }, buildID { $localID }). This is an unsupported setup and may cause DevTools to fail. Please update Firefox. <a>Troubleshooting</a>
Entity # all locales devtools • client • application.ftl
manifest-loaded-devtools-error
ko
Firefox 개발자 도구 오류
en-US
Firefox DevTools error
Entity # all locales devtools • client • debugger.properties
settings.toggleSourceMaps.tooltip
ko
개발자 도구에서 생성된 소스 외에 원본 소스를 로드할 수 있도록 소스 맵을 사용하도록 합니다
en-US
Enable Source Maps to let DevTools load your original sources in addition to your generated ones
Entity # all locales devtools • client • responsive.properties
responsive.reloadNotification.description2
ko
기기 시뮬레이션 변경 사항을 완전히 적용하려면 다시 로드해야 합니다. 개발자 도구의 변경 사항을 잃지 않도록 자동 새로 고침이 기본적으로 비활성화되어 있습니다. 설정 메뉴에서 새로 고침을 활성화할 수 있습니다.
en-US
Device simulation changes require a reload to fully apply. Automatic reloads are disabled by default to avoid losing any changes in DevTools. You can enable reloading via the Settings menu.
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-f12-label
ko
F12 키를 사용하여 개발자 도구를 열거나 닫음
en-US
Use the F12 key to open or close DevTools
Entity # all locales devtools • client • toolbox-options.ftl
options-enable-f12-tooltip.title
ko
이 옵션을 켜면 F12 키가 바인딩되어 개발자 도구 상자를 열거나 닫습니다
en-US
Turning this option on will bind the F12 key to open or close the DevTools toolbox
Entity # all locales devtools • client • webconsole.properties
blockedrequest.label
ko
개발자 도구에 의해 차단됨
en-US
Blocked by DevTools
Entity # all locales devtools • client • webconsole.properties
webconsole.message.componentDidCatch.label
ko
[DEVTOOLS ERROR] 죄송합니다, 메시지를 렌더링 할 수 없습니다. 이것은 일어나지 않아야 합니다 - 설명의 메시지 메타데이터와 함께 %S에 버그를 신고하세요.
en-US
[DEVTOOLS ERROR] We’re sorry, we couldn’t render the message. This shouldn’t have happened - please file a bug at %S with the message metadata in the description.
Entity # all locales devtools • shared • highlighters.ftl
remote-node-picker-notice
ko
개발자 도구 노드 선택기가 활성화되었습니다. { $action }
en-US
DevTools Node Picker enabled. { $action }
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-adhoc-explanation
ko
더 많은 <i>임시</i> 테스트를 위해 여기 <code>about:glean</code>에서 개발자 도구 콘솔을 열고 <code>Glean.metricCategory.metricName.testGetValue()</code> 같은 <code>testGetValue()</code> API를 사용하여 특정 계측 부분의 현재 값을 확인할 수도 있습니다.
en-US
For more <i>ad hoc</i> testing, you can also determine the current value of a particular piece of instrumentation by opening a devtools console here on <code>about:glean</code> and using the <code>testGetValue()</code> API like <code>Glean.metricCategory.metricName.testGetValue()</code>.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-adhoc-explanation2
ko
더 많은 <i>임시</i> 테스트를 위해 여기 <code>about:glean</code>에서 개발자 도구 콘솔을 열고 <code>metric.category.metric_name</code>이라는 메트릭에 대해 <code>Glean.metricCategory.metricName.testGetValue()</code> 같은 <code>testGetValue()</code> API를 사용하여 특정 계측 부분의 현재 값을 확인할 수도 있습니다.
en-US
For more <i>ad hoc</i> testing, you can also determine the current value of a particular piece of instrumentation by opening a devtools console here on <code>about:glean</code> and using the <code>testGetValue()</code> API like <code>Glean.metricCategory.metricName.testGetValue()</code> for a metric named <code>metric.category.metric_name</code>.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-adhoc-note
ko
devtools 콘솔을 사용하여 Glean JS API를 사용하고 있습니다. 이는 메트릭 카테고리와 메트릭 이름이 Rust 및 C++ API와 달리 <code>camelCase</code> 형식으로 지정됨을 의미합니다.
en-US
Please note that you are using the Glean JS API by using the devtools console. This means the metric category and metric name are formatted in <code>camelCase</code> unlike in the Rust and C++ APIs.
Please enable JavaScript. Some features won't be available without it.