summaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR/cm_strings.xml
blob: 9787a04b0861fc5c633abb3d96b6b082c0a98da3 (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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
               (C) 2017 The LineageOS 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id -->
  <plurals name="show_device_id_countdown_cm">
    <item quantity="one">Você agora está a <xliff:g id="step_count">%1$d</xliff:g> passo de consultar o ID do dispositivo.</item>
    <item quantity="other">Você agora está a <xliff:g id="step_count">%1$d</xliff:g> passos de consultar o ID do dispositivo.</item>
  </plurals>
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <string name="show_device_id_copied_cm">ID do dispositivo: [<xliff:g id="device_id">%1$s</xliff:g>] copiado para a área de transferência</string>
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <string name="show_device_id_failed_cm">ID do dispositivo não está disponível nesta versão</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <string name="show_device_id_clipboard_label">ID do dispositivo</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown_cm">
    <item quantity="one">Você agora está a <xliff:g id="step_count">%1$d </xliff:g> passo de ativar as configurações de desenvolvimento.</item>
    <item quantity="other">Você agora está a <xliff:g id="step_count">%1$d </xliff:g> passos de ativar as configurações de desenvolvimento.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">Você ativou as configurações de desenvolvedor!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">Não é preciso, você já ativou as configurações de desenvolvedor.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">Ferramentas de desenvolvedor</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">Atalho para desenvolvimento</string>
  <string name="development_shortcut_summary">Ativar atalhos de gerenciamento de aplicativo na lista de aplicativos recentes</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">Acesso superusuário</string>
  <string name="root_access_warning_title">Permitir acesso superusuário?</string>
  <string name="root_access_warning_message">Permitir que aplicativos solicitem acesso de superusuário é muito perigoso e pode comprometer a segurança do seu sistema!</string>
  <string name="root_access_none">Desativado</string>
  <string name="root_access_apps">Somente aplicativos</string>
  <string name="root_access_adb">Somente ADB</string>
  <string name="root_access_all">Aplicativos e ADB</string>
  <!-- Preference link for root appops -->
  <string name="root_appops_title">Gerenciar acessos de superusuário</string>
  <string name="root_appops_summary">Visualizar e controlar as regras de superusuário</string>
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Versão Replicant</string>
  <string name="mod_version_default">Desconhecida</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">Modelo do dispositivo</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">Nome do dispositivo</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Nível de API Replicant</string>
  <string name="mod_api_level_default">Desconhecida</string>
  <!-- About phone screen, build date -->
  <string name="build_date">Data de compilação</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Atualizações Replicant</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Atualizar a recuperação do Cyanogen</string>
  <string name="update_recovery_summary">Atualizar a recuperação com atualizações de sistema</string>
  <string name="update_recovery_on_warning">AVISO: Quando este recurso é ativado, sua recuperação será substituída pela o que é incluída no sistema operacional em execução.\n\nSua recuperação será atualizada junto com o sistema, ajudando a garantir a compatibilidade com versões futuras.\n\nGostaria de ativar este recurso?</string>
  <string name="update_recovery_off_warning">CUIDADO: Quando este recurso está desativado, sua recuperação instalada não será atualizada junto com o sistema.\n\nVersões mais atuais do sistema operacional podem não instalar com uma recuperação antiga ou personalizada.\n\nDeseja mesmo desativar este recurso?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">Temas</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">Modo de toque</string>
  <string name="ring_mode_normal">Normal</string>
  <string name="ring_mode_vibrate">Vibrar</string>
  <string name="ring_mode_mute">Mudo</string>
  <string name="settings_reset_button">Restaurar</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">Perfis de sistema</string>
  <string name="profiles_add">Adicionar</string>
  <string name="profile_menu_delete">Remover</string>
  <string name="profile_settings_title">Perfil</string>
  <string name="profile_empty_list_profiles_off">Para configurar e usar perfis de sistema, ative os perfis.</string>
  <string name="profile_trigger_configure">Configurar disparador</string>
  <string name="profile_write_nfc_tag">Gravar na etiqueta NFC</string>
  <string name="profile_write_touch_tag">Toque na etiqueta para gravar</string>
  <string name="profile_write_success">Etiqueta gravada</string>
  <string name="profile_write_failed">Falhou ao escrever etiqueta</string>
  <string name="profile_selected">Perfil selecionado: %1$s</string>
  <string name="profile_nfc_text">Gravar um perfil em uma etiqueta NFC permite tocar na etiqueta para selecionar aquele perfil. Tocando uma segunda vez seleciona o perfil anterior.</string>
  <string name="profile_unknown_nfc_tag">Perfil desconhecido</string>
  <string name="profile_add_nfc_text">Esta etiqueta NFC se refere a um perfil desconhecido. Ligar essa etiqueta NFC a um perfil existente, possibilita selecionar o perfil no futuro.</string>
  <string name="profile_select">Selecione o perfil</string>
  <string name="profile_remove_dialog_message">Remover perfil %1$s?</string>
  <string name="profile_populate_profile_from_state">Configurar perfil usando as configurações atuais do dispositivo?</string>
  <string name="profile_menu_fill_from_state">Importar configurações atuais do dispositivo</string>
  <string name="profile_remove_current_profile">Não é possível excluir o perfil ativo!</string>
  <string name="profile_app_group_category_title">Substituições de notificações</string>
  <string name="profile_app_group_item_instructions">Adicionar ou remover grupos</string>
  <string name="profile_app_group_item_instructions_summary">Adicionar ou remover grupos de aplicativos que substituem a notificação deste perfil</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">Ligado</string>
  <string name="profile_entries_off">Desligado</string>
  <string name="profile_entries_no_override">Não substituir</string>
  <!-- Add Profile -->
  <string name="profile_name_title">Nome do perfil</string>
  <string name="new_profile_name">&lt;novo perfil&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">Renomear</string>
  <string name="rename_dialog_message">Digite um novo nome</string>
  <string name="duplicate_appgroup_name">Nome de grupo de aplicativos duplicado!</string>
  <string name="rename_dialog_hint">Digite o nome do perfil</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">Restaurar</string>
  <string name="profile_reset_message">Deseja deletar todos os perfis e grupos de aplicativos criados e restaurá-los para o padrão?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">Remover este aplicativo?</string>
  <!-- Profile network mode -->
  <string name="profile_networkmode_2g">2G</string>
  <string name="profile_networkmode_3g">3G</string>
  <string name="profile_networkmode_4g">LTE</string>
  <string name="profile_networkmode_2g3g">2G/3G</string>
  <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
  <!-- Profile Config screen PreferenceGroup titles -->
  <string name="profile_volumeoverrides_title">Substituição de volume</string>
  <string name="connection_state_enabled">Ativar</string>
  <string name="volume_override_summary">Definir para %1$s/%2$s</string>
  <string name="profile_volume_override_checkbox_label">Controlar volume</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">Perfis</string>
  <string name="profile_profile_manage">Gerenciar perfil</string>
  <string name="profile_appgroups_manage">Grupos de apl.</string>
  <string name="profile_appgroup_manage">Gerenciar grupo de apl.</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">Configuração do perfil</string>
  <string name="profile_trigger_connect">Ao conectar</string>
  <string name="profile_trigger_disconnect">Ao desconectar</string>
  <string name="profile_trigger_notrigger">Sem disparador</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">Modo de notificação</string>
  <string name="ringer_mode">Modo de toque</string>
  <string name="lights_mode">Modo de luzes</string>
  <string name="vibrate_mode">Modo de vibração</string>
  <string name="choose_soundtone">Selecione o som de notificação</string>
  <string name="choose_ringtone">Selecione o toque do telefone</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">Toque de notificação</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Grupos de apl.</string>
  <string name="profile_applist_title">Aplicativos</string>
  <string name="profile_new_appgroup">Novo grupo de apl.</string>
  <string name="profile_delete_appgroup">Remover este grupo de apl.?</string>
  <string name="profile_appgroup_name_prompt">Digite um nome para o novo grupo de aplicativos</string>
  <string name="profile_appgroup_name_title">Nome</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">Selecionar aplicativo</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">Configurações de sistema</string>
  <string name="profile_lockmode_title">Modo de bloqueio de tela</string>
  <string name="profile_lockmode_policy_disabled_summary">Esta opção de perfil foi desativada pela política do administrador do dispositivo</string>
  <string name="profile_lockmode_insecure_summary">Não pedir PIN ou senha</string>
  <string name="profile_lockmode_disabled_summary">Desativar tela de bloqueio</string>
  <string name="profile_airplanemode_title">Modo avião</string>
  <string name="profile_brightness_title">Brilho da tela</string>
  <string name="profile_brightness_override_summary">Definir para %1$d%%</string>
  <string name="profile_brightness_override_checkbox_label">Controlar o brilho</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">Ponto de acesso Wi\u2011Fi</string>
  <string name="toggleBluetooth">Bluetooth</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">Conexão de dados</string>
  <string name="toggleSync">Sincronização automática de dados</string>
  <string name="toggle2g3g4g">Tipo de rede preferida</string>
  <string name="toggle2g3g4g_msim">Tipo de rede preferida (%1$s)</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Código de região Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Especifique o código de região para Wi\u2011Fi</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_countrycode_error">Houve um problema ao definir o código de região.</string>
  <string name="wifi_countrycode_us">Estados Unidos</string>
  <string name="wifi_countrycode_ca">Canadá, Taiwan</string>
  <string name="wifi_countrycode_de">Alemanha</string>
  <string name="wifi_countrycode_gb">Europa</string>
  <string name="wifi_countrycode_jp">Japão, Rússia</string>
  <string name="wifi_countrycode_au">Austrália</string>
  <string name="wifi_countrycode_cn">China</string>
  <string name="wifi_countrycode_kr">Coréia</string>
  <string name="wifi_countrycode_tr">África do Sul, Turquia</string>
  <string name="wifi_countrycode_sg">Israel, Cingapura</string>
  <string name="wifi_countrycode_br">Brasil</string>
  <string name="wifi_countrycode_in">Índia</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">Apagar</string>
  <string name="profile_action_none">Deixar inalterado</string>
  <string name="profile_action_system">Padrão do sistema</string>
  <string name="profile_action_disable">Desativar</string>
  <string name="profile_action_enable">Ativar</string>
  <string name="profile_trigger_a2dp_connect">Ao ligar A2DP</string>
  <string name="profile_trigger_a2dp_disconnect">Ao desligar A2DP</string>
  <string name="profile_tabs_wifi">Wi\u2011Fi</string>
  <string name="profile_tabs_bluetooth">Bluetooth</string>
  <string name="profile_tabs_nfc">NFC</string>
  <string name="profile_triggers_header">Gatilhos que ativarão este perfil</string>
  <string name="profile_setup_setup_triggers_title">Etapa 1: Adicionar gatilhos</string>
  <string name="profile_setup_setup_triggers_title_config">Modificar gatilhos: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">Etapa 2: Ações de instalação</string>
  <string name="profile_setup_actions_title_config">Reconfigurar as ações</string>
  <string name="profile_appgroups_manage">Grupos de apl.</string>
  <string name="profile_appgroup_manage">Gerenciar grupo de apl.</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">Grupos de apl.</string>
  <string name="profile_new_appgroup">Novo grupo de apl.</string>
  <string name="profile_delete_appgroup">Remover este grupo de apl.?</string>
  <string name="profile_appgroup_name_prompt">Digite um nome para o novo grupo de aplicativos</string>
  <string name="profile_appgroup_name_title">Nome</string>
  <string name="duplicate_appgroup_name">Nome de grupo de aplicativos duplicado!</string>
  <string name="profile_app_delete_confirm">Remover este aplicativo?</string>
  <string name="no_bluetooth_triggers">Não há dispositivos Bluetooth pareados.\nToque para parear um dispositivo Bluetooth antes de configurar gatilhos.</string>
  <string name="no_wifi_triggers">Nenhum ponto de acesso Wi-Fi configurado.\nToque para conectar a um Wi-Fi antes de configurar gatilhos.</string>
  <string name="no_triggers_configured">Nenhum gatilho configurado. Toque para adicionar mais.</string>
  <string name="no_triggers_configured_nfc">Toque para configurar um novo gatilho NFC.</string>
  <string name="profile_setup_setup_triggers_description">Por favor selecione os gatilhos que ativarão este perfil</string>
  <string name="profile_setup_actions_description">Agora configure o que acontece quando o perfil é ativado</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">Barra de navegação</string>
  <string name="navigation_bar_left_title">Modo canhoto</string>
  <string name="navigation_bar_left_summary">Posicionar a barra de navegação do lado esquerdo da tela em modo paisagem</string>
  <string name="navigation_bar_title">Botões e layout</string>
  <string name="navigation_bar_help_text">Para começar, toque no ícone de editar para desbloquear a edição da barra de navegação.\n\nVocê pode tocar num ícone para alterar o seu atalho ou aperte e segure um ícone para reorganizar o layout.\n\nToque em \'Salvar\' para confirmar as alterações, ou \'Restaurar padrões\' para devolver o layout para as configurações padrões.</string>
  <string name="navigation_restore_button_text">Restaurar\npadrão</string>
  <string name="navigation_edit_button_text">Editar</string>
  <string name="navigation_save_button_text">Salvar</string>
  <string name="navigation_bar_reset_message">Excluir as configurações atuais e restaurar o layout padrão?</string>
  <string name="navigation_bar_arrow_keys_title">Mostrar teclas de seta enquanto digita</string>
  <string name="navigation_bar_arrow_keys_summary">Exibir botões esquerda e direita do cursor durante a digitação. Substitui o seletor de IME.</string>
  <string name="navigation_bar_recents_title">Ação de pressionar e segurar aplicativos recentes</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">Editar configurações de luz</string>
  <string name="pulse_speed_title">Duração e velocidade do pulso</string>
  <string name="default_time">Normal</string>
  <string name="custom_time">Personalizado</string>
  <string name="dialog_delete_title">Apagar</string>
  <string name="dialog_delete_message">Remover item selecionado?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">Sempre ligado</string>
  <string name="pulse_length_very_short">Muito curto</string>
  <string name="pulse_length_short">Curto</string>
  <string name="pulse_length_normal">Normal</string>
  <string name="pulse_length_long">Longo</string>
  <string name="pulse_length_very_long">Muito longo</string>
  <string name="pulse_speed_very_fast">Muito rápido</string>
  <string name="pulse_speed_fast">Rápido</string>
  <string name="pulse_speed_normal">Normal</string>
  <string name="pulse_speed_slow">Devagar</string>
  <string name="pulse_speed_very_slow">Muito devagar</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">Luz da bateria</string>
  <string name="battery_low_pulse_title">Pulsar quando a bateria estiver baixa</string>
  <string name="battery_light_list_title">Cores</string>
  <string name="battery_light_low_color_title">Bateria baixa</string>
  <string name="battery_light_medium_color_title">Carregando</string>
  <string name="battery_light_full_color_title">Totalmente carregada</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">Luz de notificação</string>
  <string name="notification_light_general_title">Geral</string>
  <string name="notification_light_applist_title">Aplicativos</string>
  <string name="notification_light_phonelist_title">Telefone</string>
  <string name="notification_light_use_custom">Usar valores personalizados</string>
  <string name="notification_light_default_value">Padrão</string>
  <string name="notification_light_missed_call_title">Chamada perdida</string>
  <string name="notification_light_voicemail_title">Correio de Voz</string>
  <string name="notification_light_screen_on">Luzes com a tela ligada</string>
  <string name="notification_light_zen_mode">Luzes no modo Não Perturbe</string>
  <string name="notification_light_use_multiple_leds">Vários LEDs</string>
  <string name="keywords_lights_brightness_level">escurecer o brilho do led</string>
  <string name="notification_light_automagic">Escolha automática das cores</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">Configurações de luz</string>
  <string name="led_notification_text">Luz de LED ativada nas configurações</string>
  <string name="notification_light_no_apps_summary">Para adicionar controle por app, ative o \'%1$s\' e pressione \'\u002b\' na barra de menu</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">Depuração Android</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">Ativar a interface de Ponte de Depuração Android (adb)</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">ADB pela rede</string>
  <string name="adb_over_network_summary">Ativa a depuração de TCP/IP em interfaces de rede (Wi\u2011Fi, USB). Configuração redefinida durante a reinicialização</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">AVISO: Quando o ADB pela rede é ativado, seu telefone fica aberto para invasões em todas as redes conectadas! \n\nSó use este recurso quando estiver conectado a redes confiáveis.\n\nDeseja realmente ativar esta função?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">Notificação de depuração</string>
  <string name="adb_notify_summary">Exibir uma notificação quando a depuração via USB ou rede estiver ativada</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">Localização</string>
  <string name="app_ops_categories_personal">Pessoal</string>
  <string name="app_ops_categories_messaging">Mensagem</string>
  <string name="app_ops_categories_media">Mídia</string>
  <string name="app_ops_categories_device">Dispositivo</string>
  <string name="app_ops_categories_bootup">Inicialização</string>
  <string name="app_ops_categories_su">Acesso superusuário</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">localização imprecisa</string>
  <string name="app_ops_summaries_fine_location">localização precisa</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">vibrar</string>
  <string name="app_ops_summaries_read_contacts">ler contatos</string>
  <string name="app_ops_summaries_modify_contacts">modificar contatos</string>
  <string name="app_ops_summaries_read_call_log">ler registro de chamadas</string>
  <string name="app_ops_summaries_modify_call_log">modificar registro de chamadas</string>
  <string name="app_ops_summaries_read_calendar">ler calendário</string>
  <string name="app_ops_summaries_modify_calendar">modificar calendário</string>
  <string name="app_ops_summaries_wifi_scan">Busca por Wi-Fi</string>
  <string name="app_ops_summaries_notification">notificação/toast</string>
  <string name="app_ops_summaries_cell_scan">varrer celular</string>
  <string name="app_ops_summaries_call_phone">ligar p/ telefone</string>
  <string name="app_ops_summaries_read_sms">ler SMS</string>
  <string name="app_ops_summaries_write_sms">escrever SMS</string>
  <string name="app_ops_summaries_receive_sms">receber SMS</string>
  <string name="app_ops_summaries_receive_emergency_sms">receber SMS de emergência</string>
  <string name="app_ops_summaries_receive_mms">receber MMS</string>
  <string name="app_ops_summaries_receive_wap_push">receber WAP push</string>
  <string name="app_ops_summaries_send_sms">enviar SMS</string>
  <string name="app_ops_summaries_read_icc_sms">ler SMS ICC</string>
  <string name="app_ops_summaries_write_icc_sms">escrever SMS ICC</string>
  <string name="app_ops_summaries_modify_settings">modificar configurações</string>
  <string name="app_ops_summaries_draw_on_top">desenhar em cima</string>
  <string name="app_ops_summaries_access_notifications">acessar notificações</string>
  <string name="app_ops_summaries_camera">câmera</string>
  <string name="app_ops_summaries_record_audio">gravar áudio</string>
  <string name="app_ops_summaries_play_audio">tocar áudio</string>
  <string name="app_ops_summaries_read_clipboard">ler área de transferência</string>
  <string name="app_ops_summaries_modify_clipboard">modificar área de transferência</string>
  <string name="app_ops_summaries_media_buttons">botões de mídia</string>
  <string name="app_ops_summaries_audio_focus">foco em áudio</string>
  <string name="app_ops_summaries_master_volume">volume principal</string>
  <string name="app_ops_summaries_voice_volume">volume de voz</string>
  <string name="app_ops_summaries_ring_volume">volume de toque</string>
  <string name="app_ops_summaries_media_volume">volume de mídia</string>
  <string name="app_ops_summaries_alarm_volume">volume de alarme</string>
  <string name="app_ops_summaries_notification_volume">volume de notificação</string>
  <string name="app_ops_summaries_bluetooth_volume">volume do bluetooth</string>
  <string name="app_ops_summaries_keep_awake">manter acordado</string>
  <string name="app_ops_summaries_monitor_location">monitorar localização</string>
  <string name="app_ops_summaries_monitor_high_power_location">monitorar localização com precisão</string>
  <string name="app_ops_summaries_get_usage_stats">obter estatísticas de uso</string>
  <string name="app_ops_summaries_mute_unmute_microphone">silenciar/ativar microfone</string>
  <string name="app_ops_summaries_toast_window">exibir avisos flutuantes na tela</string>
  <string name="app_ops_summaries_project_media">projetar mídia</string>
  <string name="app_ops_summaries_activate_vpn">ativar VPN</string>
  <string name="app_ops_summaries_write_wallpaper">alterar o papel de parede</string>
  <string name="app_ops_summaries_assist_structure">estrutura de assistência</string>
  <string name="app_ops_summaries_assist_screenshot">assistente de captura da tela</string>
  <string name="app_ops_summaries_read_phone_state">ler o estado do telefone</string>
  <string name="app_ops_summaries_add_voicemail">adicionar correio de voz</string>
  <string name="app_ops_summaries_use_sip">usar SIP</string>
  <string name="app_ops_summaries_make_call">realizar chamada</string>
  <string name="app_ops_summaries_use_fingerprint">usar impressão digital</string>
  <string name="app_ops_summaries_use_body_sensors">usar sensores corporais</string>
  <string name="app_ops_summaries_read_cell_broadcasts">ler transmissões da rede de celular</string>
  <string name="app_ops_summaries_mock_location">simular a localização</string>
  <string name="app_ops_summaries_read_external_storage">ler o armazenamento externo</string>
  <string name="app_ops_summaries_write_external_storage">escrever no armazenamento externo</string>
  <string name="app_ops_summaries_turn_screen_on">ligar a tela</string>
  <string name="app_ops_summaries_get_accounts">obter contas</string>
  <string name="app_ops_summaries_toggle_wifi">alternar Wi-Fi</string>
  <string name="app_ops_summaries_toggle_bluetooth">alternar Bluetooth</string>
  <string name="app_ops_summaries_start_at_boot">começar na inicialização</string>
  <string name="app_ops_summaries_toggle_nfc">alternar NFC</string>
  <string name="app_ops_summaries_toggle_mobile_data">alternar dados de celular</string>
  <string name="app_ops_summaries_superuser">acesso superusuário</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">Localização imprecisa</string>
  <string name="app_ops_labels_fine_location">Localização precisa</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">Vibrar</string>
  <string name="app_ops_labels_read_contacts">Ler contatos</string>
  <string name="app_ops_labels_modify_contacts">Modificar contatos</string>
  <string name="app_ops_labels_read_call_log">Ler registro de chamadas</string>
  <string name="app_ops_labels_modify_call_log">Modificar registro de chamdas</string>
  <string name="app_ops_labels_read_calendar">Ler calendário</string>
  <string name="app_ops_labels_modify_calendar">Modificar calendário</string>
  <string name="app_ops_labels_wifi_scan">Busca por Wi-Fi</string>
  <string name="app_ops_labels_notification">Notificação/Aviso na tela</string>
  <string name="app_ops_labels_cell_scan">Verificação de célula</string>
  <string name="app_ops_labels_call_phone">Ligar p/ telefone</string>
  <string name="app_ops_labels_read_sms">Ler SMS</string>
  <string name="app_ops_labels_write_sms">Escrever SMS</string>
  <string name="app_ops_labels_receive_sms">Receber SMS</string>
  <string name="app_ops_labels_receive_emergency_sms">Receber SMS de emergência</string>
  <string name="app_ops_labels_receive_mms">Receber MMS</string>
  <string name="app_ops_labels_receive_wap_push">Receber notificações WAP</string>
  <string name="app_ops_labels_send_sms">Enviar SMS</string>
  <string name="app_ops_labels_read_icc_sms">Ler SMS ICC</string>
  <string name="app_ops_labels_write_icc_sms">Escrever SMS ICC</string>
  <string name="app_ops_labels_modify_settings">Modificar configurações</string>
  <string name="app_ops_labels_draw_on_top">Desenhar em cima</string>
  <string name="app_ops_labels_access_notifications">Acessar notificações</string>
  <string name="app_ops_labels_camera">Câmera</string>
  <string name="app_ops_labels_record_audio">Gravar áudio</string>
  <string name="app_ops_labels_play_audio">Tocar áudio</string>
  <string name="app_ops_labels_read_clipboard">Ler área de transferência</string>
  <string name="app_ops_labels_modify_clipboard">Modificar área de transferência</string>
  <string name="app_ops_labels_media_buttons">Botões de mídia</string>
  <string name="app_ops_labels_audio_focus">Foco em áudio</string>
  <string name="app_ops_labels_master_volume">Volume principal</string>
  <string name="app_ops_labels_voice_volume">Volume de voz</string>
  <string name="app_ops_labels_ring_volume">Volume do toque</string>
  <string name="app_ops_labels_media_volume">Volume de mídia</string>
  <string name="app_ops_labels_alarm_volume">Volume de alarme</string>
  <string name="app_ops_labels_notification_volume">Volume principal</string>
  <string name="app_ops_labels_bluetooth_volume">Volume de bluetooth</string>
  <string name="app_ops_labels_keep_awake">Manter acordado</string>
  <string name="app_ops_labels_monitor_location">Monitorar localização</string>
  <string name="app_ops_labels_monitor_high_power_location">Monitorar localização com precisão</string>
  <string name="app_ops_labels_get_usage_stats">Obter estatísticas de uso</string>
  <string name="app_ops_labels_mute_unmute_microphone">Silenciar/ativar microfone</string>
  <string name="app_ops_labels_toast_window">Exibir avisos na tela</string>
  <string name="app_ops_labels_project_media">Projetar mídia</string>
  <string name="app_ops_labels_activate_vpn">Ativar VPN</string>
  <string name="app_ops_labels_write_wallpaper">Alterar o papel de parede</string>
  <string name="app_ops_labels_assist_structure">Estrutura de assistência</string>
  <string name="app_ops_labels_assist_screenshot">Assistente de captura da tela</string>
  <string name="app_ops_labels_read_phone_state">Ler o estado do telefone</string>
  <string name="app_ops_labels_add_voicemail">Adicionar correio de voz</string>
  <string name="app_ops_labels_use_sip">Usar o SIP</string>
  <string name="app_ops_labels_make_call">Realizar chamada</string>
  <string name="app_ops_labels_use_fingerprint">Usar a impressão digital</string>
  <string name="app_ops_labels_use_body_sensors">Usar sensores corporais</string>
  <string name="app_ops_labels_read_cell_broadcasts">Ler transmissões da rede de celular</string>
  <string name="app_ops_labels_mock_location">Simular a localização</string>
  <string name="app_ops_labels_read_external_storage">Ler armazenamento externo</string>
  <string name="app_ops_labels_write_external_storage">Gravar no armazenamento externo</string>
  <string name="app_ops_labels_turn_screen_on">Ligar a tela</string>
  <string name="app_ops_labels_get_accounts">Obter as contas</string>
  <string name="app_ops_labels_toggle_wifi">Alternar Wi-Fi</string>
  <string name="app_ops_labels_toggle_bluetooth">Alternar bluetooth</string>
  <string name="app_ops_labels_start_at_boot">Começar na inicialização</string>
  <string name="app_ops_labels_toggle_nfc">Alternar NFC</string>
  <string name="app_ops_labels_toggle_mobile_data">Alternar dados de celular</string>
  <string name="app_ops_labels_superuser">Acesso superusuário</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">Permitido</string>
  <string name="app_ops_permissions_ignored">Ignorado</string>
  <string name="app_ops_permissions_always_ask">Sempre perguntar</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="op">%1$s</xliff:g> (usados <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="count">%2$s</xliff:g>)</string>
  <string name="app_ops_allowed_count">Permitidos <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_ignored_count">Negados <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="count" example="2 times">%s</xliff:g></string>
  <string name="app_ops_both_count">Permitidos <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="count">%1$s</xliff:g>, negados <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="count">%2$s</xliff:g></string>
  <string name="app_ops_disabled_by_optimization">Desativado pela otimização de bateria</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">Exibir aplicativos do usuário</string>
  <string name="app_ops_show_system_apps">Exibir aplicativos pré-instalados</string>
  <string name="app_ops_reset_counters">Zerar contadores permitidos/negados</string>
  <string name="app_ops_reset_confirm_title">Confirmar zerar contadores</string>
  <string name="app_ops_reset_confirm_mesg">Tem certeza que deseja zerar os contadores?</string>
  <string name="ok">OK</string>
  <!-- Hostname setting -->
  <string name="device_hostname">Nome do dispositivo</string>
  <string name="unlock_scramble_pin_layout_title">Embaralhar layout</string>
  <string name="unlock_scramble_pin_layout_summary">Embaralhar PIN ao desbloquear o dispositivo</string>
  <string name="button_pref_title">Botões</string>
  <string name="hardware_keys_power_key_title">Botão liga/desliga</string>
  <string name="hardware_keys_home_key_title">Botão início</string>
  <string name="hardware_keys_back_key_title">Botão voltar</string>
  <string name="hardware_keys_menu_key_title">Botão menu</string>
  <string name="hardware_keys_assist_key_title">Botão buscar</string>
  <string name="hardware_keys_appswitch_key_title">Botão recentes</string>
  <string name="hardware_keys_camera_key_title">Botão da câmera</string>
  <string name="hardware_keys_volume_keys_title">Botões de volume</string>
  <string name="hardware_keys_short_press_title">Ação de toque rápido</string>
  <string name="hardware_keys_long_press_title">Ação de toque longo</string>
  <string name="hardware_keys_double_tap_title">Ação de toque duplo</string>
  <string name="hardware_keys_action_nothing">Nenhuma ação</string>
  <string name="hardware_keys_action_menu">Abrir/fechar menu</string>
  <string name="hardware_keys_action_app_switch">Alternador de aplicativos recentes</string>
  <string name="hardware_keys_action_search">Assistente de busca</string>
  <string name="hardware_keys_action_voice_search">Busca por voz</string>
  <string name="hardware_keys_action_in_app_search">Busca dentro do aplicativo</string>
  <string name="hardware_keys_action_launch_camera">Abrir câmera</string>
  <string name="hardware_keys_action_sleep">Desligar a tela</string>
  <string name="hardware_keys_action_last_app">Último aplicativo</string>
  <string name="camera_sleep_on_release_title">Espiar a tela</string>
  <string name="camera_sleep_on_release_summary">Toque parcial irá manter a tela ligada somente enquanto o botão for segurado</string>
  <string name="camera_launch_title">Abrir câmera</string>
  <string name="camera_launch_summary">Pressione, segure e solte para abrir a câmera</string>
  <string name="volbtn_music_controls_title">Controle de reprodução</string>
  <string name="volbtn_music_controls_summary">Quando a tela estiver desligada, mantenha pressionado o botão de volume para buscar músicas</string>
  <string name="volbtn_cursor_control_title">Controle de cursor do teclado</string>
  <string name="volbtn_cursor_control_off">Desativado</string>
  <string name="volbtn_cursor_control_on">Volume para cima/baixo move o cursor para esquerda/direita</string>
  <string name="volbtn_cursor_control_on_reverse">Volume para cima/baixo move cursor para direita/esquerda</string>
  <string name="power_end_call_title">Desligar</string>
  <string name="power_end_call_summary">Pressionar o botão de energia desliga a chamada</string>
  <string name="swap_volume_buttons_title">Reorientar</string>
  <string name="swap_volume_buttons_summary">Inverter botões de volume quando a tela estiver invertida</string>
  <string name="button_wake_title">Acordar o dispositivo</string>
  <string name="home_answer_call_title">Atende</string>
  <string name="home_answer_call_summary">Pressionar o botão início atende a chamada</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">Luz de fundo adaptável</string>
  <string name="adaptive_backlight_summary">Ajusta a luz de fundo da tela dinamicamente para maximizar a vida da bateria e manter a usabilidade</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">Realçar com luz solar</string>
  <string name="sunlight_enhancement_summary">Realça o brilho da tela e a legibilidade sobre o brilho da luz solar</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">Realce de cor</string>
  <string name="color_enhancement_summary">Realça dinamicamente a cor do visor</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">Luz de fundo</string>
  <string name="button_backlight_enabled">Iluminar botões</string>
  <string name="keyboard_backlight_enabled">Iluminar teclado</string>
  <string name="button_backlight_seekbar_title">Brilho dos botões</string>
  <string name="keyboard_backlight_seekbar_title">Brilho do teclado</string>
  <string name="backlight_timeout_title">Duração do brilho</string>
  <string name="backlight_timeout_unlimited">Não desligar</string>
  <string name="backlight_summary_disabled">Desativado</string>
  <string name="backlight_summary_enabled_with_timeout">Ativado por <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="timeout">%s</xliff:g></string>
  <string name="backlight_summary_enabled">Ativado</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">Gestos</string>
  <!-- Power menu -->
  <string name="power_menu_title">Menu de energia</string>
  <string name="power_menu_reboot_title">Menu de reinicialização</string>
  <string name="power_menu_screenshot_title">Captura de tela</string>
  <string name="power_menu_airplane_title">Modo avião</string>
  <string name="power_menu_users_title">Alternador de usuário</string>
  <string name="power_menu_settings_title">Atalho para as configurações</string>
  <string name="power_menu_lockdown_title">Bloqueio de dispositivo</string>
  <string name="power_menu_bug_report_title">Relatório de erros</string>
  <string name="power_menu_sound_title">Painel de som</string>
  <string name="power_menu_bug_report_disabled">Relatório de erros desativado nas configurações de desenvolvedor</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">Ativar barra de navegação na tela</string>
  <string name="disable_navkeys_summary">Ativar barra de navegação na tela e desativar botões físicos</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">Toque duplo para acordar</string>
  <string name="double_tap_to_wake_summary">Dê um duplo toque na tela para ligá-la</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">Toque duplo para dormir</string>
  <string name="double_tap_to_sleep_summary">Toque duas vezes na barra de status para desligar a tela</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">Evitar despertar acidental</string>
  <string name="proximity_wake_summary">Verifique o sensor de proximidade antes de acordar o dispositivo com gestos</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">Acordar ao plugar</string>
  <string name="wake_when_plugged_or_unplugged_summary">Ativar a tela ao ligar ou desligar do carregador</string>
  <!-- Font size sample text. This needs to be a very short string, as it is shown in
    multiple font sizes in a limited amount of space. -->
  <string name="font_size_sample">Amostra</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">Som de ajuste do volume</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">Intensidade de vibração</string>
  <string name="vibrator_warning">Valores superiores a %1$d%% não são recomendados</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">Calibragem de cor</string>
  <string name="color_calibration_summary">Calibra as cores da tela</string>
  <string name="color_red_title">Vermelho</string>
  <string name="color_green_title">Verde</string>
  <string name="color_blue_title">Azul</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">Abrir aplicativo de música</string>
  <string name="headset_connect_player_summary">Abrir o aplicativo de música padrão quando os fones de ouvido forem conectados</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">Prioridade automática</string>
  <string name="auto_brightness_reset_button">Restaurar</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">Rotação</string>
  <string name="display_rotation_disabled">Desativada</string>
  <string name="display_rotation_unit">graus</string>
  <string name="display_lockscreen_rotation_title">Girar tela de bloqueio</string>
  <string name="display_rotation_category_title">Modos de rotação</string>
  <string name="display_rotation_0_title">0 grau</string>
  <string name="display_rotation_90_title">90 graus</string>
  <string name="display_rotation_180_title">180 graus</string>
  <string name="display_rotation_270_title">270 graus</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">Otimiza sua tela com base na hora do dia e condições do ambiente para melhorar a legibilidade e reduzir o cansaço visual</string>
  <string name="live_display_mode">Modo da tela</string>
  <string name="live_display_color_temperature_title">Temperatura da cor</string>
  <string name="live_display_color_temperature_summary">Dia: <xliff:g id="day_temperature">%1$d</xliff:g>K  Noite: <xliff:g id="night_temperature">%2$d</xliff:g>K</string>
  <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
  <string name="live_display_day">Dia</string>
  <string name="live_display_night">Noite</string>
  <string name="live_display_outdoor_mode_title">Modo automático ao ar livre</string>
  <string name="live_display_outdoor_mode_summary">Aumentar o brilho e saturação automaticamente sob luz solar intensa</string>
  <string name="live_display_low_power_title">Reduzir o consumo de energia</string>
  <string name="live_display_low_power_summary">Ajustar exibição para menor consumo de energia, sem degradação</string>
  <string name="live_display_enhance_color_title">Realçar cores</string>
  <string name="live_display_enhance_color_summary">Melhorar a vivacidade da cor de tons de pele, cenário e outras imagens</string>
  <string name="live_display_color_profile_title">Perfil de cor</string>
  <string name="live_display_color_profile_standard_title">Padrão</string>
  <string name="live_display_color_profile_standard_summary">Cores precisas e brancos brilhantes</string>
  <string name="live_display_color_profile_natural_title">Natural</string>
  <string name="live_display_color_profile_natural_summary">Cores e tons de pele realistas</string>
  <string name="live_display_color_profile_dynamic_title">Dinâmico</string>
  <string name="live_display_color_profile_dynamic_summary">Cores melhoradas e brancos brilhantes</string>
  <string name="live_display_color_profile_cinema_title">Cinema</string>
  <string name="live_display_color_profile_cinema_summary">Reprodução de cor perfeita para vídeo</string>
  <string name="live_display_color_profile_astronomy_title">Astronomia</string>
  <string name="live_display_color_profile_astronomy_summary">Vermelho profundo para preservar a visão noturna</string>
  <string name="live_display_color_profile_photography_title">Fotografia</string>
  <string name="live_display_color_profile_photography_summary">Reprodução de cor perfeita para fotos</string>
  <string name="live_display_color_profile_basic_title">Básico</string>
  <string name="live_display_color_profile_basic_summary">Use o visor não calibrado</string>
  <string name="live_display_color_profile_adaptive_title">Adaptável</string>
  <string name="live_display_color_profile_adaptive_summary">As cores adaptam-se às condições do ambiente</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="picture_adjustment_title">Ajuste da imagem</string>
  <string name="picture_adjustment_summary">Ajustar o matiz, saturação, contraste e intensidade</string>
  <string name="adj_hue_title">Matiz</string>
  <string name="adj_saturation_title">Saturação</string>
  <string name="adj_intensity_title">Intensidade</string>
  <string name="adj_contrast_title">Contraste</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">Ícone de seleção</string>
  <string name="ime_switcher_notify_summary">Mostrar ícone de seleção de método de entrada</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">Heads up</string>
  <string name="summary_heads_up_enabled">Notificações pop-up ativadas</string>
  <string name="summary_heads_up_disabled">Notificações pop-up desativadas</string>
  <!-- Bluetooth settings.  A checkbox to set if we should accept all the file types regardless of their presence in MIME type whitelist -->
  <string name="bluetooth_accept_all_files">Aceitar todos os tipos de arquivo</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">Toque de alta sensibilidade</string>
  <string name="high_touch_sensitivity_summary">Aumenta a sensibilidade da tela para poder ser usada com luvas</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">Densidade do LCD</string>
  <string name="dialog_title_lcd_density">Densidade do LCD</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (padrão)</string>
  <string name="restarting_ui">Reiniciando Interface de Usuário\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">Mostrar ícone enquanto usa a stylus</string>
  <string name="stylus_icon_enabled_summary">Mostrar o ponteiro quando desenha ou aproxima a stylus</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">Gestos p/ stylus</string>
  <string name="category_spen_title">Gestos p/ stylus</string>
  <string name="enable_subcat_title">Stylus</string>
  <string name="enable_spen_title_head">Ativar gestos</string>
  <string name="enable_spen_summary_head">Usar gestos de deslizar ao segurar o botão da stylus</string>
  <string name="gestures_subcat_title">Gestos</string>
  <string name="gestures_left_spen_title_head">Deslizar p/ esquerda</string>
  <string name="gestures_right_spen_title_head">Deslizar p/ direita</string>
  <string name="gestures_up_spen_title_head">Deslizar p/ cima</string>
  <string name="gestures_down_spen_title_head">Deslizar p/ baixo</string>
  <string name="gestures_long_spen_title_head">Aperte e segure</string>
  <string name="gestures_double_spen_title_head">Toque duplo</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">Sem ação</string>
  <string name="gestures_action_home">Início</string>
  <string name="gestures_action_back">Voltar</string>
  <string name="gestures_action_menu">Menu</string>
  <string name="gestures_action_search">Ativar busca</string>
  <string name="gestures_action_recent">Aplicativos recentes</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s não está instalado</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">Flutuar o dedo na tela</string>
  <string name="touchscreen_hovering_summary">Permite que você flutue o dedo na tela como um mouse em navegadores web, desktops remotos, etc</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">Aumentando volume do toque</string>
  <string name="increasing_ring_min_volume_title">Volume inicial</string>
  <string name="increasing_ring_ramp_up_time_title">Intervalo de aumento</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">Transferência de dados assistidos de GPS</string>
  <string name="lto_download_data_wifi_only_on">Qualquer rede</string>
  <string name="lto_download_data_wifi_only_off">Somente através de redes Wi\u2011Fi</string>
  <string name="volume_keys_control_ring_stream_title">Controle de volume do toque</string>
  <string name="volume_keys_control_ring_stream_summary_on">Botões de volume controlam o volume do toque</string>
  <string name="volume_keys_control_ring_stream_summary_off">Teclas de volume controlam o volume da mídia</string>
  <string name="category_calibration">Calibragem</string>
  <string name="display_and_lights">Tela e luzes</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">Notificação de carregamento</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">Ativar</string>
  <string name="power_notifications_enable_summary">Tocar um som quando conectar ou desconectar o carregador</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">Vibrar</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">Som de notificação</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">Silencioso</string>
  <!-- Status bar -->
  <string name="status_bar_title">Barra de status</string>
  <string name="status_bar_toggle_brightness">Controle de brilho</string>
  <string name="status_bar_toggle_brightness_summary">Permite ajustar o brilho deslizando de lado na barra de status</string>
  <string name="status_bar_notif_count_title">Mostrar contador de notificações</string>
  <string name="status_bar_notif_count_summary">Mostra o número de notificações pendentes na barra de status</string>
  <string name="status_bar_quick_qs_pulldown_title">Puxada rápida para baixo</string>
  <string name="status_bar_quick_qs_pulldown_summary">%1$s borda da barra de status puxa configurações rápidas</string>
  <string name="status_bar_quick_qs_pulldown_summary_left">Esquerda</string>
  <string name="status_bar_quick_qs_pulldown_summary_right">Direita</string>
  <string name="status_bar_quick_qs_pulldown_off">Desligado</string>
  <string name="status_bar_quick_qs_pulldown_left">Esquerda</string>
  <string name="status_bar_quick_qs_pulldown_right">Direita</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">Estilo do relógio</string>
  <string name="status_bar_clock_style_right">Direita</string>
  <string name="status_bar_clock_style_left">Esquerda</string>
  <string name="status_bar_clock_style_center">Centro</string>
  <string name="status_bar_clock_style_hidden">Oculto</string>
  <string name="status_bar_am_pm_title">Estilo AM/PM</string>
  <string name="status_bar_am_pm_info">Relógio 24 horas ativo</string>
  <string name="status_bar_am_pm_normal">Normal</string>
  <string name="status_bar_am_pm_small">Pequeno</string>
  <string name="status_bar_am_pm_hidden">Oculto</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">Estilo do status da bateria</string>
  <string name="status_bar_battery_style_icon_portrait">Ícone retrato</string>
  <string name="status_bar_battery_style_icon_landscape">Ícone paisagem</string>
  <string name="status_bar_battery_style_circle">Círculo</string>
  <string name="status_bar_battery_style_text">Texto</string>
  <string name="status_bar_battery_style_hidden">Oculto</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">Porcentagem da bateria</string>
  <string name="status_bar_battery_percentage_default">Oculto</string>
  <string name="status_bar_battery_percentage_text_inside">Dentro do ícone</string>
  <string name="status_bar_battery_percentage_text_next">Ao lado do ícone</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">Ícones da barra de status</string>
  <string name="status_bar_icons_summary">Controle quais ícones da barra de status são mostrados</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">Bloquear eventos de gestos de toque</string>
  <string name="edge_gesture_service_summary">Não enviar eventos de toque da barra de navegação e status para os aplicativos</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">Nunca</string>
  <string name="keep_screen_on_debugging">Durante a depuração USB</string>
  <string name="keep_screen_on_charging">Enquanto estiver carregando</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">Privacidade</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">Ativado por padrão</string>
  <string name="privacy_guard_default_summary">Ativar por padrão para aplicativos recém-instalados</string>
  <string name="privacy_guard_manager_title">Proteção à privacidade</string>
  <string name="privacy_guard_manager_summary">Gerencie quais aplicativos têm acesso aos seus dados pessoais</string>
  <string name="privacy_guard_no_user_apps">Nenhum aplicativo está instalado</string>
  <string name="privacy_guard_help_title">Ajuda</string>
  <string name="privacy_guard_reset_title">Redefinir</string>
  <string name="privacy_guard_reset_text">Redefinir permissões?</string>
  <string name="privacy_guard_help_text">Nesta tela você pode escolher para quais aplicativos a Proteção à Privacidade deve funcionar simplesmente tocando neles. Os aplicativos selecionados não poderão acessar seus dados pessoais, como contatos, mensagens ou registos de chamadas. Pressionando e segurando um item de aplicativo, a tela de detalhes do aplicativo é exibida.\n\nAplicativos do sistema não são exibidos por padrão, mas podem ser exibidos selecionando-se a respectiva opção no menu.</string>
  <string name="privacy_guard_manager_show_system_apps">Mostrar aplicativos de sistema</string>
  <string name="privacy_guard_advanced_settings_title">Avançado</string>
  <string name="privacy_guard_notification_title">Mostrar notificação</string>
  <!-- Sizes for pattern lockscreen -->
  <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
  <string name="lockpattern_settings_enable_error_path_title">Exibir erro de padrão</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">Exibir pontos no padrão</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">Exibir diretamente a entrada de senha</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">Exibir diretamente o padrão</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">Exibir diretamente a digitação de PIN</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">Mostrar o visualizador de música</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">Desativado pelo botão das configurações rápidas</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">Toque para ativar a tela de bloqueio</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">Tela de bloqueio ativada!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">Limite de economia de bateria</string>
  <string name="battery_saver_summary">Reduzir o desempenho e desativar os dados em segundo plano</string>
  <string name="battery_saver_summary_unavailable">Indisponível enquanto estiver carregando</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">Ativar perfis por aplicativo</string>
  <string name="autoperf_summary">Escolher automaticamente um modo de bateria apropriado para vários aplicativos</string>
  <string name="perf_profile_title">Modo de bateria</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">Aplicativos iniciados ao ligar</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">Toque de notificação</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">Reinicialização avançada</string>
  <string name="advanced_reboot_summary">Quando desbloqueado, incluem opções no menu de energia para reiniciar em modo de recuperação, bootloader ou reinicialização via software</string>
  <string name="category_interface">Interface</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">Área de trabalho expandida</string>
  <string name="expanded_hide_nothing">Não ocultar nada</string>
  <string name="expanded_hide_status">Ocultar barra de status</string>
  <string name="expanded_hide_navigation">Ocultar a barra de navegação</string>
  <string name="expanded_hide_both">Ocultar ambas</string>
  <string name="expanded_nothing_to_show">Para adicionar uma configuração personalizada por aplicativo para estado expandido, desligue a opção \'Ativado para todos\'</string>
  <string name="expanded_enabled_for_all">Ativado para todos</string>
  <string name="expanded_desktop_style">Estilo da área de trabalho expandida</string>
  <string name="expanded_desktop_style_description">Escolha o estilo padrão da área de trabalho expandida</string>
  <string name="expanded_desktop_title">Opções da área de trabalho expandida</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">Fechar aplicativo com botão voltar</string>
  <string name="kill_app_longpress_back_summary">Fecha o aplicativo aberto ao manter pressionado o botão voltar</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">Mostrar barra de pesquisa no menu recentes</string>
  <string name="keywords_recents_show_searchbar">recente recentes desativar ativar mostrar ocultar buscar barra barradepesquisa</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Ativação de voz</string>
  <string name="voice_wakeup_retrain_title">Retreinar sua voz</string>
  <string name="voice_wakeup_activity_title">Atividade para iniciar</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">Ativação por voz precisa ter permissões de chamada para selecionar um contato de Discagem Direta.</string>
  <string name="picker_activities">Atividades</string>
  <string name="select_custom_app_title">Selecione aplicativo personalizado</string>
  <string name="select_custom_activity_title">Selecione atividade personalizada</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">Lista de chamadas bloqueadas</string>
  <string name="blacklist_edit_dialog_title">Editar número de telefone bloqueado</string>
  <string name="blacklist_prefs">Confirgurações</string>
  <string name="blacklist_button_delete">Remover</string>
  <string name="blacklist_empty_text">Você não possui nenhum número na lista de bloqueio. Adicione um número tocando no botão adicionar (+).</string>
  <string name="blacklist_disabled_empty_text">Para evitar que números de telefone liguem ou mandem mensagens para você, habilite a lista de chamadas bloqueadas.</string>
  <string name="blacklist_summary_disabled">Desativado</string>
  <string name="blacklist_summary">Você não vai receber chamadas ou mensagens dos números de telefone na lista de chamadas bloqueadas</string>
  <string name="blacklist_notify">Mostrar notificação</string>
  <string name="blacklist_private_numbers_title">Números privados</string>
  <string name="blacklist_private_numbers_summary_disabled">Não bloquear chamadas de números privados</string>
  <string name="blacklist_private_numbers_summary">Bloquear <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="type">%s</xliff:g> recebidas de números privados</string>
  <string name="blacklist_unknown_numbers_title">Números desconhecidos</string>
  <string name="blacklist_unknown_numbers_summary_disabled">Não bloquear chamadas ou mensagens de números que não estão na lista de contatos</string>
  <string name="blacklist_unknown_numbers_summary">Bloquear <xliff:g xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" id="type">%s</xliff:g> recebidas de números que não estão na lista de contatos</string>
  <string name="blacklist_summary_type_calls_only">chamadas</string>
  <string name="blacklist_summary_type_messages_only">mensagens</string>
  <string name="blacklist_summary_type_calls_and_messages">chamadas e mensagens</string>
  <string name="blacklist_regex_title">Usar caracteres curinga</string>
  <string name="blacklist_regex_summary">Usar . como um curinga e * para repetição. Ex. 123.* bloqueia números que começam com 123 e .*123.* bloqueia números que contenham 123</string>
  <string name="blacklist_policy_block_calls">Bloquear chamadas recebidas</string>
  <string name="blacklist_policy_block_messages">Bloquear mensagens recebidas</string>
  <string name="blacklist_bad_number_add">Não é possível adicionar um número de telefone inválido à lista de chamadas bloqueadas</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">Remover número</string>
  <string name="remove_blacklist_entry">Deseja remover este número de telefone bloqueado?</string>
  <string name="select_contact">Selecionar contato</string>
  <!-- Sms security limit -->
  <string name="app_security_title">Segurança dos aplicativos</string>
  <string name="sms_security_check_limit_title">Limite de mensagens SMS</string>
  <string name="sms_security_check_limit_summary">Aplicativos podem enviar %d mensagens durante 1 minuto antes de exigir confirmação</string>
  <string name="sms_security_check_limit_summary_none">Aplicativos não podem enviar nenhuma mensagem sem confirmação</string>
  <string name="sms_security_check_limit_none">Nenhum</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">Adicionado %1$s</string>
  <string name="spam_last_blocked_title">Último bloqueio: %1$s</string>
  <string name="block_notifications_title">Filtrar notificações</string>
  <string name="block_notifications_summary">Gerenciar notificações e filtros ignorados</string>
  <string name="no_filters_title">Nenhum filtro definido</string>
  <!-- Anonymous Statistics #CM -->
  <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
  <string name="anonymous_statistics_title">Estatísticas Replicant</string>
  <string name="anonymous_statistics_summary">Ajude a melhorar o Replicant optando por enviar estatísticas anônimas</string>
  <string name="anonymous_statistics_warning_title">Sobre</string>
  <string name="anonymous_statistics_warning">Optar por enviar estatísticas anônimas ao Replicant permitirá que dados não pessoais sejam enviados para os desenvolvedores do Replicant para rastrear instalações únicas em dispositivos. As informações enviadas incluem um identificador único que não compromete sua privacidade ou dados pessoais. Os dados são enviados durante cada inicialização.\n\nPara ver um exemplo dos dados enviados, toque em \'Pré-visualizar dados\'.</string>
  <string name="enable_reporting_title">Ativar relatório</string>
  <string name="preview_data_title">Pré-visualizar dados</string>
  <string name="view_stats_title">Ver estatísticas</string>
  <string name="anonymous_learn_more">Saiba mais</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">ID único</string>
  <string name="preview_device_title">Dispositivo</string>
  <string name="preview_version_title">Versão</string>
  <string name="preview_country_title">País</string>
  <string name="preview_carrier_title">Operadora</string>
  <string name="stats_collection_title">Coleção de estatísticas</string>
  <string name="stats_collection_summary">Quando ativado, permite a coleta de métricas</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">Redefinir padrão</string>
  <string name="lockpattern_settings_reset_summary">Digite a conta de e-mail principal e a senha associada para redefinir o bloqueio padrão</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">Redefinir</string>
  <string name="menu_hidden_apps_reset_lock">Redefinir o bloqueio padrão</string>
  <string name="protected_apps">Aplicativos protegidos</string>
  <string name="protected_apps_summary">Gerenciar quais aplicativos ficam escondidos atrás da trava de segurança</string>
  <string name="saving_protected_components">Salvando o estado dos componentes\u2026</string>
  <string name="pa_login_username_hint">Nome de usuário (e-mail)</string>
  <string name="pa_login_password_hint">Senha</string>
  <string name="pa_login_submit_button">Entrar</string>
  <string name="pa_login_checking_password">Verificando a conta\u2026</string>
  <string name="pa_login_incorrect_login">Login incorreto</string>
  <string name="pa_pattern_or_fingerprint_header">Desenhe o padrão ou use a impressão digital para desbloquear</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">Colaboradores</string>
  <string name="contributors_cloud_loading_message">Carregando dados de colaboradores\u2026</string>
  <string name="contributors_cloud_failed_message">Não foi possível carregar dados de colaboradores</string>
  <string name="contributor_info_menu">Informação do colaborador</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>Nome:</b><xliff:g id="name">%1$s </xliff:g><br/><br/>
                 <b>Apelido:</b><xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>Contribuições:</b><xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">Informação de colaborações</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>Quantidade de colaboradores:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>Quantidade de colaborações:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>Última atualização:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">Sons</string>
  <string name="notification_manager">Notificações</string>
  <string name="lockscreen_settings">Tela de bloqueio</string>
  <string name="category_lights">Luzes</string>
  <string name="category_volume">Volume</string>
  <string name="category_vibrate">Vibrar</string>
  <string name="category_misc">Diversos</string>
  <string name="title_general">Geral</string>
  <string name="advanced">Avançado</string>
  <string name="link_volume_option_title">Ligar volumes de toques e notificações</string>
  <string name="lcd_density_prompt_message">Alguns aplicativos podem não funcionar com uma configuração fora do padrão de dpi.\n\nSeu dispositivo será reiniciado.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">Número de telefone de APN PPP</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">APN duplicada</string>
  <string name="duplicate_apn_error_message">Este APN já existe. Apague-o ou altere os seus parâmetros.</string>
  <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s </xliff:g> é <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
  <string name="sim_disabled">desativado</string>
  <string name="sim_missing">desconectado ou com defeito</string>
  <string name="sim_enabler_need_disable_sim">Cartão SIM será desativado. Você quer continuar?</string>
  <string name="sim_enabler_will_disable_sim_title">Atenção</string>
  <string name="sim_enabler_need_switch_data_service">Este cartão SIM será desativado e o cartão SIM <xliff:g id="slotid">%1$s</xliff:g> será usado para serviços de dados. Tem certeza que deseja continuar?</string>
  <string name="sim_enabler_airplane_on">Não é possível executar a operação enquanto o modo avião estiver ativado.</string>
  <string name="sim_enabler_in_call">Não é possível executar a operação enquanto estiver numa chamada.</string>
  <string name="sim_enabler_both_inactive">Não é possível desativar todos os cartões SIM</string>
  <string name="sim_enabler_enabling">Ativando\u2026</string>
  <string name="sim_enabler_disabling">Desativando\u2026</string>
  <string name="sub_activate_success">SIM ativado.</string>
  <string name="sub_activate_failed">Falha na ativação.</string>
  <string name="sub_deactivate_success">SIM desativado.</string>
  <string name="sub_deactivate_failed">Falha na desativação.</string>
  <string name="primary_sub_select_title">Assinatura de 3G/LTE padrão</string>
  <string name="select_sim_card">Selecione o cartão SIM</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">Estado do SIM %d</string>
  <string name="sim_card_lock_settings_title">Configurações de bloqueio do SIM %d</string>
  <string name="sim_card_summary_empty">SIM não inserido</string>
  <string name="sim_mobile_network_settings_category_title">Configurações de rede móvel</string>
  <string name="sim_mobile_network_settings_title">Configurações do SIM %d</string>
  <!-- Zen mode allowed event setting summary items -->
  <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
  <string name="zen_mode_summary_reminders">lembretes</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">eventos</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_callers">números selecionados</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_messages">mensagens selecionadas</string>
  <!-- Allow vibration in zen mode -->
  <string name="zen_mode_vibration">Vibração</string>
  <string name="zen_mode_vibration_never">Não vibrar</string>
  <string name="zen_mode_vibration_calls_only">Somente vibrar para chamadas</string>
  <string name="zen_mode_vibration_calls_and_notifications">Vibrar para chamadas e notificações</string>
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">Cabeça: %1$s W/kg</string>
  <string name="maximum_body_level">Corpo: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">Modelo: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">Toque SIM %d</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">Aplicativo:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">Usado pela última vez:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">Tempo de uso:</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="tablet">Todos os dados do <b>armazenamento interno</b> do seu tablet serão apagados, incluindo:\n\n<li>Suas contas do dispositivo</li>\n<li>Dados e configurações do sistema e de aplicativos</li>\n<li>Aplicativos baixados</li></string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="default">Todos os dados do <b>armazenamento interno</b> do seu telefone serão apagados, incluindo:\n\n<li>Suas contas do dispositivo</li>\n<li>Dados e configurações do sistema e de aplicativos</li>\n<li>Aplicativos baixados</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">Dados pessoais e aplicativos</string>
  <string name="factory_reset_instructions_summary">Isto apagará todas as suas contas, aplicativos, dados de aplicativos e configurações de sistema deste dispositivo</string>
  <string name="factory_reset_personal_content">Conteúdo pessoal</string>
  <string name="factory_reset_erase_stored_content">Apagar conteúdo armazenado</string>
  <string name="factory_reset_erase_stored_content_summary">Apagar músicas, fotos, vídeos e outros dados do usuário armazenados neste dispositivo</string>
  <string name="factory_reset_erase_stored_content_summary_forced">Apaga músicas, fotos, vídeos e outros dados do usuário armazenados neste dispositivo. \n\n<b>Conteúdo não pode ser salvo devido à criptografia do dispositivo.</b></string>
  <string name="factory_reset_erase_sd_card">Formatar cartão SD</string>
  <string name="factory_reset_erase_sd_card_summary">Apaga todos os dados do cartão SD, incluindo músicas e fotos</string>
  <string name="factory_reset_warning_text_reset_now">REDEFINIR AGORA</string>
  <string name="factory_reset_warning_text_message">Todas as suas contas, aplicativos, dados de aplicativos e configurações de sistema serão removidas deste dispositivo. Isto não pode ser revertido.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">Outros</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Tempo limite de hotspot Wi\u2011Fi</string>
  <string name="hotstpot_inactivity_timeout_never">Nunca</string>
  <string name="hotstpot_inactivity_timeout_1_minute">1 minuto</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5 minutos</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10 minutos</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">O ponto de acesso Wi\u2011Fi nunca desliga</string>
  <string name="hotstpot_inactivity_timeout_summary_text">O ponto de acesso Wi\u2011Fi irá desligar-se após <xliff:g id="timeout">%1$s</xliff:g></string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">Tela de bloqueio animada</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">Habilitar e configurar as telas de bloqueio animadas</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">Confirgurações</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">Para visualizar as telas de bloqueio animadas disponíveis, ative as telas de bloqueio animadas.</string>
  <string name="interruptions_ignore_while_media_title">Evitar a redução de áudio</string>
  <string name="interruptions_ignore_while_media_summary">Não reduz o volume de reprodução de mídia quando chega uma notificação</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Licença Replicant</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">Redefinir estatísticas</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">Estatísticas do histórico da bateria serão zeradas</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">Bateria do dock não disponível</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging on Dock AC. -->
  <string name="battery_info_status_charging_dock_ac">Carregamento via dock AC</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
  <string name="battery_info_status_charging_dock_usb">Carregamento via dock USB</string>
  <string name="restrict_app_wlan_title">Impedir o uso de Wi\u2011Fi no app</string>
  <string name="restrict_app_wlan_summary">Impedir que o app use a conexão de dados de Wi\u2011Fi</string>
  <string name="restrict_app_cellular_title">Impedir que o aplicativo use a rede de celular</string>
  <string name="restrict_app_cellular_summary">Impedir que este aplicativo use a conexão de dados móveis</string>
  <string name="privacy_guard_internet_category">Internet</string>
  <!-- Weather -->
  <string name="weather_settings_title">Clima</string>
  <string name="weather_settings_no_services_prompt">Não há provedor de previsão do tempo instalado</string>
  <string name="weather_settings_button">Configurações do provedor</string>
  <string name="weather_settings_activity_not_found">Não foi possível iniciar o menu de configurações deste provedor</string>
  <string name="weather_settings_add_weather_provider">Adicionar provedor de previsão do tempo</string>
  <string name="weather_settings_general_settings_title">Geral</string>
  <string name="weather_settings_providers_title">Provedores</string>
  <string name="weather_settings_temp_units_title">Unidade de temperatura</string>
  <string name="weather_settings_temp_celsius">Celsius</string>
  <string name="weather_settings_temp_fahrenheit">Fahrenheit</string>
  <string name="weather_settings_keyword">tempo</string>
  <string name="background_data_access">Acesso aos dados em segundo plano</string>
  <string name="allow_background_both">Através dos dados móveis e Wi\u2011Fi</string>
  <string name="allow_background_wlan">Apenas através de Wi\u2011Fi</string>
  <string name="allow_background_none">Sem acesso</string>
  <string name="mobile_data_alert">Alerta de dados móveis</string>
  <string name="mobile_data_alert_summary">Notificar quando o app usar uma quantidade significativa de dados</string>
  <string name="data_usage_menu_enable_data_alerts">Ativar alertas de uso de dados</string>
  <string name="data_usage_menu_disable_data_alerts">Desativar os alertas de uso de dados</string>
  <string name="data_usage_menu_reset_stats">Redefinir as estatísticas de dados</string>
  <string name="reset_data_stats_msg">Isto irá apagar todas as informações de rastreamento de dados</string>
  <string name="reset_stats_confirm">Confirmar</string>
  <string name="restrict_cellular_access_title">Restringir o acesso de dados móveis</string>
  <string name="restrict_cellular_access_summary">Desativar o acesso de dados em redes móveis</string>
  <string name="restrict_cellular_access_dialog_title">Restringir o acesso de dados móveis?</string>
  <string name="restrict_cellular_access_dialog_summary">Este recurso pode fazer com que um app que dependa de acesso à rede deixe de responder quando só estiverem disponíveis redes móveis.\n\nVocê pode encontrar ferramentas mais apropriadas para o controle de dados nas configurações disponíveis no app.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">Operadores de rede</string>
  <!-- title for lock screen blur preference -->
  <string name="lockscreen_blur_enabled_title">Desfocar fundo</string>
  <!-- title for lock screen weather preference -->
  <string name="lockscreen_weather_enabled_title">Mostrar o tempo</string>
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">Mostrar na tela de bloqueio</string>
  <string name="app_notification_show_on_keyguard_summary">Mostrar notificações deste aplicativo na tela de bloqueio</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">Desativar notificação persistente na tela de bloqueio</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">Nunca mostrar notificações persistentes deste aplicativo na tela de bloqueio</string>
  <!-- Notification sound timeout -->
  <string name="app_notification_sound_timeout_title">Tempo mínimo entre sons de notificação</string>
  <string name="app_notification_sound_timeout_summary_template">Permitir sons ou vibrações apenas uma vez a cada <xliff:g id="duration">%1$s</xliff:g></string>
  <string name="app_notification_sound_timeout_value_none">Sem restrição</string>
  <string name="app_notification_sound_timeout_value_10_seconds">10 segundos</string>
  <string name="app_notification_sound_timeout_value_30_seconds">30 segundos</string>
  <string name="app_notification_sound_timeout_value_1_minute">1 minuto</string>
  <string name="app_notification_sound_timeout_value_5_minutes">5 minutos</string>
  <string name="app_notification_sound_timeout_value_15_minutes">10 minutos</string>
  <string name="app_notification_sound_timeout_value_30_minutes">30 minutos</string>
  <!-- CmRadioInfo -->
  <string name="cm_radio_info_label">Controle avançado do rádio</string>
  <!-- Radio Control (IMS/MBN etc.) -->
  <string name="cm_radio_info_mbn_auto_load_on_label">Desligar o carregamento automático MBN</string>
  <string name="cm_radio_info_mbn_auto_load_off_label">Ligar o carregamento automático MBN</string>
  <string name="cm_radio_info_volte_avail_ovr_on_label">Desligar o depurador VoLTE</string>
  <string name="cm_radio_info_volte_avail_ovr_off_label">Ligar o depurador VoLTE</string>
  <string name="cm_radio_info_vt_avail_ovr_on_label">Desligar o depurador VT</string>
  <string name="cm_radio_info_vt_avail_ovr_off_label">Ligar o depurador VT</string>
  <string name="cm_radio_info_wfc_avail_ovr_on_label">Desligar o depurador WFC</string>
  <string name="cm_radio_info_wfc_avail_ovr_off_label">Ligar o depurador WFC</string>
  <string name="cm_radio_info_adb_log_on_label">Desligar os registros de rádio ADB</string>
  <string name="cm_radio_info_adb_log_off_label">Desligar os registros de rádio ADB</string>
  <string name="cm_radio_info_diag_log_on_label">Desligar os registros de Diagnóstico</string>
  <string name="cm_radio_info_diag_log_off_label">Ligar os registros de Diagnóstico</string>
  <!-- Lock screen wallpaper -->
  <string name="lockscreen_wallpaper_title">Papel de parede</string>
  <string name="not_available_with_app">Indisponível com %1$s</string>
  <!-- Format string for fingerprint location message -->
  <string name="security_settings_fingerprint_enroll_find_sensor_message_cm">Localize o sensor de impressão digital sobre o(a) <xliff:g id="sensor_location">%1$s </xliff:g> do seu telefone.</string>
  <!-- Fingerprint sensor locations -->
  <string name="security_settings_fingerprint_sensor_location_back">traseira</string>
  <string name="security_settings_fingerprint_sensor_location_front">frente</string>
  <string name="security_settings_fingerprint_sensor_location_left">lado esquerdo</string>
  <string name="security_settings_fingerprint_sensor_location_right">lado direito</string>
  <!-- SIM status format string -->
  <string name="sim_status_format_string">Voz: <xliff:g id="voice_status">%1$s</xliff:g> / Dados: <xliff:g id="data_status">%2$s</xliff:g></string>
</resources>