mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
77 lines
4.3 KiB
XML
77 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Copyright (C) 2019 The Android Open Source Project
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<string name="exo_controls_show">플레이어 컨트롤 표시</string>
|
||
<string name="exo_controls_hide">플레이어 컨트롤 숨기기</string>
|
||
<string name="exo_controls_seek_bar_description">재생 진행률</string>
|
||
<string name="exo_controls_settings_description">설정</string>
|
||
<string name="exo_controls_overflow_hide_description">추가 설정 숨기기</string>
|
||
<string name="exo_controls_overflow_show_description">추가 설정 표시</string>
|
||
<string name="exo_controls_fullscreen_enter_description">전체 화면으로 전환</string>
|
||
<string name="exo_controls_fullscreen_exit_description">전체 화면 종료</string>
|
||
<string name="exo_controls_previous_description">이전</string>
|
||
<string name="exo_controls_next_description">다음</string>
|
||
<string name="exo_controls_pause_description">일시중지</string>
|
||
<string name="exo_controls_play_description">재생</string>
|
||
<string name="exo_controls_stop_description">중지</string>
|
||
<string name="exo_controls_rewind_description">되감기</string>
|
||
<plurals name="exo_controls_rewind_by_amount_description">
|
||
<item quantity="one">%d초 되감기</item>
|
||
<item quantity="other">%d초 되감기</item>
|
||
</plurals>
|
||
<string name="exo_controls_fastforward_description">빨리 감기</string>
|
||
<plurals name="exo_controls_fastforward_by_amount_description">
|
||
<item quantity="one">%d초 빨리 감기</item>
|
||
<item quantity="other">%d초 빨리 감기</item>
|
||
</plurals>
|
||
<string name="exo_controls_repeat_off_description">반복 안함</string>
|
||
<string name="exo_controls_repeat_one_description">현재 미디어 반복</string>
|
||
<string name="exo_controls_repeat_all_description">모두 반복</string>
|
||
<string name="exo_controls_shuffle_on_description">셔플 사용</string>
|
||
<string name="exo_controls_shuffle_off_description">셔플 사용 안함</string>
|
||
<string name="exo_controls_vr_description">가상 현실 모드</string>
|
||
<string name="exo_controls_cc_enabled_description">자막 사용 중지</string>
|
||
<string name="exo_controls_cc_disabled_description">자막 사용 설정</string>
|
||
<string name="exo_controls_playback_speed">속도</string>
|
||
<string name="exo_controls_playback_speed_normal">일반</string>
|
||
<string-array name="exo_controls_playback_speeds">
|
||
<item>0.25배속</item>
|
||
<item>0.5배속</item>
|
||
<item>0.75배속</item>
|
||
<item>보통</item>
|
||
<item>1.25배속</item>
|
||
<item>1.5배속</item>
|
||
<item>2배속</item>
|
||
</string-array>
|
||
<string name="exo_track_selection_title_video">동영상</string>
|
||
<string name="exo_track_selection_title_audio">오디오</string>
|
||
<string name="exo_track_selection_title_text">텍스트</string>
|
||
<string name="exo_track_selection_none">없음</string>
|
||
<string name="exo_track_selection_auto">자동</string>
|
||
<string name="exo_track_unknown">알 수 없음</string>
|
||
<string name="exo_track_resolution">%1$d×%2$d</string>
|
||
<string name="exo_track_mono">모노</string>
|
||
<string name="exo_track_stereo">스테레오</string>
|
||
<string name="exo_track_surround">서라운드 사운드</string>
|
||
<string name="exo_track_surround_5_point_1">5.1 서라운드 사운드</string>
|
||
<string name="exo_track_surround_7_point_1">7.1 서라운드 사운드</string>
|
||
<string name="exo_track_role_alternate">대체</string>
|
||
<string name="exo_track_role_supplementary">추가</string>
|
||
<string name="exo_track_role_commentary">논평</string>
|
||
<string name="exo_track_role_closed_captions">자막</string>
|
||
<string name="exo_track_bitrate">%1$.2fMbps</string>
|
||
<string name="exo_item_list">%1$s, %2$s</string>
|
||
</resources>
|