summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/res/values-ko/strings.xml
blob: ffa05cc91bd1db6fce9b292f4caa7654c7316dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/*
**
** Copyright 2015 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:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="wifi_fail_to_scan" msgid="2333336097603822490">"네트워크를 검색할 수 없습니다."</string>
    <string name="wifi_security_short_wep" msgid="7939809393561636237">"WEP"</string>
    <string name="wifi_security_short_wpa" msgid="6998160832497442533">"WPA"</string>
    <string name="wifi_security_short_wpa2" msgid="7697856994856831026">"WPA2"</string>
    <string name="wifi_security_short_wpa_wpa2" msgid="2399839645955520093">"WPA/WPA2"</string>
    <string name="wifi_security_short_eap" msgid="5029688687205212985">"802.1x"</string>
    <string name="wifi_security_short_eap_wpa" msgid="8510772177310043426">"WPA-EAP"</string>
    <string name="wifi_security_short_eap_wpa2_wpa3" msgid="6455656470422244501">"RSN-EAP"</string>
    <string name="wifi_security_short_sae" msgid="78353562671556266">"WPA3"</string>
    <string name="wifi_security_short_psk_sae" msgid="4965830739185952958">"WPA2/WPA3"</string>
    <string name="wifi_security_short_none_owe" msgid="8827409046261759703">"없음/OWE"</string>
    <string name="wifi_security_short_owe" msgid="5073524307942025369">"OWE"</string>
    <string name="wifi_security_short_eap_suiteb" msgid="4174071135081556115">"Suite-B-192"</string>
    <string name="wifi_security_none" msgid="7392696451280611452">"없음"</string>
    <string name="wifi_security_wep" msgid="1413627788581122366">"WEP"</string>
    <string name="wifi_security_wpa" msgid="1072450904799930636">"WPA-Personal"</string>
    <string name="wifi_security_wpa2" msgid="4038267581230425543">"WPA2-Personal"</string>
    <string name="wifi_security_wpa_wpa2" msgid="946853615482465986">"WPA/WPA2-Personal"</string>
    <string name="wifi_security_eap" msgid="6179633834446852269">"WPA/WPA2/WPA3-Enterprise"</string>
    <string name="wifi_security_eap_wpa" msgid="6189023812330549957">"WPA-Enterprise"</string>
    <string name="wifi_security_eap_wpa_wpa2" msgid="1089879674896108216">"WPA/WPA2-Enterprise"</string>
    <string name="wifi_security_eap_wpa2_wpa3" msgid="2952912020876252266">"WPA/WPA2-Enterprise"</string>
    <string name="wifi_security_eap_wpa3" msgid="7961135182909018796">"WPA3-Enterprise"</string>
    <string name="wifi_security_passpoint" msgid="2209078477216565387">"Passpoint"</string>
    <string name="wifi_security_sae" msgid="3644520541721422843">"WPA3-Personal"</string>
    <string name="wifi_security_psk_sae" msgid="8135104122179904684">"WPA2/WPA3-Personal"</string>
    <string name="wifi_security_none_owe" msgid="5241745828327404101">"없음/Enhanced Open"</string>
    <string name="wifi_security_owe" msgid="3343421403561657809">"Enhanced Open"</string>
    <string name="wifi_security_eap_suiteb" msgid="415842785991698142">"WPA3-Enterprise 192비트"</string>
    <string name="wifi_remembered" msgid="3266709779723179188">"저장됨"</string>
    <string name="wifi_disconnected" msgid="7054450256284661757">"연결 끊김"</string>
    <string name="wifi_disabled_generic" msgid="2651916945380294607">"사용 중지됨"</string>
    <string name="wifi_disabled_network_failure" msgid="2660396183242399585">"IP 설정 실패"</string>
    <string name="wifi_disabled_password_failure" msgid="6892387079613226738">"인증 문제"</string>
    <string name="wifi_cant_connect" msgid="5718417542623056783">"연결할 수 없음"</string>
    <string name="wifi_cant_connect_to_ap" msgid="3099667989279700135">"\'<xliff:g id="AP_NAME">%1$s</xliff:g>\'에 연결할 수 없음"</string>
    <string name="wifi_check_password_try_again" msgid="8817789642851605628">"비밀번호를 확인하고 다시 시도하세요."</string>
    <string name="wifi_not_in_range" msgid="1541760821805777772">"범위 내에 없음"</string>
    <string name="wifi_no_internet_no_reconnect" msgid="821591791066497347">"자동으로 연결되지 않습니다."</string>
    <string name="wifi_no_internet" msgid="1774198889176926299">"인터넷에 연결되어 있지 않음"</string>
    <string name="saved_network" msgid="7143698034077223645">"<xliff:g id="NAME">%1$s</xliff:g>(으)로 저장됨"</string>
    <string name="connected_via_network_scorer" msgid="7665725527352893558">"%1$s을(를) 통해 자동으로 연결됨"</string>
    <string name="connected_via_network_scorer_default" msgid="7973529709744526285">"네트워크 평가 제공업체를 통해 자동으로 연결됨"</string>
    <string name="connected_via_app" msgid="3532267661404276584">"<xliff:g id="NAME">%1$s</xliff:g>을(를) 통해 연결됨"</string>
    <string name="tap_to_sign_up" msgid="5356397741063740395">"탭하여 가입"</string>
    <string name="wifi_connected_no_internet" msgid="5087420713443350646">"인터넷 연결 없음"</string>
    <string name="private_dns_broken" msgid="1984159464346556931">"비공개 DNS 서버에 액세스할 수 없습니다."</string>
    <string name="wifi_limited_connection" msgid="1184778285475204682">"제한된 연결"</string>
    <string name="wifi_status_no_internet" msgid="3799933875988829048">"인터넷 연결 없음"</string>
    <string name="wifi_status_sign_in_required" msgid="2236267500459526855">"로그인 필요"</string>
    <string name="wifi_ap_unable_to_handle_new_sta" msgid="5885145407184194503">"액세스 포인트가 일시적으로 가득 참"</string>
    <string name="osu_opening_provider" msgid="4318105381295178285">"<xliff:g id="PASSPOINTPROVIDER">%1$s</xliff:g> 여는 중"</string>
    <string name="osu_connect_failed" msgid="9107873364807159193">"연결할 수 없음"</string>
    <string name="osu_completing_sign_up" msgid="8412636665040390901">"가입 완료 중…"</string>
    <string name="osu_sign_up_failed" msgid="5605453599586001793">"가입을 완료할 수 없습니다. 다시 시도하려면 탭하세요."</string>
    <string name="osu_sign_up_complete" msgid="7640183358878916847">"가입이 완료되었습니다. 연결 중…"</string>
    <string name="speed_label_slow" msgid="6069917670665664161">"느림"</string>
    <string name="speed_label_okay" msgid="1253594383880810424">"보통"</string>
    <string name="speed_label_fast" msgid="2677719134596044051">"빠름"</string>
    <string name="speed_label_very_fast" msgid="8215718029533182439">"매우 빠름"</string>
    <string name="wifi_passpoint_expired" msgid="6540867261754427561">"만료됨"</string>
    <string name="preference_summary_default_combination" msgid="2644094566845577901">"<xliff:g id="STATE">%1$s</xliff:g>/<xliff:g id="DESCRIPTION">%2$s</xliff:g>"</string>
    <string name="bluetooth_disconnected" msgid="7739366554710388701">"연결 끊김"</string>
    <string name="bluetooth_disconnecting" msgid="7638892134401574338">"연결 해제 중…"</string>
    <string name="bluetooth_connecting" msgid="5871702668260192755">"연결 중…"</string>
    <string name="bluetooth_connected" msgid="8065345572198502293">"연결됨<xliff:g id="ACTIVE_DEVICE">%1$s</xliff:g>"</string>
    <string name="bluetooth_pairing" msgid="4269046942588193600">"페어링 중..."</string>
    <string name="bluetooth_connected_no_headset" msgid="2224101138659967604">"연결됨(전화 없음)<xliff:g id="ACTIVE_DEVICE">%1$s</xliff:g>"</string>
    <string name="bluetooth_connected_no_a2dp" msgid="8566874395813947092">"연결됨(미디어 없음)<xliff:g id="ACTIVE_DEVICE">%1$s</xliff:g>"</string>
    <string name="bluetooth_connected_no_headset_no_a2dp" msgid="2893204819854215433">"연결됨(전화 또는 미디어 없음)<xliff:g id="ACTIVE_DEVICE">%1$s</xliff:g>"</string>
    <string name="bluetooth_connected_battery_level" msgid="5410325759372259950">"연결됨, 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g><xliff:g id="ACTIVE_DEVICE">%2$s</xliff:g>"</string>
    <string name="bluetooth_connected_no_headset_battery_level" msgid="2661863370509206428">"연결됨(전화 없음), 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g><xliff:g id="ACTIVE_DEVICE">%2$s</xliff:g>"</string>
    <string name="bluetooth_connected_no_a2dp_battery_level" msgid="6499078454894324287">"연결됨(미디어 없음), 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g><xliff:g id="ACTIVE_DEVICE">%2$s</xliff:g>"</string>
    <string name="bluetooth_connected_no_headset_no_a2dp_battery_level" msgid="8477440576953067242">"연결됨(전화 또는 미디어 없음), 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g><xliff:g id="ACTIVE_DEVICE">%2$s</xliff:g>"</string>
    <string name="bluetooth_active_battery_level" msgid="3450745316700494425">"활성, 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g>"</string>
    <string name="bluetooth_active_battery_level_untethered" msgid="2706188607604205362">"활성, 왼쪽: 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE_0">%1$s</xliff:g>, 오른쪽: 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE_1">%2$s</xliff:g>"</string>
    <string name="bluetooth_battery_level" msgid="2893696778200201555">"배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE">%1$s</xliff:g>"</string>
    <string name="bluetooth_battery_level_untethered" msgid="4002282355111504349">"왼쪽: 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE_0">%1$s</xliff:g>, 오른쪽: 배터리 <xliff:g id="BATTERY_LEVEL_AS_PERCENTAGE_1">%2$s</xliff:g>"</string>
    <string name="bluetooth_active_no_battery_level" msgid="4155462233006205630">"활성"</string>
    <string name="bluetooth_hearing_aid_left_active" msgid="7084887715570971441">"활성, 왼쪽만"</string>
    <string name="bluetooth_hearing_aid_right_active" msgid="8574683234077567230">"활성, 오른쪽만"</string>
    <string name="bluetooth_hearing_aid_left_and_right_active" msgid="407704460573163973">"활성, 왼쪽 및 오른쪽"</string>
    <string name="bluetooth_profile_a2dp" msgid="4632426382762851724">"미디어 오디오"</string>
    <string name="bluetooth_profile_headset" msgid="5395952236133499331">"전화 통화"</string>
    <string name="bluetooth_profile_opp" msgid="6692618568149493430">"파일 전송"</string>
    <string name="bluetooth_profile_hid" msgid="2969922922664315866">"입력 장치"</string>
    <string name="bluetooth_profile_pan" msgid="1006235139308318188">"인터넷 액세스"</string>
    <string name="bluetooth_profile_pbap" msgid="4262303387989406171">"연락처 및 통화 기록 공유"</string>
    <string name="bluetooth_profile_pbap_summary" msgid="6466456791354759132">"연락처 및 통화 기록 공유에 사용"</string>
    <string name="bluetooth_profile_pan_nap" msgid="7871974753822470050">"인터넷 연결 공유"</string>
    <string name="bluetooth_profile_map" msgid="8907204701162107271">"문자 메시지"</string>
    <string name="bluetooth_profile_sap" msgid="8304170950447934386">"SIM 액세스"</string>
    <string name="bluetooth_profile_a2dp_high_quality" msgid="4739440941324792775">"HD 오디오: <xliff:g id="CODEC_NAME">%1$s</xliff:g>"</string>
    <string name="bluetooth_profile_a2dp_high_quality_unknown_codec" msgid="2477639096903834374">"HD 오디오"</string>
    <string name="bluetooth_profile_hearing_aid" msgid="58154575573984914">"보청기"</string>
    <string name="bluetooth_profile_le_audio" msgid="1725521360076451751">"LE 오디오"</string>
    <string name="bluetooth_hearing_aid_profile_summary_connected" msgid="8191273236809964030">"보청기에 연결됨"</string>
    <string name="bluetooth_le_audio_profile_summary_connected" msgid="6916226974453480650">"LE 오디오에 연결됨"</string>
    <string name="bluetooth_a2dp_profile_summary_connected" msgid="7422607970115444153">"미디어 오디오에 연결됨"</string>
    <string name="bluetooth_headset_profile_summary_connected" msgid="2420981566026949688">"휴대전화 오디오에 연결됨"</string>
    <string name="bluetooth_opp_profile_summary_connected" msgid="2393521801478157362">"파일 전송 서버에 연결됨"</string>
    <string name="bluetooth_map_profile_summary_connected" msgid="4141725591784669181">"지도에 연결됨"</string>
    <string name="bluetooth_sap_profile_summary_connected" msgid="1280297388033001037">"SAP에 연결됨"</string>
    <string name="bluetooth_opp_profile_summary_not_connected" msgid="3959741824627764954">"파일 전송 서버에 연결되지 않았습니다."</string>
    <string name="bluetooth_hid_profile_summary_connected" msgid="3923653977051684833">"입력 장치에 연결됨"</string>
    <string name="bluetooth_pan_user_profile_summary_connected" msgid="380469653827505727">"인터넷 액세스를 위해 기기에 연결됨"</string>
    <string name="bluetooth_pan_nap_profile_summary_connected" msgid="3744773111299503493">"로컬 인터넷 연결을 기기와 공유 중"</string>
    <string name="bluetooth_pan_profile_summary_use_for" msgid="7422039765025340313">"인터넷 액세스에 사용"</string>
    <string name="bluetooth_map_profile_summary_use_for" msgid="4453622103977592583">"지도에 사용"</string>
    <string name="bluetooth_sap_profile_summary_use_for" msgid="6204902866176714046">"SIM 액세스에 사용"</string>
    <string name="bluetooth_a2dp_profile_summary_use_for" msgid="7324694226276491807">"미디어 오디오에 사용"</string>
    <string name="bluetooth_headset_profile_summary_use_for" msgid="808970643123744170">"휴대전화 오디오에 사용"</string>
    <string name="bluetooth_opp_profile_summary_use_for" msgid="461981154387015457">"파일 전송에 사용"</string>
    <string name="bluetooth_hid_profile_summary_use_for" msgid="4289460627406490952">"입력에 사용"</string>
    <string name="bluetooth_hearing_aid_profile_summary_use_for" msgid="7689393730163320483">"보청기로 사용"</string>
    <string name="bluetooth_le_audio_profile_summary_use_for" msgid="2778318636027348572">"LE_AUDIO에 사용"</string>
    <string name="bluetooth_pairing_accept" msgid="2054232610815498004">"페어링"</string>
    <string name="bluetooth_pairing_accept_all_caps" msgid="2734383073450506220">"페어링"</string>
    <string name="bluetooth_pairing_decline" msgid="6483118841204885890">"취소"</string>
    <string name="bluetooth_pairing_will_share_phonebook" msgid="3064334458659165176">"페어링하면 연결 시 연락처 및 통화 기록에 액세스할 수 있습니다."</string>
    <string name="bluetooth_pairing_error_message" msgid="6626399020672335565">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>와(과) 페어링하지 못했습니다."</string>
    <string name="bluetooth_pairing_pin_error_message" msgid="264422127613704940">"PIN 또는 패스키가 잘못되어 <xliff:g id="DEVICE_NAME">%1$s</xliff:g>와 페어링하지 못했습니다."</string>
    <string name="bluetooth_pairing_device_down_error_message" msgid="2554424863101358857">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>와(과) 통신할 수 없습니다."</string>
    <string name="bluetooth_pairing_rejected_error_message" msgid="5943444352777314442">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>에서 페어링을 거부했습니다."</string>
    <string name="bluetooth_talkback_computer" msgid="3736623135703893773">"컴퓨터"</string>
    <string name="bluetooth_talkback_headset" msgid="3406852564400882682">"헤드셋"</string>
    <string name="bluetooth_talkback_phone" msgid="868393783858123880">"전화"</string>
    <string name="bluetooth_talkback_imaging" msgid="8781682986822514331">"이미징"</string>
    <string name="bluetooth_talkback_headphone" msgid="8613073829180337091">"헤드폰"</string>
    <string name="bluetooth_talkback_input_peripheral" msgid="5133944817800149942">"입력 주변기기"</string>
    <string name="bluetooth_talkback_bluetooth" msgid="1143241359781999989">"블루투스"</string>
    <string name="accessibility_wifi_off" msgid="1195445715254137155">"Wi-Fi가 꺼져 있습니다."</string>
    <string name="accessibility_no_wifi" msgid="5297119459491085771">"Wi-Fi 연결이 끊어졌습니다."</string>
    <string name="accessibility_wifi_one_bar" msgid="6025652717281815212">"Wi-Fi 신호 막대가 한 개입니다."</string>
    <string name="accessibility_wifi_two_bars" msgid="687800024970972270">"Wi-Fi 신호 막대가 두 개입니다."</string>
    <string name="accessibility_wifi_three_bars" msgid="779895671061950234">"Wi-Fi 신호 막대가 세 개입니다."</string>
    <string name="accessibility_wifi_signal_full" msgid="7165262794551355617">"Wi-Fi 신호가 강합니다."</string>
    <string name="accessibility_wifi_security_type_none" msgid="162352241518066966">"개방형 네트워크"</string>
    <string name="accessibility_wifi_security_type_secured" msgid="2399774097343238942">"보안 네트워크"</string>
    <string name="process_kernel_label" msgid="950292573930336765">"Android OS"</string>
    <string name="data_usage_uninstalled_apps" msgid="1933665711856171491">"삭제된 앱"</string>
    <string name="data_usage_uninstalled_apps_users" msgid="5533981546921913295">"삭제된 앱 및 사용자"</string>
    <string name="data_usage_ota" msgid="7984667793701597001">"시스템 업데이트"</string>
    <string name="tether_settings_title_usb" msgid="3728686573430917722">"USB 테더링"</string>
    <string name="tether_settings_title_wifi" msgid="4803402057533895526">"휴대용 핫스팟"</string>
    <string name="tether_settings_title_bluetooth" msgid="916519902721399656">"블루투스 테더링"</string>
    <string name="tether_settings_title_usb_bluetooth" msgid="1727111807207577322">"테더링"</string>
    <string name="tether_settings_title_all" msgid="8910259483383010470">"테더링 및 휴대용 핫스팟"</string>
    <string name="managed_user_title" msgid="449081789742645723">"모든 직장 앱"</string>
    <string name="unknown" msgid="3544487229740637809">"알 수 없음"</string>
    <string name="running_process_item_user_label" msgid="3988506293099805796">"사용자: <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="launch_defaults_some" msgid="3631650616557252926">"일부 기본값이 설정됨"</string>
    <string name="launch_defaults_none" msgid="8049374306261262709">"기본값이 설정되지 않음"</string>
    <string name="tts_settings" msgid="8130616705989351312">"TTS 설정"</string>
    <string name="tts_settings_title" msgid="7602210956640483039">"텍스트 음성 변환 출력"</string>
    <string name="tts_default_rate_title" msgid="3964187817364304022">"말하는 속도"</string>
    <string name="tts_default_rate_summary" msgid="3781937042151716987">"텍스트를 읽어주는 속도"</string>
    <string name="tts_default_pitch_title" msgid="6988592215554485479">"음조"</string>
    <string name="tts_default_pitch_summary" msgid="9132719475281551884">"합성 음성의 어조에 영향을 미침"</string>
    <string name="tts_default_lang_title" msgid="4698933575028098940">"언어"</string>
    <string name="tts_lang_use_system" msgid="6312945299804012406">"시스템 언어 사용"</string>
    <string name="tts_lang_not_selected" msgid="7927823081096056147">"언어가 선택되지 않음"</string>
    <string name="tts_default_lang_summary" msgid="9042620014800063470">"발음된 텍스트에 대해 언어별로 음성 설정"</string>
    <string name="tts_play_example_title" msgid="1599468547216481684">"예제 듣기"</string>
    <string name="tts_play_example_summary" msgid="634044730710636383">"짧은 음성 합성 데모 재생"</string>
    <string name="tts_install_data_title" msgid="1829942496472751703">"음성 데이터 설치"</string>
    <string name="tts_install_data_summary" msgid="3608874324992243851">"음성 합성을 사용하려면 음성 데이터를 설치해야 함"</string>
    <string name="tts_engine_security_warning" msgid="3372432853837988146">"이 음성 합성 엔진은 비밀번호와 신용카드 번호 등의 개인 데이터를 비롯한 모든 음성 데이터를 수집할 수 있습니다. 이것은 <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> 엔진의 기능입니다. 음성 합성 엔진을 사용하도록 설정하시겠습니까?"</string>
    <string name="tts_engine_network_required" msgid="8722087649733906851">"이 언어로 TTS(Text-to-speech)를 출력하려면 네트워크 연결이 작동해야 합니다."</string>
    <string name="tts_default_sample_string" msgid="6388016028292967973">"음성 합성의 예입니다."</string>
    <string name="tts_status_title" msgid="8190784181389278640">"기본 언어 상태"</string>
    <string name="tts_status_ok" msgid="8583076006537547379">"<xliff:g id="LOCALE">%1$s</xliff:g>은(는) 완전하게 지원됩니다."</string>
    <string name="tts_status_requires_network" msgid="8327617638884678896">"<xliff:g id="LOCALE">%1$s</xliff:g>은(는) 네트워크 연결이 필요합니다."</string>
    <string name="tts_status_not_supported" msgid="2702997696245523743">"<xliff:g id="LOCALE">%1$s</xliff:g>은(는) 지원되지 않습니다."</string>
    <string name="tts_status_checking" msgid="8026559918948285013">"확인 중…"</string>
    <string name="tts_engine_settings_title" msgid="7849477533103566291">"<xliff:g id="TTS_ENGINE_NAME">%s</xliff:g>에 대한 설정"</string>
    <string name="tts_engine_settings_button" msgid="477155276199968948">"엔진 설정 실행"</string>
    <string name="tts_engine_preference_section_title" msgid="3861562305498624904">"기본 엔진"</string>
    <string name="tts_general_section_title" msgid="8919671529502364567">"기본설정"</string>
    <string name="tts_reset_speech_pitch_title" msgid="7149398585468413246">"말하는 속도 재설정"</string>
    <string name="tts_reset_speech_pitch_summary" msgid="6822904157021406449">"텍스트를 읽어주는 속도를 기본값으로 재설정합니다."</string>
  <string-array name="tts_rate_entries">
    <item msgid="4563475121751694801">"60%"</item>
    <item msgid="6323184326270638754">"80%"</item>
    <item msgid="2569200872125313769">"100%"</item>
    <item msgid="9010794089704942570">"150%"</item>
    <item msgid="4634010129655810634">"200%"</item>
    <item msgid="8929490998534497543">"250%"</item>
    <item msgid="8442352376763286772">"300%"</item>
    <item msgid="4446831566506165093">"350%"</item>
    <item msgid="6946761421234586000">"400%"</item>
  </string-array>
    <string name="choose_profile" msgid="343803890897657450">"프로필 선택"</string>
    <string name="category_personal" msgid="6236798763159385225">"개인"</string>
    <string name="category_work" msgid="4014193632325996115">"직장"</string>
    <string name="category_clone" msgid="1554511758987195974">"복사"</string>
    <string name="development_settings_title" msgid="140296922921597393">"개발자 옵션"</string>
    <string name="development_settings_enable" msgid="4285094651288242183">"개발자 옵션 사용"</string>
    <string name="development_settings_summary" msgid="8718917813868735095">"앱 개발 옵션 설정"</string>
    <string name="development_settings_not_available" msgid="355070198089140951">"이 사용자는 개발자 옵션을 사용할 수 없습니다."</string>
    <string name="vpn_settings_not_available" msgid="2894137119965668920">"이 사용자는 VPN 설정을 수정할 수 없습니다."</string>
    <string name="tethering_settings_not_available" msgid="266821736434699780">"이 사용자는 테더링 설정을 수정할 수 없습니다."</string>
    <string name="apn_settings_not_available" msgid="1147111671403342300">"이 사용자는 액세스 포인트 이름(APN) 설정을 수정할 수 없습니다."</string>
    <string name="enable_adb" msgid="8072776357237289039">"USB 디버깅"</string>
    <string name="enable_adb_summary" msgid="3711526030096574316">"USB가 연결된 경우 디버그 모드 사용"</string>
    <string name="clear_adb_keys" msgid="3010148733140369917">"USB 디버깅 권한 승인 취소"</string>
    <string name="enable_adb_wireless" msgid="6973226350963971018">"무선 디버깅"</string>
    <string name="enable_adb_wireless_summary" msgid="7344391423657093011">"Wi‑Fi가 연결되었을 때 디버그 모드 사용"</string>
    <string name="adb_wireless_error" msgid="721958772149779856">"오류"</string>
    <string name="adb_wireless_settings" msgid="2295017847215680229">"무선 디버깅"</string>
    <string name="adb_wireless_list_empty_off" msgid="1713707973837255490">"사용 가능한 기기를 확인하고 사용하려면 무선 디버깅을 사용 설정하세요."</string>
    <string name="adb_pair_method_qrcode_title" msgid="6982904096137468634">"QR 코드로 기기 페어링"</string>
    <string name="adb_pair_method_qrcode_summary" msgid="7130694277228970888">"QR 코드 스캐너를 사용하여 새 기기 페어링"</string>
    <string name="adb_pair_method_code_title" msgid="1122590300445142904">"페어링 코드로 기기 페어링"</string>
    <string name="adb_pair_method_code_summary" msgid="6370414511333685185">"6자리 코드를 사용하여 새 기기 페어링"</string>
    <string name="adb_paired_devices_title" msgid="5268997341526217362">"페어링된 기기"</string>
    <string name="adb_wireless_device_connected_summary" msgid="3039660790249148713">"현재 연결된 기기"</string>
    <string name="adb_wireless_device_details_title" msgid="7129369670526565786">"기기 세부정보"</string>
    <string name="adb_device_forget" msgid="193072400783068417">"저장 안함"</string>
    <string name="adb_device_fingerprint_title_format" msgid="291504822917843701">"기기 지문: <xliff:g id="FINGERPRINT_PARAM">%1$s</xliff:g>"</string>
    <string name="adb_wireless_connection_failed_title" msgid="664211177427438438">"연결할 수 없음"</string>
    <string name="adb_wireless_connection_failed_message" msgid="9213896700171602073">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>이(가) 올바른 네트워크에 연결되어 있는지 확인하세요."</string>
    <string name="adb_pairing_device_dialog_title" msgid="7141739231018530210">"기기 페어링"</string>
    <string name="adb_pairing_device_dialog_pairing_code_label" msgid="3639239786669722731">"Wi‑Fi 페어링 코드"</string>
    <string name="adb_pairing_device_dialog_failed_title" msgid="3426758947882091735">"페어링 실패"</string>
    <string name="adb_pairing_device_dialog_failed_msg" msgid="6611097519661997148">"기기가 동일한 네트워크에 연결되어 있는지 확인하세요"</string>
    <string name="adb_wireless_qrcode_summary" msgid="8051414549011801917">"QR 코드를 스캔하여 Wi‑Fi를 통해 기기 페어링"</string>
    <string name="adb_wireless_verifying_qrcode_text" msgid="6123192424916029207">"기기 페어링 중…"</string>
    <string name="adb_qrcode_pairing_device_failed_msg" msgid="6936292092592914132">"기기를 페어링할 수 없습니다. QR 코드가 잘못되었거나 기기가 동일한 네트워크에 연결되어 있지 않습니다."</string>
    <string name="adb_wireless_ip_addr_preference_title" msgid="8335132107715311730">"IP 주소 및 포트"</string>
    <string name="adb_wireless_qrcode_pairing_title" msgid="1906409667944674707">"QR 코드 스캔"</string>
    <string name="adb_wireless_qrcode_pairing_description" msgid="6014121407143607851">"QR 코드를 스캔하여 Wi‑Fi를 통해 기기 페어링"</string>
    <string name="adb_wireless_no_network_msg" msgid="2365795244718494658">"Wi-Fi 네트워크에 연결하세요."</string>
    <string name="keywords_adb_wireless" msgid="6507505581882171240">"adb, 디버그, 개발자"</string>
    <string name="bugreport_in_power" msgid="8664089072534638709">"버그 신고 바로가기"</string>
    <string name="bugreport_in_power_summary" msgid="1885529649381831775">"전원 메뉴에 버그 신고 버튼 표시"</string>
    <string name="keep_screen_on" msgid="1187161672348797558">"화면 켜짐 상태 유지"</string>
    <string name="keep_screen_on_summary" msgid="1510731514101925829">"충전하는 동안 화면이 꺼지지 않음"</string>
    <string name="bt_hci_snoop_log" msgid="7291287955649081448">"블루투스 HCI 스누프 로그 사용"</string>
    <string name="bt_hci_snoop_log_summary" msgid="6808538971394092284">"블루투스 패킷을 캡처합니다. (설정 변경 후 블루투스 전환)"</string>
    <string name="oem_unlock_enable" msgid="5334869171871566731">"OEM 잠금 해제"</string>
    <string name="oem_unlock_enable_summary" msgid="5857388174390953829">"부트로더 잠금 해제 허용"</string>
    <string name="confirm_enable_oem_unlock_title" msgid="8249318129774367535">"OEM 잠금 해제를 허용하시겠습니까?"</string>
    <string name="confirm_enable_oem_unlock_text" msgid="854131050791011970">"경고: 이 설정을 사용하는 동안에는 이 기기에서 기기 보호 기능이 작동하지 않습니다."</string>
    <string name="mock_location_app" msgid="6269380172542248304">"가상 위치 앱 선택"</string>
    <string name="mock_location_app_not_set" msgid="6972032787262831155">"가상 위치 앱이 설정되어 있지 않음"</string>
    <string name="mock_location_app_set" msgid="4706722469342913843">"모의 위치 앱: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="debug_networking_category" msgid="6829757985772659599">"네트워크"</string>
    <string name="wifi_display_certification" msgid="1805579519992520381">"무선 디스플레이 인증서"</string>
    <string name="wifi_verbose_logging" msgid="1785910450009679371">"Wi-Fi 상세 로깅 사용"</string>
    <string name="wifi_scan_throttling" msgid="2985624788509913617">"Wi‑Fi 검색 제한"</string>
    <string name="wifi_non_persistent_mac_randomization" msgid="7482769677894247316">"Wi‑Fi 비지속적인 MAC 주소 무작위 순서 지정"</string>
    <string name="mobile_data_always_on" msgid="8275958101875563572">"항상 모바일 데이터 활성화"</string>
    <string name="tethering_hardware_offload" msgid="4116053719006939161">"테더링 하드웨어 가속"</string>
    <string name="bluetooth_show_devices_without_names" msgid="923584526471885819">"이름이 없는 블루투스 기기 표시"</string>
    <string name="bluetooth_disable_absolute_volume" msgid="1452342324349203434">"절대 볼륨 사용 안함"</string>
    <string name="bluetooth_enable_gabeldorsche" msgid="9131730396242883416">"Gabeldorsche 사용 설정"</string>
    <string name="bluetooth_select_avrcp_version_string" msgid="1710571610177659127">"블루투스 AVRCP 버전"</string>
    <string name="bluetooth_select_avrcp_version_dialog_title" msgid="7846922290083709633">"블루투스 AVRCP 버전 선택"</string>
    <string name="bluetooth_select_map_version_string" msgid="526308145174175327">"블루투스 MAP 버전"</string>
    <string name="bluetooth_select_map_version_dialog_title" msgid="7085934373987428460">"블루투스 MAP 버전 선택"</string>
    <string name="bluetooth_select_a2dp_codec_type" msgid="952001408455456494">"블루투스 오디오 코덱"</string>
    <string name="bluetooth_select_a2dp_codec_type_dialog_title" msgid="7510542404227225545">"블루투스 오디오 코덱 실행\n선택"</string>
    <string name="bluetooth_select_a2dp_codec_sample_rate" msgid="1638623076480928191">"블루투스 오디오 샘플링 비율"</string>
    <string name="bluetooth_select_a2dp_codec_sample_rate_dialog_title" msgid="5876305103137067798">"블루투스 오디오 코덱 실행\n선택: 샘플링 비율"</string>
    <string name="bluetooth_select_a2dp_codec_type_help_info" msgid="8647200416514412338">"비활성화되어 있으면 스마트폰 또는 헤드셋에서 지원하지 않음을 의미함"</string>
    <string name="bluetooth_select_a2dp_codec_bits_per_sample" msgid="6253965294594390806">"블루투스 오디오 샘플당 비트"</string>
    <string name="bluetooth_select_a2dp_codec_bits_per_sample_dialog_title" msgid="4898693684282596143">"블루투스 오디오 코덱 실행\n선택: 샘플당 비트"</string>
    <string name="bluetooth_select_a2dp_codec_channel_mode" msgid="364277285688014427">"블루투스 오디오 채널 모드"</string>
    <string name="bluetooth_select_a2dp_codec_channel_mode_dialog_title" msgid="2076949781460359589">"블루투스 오디오 코덱 실행\n선택: 채널 모드"</string>
    <string name="bluetooth_select_a2dp_codec_ldac_playback_quality" msgid="3233402355917446304">"블루투스 오디오 LDAC 코덱: 재생 품질"</string>
    <string name="bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title" msgid="7274396574659784285">"블루투스 오디오 LDAC\n코덱 선택 실행: 재생 품질"</string>
    <string name="bluetooth_select_a2dp_codec_streaming_label" msgid="2040810756832027227">"스트리밍: <xliff:g id="STREAMING_PARAMETER">%1$s</xliff:g>"</string>
    <string name="select_private_dns_configuration_title" msgid="7887550926056143018">"비공개 DNS"</string>
    <string name="select_private_dns_configuration_dialog_title" msgid="3731422918335951912">"비공개 DNS 모드 선택"</string>
    <string name="private_dns_mode_off" msgid="7065962499349997041">"사용 안함"</string>
    <string name="private_dns_mode_opportunistic" msgid="1947864819060442354">"자동"</string>
    <string name="private_dns_mode_provider" msgid="3619040641762557028">"비공개 DNS 제공업체 호스트 이름"</string>
    <string name="private_dns_mode_provider_hostname_hint" msgid="6564868953748514595">"DNS 제공업체의 호스트 이름 입력"</string>
    <string name="private_dns_mode_provider_failure" msgid="8356259467861515108">"연결할 수 없음"</string>
    <string name="wifi_display_certification_summary" msgid="8111151348106907513">"무선 디스플레이 인증서 옵션 표시"</string>
    <string name="wifi_verbose_logging_summary" msgid="4993823188807767892">"Wi‑Fi 로깅 수준을 높이고, Wi‑Fi 선택도구에서 SSID RSSI당 값을 표시"</string>
    <string name="wifi_scan_throttling_summary" msgid="2577105472017362814">"배터리 소모를 줄이고 네트워크 성능 개선"</string>
    <string name="wifi_non_persistent_mac_randomization_summary" msgid="2159794543105053930">"이 모드를 사용 설정하면 기기가 MAC 주소 무작위 지정이 설정된 네트워크에 연결될 때마다 기기의 MAC 주소가 변경될 수 있습니다."</string>
    <string name="wifi_metered_label" msgid="8737187690304098638">"종량제 네트워크"</string>
    <string name="wifi_unmetered_label" msgid="6174142840934095093">"무제한 네트워크"</string>
    <string name="select_logd_size_title" msgid="1604578195914595173">"로거 버퍼 크기"</string>
    <string name="select_logd_size_dialog_title" msgid="2105401994681013578">"로그 버퍼당 로거 크기 선택"</string>
    <string name="dev_logpersist_clear_warning_title" msgid="8631859265777337991">"로거 영구 저장소를 삭제하시겠습니까?"</string>
    <string name="dev_logpersist_clear_warning_message" msgid="6447590867594287413">"영구 로거로 더 이상 모니터링하지 않는 경우 기기에 있는 로거 데이터를 삭제해야 합니다."</string>
    <string name="select_logpersist_title" msgid="447071974007104196">"로거 데이터를 기기에 영구 저장"</string>
    <string name="select_logpersist_dialog_title" msgid="7745193591195485594">"기기에 영구 저장할 로그 버퍼 선택"</string>
    <string name="select_usb_configuration_title" msgid="6339801314922294586">"USB 설정 선택"</string>
    <string name="select_usb_configuration_dialog_title" msgid="3579567144722589237">"USB 설정 선택"</string>
    <string name="allow_mock_location" msgid="2102650981552527884">"모의 위치 허용"</string>
    <string name="allow_mock_location_summary" msgid="179780881081354579">"모의 위치 허용"</string>
    <string name="debug_view_attributes" msgid="3539609843984208216">"보기 속성 검사 사용"</string>
    <string name="mobile_data_always_on_summary" msgid="1112156365594371019">"Wi‑Fi가 활성화되어 있을 때에도 빠른 네트워크 전환을 위하여 항상 모바일 데이터를 활성 상태로 유지"</string>
    <string name="tethering_hardware_offload_summary" msgid="7801345335142803029">"가능한 경우 테더링 하드웨어 가속 사용"</string>
    <string name="adb_warning_title" msgid="7708653449506485728">"USB 디버깅을 허용하시겠습니까?"</string>
    <string name="adb_warning_message" msgid="8145270656419669221">"USB 디버깅은 개발용으로만 설계되었습니다. 이 기능을 사용하면 컴퓨터와 기기 간에 데이터를 복사하고 알림 없이 기기에 앱을 설치하며 로그 데이터를 읽을 수 있습니다."</string>
    <string name="adbwifi_warning_title" msgid="727104571653031865">"무선 디버깅을 허용하시겠습니까?"</string>
    <string name="adbwifi_warning_message" msgid="8005936574322702388">"무선 디버깅은 개발용으로만 설계되었습니다. 이 기능을 사용하면 컴퓨터와 기기 간에 데이터를 복사하고 알림 없이 기기에 앱을 설치하며 로그 데이터를 읽을 수 있습니다."</string>
    <string name="adb_keys_warning_message" msgid="2968555274488101220">"이전에 승인한 모든 컴퓨터에서 USB 디버깅에 대한 액세스 권한을 취소하시겠습니까?"</string>
    <string name="dev_settings_warning_title" msgid="8251234890169074553">"개발자 설정을 허용하시겠습니까?"</string>
    <string name="dev_settings_warning_message" msgid="37741686486073668">"이 설정은 개발자용으로만 설계되었습니다. 이 설정을 사용하면 기기 및 애플리케이션에 예기치 않은 중단이나 오류가 발생할 수 있습니다."</string>
    <string name="verify_apps_over_usb_title" msgid="6031809675604442636">"USB를 통해 설치된 앱 확인"</string>
    <string name="verify_apps_over_usb_summary" msgid="1317933737581167839">"ADB/ADT를 통해 설치된 앱에 유해한 동작이 있는지 확인"</string>
    <string name="bluetooth_show_devices_without_names_summary" msgid="780964354377854507">"이름이 없이 MAC 주소만 있는 블루투스 기기 표시"</string>
    <string name="bluetooth_disable_absolute_volume_summary" msgid="2006309932135547681">"참기 어려울 정도로 볼륨이 크거나 제어가 되지 않는 등 원격 기기에서 볼륨 문제가 발생할 경우 블루투스 절대 볼륨 기능을 사용 중지"</string>
    <string name="bluetooth_enable_gabeldorsche_summary" msgid="2054730331770712629">"블루투스 Gabeldorsche 기능 스택을 사용 설정합니다."</string>
    <string name="enhanced_connectivity_summary" msgid="1576414159820676330">"향상된 연결 기능을 사용 설정합니다."</string>
    <string name="enable_terminal_title" msgid="3834790541986303654">"로컬 터미널"</string>
    <string name="enable_terminal_summary" msgid="2481074834856064500">"로컬 셸 액세스를 제공하는 터미널 앱 사용"</string>
    <string name="hdcp_checking_title" msgid="3155692785074095986">"HDCP 확인"</string>
    <string name="hdcp_checking_dialog_title" msgid="7691060297616217781">"HDCP 확인 동작 설정"</string>
    <string name="debug_debugging_category" msgid="535341063709248842">"디버깅"</string>
    <string name="debug_app" msgid="8903350241392391766">"디버깅할 앱 선택"</string>
    <string name="debug_app_not_set" msgid="1934083001283807188">"디버깅할 애플리케이션이 설정되지 않음"</string>
    <string name="debug_app_set" msgid="6599535090477753651">"디버깅할 애플리케이션: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="select_application" msgid="2543228890535466325">"애플리케이션 선택"</string>
    <string name="no_application" msgid="9038334538870247690">"없음"</string>
    <string name="wait_for_debugger" msgid="7461199843335409809">"디버거 연결을 위해 대기"</string>
    <string name="wait_for_debugger_summary" msgid="6846330006113363286">"디버깅된 애플리케이션이 실행되기 전에 디버거 연결을 위해 대기"</string>
    <string name="debug_input_category" msgid="7349460906970849771">"입력"</string>
    <string name="debug_drawing_category" msgid="5066171112313666619">"그림"</string>
    <string name="debug_hw_drawing_category" msgid="5830815169336975162">"하드웨어 가속 렌더링"</string>
    <string name="media_category" msgid="8122076702526144053">"미디어"</string>
    <string name="debug_monitoring_category" msgid="1597387133765424994">"모니터링"</string>
    <string name="strict_mode" msgid="889864762140862437">"엄격 모드 사용"</string>
    <string name="strict_mode_summary" msgid="1838248687233554654">"앱이 기본 스레드에서 오래 작업하면 화면 깜박이기"</string>
    <string name="pointer_location" msgid="7516929526199520173">"포인터 위치"</string>
    <string name="pointer_location_summary" msgid="957120116989798464">"현재 터치 데이터 오버레이 표시"</string>
    <string name="show_touches" msgid="8437666942161289025">"탭한 항목 표시"</string>
    <string name="show_touches_summary" msgid="3692861665994502193">"탭한 항목에 대해 시각적인 피드백 표시"</string>
    <string name="show_screen_updates" msgid="2078782895825535494">"표면 업데이트 표시"</string>
    <string name="show_screen_updates_summary" msgid="2126932969682087406">"전체 창 화면이 업데이트되었을 때 플래시 처리"</string>
    <string name="show_hw_screen_updates" msgid="2021286231267747506">"보기 업데이트 표시"</string>
    <string name="show_hw_screen_updates_summary" msgid="3539770072741435691">"드로잉했을 때 창 내부 보기 깜박이기"</string>
    <string name="show_hw_layers_updates" msgid="5268370750002509767">"하드웨어 레이어 업데이트 표시"</string>
    <string name="show_hw_layers_updates_summary" msgid="5850955890493054618">"하드웨어 레이어 업데이트 시 녹색으로 깜박이기"</string>
    <string name="debug_hw_overdraw" msgid="8944851091008756796">"GPU 오버드로 디버그"</string>
    <string name="disable_overlays" msgid="4206590799671557143">"HW 오버레이 사용 안함"</string>
    <string name="disable_overlays_summary" msgid="1954852414363338166">"화면 합성 목적으로 항상 GPU 사용"</string>
    <string name="simulate_color_space" msgid="1206503300335835151">"색상 공간 시뮬레이션"</string>
    <string name="enable_opengl_traces_title" msgid="4638773318659125196">"OpenGL 추적 사용 설정"</string>
    <string name="usb_audio_disable_routing" msgid="3367656923544254975">"USB 오디오 연결 사용 중지"</string>
    <string name="usb_audio_disable_routing_summary" msgid="8768242894849534699">"USB 오디오 주변기기로 자동 연결 사용 중지"</string>
    <string name="debug_layout" msgid="1659216803043339741">"레이아웃 범위 표시"</string>
    <string name="debug_layout_summary" msgid="8825829038287321978">"클립 경계, 여백 등을 표시"</string>
    <string name="force_rtl_layout_all_locales" msgid="8690762598501599796">"RTL 레이아웃 방향 강제 적용"</string>
    <string name="force_rtl_layout_all_locales_summary" msgid="6663016859517239880">"모든 언어에 대해 화면 레이아웃 방향을 RTL로 강제 적용"</string>
    <string name="transparent_navigation_bar" msgid="1933192171384678484">"탐색 메뉴 투명하게 하기"</string>
    <string name="transparent_navigation_bar_summary" msgid="5454359021817330722">"기본적으로 탐색 메뉴의 배경 색상을 투명하게 하기"</string>
    <string name="window_blurs" msgid="6831008984828425106">"창 수준 블러 허용"</string>
    <string name="force_msaa" msgid="4081288296137775550">"4x MSAA 강제 사용"</string>
    <string name="force_msaa_summary" msgid="9070437493586769500">"OpenGL ES 2.0 앱에서 4x MSAA 사용"</string>
    <string name="show_non_rect_clip" msgid="7499758654867881817">"사각형이 아닌 클립 작업 디버그"</string>
    <string name="track_frame_time" msgid="522674651937771106">"HWUI 렌더링 프로파일"</string>
    <string name="enable_gpu_debug_layers" msgid="4986675516188740397">"GPU 디버그 레이어 사용 설정"</string>
    <string name="enable_gpu_debug_layers_summary" msgid="4921521407377170481">"디버그 앱에 GPU 디버그 레이어 로드 허용"</string>
    <string name="enable_verbose_vendor_logging" msgid="1196698788267682072">"상세 공급업체 로깅 사용 설정"</string>
    <string name="enable_verbose_vendor_logging_summary" msgid="5426292185780393708">"버그 신고에 추가적인 기기별 공급업체 로그를 포함합니다. 여기에는 개인정보가 포함될 수 있으며, 배터리 또는 저장공간 사용량이 늘어날 수 있습니다."</string>
    <string name="window_animation_scale_title" msgid="5236381298376812508">"창 애니메이션 배율"</string>
    <string name="transition_animation_scale_title" msgid="1278477690695439337">"전환 애니메이션 배율"</string>
    <string name="animator_duration_scale_title" msgid="7082913931326085176">"Animator 길이 배율"</string>
    <string name="overlay_display_devices_title" msgid="5411894622334469607">"보조 디스플레이 시뮬레이션"</string>
    <string name="debug_applications_category" msgid="5394089406638954196">"앱"</string>
    <string name="immediately_destroy_activities" msgid="1826287490705167403">"활동 유지 안함"</string>
    <string name="immediately_destroy_activities_summary" msgid="6289590341144557614">"사용자가 종료하는 즉시 바로 제거"</string>
    <string name="app_process_limit_title" msgid="8361367869453043007">"백그라운드 프로세스 수 제한"</string>
    <string name="show_all_anrs" msgid="9160563836616468726">"백그라운드 ANR 표시"</string>
    <string name="show_all_anrs_summary" msgid="8562788834431971392">"백그라운드 앱과 관련해 앱 응답 없음 대화상자 표시"</string>
    <string name="show_notification_channel_warnings" msgid="3448282400127597331">"알림 채널 경고 표시"</string>
    <string name="show_notification_channel_warnings_summary" msgid="68031143745094339">"앱에서 유효한 채널 없이 알림을 게시하면 화면에 경고 표시"</string>
    <string name="force_allow_on_external" msgid="9187902444231637880">"외부에서 앱 강제 허용"</string>
    <string name="force_allow_on_external_summary" msgid="8525425782530728238">"매니페스트 값과 관계없이 모든 앱이 외부 저장소에 작성되도록 허용"</string>
    <string name="force_resizable_activities" msgid="7143612144399959606">"활동의 크기가 조정 가능하도록 설정"</string>
    <string name="force_resizable_activities_summary" msgid="2490382056981583062">"모든 활동을 매니페스트 값에 관계없이 멀티 윈도우용으로 크기 조정 가능하도록 설정"</string>
    <string name="enable_freeform_support" msgid="7599125687603914253">"자유 형식 창 사용"</string>
    <string name="enable_freeform_support_summary" msgid="1822862728719276331">"자유 형식 창 지원 사용"</string>
    <string name="desktop_mode" msgid="2389067840550544462">"데스크톱 모드"</string>
    <string name="local_backup_password_title" msgid="4631017948933578709">"데스크톱 백업 비밀번호"</string>
    <string name="local_backup_password_summary_none" msgid="7646898032616361714">"데스크톱 전체 백업에 비밀번호가 설정되어 있지 않음"</string>
    <string name="local_backup_password_summary_change" msgid="1707357670383995567">"데스크톱 전체 백업에 대한 비밀번호를 변경하거나 삭제하려면 탭하세요."</string>
    <string name="local_backup_password_toast_success" msgid="4891666204428091604">"새 백업 비밀번호가 설정되었습니다."</string>
    <string name="local_backup_password_toast_confirmation_mismatch" msgid="2994718182129097733">"새 비밀번호와 확인한 비밀번호가 일치하지 않습니다."</string>
    <string name="local_backup_password_toast_validation_failure" msgid="714669442363647122">"백업 비밀번호를 설정하지 못했습니다."</string>
    <string name="loading_injected_setting_summary" msgid="8394446285689070348">"로드 중…"</string>
  <string-array name="color_mode_names">
    <item msgid="3836559907767149216">"생동감(기본값)"</item>
    <item msgid="9112200311983078311">"내츄럴"</item>
    <item msgid="6564241960833766170">"표준"</item>
  </string-array>
  <string-array name="color_mode_descriptions">
    <item msgid="6828141153199944847">"보정 색상"</item>
    <item msgid="4548987861791236754">"눈으로 보는 듯한 내츄럴 색상"</item>
    <item msgid="1282170165150762976">"디지털 콘텐츠에 최적화된 색상"</item>
  </string-array>
    <string name="inactive_apps_title" msgid="5372523625297212320">"대기 앱"</string>
    <string name="inactive_app_inactive_summary" msgid="3161222402614236260">"비활성화 상태입니다. 전환하려면 탭하세요."</string>
    <string name="inactive_app_active_summary" msgid="8047630990208722344">"활성화되었습니다. 전환하려면 탭하세요."</string>
    <string name="standby_bucket_summary" msgid="5128193447550429600">"앱 대기 상태:<xliff:g id="BUCKET"> %s</xliff:g>"</string>
    <string name="transcode_settings_title" msgid="2581975870429850549">"미디어 트랜스코딩 설정"</string>
    <string name="transcode_user_control" msgid="6176368544817731314">"트랜스코딩 기본값 재정의"</string>
    <string name="transcode_enable_all" msgid="2411165920039166710">"트랜스코딩 사용"</string>
    <string name="transcode_default" msgid="3784803084573509491">"앱이 최신 형식을 지원하는 것으로 가정"</string>
    <string name="transcode_notification" msgid="5560515979793436168">"트랜스코딩 알림 표시"</string>
    <string name="transcode_disable_cache" msgid="3160069309377467045">"트랜스코딩 캐시 사용 중지"</string>
    <string name="runningservices_settings_title" msgid="6460099290493086515">"실행 중인 서비스"</string>
    <string name="runningservices_settings_summary" msgid="1046080643262665743">"현재 실행 중인 서비스 보기 및 제어"</string>
    <string name="select_webview_provider_title" msgid="3917815648099445503">"WebView 구현"</string>
    <string name="select_webview_provider_dialog_title" msgid="2444261109877277714">"WebView 구현 설정"</string>
    <string name="select_webview_provider_toast_text" msgid="8512254949169359848">"선택이 더 이상 유효하지 않습니다. 다시 시도하세요."</string>
    <string name="picture_color_mode" msgid="1013807330552931903">"사진 색상 모드"</string>
    <string name="picture_color_mode_desc" msgid="151780973768136200">"sRGB 사용"</string>
    <string name="daltonizer_mode_disabled" msgid="403424372812399228">"사용 중지됨"</string>
    <string name="daltonizer_mode_monochromacy" msgid="362060873835885014">"전색맹"</string>
    <string name="daltonizer_mode_deuteranomaly" msgid="3507284319584683963">"녹색약(적녹)"</string>
    <string name="daltonizer_mode_protanomaly" msgid="7805583306666608440">"적색약(적녹)"</string>
    <string name="daltonizer_mode_tritanomaly" msgid="7135266249220732267">"청색약(청황)"</string>
    <string name="accessibility_display_daltonizer_preference_title" msgid="1810693571332381974">"색상 보정"</string>
    <string name="accessibility_display_daltonizer_preference_subtitle" msgid="1522101114585266455">"색상 보정은 다음과 같은 경우에 유용할 수 있습니다.&lt;br/&gt; &lt;ol&gt; &lt;li&gt;&amp;nbsp;색상을 보다 정확하게 확인하려는 경우&lt;/li&gt; &lt;li&gt;&amp;nbsp;집중에 도움이 되도록 색상을 제거하려는 경우&lt;/li&gt; &lt;/ol&gt;"</string>
    <string name="daltonizer_type_overridden" msgid="4509604753672535721">"<xliff:g id="TITLE">%1$s</xliff:g> 우선 적용됨"</string>
    <string name="power_remaining_settings_home_page" msgid="4885165789445462557">"<xliff:g id="PERCENTAGE">%1$s</xliff:g>, <xliff:g id="TIME_STRING">%2$s</xliff:g>"</string>
    <string name="power_remaining_duration_only" msgid="8264199158671531431">"남은 시간: 약 <xliff:g id="TIME_REMAINING">%1$s</xliff:g>"</string>
    <string name="power_discharging_duration" msgid="1076561255466053220">"남은 시간 약 <xliff:g id="TIME_REMAINING">%1$s</xliff:g>(<xliff:g id="LEVEL">%2$s</xliff:g>)"</string>
    <string name="power_remaining_duration_only_enhanced" msgid="2527842780666073218">"내 사용량을 기준으로 약 <xliff:g id="TIME_REMAINING">%1$s</xliff:g> 남음"</string>
    <string name="power_discharging_duration_enhanced" msgid="1800465736237672323">"내 사용량(<xliff:g id="LEVEL">%2$s</xliff:g>)을 기준으로 약 <xliff:g id="TIME_REMAINING">%1$s</xliff:g> 남음"</string>
    <!-- no translation found for power_remaining_duration_only_short (7438846066602840588) -->
    <skip />
    <string name="power_discharge_by_enhanced" msgid="563438403581662942">"사용량(<xliff:g id="LEVEL">%2$s</xliff:g>)을 기준으로 약 <xliff:g id="TIME">%1$s</xliff:g>까지 사용 가능"</string>
    <string name="power_discharge_by_only_enhanced" msgid="3268796172652988877">"사용량을 기준으로 약 <xliff:g id="TIME">%1$s</xliff:g>까지 사용 가능"</string>
    <string name="power_discharge_by" msgid="4113180890060388350">"대략 <xliff:g id="TIME">%1$s</xliff:g>까지 사용 가능(<xliff:g id="LEVEL">%2$s</xliff:g>)"</string>
    <string name="power_discharge_by_only" msgid="92545648425937000">"대략 <xliff:g id="TIME">%1$s</xliff:g>까지 사용 가능"</string>
    <string name="power_discharge_by_only_short" msgid="5883041507426914446">"<xliff:g id="TIME">%1$s</xliff:g>까지"</string>
    <string name="power_suggestion_battery_run_out" msgid="6332089307827787087">"예상 배터리 종료 시간: <xliff:g id="TIME">%1$s</xliff:g>"</string>
    <string name="power_remaining_less_than_duration_only" msgid="8956656616031395152">"<xliff:g id="THRESHOLD">%1$s</xliff:g> 미만 남음"</string>
    <string name="power_remaining_less_than_duration" msgid="318215464914990578">"<xliff:g id="THRESHOLD">%1$s</xliff:g> 미만 남음(<xliff:g id="LEVEL">%2$s</xliff:g>)"</string>
    <string name="power_remaining_more_than_subtext" msgid="446388082266121894">"<xliff:g id="TIME_REMAINING">%1$s</xliff:g> 이상 남음(<xliff:g id="LEVEL">%2$s</xliff:g>)"</string>
    <string name="power_remaining_only_more_than_subtext" msgid="4873750633368888062">"<xliff:g id="TIME_REMAINING">%1$s</xliff:g> 이상 남음"</string>
    <string name="power_remaining_duration_only_shutdown_imminent" product="default" msgid="137330009791560774">"휴대전화가 곧 종료될 수 있음"</string>
    <string name="power_remaining_duration_only_shutdown_imminent" product="tablet" msgid="145489081521468132">"태블릿이 곧 종료될 수 있음"</string>
    <string name="power_remaining_duration_only_shutdown_imminent" product="device" msgid="1070562682853942350">"기기가 곧 종료될 수 있음"</string>
    <string name="power_remaining_duration_shutdown_imminent" product="default" msgid="4429259621177089719">"휴대전화가 곧 종료될 수 있음(<xliff:g id="LEVEL">%1$s</xliff:g>)"</string>
    <string name="power_remaining_duration_shutdown_imminent" product="tablet" msgid="7703677921000858479">"태블릿이 곧 종료될 수 있음(<xliff:g id="LEVEL">%1$s</xliff:g>)"</string>
    <string name="power_remaining_duration_shutdown_imminent" product="device" msgid="4374784375644214578">"기기가 곧 종료될 수 있음(<xliff:g id="LEVEL">%1$s</xliff:g>)"</string>
    <string name="power_charging" msgid="6727132649743436802">"<xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="STATE">%2$s</xliff:g>"</string>
    <string name="power_remaining_charging_duration_only" msgid="8085099012811384899">"<xliff:g id="TIME">%1$s</xliff:g> 후 충전 완료"</string>
    <string name="power_charging_duration" msgid="6127154952524919719">"<xliff:g id="LEVEL">%1$s</xliff:g>: <xliff:g id="TIME">%2$s</xliff:g> 후 충전 완료"</string>
    <string name="power_charging_limited" msgid="8202147604844938236">"<xliff:g id="LEVEL">%1$s</xliff:g> - 충전 최적화됨"</string>
    <string name="power_charging_future_paused" msgid="4730177778538118032">"<xliff:g id="LEVEL">%1$s</xliff:g> - 충전 최적화됨"</string>
    <string name="battery_info_status_unknown" msgid="268625384868401114">"알 수 없음"</string>
    <string name="battery_info_status_charging" msgid="4279958015430387405">"충전 중"</string>
    <string name="battery_info_status_charging_fast" msgid="8027559755902954885">"고속 충전 중"</string>
    <string name="battery_info_status_charging_slow" msgid="3190803837168962319">"저속 충전 중"</string>
    <string name="battery_info_status_charging_wireless" msgid="8924722966861282197">"무선 충전 중"</string>
    <string name="battery_info_status_charging_dock" msgid="8573274094093364791">"충전"</string>
    <string name="battery_info_status_discharging" msgid="6962689305413556485">"충전 안함"</string>
    <string name="battery_info_status_not_charging" msgid="3371084153747234837">"연결됨, 충전 중 아님"</string>
    <string name="battery_info_status_full" msgid="1339002294876531312">"충전됨"</string>
    <string name="battery_info_status_full_charged" msgid="3536054261505567948">"완전히 충전됨"</string>
    <string name="disabled_by_admin_summary_text" msgid="5343911767402923057">"관리자가 제어"</string>
    <string name="disabled_by_app_ops_text" msgid="8373595926549098012">"제한된 설정으로 제어됨"</string>
    <string name="disabled" msgid="8017887509554714950">"사용 안함"</string>
    <string name="external_source_trusted" msgid="1146522036773132905">"허용됨"</string>
    <string name="external_source_untrusted" msgid="5037891688911672227">"허용되지 않음"</string>
    <string name="install_other_apps" msgid="3232595082023199454">"알 수 없는 앱 설치"</string>
    <string name="home" msgid="973834627243661438">"설정 홈"</string>
  <string-array name="battery_labels">
    <item msgid="7878690469765357158">"0%"</item>
    <item msgid="8894873528875953317">"50%"</item>
    <item msgid="7529124349186240216">"100%"</item>
  </string-array>
    <string name="charge_length_format" msgid="6941645744588690932">"<xliff:g id="ID_1">%1$s</xliff:g> 전"</string>
    <string name="remaining_length_format" msgid="4310625772926171089">"<xliff:g id="ID_1">%1$s</xliff:g> 남음"</string>
    <string name="screen_zoom_summary_small" msgid="6050633151263074260">"작게"</string>
    <string name="screen_zoom_summary_default" msgid="1888865694033865408">"기본"</string>
    <string name="screen_zoom_summary_large" msgid="4706951482598978984">"크게"</string>
    <string name="screen_zoom_summary_very_large" msgid="7317423942896999029">"더 크게"</string>
    <string name="screen_zoom_summary_extremely_large" msgid="1438045624562358554">"가장 크게"</string>
    <string name="screen_zoom_summary_custom" msgid="3468154096832912210">"맞춤(<xliff:g id="DENSITYDPI">%d</xliff:g>)"</string>
    <string name="content_description_menu_button" msgid="6254844309171779931">"메뉴"</string>
    <string name="retail_demo_reset_message" msgid="5392824901108195463">"데모 모드에서 초기화하려면 비밀번호 입력"</string>
    <string name="retail_demo_reset_next" msgid="3688129033843885362">"다음"</string>
    <string name="retail_demo_reset_title" msgid="1866911701095959800">"비밀번호 입력 필요"</string>
    <string name="active_input_method_subtypes" msgid="4232680535471633046">"입력 방법"</string>
    <string name="use_system_language_to_select_input_method_subtypes" msgid="4865195835541387040">"시스템 언어 사용"</string>
    <string name="failed_to_open_app_settings_toast" msgid="764897252657692092">"<xliff:g id="SPELL_APPLICATION_NAME">%1$s</xliff:g> 설정을 열지 못했음"</string>
    <string name="ime_security_warning" msgid="6547562217880551450">"<xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g> 앱에서 지원하는 이 입력 방법을 사용하면 비밀번호 및 신용카드 번호와 같은 개인 정보를 비롯하여 입력한 모든 텍스트가 수집될 수 있습니다. 사용하시겠습니까?"</string>
    <string name="direct_boot_unaware_dialog_message" msgid="7845398276735021548">"참고: 재부팅한 후 이 앱은 휴대전화를 잠금 해제해야 시작됩니다."</string>
    <string name="ims_reg_title" msgid="8197592958123671062">"IMS 등록 상태"</string>
    <string name="ims_reg_status_registered" msgid="884916398194885457">"등록됨"</string>
    <string name="ims_reg_status_not_registered" msgid="2989287366045704694">"등록되지 않음"</string>
    <string name="status_unavailable" msgid="5279036186589861608">"사용할 수 없음"</string>
    <string name="wifi_status_mac_randomized" msgid="466382542497832189">"MAC가 임의 선택됨"</string>
    <string name="wifi_tether_connected_summary" msgid="5282919920463340158">"{count,plural, =0{기기 0대 연결됨}=1{기기 1대 연결됨}other{기기 #대 연결됨}}"</string>
    <string name="accessibility_manual_zen_more_time" msgid="5141801092071134235">"시간 늘리기"</string>
    <string name="accessibility_manual_zen_less_time" msgid="6828877595848229965">"시간 줄이기"</string>
    <string name="cancel" msgid="5665114069455378395">"취소"</string>
    <string name="next" msgid="2699398661093607009">"다음"</string>
    <string name="back" msgid="5554327870352703710">"뒤로"</string>
    <string name="save" msgid="3745809743277153149">"저장"</string>
    <string name="okay" msgid="949938843324579502">"확인"</string>
    <string name="done" msgid="381184316122520313">"완료"</string>
    <string name="alarms_and_reminders_label" msgid="6918395649731424294">"알람 및 리마인더"</string>
    <string name="alarms_and_reminders_switch_title" msgid="4939393911531826222">"알람 및 리마인더 설정 허용"</string>
    <string name="alarms_and_reminders_title" msgid="8819933264635406032">"알람 및 리마인더"</string>
    <string name="alarms_and_reminders_footer_title" msgid="6302587438389079695">"이 앱이 알람을 설정하고 시간 기반 작업을 예약할 수 있도록 허용합니다. 이렇게 하면 백그라운드에서 앱 실행이 허용되어 배터리 사용량이 증가할 수 있습니다.\n\n이 권한을 사용 중지하면 이 앱에서 예약한 기존의 알람 및 시간 기반 일정이 작동하지 않습니다."</string>
    <string name="keywords_alarms_and_reminders" msgid="6633360095891110611">"일정 예약, 알람, 리마인더, 시계"</string>
    <string name="zen_mode_enable_dialog_turn_on" msgid="6418297231575050426">"사용 설정"</string>
    <string name="zen_mode_settings_turn_on_dialog_title" msgid="2760567063190790696">"방해 금지 모드 사용 설정"</string>
    <string name="zen_mode_settings_summary_off" msgid="3832876036123504076">"사용 안함"</string>
    <string name="zen_interruption_level_priority" msgid="5392140786447823299">"중요 알림만 허용"</string>
    <string name="zen_mode_and_condition" msgid="8877086090066332516">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
    <string name="zen_alarm_warning_indef" msgid="4146527909616457163">"그때까지 알림 일시중지 상태를 유지하면 <xliff:g id="WHEN">%1$s</xliff:g>에 다음 알람을 들을 수 없습니다."</string>
    <string name="zen_alarm_warning" msgid="245729928048586280">"<xliff:g id="WHEN">%1$s</xliff:g>에 다음 알람을 들을 수 없습니다."</string>
    <string name="alarm_template" msgid="3346777418136233330">"시간: <xliff:g id="WHEN">%1$s</xliff:g>"</string>
    <string name="alarm_template_far" msgid="6382760514842998629">"일시: <xliff:g id="WHEN">%1$s</xliff:g>"</string>
    <string name="zen_mode_duration_settings_title" msgid="1553451650289651489">"지속 시간"</string>
    <string name="zen_mode_duration_always_prompt_title" msgid="3212996860498119555">"항상 확인"</string>
    <string name="zen_mode_forever" msgid="3339224497605461291">"사용 중지할 때까지"</string>
    <string name="time_unit_just_now" msgid="3006134267292728099">"조금 전"</string>
    <string name="media_transfer_this_device_name" product="default" msgid="2357329267148436433">"이 휴대전화"</string>
    <string name="media_transfer_this_device_name" product="tablet" msgid="3714653244000242800">"태블릿"</string>
    <string name="media_transfer_dock_speaker_device_name" msgid="2856219597113881950">"도크 스피커"</string>
    <string name="media_transfer_external_device_name" msgid="2588672258721846418">"외부 기기"</string>
    <string name="media_transfer_default_device_name" msgid="4315604017399871828">"연결된 기기"</string>
    <string name="media_transfer_this_phone" msgid="7194341457812151531">"이 휴대전화"</string>
    <string name="media_output_status_unknown_error" msgid="5098565887497902222">"이 기기에서 재생할 수 없음"</string>
    <string name="media_output_status_require_premium" msgid="8411255800047014822">"전환하려면 계정을 업그레이드하세요."</string>
    <string name="media_output_status_not_support_downloads" msgid="4523828729240373315">"여기서 다운로드한 콘텐츠를 재생할 수 없습니다."</string>
    <string name="media_output_status_try_after_ad" msgid="8312579066856015441">"광고 후에 다시 시도해 주세요."</string>
    <string name="media_output_status_device_in_low_power_mode" msgid="8184631698321758451">"기기 절전 모드 해제 후 여기에서 재생"</string>
    <string name="media_output_status_unauthorized" msgid="5880222828273853838">"기기에서 재생을 승인하지 않음"</string>
    <string name="media_output_status_track_unsupported" msgid="5576313219317709664">"여기에서 이 미디어를 재생할 수 없음"</string>
    <string name="profile_connect_timeout_subtext" msgid="4043408193005851761">"연결 중에 문제가 발생했습니다. 기기를 껐다가 다시 켜 보세요."</string>
    <string name="media_transfer_wired_device_name" msgid="4447880899964056007">"유선 오디오 기기"</string>
    <string name="help_label" msgid="3528360748637781274">"고객센터"</string>
    <string name="storage_category" msgid="2287342585424631813">"저장용량"</string>
    <string name="shared_data_title" msgid="1017034836800864953">"공유 데이터"</string>
    <string name="shared_data_summary" msgid="5516326713822885652">"공유 데이터 보기 및 수정"</string>
    <string name="shared_data_no_blobs_text" msgid="3108114670341737434">"이 사용자의 공유 데이터가 없습니다."</string>
    <string name="shared_data_query_failure_text" msgid="3489828881998773687">"공유 데이터를 가져오는 중에 오류가 발생했습니다. 다시 시도하세요."</string>
    <string name="blob_id_text" msgid="8680078988996308061">"공유 데이터 ID: <xliff:g id="BLOB_ID">%d</xliff:g>"</string>
    <string name="blob_expires_text" msgid="7882727111491739331">"만료일: <xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="shared_data_delete_failure_text" msgid="3842701391009628947">"공유 데이터를 삭제하는 중에 오류가 발생했습니다."</string>
    <string name="shared_data_no_accessors_dialog_text" msgid="8903738462570715315">"이 공유 데이터에서 사용 가능한 임대가 없습니다. 삭제하시겠습니까?"</string>
    <string name="accessor_info_title" msgid="8289823651512477787">"데이터 공유 앱"</string>
    <string name="accessor_no_description_text" msgid="7510967452505591456">"앱에서 제공한 설명이 없습니다."</string>
    <string name="accessor_expires_text" msgid="4625619273236786252">"계약 만료일: <xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="delete_blob_text" msgid="2819192607255625697">"공유 데이터 삭제"</string>
    <string name="delete_blob_confirmation_text" msgid="7807446938920827280">"공유 데이터를 삭제하시겠습니까?"</string>
    <string name="user_add_user_item_summary" msgid="5748424612724703400">"사용자는 자신의 앱과 콘텐츠를 보유합니다."</string>
    <string name="user_add_profile_item_summary" msgid="5418602404308968028">"내 계정의 앱 및 콘텐츠에 대한 액세스를 제한할 수 있습니다."</string>
    <string name="user_add_user_item_title" msgid="2394272381086965029">"사용자"</string>
    <string name="user_add_profile_item_title" msgid="3111051717414643029">"제한된 프로필"</string>
    <string name="user_add_user_title" msgid="5457079143694924885">"신규 사용자를 추가할까요?"</string>
    <string name="user_add_user_message_long" msgid="1527434966294733380">"추가 사용자를 만들어 다른 사용자와 기기를 공유할 수 있습니다. 각 사용자는 앱, 배경화면 등으로 맞춤설정할 수 있는 자신만의 공간을 갖게 됩니다. 또한 모든 사용자에게 영향을 미치는 Wi‑Fi와 같은 기기 설정도 조정할 수 있습니다.\n\n추가된 신규 사용자는 자신의 공간을 설정해야 합니다.\n\n모든 사용자가 앱을 업데이트할 수 있으며, 업데이트는 다른 사용자에게도 적용됩니다. 접근성 설정 및 서비스는 신규 사용자에게 이전되지 않을 수도 있습니다."</string>
    <string name="user_add_user_message_short" msgid="3295959985795716166">"추가된 새로운 사용자는 자신의 공간을 설정해야 합니다.\n\n모든 사용자는 다른 사용자들을 위하여 앱을 업데이트할 수 있습니다."</string>
    <string name="user_grant_admin_title" msgid="5157031020083343984">"이 사용자에게 관리자 권한을 부여하시겠습니까?"</string>
    <string name="user_grant_admin_message" msgid="1673791931033486709">"관리자는 다른 사용자가 가지지 못한 특별한 권한을 보유합니다. 관리자는 모든 사용자를 관리하고, 기기를 업데이트하거나 재설정하고, 설정을 변경하고, 설치된 모든 앱을 확인하고, 다른 사용자에게 관리자 권한을 부여하거나 취소할 수 있습니다."</string>
    <string name="user_grant_admin_button" msgid="5441486731331725756">"관리자 권한 부여"</string>
    <string name="user_setup_dialog_title" msgid="8037342066381939995">"지금 사용자를 설정하시겠습니까?"</string>
    <string name="user_setup_dialog_message" msgid="269931619868102841">"사용자가 기기를 사용하여 자신의 공간을 설정할 수 있도록 하세요."</string>
    <string name="user_setup_profile_dialog_message" msgid="4788197052296962620">"지금 프로필을 설정하시겠습니까?"</string>
    <string name="user_setup_button_setup_now" msgid="1708269547187760639">"지금 설정"</string>
    <string name="user_setup_button_setup_later" msgid="8712980133555493516">"나중에"</string>
    <string name="user_add_user_type_title" msgid="551279664052914497">"추가"</string>
    <string name="user_new_user_name" msgid="60979820612818840">"신규 사용자"</string>
    <string name="user_new_profile_name" msgid="2405500423304678841">"새 프로필"</string>
    <string name="user_info_settings_title" msgid="6351390762733279907">"사용자 정보"</string>
    <string name="profile_info_settings_title" msgid="105699672534365099">"프로필 정보"</string>
    <string name="user_need_lock_message" msgid="4311424336209509301">"제한된 프로필을 만들기 전에 화면 잠금을 설정하여 앱과 개인 데이터를 보호해야 합니다."</string>
    <string name="user_set_lock_button" msgid="1427128184982594856">"잠금 설정"</string>
    <string name="user_switch_to_user" msgid="6975428297154968543">"<xliff:g id="USER_NAME">%s</xliff:g>(으)로 전환"</string>
    <string name="creating_new_user_dialog_message" msgid="7232880257538970375">"새로운 사용자를 만드는 중…"</string>
    <string name="creating_new_guest_dialog_message" msgid="1114905602181350690">"새 게스트 생성 중…"</string>
    <string name="add_user_failed" msgid="4809887794313944872">"새 사용자를 만들지 못함"</string>
    <string name="add_guest_failed" msgid="8074548434469843443">"새 게스트 생성 실패"</string>
    <string name="user_nickname" msgid="262624187455825083">"닉네임"</string>
    <string name="user_add_user" msgid="7876449291500212468">"사용자 추가"</string>
    <string name="guest_new_guest" msgid="3482026122932643557">"게스트 추가"</string>
    <string name="guest_exit_guest" msgid="5908239569510734136">"게스트 삭제"</string>
    <string name="guest_reset_guest" msgid="6110013010356013758">"게스트 재설정"</string>
    <string name="guest_reset_guest_dialog_title" msgid="8047270010895437534">"게스트를 재설정하시겠습니까?"</string>
    <string name="guest_remove_guest_dialog_title" msgid="4548511006624088072">"게스트를 삭제하시겠습니까?"</string>
    <string name="guest_reset_guest_confirm_button" msgid="2989915693215617237">"재설정"</string>
    <string name="guest_remove_guest_confirm_button" msgid="7858123434954143879">"삭제"</string>
    <string name="guest_resetting" msgid="7822120170191509566">"게스트 재설정 중…"</string>
    <string name="guest_reset_and_restart_dialog_title" msgid="3396657008451616041">"게스트 세션을 재설정하시겠습니까?"</string>
    <string name="guest_reset_and_restart_dialog_message" msgid="2764425635305200790">"새로운 게스트 세션이 시작되고 기존 세션의 모든 앱과 데이터가 삭제됩니다."</string>
    <string name="guest_exit_dialog_title" msgid="1846494656849381804">"게스트 모드를 종료하시겠습니까?"</string>
    <string name="guest_exit_dialog_message" msgid="1743218864242719783">"현재 게스트 세션의 앱과 데이터가 삭제됩니다."</string>
    <string name="grant_admin" msgid="4323199171790522574">"예, 관리자 권한을 부여합니다."</string>
    <string name="not_grant_admin" msgid="3557849576157702485">"아니요, 관리자 권한을 부여하지 않습니다."</string>
    <string name="guest_exit_dialog_button" msgid="1736401897067442044">"종료"</string>
    <string name="guest_exit_dialog_title_non_ephemeral" msgid="7675327443743162986">"게스트 활동을 저장하시겠습니까?"</string>
    <string name="guest_exit_dialog_message_non_ephemeral" msgid="223385323235719442">"기존 세션의 활동을 저장하거나 모든 앱과 데이터를 삭제할 수 있습니다."</string>
    <string name="guest_exit_clear_data_button" msgid="3425812652180679014">"삭제"</string>
    <string name="guest_exit_save_data_button" msgid="3690974510644963547">"저장"</string>
    <string name="guest_exit_button" msgid="5774985819191803960">"게스트 모드 종료"</string>
    <string name="guest_reset_button" msgid="2515069346223503479">"게스트 세션 재설정"</string>
    <string name="guest_exit_quick_settings_button" msgid="1912362095913765471">"게스트 종료"</string>
    <string name="guest_notification_ephemeral" msgid="7263252466950923871">"종료하면 모든 활동이 삭제됩니다."</string>
    <string name="guest_notification_non_ephemeral" msgid="6843799963012259330">"종료 시 활동을 저장하거나 삭제할 수 있습니다."</string>
    <string name="guest_notification_non_ephemeral_non_first_login" msgid="8009307983766934876">"지금 재설정하여 활동 세션을 삭제하거나 종료 시 활동을 저장 또는 삭제할 수 있습니다."</string>
    <string name="user_image_take_photo" msgid="467512954561638530">"사진 찍기"</string>
    <string name="user_image_choose_photo" msgid="1363820919146782908">"이미지 선택"</string>
    <string name="user_image_photo_selector" msgid="433658323306627093">"사진 선택"</string>
    <string name="failed_attempts_now_wiping_device" msgid="4016329172216428897">"잘못된 시도 횟수가 너무 많습니다. 이 기기의 데이터가 삭제됩니다."</string>
    <string name="failed_attempts_now_wiping_user" msgid="469060411789668050">"잘못된 시도 횟수가 너무 많습니다. 이 사용자가 삭제됩니다."</string>
    <string name="failed_attempts_now_wiping_profile" msgid="7626589520888963129">"잘못된 시도 횟수가 너무 많습니다. 이 직장 프로필 및 관련 데이터가 삭제됩니다."</string>
    <string name="failed_attempts_now_wiping_dialog_dismiss" msgid="2749889771223578925">"닫기"</string>
    <string name="cached_apps_freezer_device_default" msgid="2616594131750144342">"기기 기본값"</string>
    <string name="cached_apps_freezer_disabled" msgid="4816382260660472042">"사용 중지됨"</string>
    <string name="cached_apps_freezer_enabled" msgid="8866703500183051546">"사용 설정됨"</string>
    <string name="cached_apps_freezer_reboot_dialog_text" msgid="695330563489230096">"변경사항을 적용하려면 기기를 재부팅해야 합니다. 지금 재부팅하거나 취소하세요."</string>
    <string name="media_transfer_wired_usb_device_name" msgid="7699141088423210903">"유선 헤드폰"</string>
    <string name="wifi_hotspot_switch_on_text" msgid="9212273118217786155">"사용"</string>
    <string name="wifi_hotspot_switch_off_text" msgid="7245567251496959764">"사용 안 함"</string>
    <string name="carrier_network_change_mode" msgid="4257621815706644026">"이동통신사 네트워크 변경"</string>
    <string name="data_connection_3g" msgid="931852552688157407">"3G"</string>
    <string name="data_connection_edge" msgid="4625509456544797637">"EDGE"</string>
    <string name="data_connection_cdma" msgid="9098161966701934334">"1X"</string>
    <string name="data_connection_gprs" msgid="1251945769006770189">"GPRS"</string>
    <string name="data_connection_3_5g" msgid="4298721462047921400">"H"</string>
    <string name="data_connection_3_5g_plus" msgid="6683055858295918170">"H+"</string>
    <string name="data_connection_4g" msgid="2581705503356752044">"4G"</string>
    <string name="data_connection_4g_plus" msgid="5194902328408751020">"4G 이상"</string>
    <string name="data_connection_lte" msgid="7675461204366364124">"LTE"</string>
    <string name="data_connection_lte_plus" msgid="6643158654804916653">"LTE+"</string>
    <string name="data_connection_carrier_wifi" msgid="8932949159370130465">"W+"</string>
    <string name="cell_data_off_content_description" msgid="2280700839891636498">"모바일 데이터 꺼짐"</string>
    <string name="not_default_data_content_description" msgid="6517068332106592887">"데이터를 사용하도록 설정되지 않음"</string>
    <string name="accessibility_no_phone" msgid="2687419663127582503">"휴대전화의 신호가 없습니다."</string>
    <string name="accessibility_phone_one_bar" msgid="5719721147018970063">"휴대전화 신호 막대가 하나입니다."</string>
    <string name="accessibility_phone_two_bars" msgid="2531458337458953263">"휴대전화 신호 막대가 두 개입니다."</string>
    <string name="accessibility_phone_three_bars" msgid="1523967995996696619">"휴대전화 신호 막대가 세 개입니다."</string>
    <string name="accessibility_phone_signal_full" msgid="4302338883816077134">"휴대전화의 신호가 강합니다."</string>
    <string name="accessibility_no_data" msgid="4563181886936931008">"데이터가 없습니다."</string>
    <string name="accessibility_data_one_bar" msgid="6892888138070752480">"데이터 신호 막대가 하나입니다."</string>
    <string name="accessibility_data_two_bars" msgid="9202641507241802499">"데이터 신호 막대가 두 개입니다."</string>
    <string name="accessibility_data_three_bars" msgid="2813876214466722413">"데이터 신호 막대가 세 개입니다."</string>
    <string name="accessibility_data_signal_full" msgid="1808301899314382337">"데이터 신호가 강합니다."</string>
    <string name="accessibility_ethernet_disconnected" msgid="2832501530856497489">"이더넷에서 연결 해제되었습니다."</string>
    <string name="accessibility_ethernet_connected" msgid="6175942685957461563">"이더넷에 연결되었습니다."</string>
    <string name="accessibility_no_calling" msgid="3540827068323895748">"통화 모드가 없습니다."</string>
    <string name="avatar_picker_title" msgid="8492884172713170652">"프로필 사진 선택하기"</string>
    <string name="default_user_icon_description" msgid="6554047177298972638">"기본 사용자 아이콘"</string>
    <string name="physical_keyboard_title" msgid="4811935435315835220">"물리적 키보드"</string>
    <string name="keyboard_layout_dialog_title" msgid="3927180147005616290">"키보드 레이아웃 선택"</string>
    <string name="keyboard_layout_default_label" msgid="1997292217218546957">"기본"</string>
    <string name="turn_screen_on_title" msgid="3266937298097573424">"화면 켜기"</string>
    <string name="allow_turn_screen_on" msgid="6194845766392742639">"화면 켜기 허용"</string>
    <string name="allow_turn_screen_on_description" msgid="43834403291575164">"앱에서 화면을 켜도록 허용합니다. 권한이 부여된 경우 앱에서 명시적 인텐트 없이 언제든지 화면을 켤 수 있습니다."</string>
    <string name="bt_le_audio_broadcast_dialog_title" msgid="5392738488989777074">"<xliff:g id="APP_NAME">%1$s</xliff:g> 방송을 중지하시겠습니까?"</string>
    <string name="bt_le_audio_broadcast_dialog_sub_title" msgid="268234802198852753">"<xliff:g id="SWITCHAPP">%1$s</xliff:g> 앱을 방송하거나 출력을 변경하면 기존 방송이 중단됩니다"</string>
    <string name="bt_le_audio_broadcast_dialog_switch_app" msgid="5749813313369517812">"<xliff:g id="SWITCHAPP">%1$s</xliff:g> 방송"</string>
    <string name="bt_le_audio_broadcast_dialog_different_output" msgid="2638402023060391333">"출력 변경"</string>
    <string name="back_navigation_animation" msgid="8105467568421689484">"예측된 뒤로 동작 애니메이션"</string>
    <string name="back_navigation_animation_summary" msgid="741292224121599456">"예측된 뒤로 동작에 시스템 애니메이션을 사용하도록 설정합니다."</string>
    <string name="back_navigation_animation_dialog" msgid="8696966520944625596">"이 설정은 예측된 동작 애니메이션에 시스템 애니메이션을 사용하도록 합니다. 매니페스트 파일에서 앱별 enableOnBackInvokedCallback을 True로 설정해야 합니다."</string>
  <string-array name="udfps_accessibility_touch_hints">
    <item msgid="1737722959616802157">"왼쪽으로 이동"</item>
    <item msgid="5425394847942513942">"아래로 이동"</item>
    <item msgid="7728484337962740316">"오른쪽으로 이동"</item>
    <item msgid="324200556467459329">"위로 이동"</item>
  </string-array>
    <string name="font_scale_percentage" msgid="2624057443622817886">"<xliff:g id="PERCENTAGE">%1$d</xliff:g>%%"</string>
</resources>