mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
19 lines
1.2 KiB
XML
19 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<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>
|
|
<string name="exo_controls_fastforward_description">向前快轉</string>
|
|
<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_description">隨機播放</string>
|
|
<string name="exo_controls_fullscreen_description">全螢幕模式</string>
|
|
<string name="exo_download_queued">已加入下載列</string>
|
|
<string name="exo_downloading">正在下載</string>
|
|
<string name="exo_download_completed">下載完畢</string>
|
|
<string name="exo_download_failed">下載失敗</string>
|
|
</resources>
|