summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ko/localization/ko/toolkit/global/videocontrols.ftl
blob: 9b00e2eaf04e596f1d74f64fa2660ec64f19da4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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/.

# This label is used by screenreaders and other assistive technology to indicate
# to users how much of the video has been loaded from the network. It will be
# followed by the percentage of the video that has loaded (e.g. "Loading: 13%").
videocontrols-buffer-bar-label = 로드 중:
videocontrols-volume-control =
    .aria-label = 볼륨
videocontrols-closed-caption-button =
    .aria-label = 선택 자막

videocontrols-play-button =
    .aria-label = 재생
videocontrols-pause-button =
    .aria-label = 정지
videocontrols-mute-button =
    .aria-label = 음소거
videocontrols-unmute-button =
    .aria-label = 음소거 해제
videocontrols-enterfullscreen-button =
    .aria-label = 전체 화면 표시
videocontrols-exitfullscreen-button =
    .aria-label = 전체 화면 종료
videocontrols-casting-button-label =
    .aria-label = 화면으로 출력
videocontrols-closed-caption-off =
    .offlabel = 끔

# This string is used as part of the Picture-in-Picture video toggle button when
# the mouse is hovering it.
videocontrols-picture-in-picture-label = 화면 속 화면

# This string is used as the label for a variation of the Picture-in-Picture video
# toggle button when the mouse is hovering over the video.
videocontrols-picture-in-picture-toggle-label2 = 이 동영상을 창 분리

videocontrols-picture-in-picture-explainer3 = 더 많은 화면이 더 재미있습니다. 다른 일을 하는 동안 이 동영상을 재생하세요.

videocontrols-error-aborted = 동영상 로드가 중지되었습니다.
videocontrols-error-network = 네트워크 오류로 인해 동영상 재생이 중단되었습니다.
videocontrols-error-decode = 파일이 깨져서 동영상을 재생할 수 없습니다.
videocontrols-error-src-not-supported = 동영상 형식 또는 MIME 유형을 지원하지 않습니다.
videocontrols-error-no-source = 지원되는 형식 및 MIME 유형의 동영상를 찾을 수 없습니다.
videocontrols-error-generic = 알 수 없는 오류로 인해 동영상 재생이 중단되었습니다.
videocontrols-status-picture-in-picture = 이 동영상은 화면 속 화면 모드에서 재생 중입니다.

# This message shows the current position and total video duration
#
# Variables:
#   $position (String): The current media position
#   $duration (String): The total video duration
#
# For example, when at the 5 minute mark in a 6 hour long video,
# $position would be "5:00" and $duration would be "6:00:00", result
# string would be "5:00 / 6:00:00". Note that $duration is not always
# available. For example, when at the 5 minute mark in an unknown
# duration video, $position would be "5:00" and the string which is
# surrounded by <span> would be deleted, result string would be "5:00".
videocontrols-position-and-duration-labels = { $position }<span data-l10n-name="position-duration-format"> / { $duration }</span>

# This is a plain text version of the videocontrols-position-and-duration-labels
# string, used by screenreaders.
#
# Variables:
#   $position (String): The current media position
#   $duration (String): The total video duration
videocontrols-scrubber-position-and-duration =
    .aria-label = 위치
    .aria-valuetext = { $position } / { $duration }