mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Add a TestRunner for MetadataRetriever that roughly follow the test runner for ExoPlayer. The TestRunner supports scheduling test steps in a sequence, compare expected callbacks with actual callbacks, and block the test until it is done. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194518738
34 lines
2.7 KiB
XML
34 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||
<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_description">డౌన్లోడ్ చేయి</string>
|
||
<string name="exo_download_notification_channel_name">డౌన్లోడ్లు</string>
|
||
<string name="exo_download_downloading">డౌన్లోడ్ చేస్తోంది</string>
|
||
<string name="exo_download_completed">డౌన్లోడ్ పూర్తయింది</string>
|
||
<string name="exo_download_failed">డౌన్లోడ్ విఫలమైంది</string>
|
||
<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">Unknown</string>
|
||
<string name="exo_track_resolution">%1$d × %2$d</string>
|
||
<string name="exo_track_mono">Mono</string>
|
||
<string name="exo_track_stereo">Stereo</string>
|
||
<string name="exo_track_surround">Surround sound</string>
|
||
<string name="exo_track_surround_5_point_1">5.1 surround sound</string>
|
||
<string name="exo_track_surround_7_point_1">7.1 surround sound</string>
|
||
<string name="exo_track_bitrate">%1$.2f Mbps</string>
|
||
<string name="exo_item_list">%1$s, %2$s</string>
|
||
</resources>
|