mirror of
https://github.com/samsonjs/media.git
synced 2026-06-23 04:54:46 +00:00
57 lines
4.4 KiB
XML
57 lines
4.4 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_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_on_description">ഇടകലർത്തൽ ഓണാക്കുക</string>
|
||
<string name="exo_controls_shuffle_off_description">ഇടകലർത്തൽ ഓഫാക്കുക</string>
|
||
<string name="exo_controls_fullscreen_description">പൂർണ്ണ സ്ക്രീൻ മോഡ്</string>
|
||
<string name="exo_controls_vr_description">VR മോഡ്</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_download_removing">ഡൗൺലോഡുകൾ നീക്കം ചെയ്യുന്നു</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">അജ്ഞാതം</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">CC</string>
|
||
<string name="exo_track_bitrate">%1$.2f Mbps</string>
|
||
<string name="exo_item_list">%1$s, %2$s</string>
|
||
</resources>
|