1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <string name="type_incoming">수신 전화</string> 4 <string name="type_incoming_pulled">수신 전화가 다른 기기로 전환됨</string> 5 <string name="type_outgoing">발신 전화</string> 6 <string name="type_outgoing_pulled">발신 전화가 다른 기기로 전환됨</string> 7 <string name="type_missed">부재중 전화</string> 8 <string name="type_incoming_video">수신 화상 통화</string> 9 <string name="type_incoming_video_pulled">수신 화상 통화가 다른 기기로 전환됨</string> 10 <string name="type_outgoing_video">발신 화상 통화</string> 11 <string name="type_outgoing_video_pulled">발신 화상 통화가 다른 기기로 전환됨</string> 12 <string name="type_missed_video">부재중 화상 통화</string> 13 <string name="type_voicemail">음성사서함</string> 14 <string name="type_rejected">거부된 통화</string> 15 <string name="type_blocked">차단된 통화</string> 16 <string name="call_details_minutes_abbreviation">분</string> 17 <string name="call_details_seconds_abbreviation">초</string> 18 <string name="a11y_call_duration_format">%1$d %2$s %3$d %4$s</string> 19 <string name="a11y_call_duration_short_format">%1$d %2$s</string> 20 <string name="call_duration_format_pattern">%1$s\'%2$s\' %3$s\'%4$s\'</string> 21 <string name="call_duration_short_format_pattern">%1$s\'%2$s\'</string> 22 <plurals name="a11y_seconds"> 23 <item quantity="one">초</item> 24 <item quantity="other">초</item> 25 </plurals> 26 <plurals name="a11y_minutes"> 27 <item quantity="one">분</item> 28 <item quantity="other">분</item> 29 </plurals> 30 <string name="type_answered_elsewhere">다른 기기에서 전화를 받음</string> 31 <string name="description_phone_account">^1 계정</string> 32 <string name="description_via_number">%1$s번으로 수신</string> 33 <string name="description_via_number_phone_account">%1$s에서 %2$s번으로 수신</string> 34 <string name="voicemail_string">음성사서함</string> 35 <string name="just_now">조금 전</string> 36 <string name="new_call_log_carrier_video">이동통신사 동영상</string> 37 <string name="new_call_log_duo_video">Duo 동영상</string> 38 <string name="new_call_log_unknown">알 수 없음</string> 39 <string name="new_call_log_secondary_blocked">차단됨</string> 40 <string name="new_call_log_secondary_spam">스팸</string> 41 <plurals name="a11y_new_call_log_entry_missed_call"> 42 <item quantity="one">^2님의 부재중 전화가 ^1건 있습니다</item> 43 <item quantity="other">전화 ^1건 중 최근 전화는 ^2님의 부재중 전화입니다</item> 44 </plurals> 45 <plurals name="a11y_new_call_log_entry_answered_call"> 46 <item quantity="one">^2님이 걸어서 받은 전화가 ^1건 있습니다</item> 47 <item quantity="other">전화 ^1건 중 최근 전화는 ^2님이 걸어서 받은 전화입니다</item> 48 </plurals> 49 <plurals name="a11y_new_call_log_entry_outgoing_call"> 50 <item quantity="one">^2님에게 건 전화가 ^1건 있습니다</item> 51 <item quantity="other">전화 ^1건 중 최근 전화는 ^2님에게 건 전화입니다</item> 52 </plurals> 53 <plurals name="a11y_new_call_log_entry_blocked_call"> 54 <item quantity="one">^2님이 걸었지만 차단된 전화가 ^1건 있습니다</item> 55 <item quantity="other">전화 ^1건 중 최근 전화는 ^2님이 걸었지만 차단된 전화입니다</item> 56 </plurals> 57 <string name="a11y_new_call_log_entry_phone_account">전화 계정: ^1, 58 전화번호: ^2</string> 59 <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1, ^2.</string> 60 <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1, ^2, ^3.</string> 61</resources> 62