blob: 3a7e55afb12485328d63d65ca3ffee8c7a816960 [file] [log] [blame]
Bill Yi58f42922017-08-14 13:37:04 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/*
4**
5** Copyright 2015 The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19 -->
20
21<resources xmlns:android="http://schemas.android.com/apk/res/android"
22 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
23 <string-array name="wifi_status">
Bill Yif5cd4bd2019-11-07 17:14:57 -080024 <item msgid="1596683495752107015"></item>
25 <item msgid="3288373008277313483">"Đang quét…"</item>
26 <item msgid="6050951078202663628">"Đang kết nối…"</item>
27 <item msgid="8356618438494652335">"Đang xác thực…"</item>
28 <item msgid="2837871868181677206">"Đang lấy địa chỉ IP…"</item>
29 <item msgid="4613015005934755724">"Đã kết nối"</item>
30 <item msgid="3763530049995655072">"Bị tạm ngưng"</item>
31 <item msgid="7852381437933824454">"Đang ngắt kết nối…"</item>
32 <item msgid="5046795712175415059">"Đã ngắt kết nối"</item>
33 <item msgid="2473654476624070462">"Không thành công"</item>
34 <item msgid="9146847076036105115">"Bị chặn"</item>
35 <item msgid="4543924085816294893">"Tạm thời tránh kết nối kém"</item>
Bill Yi58f42922017-08-14 13:37:04 +000036 </string-array>
37 <string-array name="wifi_status_with_ssid">
Bill Yif5cd4bd2019-11-07 17:14:57 -080038 <item msgid="5969842512724979061"></item>
39 <item msgid="1818677602615822316">"Đang quét…"</item>
40 <item msgid="8339720953594087771">"Đang kết nối tới <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
41 <item msgid="3028983857109369308">"Đang xác thực với <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
42 <item msgid="4287401332778341890">"Đang lấy địa chỉ IP từ <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
43 <item msgid="1043944043827424501">"Đã kết nối tới <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</item>
44 <item msgid="7445993821842009653">"Bị tạm ngưng"</item>
45 <item msgid="1175040558087735707">"Đăng ngắt kết nối khỏi <xliff:g id="NETWORK_NAME">%1$s</xliff:g>…"</item>
46 <item msgid="699832486578171722">"Đã ngắt kết nối"</item>
47 <item msgid="522383512264986901">"Không thành công"</item>
48 <item msgid="3602596701217484364">"Bị chặn"</item>
49 <item msgid="1999413958589971747">"Tạm thời tránh kết nối kém"</item>
Bill Yi58f42922017-08-14 13:37:04 +000050 </string-array>
51 <string-array name="hdcp_checking_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -080052 <item msgid="2377230797542526134">"Không bao giờ kiểm tra"</item>
53 <item msgid="3919638466823112484">"Chỉ kiểm tra nội dung DRM"</item>
54 <item msgid="9048424957228926377">"Luôn kiểm tra"</item>
Bill Yi58f42922017-08-14 13:37:04 +000055 </string-array>
56 <string-array name="hdcp_checking_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -080057 <item msgid="4045840870658484038">"Không bao giờ sử dụng kiểm tra HDCP"</item>
58 <item msgid="8254225038262324761">"Chỉ sử dụng kiểm tra HDCP cho nội dung DRM"</item>
59 <item msgid="6421717003037072581">"Luôn sử dụng kiểm tra HDCP"</item>
Bill Yi58f42922017-08-14 13:37:04 +000060 </string-array>
Bill Yie5f6df62019-02-01 22:10:10 -080061 <string-array name="bt_hci_snoop_log_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -080062 <item msgid="695678520785580527">"Đã tắt"</item>
63 <item msgid="6336372935919715515">"Đã bật và lọc"</item>
64 <item msgid="2779123106632690576">"Đã bật"</item>
Bill Yie5f6df62019-02-01 22:10:10 -080065 </string-array>
Bill Yie9841702017-09-13 08:28:02 -070066 <string-array name="bluetooth_avrcp_versions">
Bill Yif5cd4bd2019-11-07 17:14:57 -080067 <item msgid="8036025277512210160">"AVRCP 1.4 (Mặc định)"</item>
68 <item msgid="1637054408779685086">"AVRCP 1.3"</item>
69 <item msgid="8317734704797203949">"AVRCP 1.5"</item>
70 <item msgid="7556896992111771426">"AVRCP 1.6"</item>
Bill Yie9841702017-09-13 08:28:02 -070071 </string-array>
72 <string-array name="bluetooth_avrcp_version_values">
Bill Yif5cd4bd2019-11-07 17:14:57 -080073 <item msgid="8965800440990431014">"avrcp14"</item>
74 <item msgid="1613629084012791988">"avrcp13"</item>
75 <item msgid="4398977131424970917">"avrcp15"</item>
76 <item msgid="1963366694959681026">"avrcp16"</item>
Bill Yie9841702017-09-13 08:28:02 -070077 </string-array>
Bill Yi254ab722020-01-21 12:17:52 -080078 <string-array name="bluetooth_map_versions">
79 <item msgid="8786402640610987099">"MAP 1.2 (Mặc định)"</item>
80 <item msgid="6817922176194686449">"MAP 1.3"</item>
81 <item msgid="3423518690032737851">"MAP 1.4"</item>
82 </string-array>
83 <string-array name="bluetooth_map_version_values">
84 <item msgid="1164651830068248391">"map12"</item>
85 <item msgid="7073042887003102964">"map13"</item>
86 <item msgid="8147982633566548515">"map14"</item>
87 </string-array>
Bill Yi2efbbf62017-09-06 06:34:19 -070088 <string-array name="bluetooth_a2dp_codec_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -080089 <item msgid="2494959071796102843">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
90 <item msgid="4055460186095649420">"SBC"</item>
91 <item msgid="720249083677397051">"AAC"</item>
92 <item msgid="1049450003868150455">"Âm thanh <xliff:g id="QUALCOMM">Qualcomm®</xliff:g> <xliff:g id="APTX">aptX™</xliff:g>"</item>
93 <item msgid="2908219194098827570">"Âm thanh <xliff:g id="QUALCOMM">Qualcomm®</xliff:g> <xliff:g id="APTX_HD">aptX™ HD</xliff:g>"</item>
94 <item msgid="3825367753087348007">"LDAC"</item>
Bill Yi58f42922017-08-14 13:37:04 +000095 </string-array>
Bill Yi2efbbf62017-09-06 06:34:19 -070096 <string-array name="bluetooth_a2dp_codec_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -080097 <item msgid="8868109554557331312">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
98 <item msgid="9024885861221697796">"SBC"</item>
99 <item msgid="4688890470703790013">"AAC"</item>
100 <item msgid="8627333814413492563">"Âm thanh <xliff:g id="QUALCOMM">Qualcomm®</xliff:g> <xliff:g id="APTX">aptX™</xliff:g>"</item>
101 <item msgid="3517061573669307965">"Âm thanh <xliff:g id="QUALCOMM">Qualcomm®</xliff:g> <xliff:g id="APTX_HD">aptX™ HD</xliff:g>"</item>
102 <item msgid="2553206901068987657">"LDAC"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000103 </string-array>
Bill Yi58f42922017-08-14 13:37:04 +0000104 <string-array name="bluetooth_a2dp_codec_sample_rate_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800105 <item msgid="926809261293414607">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
106 <item msgid="8003118270854840095">"44,1 kHz"</item>
107 <item msgid="3208896645474529394">"48,0 kHz"</item>
108 <item msgid="8420261949134022577">"88,2 kHz"</item>
109 <item msgid="8887519571067543785">"96,0 kHz"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000110 </string-array>
111 <string-array name="bluetooth_a2dp_codec_sample_rate_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800112 <item msgid="2284090879080331090">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
113 <item msgid="1872276250541651186">"44,1 kHz"</item>
114 <item msgid="8736780630001704004">"48,0 kHz"</item>
115 <item msgid="7698585706868856888">"88,2 kHz"</item>
116 <item msgid="8946330945963372966">"96,0 kHz"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000117 </string-array>
118 <string-array name="bluetooth_a2dp_codec_bits_per_sample_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800119 <item msgid="2574107108483219051">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
120 <item msgid="4671992321419011165">"16 bit/mẫu"</item>
121 <item msgid="1933898806184763940">"24 bit/mẫu"</item>
122 <item msgid="1212577207279552119">"32 bit/mẫu"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000123 </string-array>
124 <string-array name="bluetooth_a2dp_codec_bits_per_sample_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800125 <item msgid="9196208128729063711">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
126 <item msgid="1084497364516370912">"16 bit/mẫu"</item>
127 <item msgid="2077889391457961734">"24 bit/mẫu"</item>
128 <item msgid="3836844909491316925">"32 bit/mẫu"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000129 </string-array>
130 <string-array name="bluetooth_a2dp_codec_channel_mode_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800131 <item msgid="3014194562841654656">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
132 <item msgid="5982952342181788248">"Đơn âm"</item>
133 <item msgid="927546067692441494">"Âm thanh nổi"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000134 </string-array>
135 <string-array name="bluetooth_a2dp_codec_channel_mode_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800136 <item msgid="1997302811102880485">"Sử dụng lựa chọn của hệ thống (Mặc định)"</item>
137 <item msgid="8005696114958453588">"Đơn âm"</item>
138 <item msgid="1333279807604675720">"Âm thanh nổi"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000139 </string-array>
140 <string-array name="bluetooth_a2dp_codec_ldac_playback_quality_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800141 <item msgid="1241278021345116816">"Được tối ưu hóa cho chất lượng âm thanh (990kb/giây/909kb/giây)"</item>
142 <item msgid="3523665555859696539">"Chất lượng kết nối và âm thanh cân bằng (660kbps/606kbps)"</item>
143 <item msgid="886408010459747589">"Được tối ưu hóa cho chất lượng kết nối (330kb/giây/303kb/giây)"</item>
144 <item msgid="3808414041654351577">"Nỗ lực cao nhất (Tốc độ bit thích ứng)"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000145 </string-array>
146 <string-array name="bluetooth_a2dp_codec_ldac_playback_quality_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800147 <item msgid="804499336721569838">"Được tối ưu hóa cho chất lượng âm thanh"</item>
148 <item msgid="7451422070435297462">"Chất lượng kết nối và âm thanh cân bằng"</item>
149 <item msgid="6173114545795428901">"Được tối ưu hóa cho chất lượng kết nối"</item>
150 <item msgid="4349908264188040530">"Nỗ lực cao nhất (Tốc độ bit thích ứng)"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000151 </string-array>
Bill Yi30f19522018-05-31 19:09:53 -0700152 <string-array name="bluetooth_audio_active_device_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800153 <item msgid="8019740759207729126"></item>
154 <item msgid="204248102837117183">", đang hoạt động"</item>
Bill Yi39f3cf42020-04-28 14:24:32 -0700155 <item msgid="253388653486517049">", đang hoạt động (nội dung nghe nhìn)"</item>
Bill Yif5cd4bd2019-11-07 17:14:57 -0800156 <item msgid="5001852592115448348">", đang hoạt động (điện thoại)"</item>
Bill Yi30f19522018-05-31 19:09:53 -0700157 </string-array>
Bill Yi58f42922017-08-14 13:37:04 +0000158 <string-array name="select_logd_size_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800159 <item msgid="1191094707770726722">"Tắt"</item>
160 <item msgid="7839165897132179888">"64K"</item>
161 <item msgid="2715700596495505626">"256K"</item>
162 <item msgid="7099386891713159947">"1M"</item>
163 <item msgid="6069075827077845520">"4M"</item>
164 <item msgid="8243549501764402572">"16M"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000165 </string-array>
166 <string-array name="select_logd_size_lowram_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800167 <item msgid="1145807928339101085">"Tắt"</item>
168 <item msgid="4064786181089783077">"64K"</item>
169 <item msgid="3052710745383602630">"256K"</item>
170 <item msgid="3691785423374588514">"1M"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000171 </string-array>
172 <string-array name="select_logd_size_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800173 <item msgid="409235464399258501">"Tắt"</item>
174 <item msgid="4195153527464162486">"64K mỗi bộ đệm nhật ký"</item>
175 <item msgid="7464037639415220106">"256K mỗi bộ đệm nhật ký"</item>
176 <item msgid="8539423820514360724">"1M mỗi bộ đệm nhật ký"</item>
177 <item msgid="1984761927103140651">"4M mỗi bộ đệm nhật ký"</item>
178 <item msgid="7892098981256010498">"16M mỗi bộ đệm nhật ký"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000179 </string-array>
180 <string-array name="select_logpersist_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800181 <item msgid="704720725704372366">"Tắt"</item>
182 <item msgid="6014837961827347618">"Tất cả"</item>
183 <item msgid="7387060437894578132">"Tất cả trừ đài"</item>
184 <item msgid="7300881231043255746">"chỉ kernel"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000185 </string-array>
186 <string-array name="select_logpersist_summaries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800187 <item msgid="97587758561106269">"Tắt"</item>
188 <item msgid="7126170197336963369">"Tất cả lần tải nhật ký"</item>
189 <item msgid="7167543126036181392">"Tất cả trừ lần tải nhật ký qua đài"</item>
190 <item msgid="5135340178556563979">"chỉ vùng đệm nhật ký kernel"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000191 </string-array>
192 <string-array name="window_animation_scale_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800193 <item msgid="2675263395797191850">"Tắt hình động"</item>
194 <item msgid="5790132543372767872">"Tỷ lệ hình động 0,5x"</item>
195 <item msgid="2529692189302148746">"Tỷ lệ hình động 1x"</item>
196 <item msgid="8072785072237082286">"Tỷ lệ hình động 1,5x"</item>
197 <item msgid="3531560925718232560">"Tỷ lệ hình động 2x"</item>
198 <item msgid="4542853094898215187">"Tỷ lệ hình động 5x"</item>
199 <item msgid="5643881346223901195">"Tỷ lệ hình động 10x"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000200 </string-array>
201 <string-array name="transition_animation_scale_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800202 <item msgid="3376676813923486384">"Tắt hình động"</item>
203 <item msgid="753422683600269114">"Tỷ lệ hình động 0,5x"</item>
204 <item msgid="3695427132155563489">"Tỷ lệ hình động 1x"</item>
205 <item msgid="9032615844198098981">"Tỷ lệ hình động 1,5x"</item>
206 <item msgid="8473868962499332073">"Tỷ lệ hình động 2x"</item>
207 <item msgid="4403482320438668316">"Tỷ lệ hình động 5x"</item>
208 <item msgid="169579387974966641">"Tỷ lệ hình động 10x"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000209 </string-array>
210 <string-array name="animator_duration_scale_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800211 <item msgid="6416998593844817378">"Tắt hình động"</item>
212 <item msgid="875345630014338616">"Tỷ lệ hình động 0,5x"</item>
213 <item msgid="2753729231187104962">"Tỷ lệ hình động 1x"</item>
214 <item msgid="1368370459723665338">"Tỷ lệ hình động 1,5x"</item>
215 <item msgid="5768005350534383389">"Tỷ lệ hình động 2x"</item>
216 <item msgid="3728265127284005444">"Tỷ lệ hình động 5x"</item>
217 <item msgid="2464080977843960236">"Tỷ lệ hình động 10x"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000218 </string-array>
219 <string-array name="overlay_display_devices_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800220 <item msgid="4497393944195787240">"Không có"</item>
221 <item msgid="8461943978957133391">"480p"</item>
222 <item msgid="6923083594932909205">"480p (bảo mật)"</item>
223 <item msgid="1226941831391497335">"720p"</item>
224 <item msgid="7051983425968643928">"720p (bảo mật)"</item>
225 <item msgid="7765795608738980305">"1080p"</item>
226 <item msgid="8084293856795803592">"1080p (bảo mật)"</item>
227 <item msgid="938784192903353277">"4k"</item>
228 <item msgid="8612549335720461635">"4k (bảo mật)"</item>
229 <item msgid="7322156123728520872">"4k (đã nâng cấp)"</item>
230 <item msgid="7735692090314849188">"4K (đã nâng cấp, bảo mật)"</item>
231 <item msgid="7346816300608639624">"720p, 1080p (màn hình đôi)"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000232 </string-array>
233 <string-array name="enable_opengl_traces_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800234 <item msgid="4433736508877934305">"Không có"</item>
235 <item msgid="9140053004929079158">"Logcat"</item>
236 <item msgid="3866871644917859262">"Systrace (Đồ họa)"</item>
237 <item msgid="7345673972166571060">"Chồng lệnh trên glGetError"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000238 </string-array>
239 <string-array name="show_non_rect_clip_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800240 <item msgid="2482978351289846212">"Tắt"</item>
241 <item msgid="3405519300199774027">"Vẽ vùng clip khác hình chữ nhật bằng màu lam"</item>
242 <item msgid="1212561935004167943">"Đánh dấu lệnh vẽ đã kiểm tra bằng màu lục"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000243 </string-array>
244 <string-array name="track_frame_time_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800245 <item msgid="634406443901014984">"Tắt"</item>
246 <item msgid="1288760936356000927">"Trên màn hình dưới dạng thanh"</item>
247 <item msgid="5023908510820531131">"Trong <xliff:g id="AS_TYPED_COMMAND">adb shell dumpsys gfxinfo</xliff:g>"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000248 </string-array>
249 <string-array name="debug_hw_overdraw_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800250 <item msgid="1968128556747588800">"Tắt"</item>
251 <item msgid="3033215374382962216">"Hiển thị các vùng vẽ quá"</item>
252 <item msgid="3474333938380896988">"Hiển thị các vùng mô phỏng mù màu lục"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000253 </string-array>
Bill Yi58f42922017-08-14 13:37:04 +0000254 <string-array name="app_process_limit_entries">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800255 <item msgid="794656271086646068">"Giới hạn tiêu chuẩn"</item>
256 <item msgid="8628438298170567201">"Không có quá trình nền"</item>
257 <item msgid="915752993383950932">"Tối đa 1 quá trình"</item>
258 <item msgid="8554877790859095133">"Tối đa 2 quá trình"</item>
259 <item msgid="9060830517215174315">"Tối đa 3 quá trình"</item>
260 <item msgid="6506681373060736204">"Tối đa 4 quá trình"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000261 </string-array>
262 <string-array name="usb_configuration_titles">
Bill Yif5cd4bd2019-11-07 17:14:57 -0800263 <item msgid="3358668781763928157">"Đang sạc"</item>
264 <item msgid="7804797564616858506">"MTP (Giao thức truyền phương tiện)"</item>
265 <item msgid="910925519184248772">"PTP (Giao thức truyền hình ảnh)"</item>
266 <item msgid="3825132913289380004">"RNDIS (USB Ethernet)"</item>
267 <item msgid="8828567335701536560">"Nguồn âm thanh"</item>
268 <item msgid="8688681727755534982">"MIDI"</item>
Bill Yi58f42922017-08-14 13:37:04 +0000269 </string-array>
270</resources>