1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright (C) 2023 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 17<resources xmlns:android="http://schemas.android.com/apk/res/android" 18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <string name="app_label" msgid="5899561994441982117">"บริการเว็บแคม"</string> 20 <string name="view_finder_description" msgid="5377029921915271921">"ช่องมองภาพ"</string> 21 <string name="zoom_ratio_description" msgid="6492691624405841938">"อัตราส่วนการซูม"</string> 22 <string name="zoom_ratio_button_current_description" msgid="4888275213379106225">"อัตราส่วนการซูมปัจจุบัน"</string> 23 <string name="zoom_seek_bar_description" msgid="2820202610575014723">"แถบเลื่อนการซูม"</string> 24 <string name="toggle_camera_button_description_back" msgid="771773649789638243">"เปลี่ยนเป็นกล้องหลัง"</string> 25 <string name="toggle_camera_button_description_front" msgid="5248457301141397342">"เปลี่ยนเป็นกล้องหน้า"</string> 26 <string name="toggle_high_quality_description_off" msgid="2185762274050207314">"ปิดโหมดคุณภาพสูง"</string> 27 <string name="toggle_high_quality_description_on" msgid="9118596060527830719">"เปิดโหมดคุณภาพสูง"</string> 28 <string name="notif_channel_name" msgid="9012392302161214874">"บริการที่ทำงานอยู่เบื้องหน้า"</string> 29 <string name="notif_ticker" msgid="6895154246348754766">"เว็บแคม"</string> 30 <string name="notif_title" msgid="3788815976102922209">"เว็บแคม"</string> 31 <string name="notif_desc" msgid="1433178383086179212">"แตะเพื่อแสดงตัวอย่างและกำหนดค่าเอาต์พุตของเว็บแคม"</string> 32 <string name="hq_warning_dialog_title" msgid="5693009152902735897">"โหมดคุณภาพสูง"</string> 33 <string name="hq_warning_dialog_content_1" msgid="4007864550827450633">"โหมดคุณภาพสูงจะปิดใช้การเพิ่มประสิทธิภาพการใช้ไฟเพื่อปรับปรุงคุณภาพเว็บแคม การใช้โหมดนี้อาจทำให้มีการดึงไฟปริมาณมากซึ่งจะส่งผลให้อุปกรณ์ร้อนได้"</string> 34 <string name="hq_warning_dialog_content_2" msgid="877003832685705287"><b><u>"คำเตือน:"</u></b>" การใช้งานขณะที่อุณหภูมิสูงเป็นเวลานานอาจส่งผลเสียต่อประสิทธิภาพแบตเตอรี่ของอุปกรณ์นี้ในระยะยาว"</string> 35 <string name="hq_warning_dialog_dont_show_again" msgid="4409604672514060572">"ไม่ต้องแสดงอีก"</string> 36 <string name="hq_warning_dialog_button_ack" msgid="279514965669603856">"รับทราบ"</string> 37 <string name="prefs_file_name" msgid="2893149378177647769">"com.android.DeviceAsWebcam.user.prefs"</string> 38 <string name="prefs_camera_id_key" msgid="9184794262750967261">"camera.id"</string> 39 <string name="prefs_back_camera_id_key" msgid="8184326473010982113">"back.camera.id"</string> 40 <string name="prefs_front_camera_id_key" msgid="2749648930172179078">"front.camera.id"</string> 41 <string name="prefs_zoom_ratio_key" msgid="4040441072428561847">"zoom.ratio.%s"</string> 42 <string name="prefs_high_quality_mode_enabled" msgid="3746094349991090908">"high.quality.mode.enabled"</string> 43 <string name="prefs_high_quality_warning_enabled" msgid="696012337719400975">"high.quality.warning.enabled"</string> 44 <string name="list_item_text_back_camera" msgid="2734532140746580971">"กล้องหลัง"</string> 45 <string name="list_item_text_front_camera" msgid="7273773310502952694">"กล้องหน้า"</string> 46 <string name="list_item_text_standard_camera" msgid="4160445744347809472">"กล้องมาตรฐาน"</string> 47 <string name="list_item_text_wide_angle_camera" msgid="818505418693187683">"กล้องมุมกว้าง"</string> 48 <string name="list_item_text_ultra_wide_camera" msgid="7938127230852040392">"กล้องอัลตราไวด์"</string> 49 <string name="list_item_text_telephoto_camera" msgid="9192886831007902304">"กล้องเทเลโฟโต้"</string> 50 <string name="list_item_text_other_camera" msgid="3479174298899742270">"กล้องอื่นๆ"</string> 51 <string name="list_item_text_unknown_camera" msgid="5281152990521232984">"กล้องที่ไม่รู้จัก"</string> 52 <string name="camera_options_list_description" msgid="7808155848873436115">"ตัวเลือกกล้องที่พร้อมใช้งาน"</string> 53</resources> 54