From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../toolkit/toolkit/main-window/autocomplete.ftl | 23 ++++++++ l10n-ko/toolkit/toolkit/main-window/findbar.ftl | 68 ++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 l10n-ko/toolkit/toolkit/main-window/autocomplete.ftl create mode 100644 l10n-ko/toolkit/toolkit/main-window/findbar.ftl (limited to 'l10n-ko/toolkit/toolkit/main-window') diff --git a/l10n-ko/toolkit/toolkit/main-window/autocomplete.ftl b/l10n-ko/toolkit/toolkit/main-window/autocomplete.ftl new file mode 100644 index 0000000000..0a45c29c48 --- /dev/null +++ b/l10n-ko/toolkit/toolkit/main-window/autocomplete.ftl @@ -0,0 +1,23 @@ +# 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/. + + +## Import Logins Autocomplete + +## Variables: +## $host (String) - Host name of the current site. + +autocomplete-import-logins-chrome = +
Google Chrome에서
+
{ $host } 및 다른 사이트에 대한 로그인 가져오기
+autocomplete-import-logins-chromium = +
Chromium에서
+
{ $host } 및 다른 사이트에 대한 로그인 가져오기
+autocomplete-import-logins-chromium-edge = +
Microsoft Edge에서
+
{ $host } 및 다른 사이트에 대한 로그인 가져오기
+ +## + +autocomplete-import-learn-more = 더 알아보기 diff --git a/l10n-ko/toolkit/toolkit/main-window/findbar.ftl b/l10n-ko/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..e213c0fa99 --- /dev/null +++ b/l10n-ko/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,68 @@ +# 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/. + + +### This file contains the entities needed to use the Find Bar. + +findbar-next = + .tooltiptext = 다음 찾기 +findbar-previous = + .tooltiptext = 이전 찾기 + +findbar-find-button-close = + .tooltiptext = 찾기 표시줄 닫기 + +findbar-highlight-all2 = + .label = 모두 강조 표시 + .accesskey = + { PLATFORM() -> + [macos] l + *[other] a + } + .tooltiptext = 일치하는 모든 부분을 강조 표시합니다 + +findbar-case-sensitive = + .label = 대/소문자 구분 + .accesskey = C + .tooltiptext = 대문자와 소문자를 구분해서 검색합니다 + +findbar-match-diacritics = + .label = 분음 부호 일치 + .accesskey = I + .tooltiptext = 악센트 문자와 그 기본 문자를 구별합니다 (예: “resume”을 검색할 때 “résumé”는 일치하지 않음) + +findbar-entire-word = + .label = 단어 단위로 + .accesskey = w + .tooltiptext = 단어 단위로 일치하는 경우만 검색합니다 + +findbar-not-found = 찾을 수 없음 + +findbar-wrapped-to-top = 아래에 도달해 위부터 계속됨 +findbar-wrapped-to-bottom = 위에 도달해 아래부터 계속됨 + +findbar-normal-find = + .placeholder = 페이지에서 찾기 +findbar-fast-find = + .placeholder = 빠른 찾기 +findbar-fast-find-links = + .placeholder = 빠른 찾기 (링크만) + +findbar-case-sensitive-status = + .value = (대/소문자 구분) +findbar-match-diacritics-status = + .value = (일치하는 분음 부호) +findbar-entire-word-status = + .value = (단어 단위로) + +# Variables: +# $current (Number): Index of the currently selected match +# $total (Number): Total count of matches +findbar-found-matches = + .value = { $current } / { $total } 일치 + +# Variables: +# $limit (Number): Total count of matches allowed before counting stops +findbar-found-matches-count-limit = + .value = { $limit }개 이상 일치 -- cgit v1.2.3