From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../ko/calendar/calendar-event-listing.ftl | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 thunderbird-l10n/ko/localization/ko/calendar/calendar-event-listing.ftl (limited to 'thunderbird-l10n/ko/localization/ko/calendar/calendar-event-listing.ftl') diff --git a/thunderbird-l10n/ko/localization/ko/calendar/calendar-event-listing.ftl b/thunderbird-l10n/ko/localization/ko/calendar/calendar-event-listing.ftl new file mode 100644 index 0000000000..71004ebfde --- /dev/null +++ b/thunderbird-l10n/ko/localization/ko/calendar/calendar-event-listing.ftl @@ -0,0 +1,71 @@ +# 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/. + +calendar-event-listing-close = + .tooltiptext = 이벤트 검색 닫기 및 이벤트 리스트 + +## Listing columns + +calendar-event-listing-column-calendar-name = + .label = 캘린더 이름 + .tooltiptext = 클릭하면 캘린더 이름으로 정렬하기 +calendar-event-listing-column-category = + .label = 분류 + .tooltiptext = 클릭하면 분류명으로 정렬하기 +# This label and tooltip is used for the column with the checkbox in the task +# tree view, which indicates whether a task has been marked as completed. +calendar-event-listing-column-completed = + .label = 완료 + .tooltiptext = 클릭하면 완료 마크로 정렬하기 +calendar-event-listing-column-completed-date = + .label = 완료 일자 + .tooltiptext = 클릭하면 완료 일자로 정렬하기 +calendar-event-listing-column-due-date = + .label = 마감 일자 + .tooltiptext = 클릭하면 마감 일자로 정렬하기 +calendar-event-listing-column-end-date = + .label = 종료 일자 + .tooltiptext = 클릭하면 종료 일자로 정렬하기 +calendar-event-listing-column-location = + .label = 위치 + .tooltiptext = 클릭하면 위치로 정렬하기 +calendar-event-listing-column-percent-complete = + .label = % 완료 + .tooltiptext = 클릭하면 진행 상황으로 정렬하기 +calendar-event-listing-column-priority = + .label = 중요도 + .tooltiptext = 클릭하면 중요도로 정렬하기 +calendar-event-listing-column-start-date = + .label = 개시 일자 + .tooltiptext = 클릭하면 개시 일자로 정렬하기 +calendar-event-listing-column-status = + .label = 상태 + .tooltiptext = 클릭하면 상태로 정렬하기 +calendar-event-listing-column-time-until-due = + .label = 예정일 + .tooltiptext = 클릭하면 마감까지 시간으로 정렬하기 +calendar-event-listing-column-title = + .label = 제목 + .tooltiptext = 클릭하면 제목으로 정렬하기 + +## Interval dropdown options + +calendar-event-listing-interval-calendar-month = + .label = 현재 캘린더달의 이벤트 +calendar-event-listing-interval-current-view = + .label = 현재 일자의 이벤트 +calendar-event-listing-interval-next-7-days = + .label = 다음 7일간의 이벤트 +calendar-event-listing-interval-next-14-days = + .label = 다음 14일간의 이벤트 +calendar-event-listing-interval-next-31-days = + .label = 다음 31일간의 이벤트 +calendar-event-listing-interval-next-6-months = + .label = 다음 6개월간의 이벤트 +calendar-event-listing-interval-next-12-months = + .label = 다음 12개월간의 이벤트 +calendar-event-listing-interval-selected-day = + .label = 선택한 일자의 이벤트 +calendar-event-listing-interval-today = + .label = 오늘의 이벤트 -- cgit v1.2.3