diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /l10n-ko/dom | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ko/dom')
-rw-r--r-- | l10n-ko/dom/chrome/accessibility/win/accessible.properties | 9 | ||||
-rw-r--r-- | l10n-ko/dom/chrome/security/security.properties | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n-ko/dom/chrome/accessibility/win/accessible.properties b/l10n-ko/dom/chrome/accessibility/win/accessible.properties index 2ac5aef4b4..9b591559dc 100644 --- a/l10n-ko/dom/chrome/accessibility/win/accessible.properties +++ b/l10n-ko/dom/chrome/accessibility/win/accessible.properties @@ -19,3 +19,12 @@ cycle = 순환 # them to click an element when the click will be handled by a container # (ancestor) element. This is not normally reported to users. click ancestor = 상위 요소 클릭 + +# These messages are reported by accessibility clients such as screen readers to +# indicate landmarks, which are significant sections of a document to which +# users might want to navigate quickly. See this page for more information: +# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html +banner = 배너 +complementary = 보완 +contentinfo = 콘텐츠 정보 +region = 영역 diff --git a/l10n-ko/dom/chrome/security/security.properties b/l10n-ko/dom/chrome/security/security.properties index 66756f7bea..479bc85118 100644 --- a/l10n-ko/dom/chrome/security/security.properties +++ b/l10n-ko/dom/chrome/security/security.properties @@ -46,8 +46,6 @@ LoadingMixedDisplayObjectSubrequestDeprecation=보안 페이지의 플러그인 # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = 안전하지 않은 콘텐츠 “%S” 다운로드를 차단함. -# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download -BlockedInsecureDownload = 안전하지 않은 다운로드를 차단했습니다: "%S". # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=sandbox 속성에 allow-scripts 및 allow-same-origin이 모두 있는 iframe은 sandbox를 제거할 수 있습니다. @@ -159,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = “%2$S”을(를) 사용하도록 안 HTTPSFirstSchemeless = 명시적인 프로토콜 체계 없이 주소 표시줄에 로드된 URL을 HTTPS를 사용하도록 업그레이드합니다. +# LOCALIZATION NOTE: %S is the hostname for which a exception will be added; +HTTPSFirstAddingSessionException = 웹 사이트가 HTTPS를 지원하지 않는 것 같습니다. "http://%S"를 안전하게 로드하려는 추가 시도는 일시적으로 건너뜁니다. + # LOCALIZATION NOTE: %S is the URL of the blocked request; IframeSandboxBlockedDownload = 트리거링 iframe에 샌드박스 플래그가 설정되어 있기 때문에 “%S” 다운로드가 차단되었습니다. |