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">Chamada recebida</string>
4  <string name="type_incoming_pulled">Chamada recebida transferida para outro dispositivo</string>
5  <string name="type_outgoing">Chamada realizada</string>
6  <string name="type_outgoing_pulled">Chamada realizada transferida para outro dispositivo</string>
7  <string name="type_missed">Chamada perdida</string>
8  <string name="type_incoming_video">Videochamada recebida</string>
9  <string name="type_incoming_video_pulled">Videochamada recebida transferida para outro dispositivo</string>
10  <string name="type_outgoing_video">Videochamada realizada</string>
11  <string name="type_outgoing_video_pulled">Videochamada realizada transferida para outro dispositivo</string>
12  <string name="type_missed_video">Videochamada perdida</string>
13  <string name="type_voicemail">Correio de voz</string>
14  <string name="type_rejected">Chamada recusada</string>
15  <string name="type_blocked">Chamada bloqueada</string>
16  <string name="call_details_minutes_abbreviation">min</string>
17  <string name="call_details_seconds_abbreviation">s</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"> segundo</item>
24    <item quantity="other"> segundos</item>
25  </plurals>
26  <plurals name="a11y_minutes">
27    <item quantity="one">minuto</item>
28    <item quantity="other">minutos</item>
29  </plurals>
30  <string name="type_answered_elsewhere">Chamada atendida em outro dispositivo</string>
31  <string name="description_phone_account">em ^1</string>
32  <string name="description_via_number">pelo número %1$s</string>
33  <string name="description_via_number_phone_account">em %1$s, pelo número %2$s</string>
34  <string name="voicemail_string">Correio de voz</string>
35  <string name="just_now">Agora</string>
36  <string name="new_call_log_carrier_video">Videochamadas via operadora</string>
37  <string name="new_call_log_duo_video">Videochamadas do Duo</string>
38  <string name="new_call_log_unknown">Desconhecidos</string>
39  <string name="new_call_log_secondary_blocked">Bloqueados</string>
40  <string name="new_call_log_secondary_spam">Spam</string>
41  <plurals name="a11y_new_call_log_entry_missed_call">
42    <item quantity="one">^1 chamada perdida de ^2</item>
43    <item quantity="other">^1 chamadas, 1 perdida de ^2 (a última)</item>
44  </plurals>
45  <plurals name="a11y_new_call_log_entry_answered_call">
46    <item quantity="one">^1 chamada atendida de ^2</item>
47    <item quantity="other">^1 chamadas, 1 atendida de ^2 (a última)</item>
48  </plurals>
49  <plurals name="a11y_new_call_log_entry_outgoing_call">
50    <item quantity="one">^1 chamada realizada para ^2</item>
51    <item quantity="other">^1 chamadas, 1 realizada para ^2 (a última)</item>
52  </plurals>
53  <plurals name="a11y_new_call_log_entry_blocked_call">
54    <item quantity="one">^1 chamada bloqueada de ^2</item>
55    <item quantity="other">^1 chamadas, 1 bloqueada de ^2 (a última)</item>
56  </plurals>
57  <string name="a11y_new_call_log_entry_phone_account">em ^1, pelo número ^2</string>
58  <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1, ^2.</string>
59  <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1, ^2, ^3.</string>
60</resources>
61