root/locales/app/pt-BR.yml

Download in other formats: Raw | Text
Revisions
Dimitrij Denissenko
Dimitrij Denissenko
Dec 29 2009 * 10:08
(7 months ago)

Revision b1794537d634e7833190d162a0351bc60046c8fc

Updated all translations

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
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
pt-BR:
  application:
    # app/views/notifications/account_validation.text.plain.erb
    "1. Click this link": "1. Clique neste link"

    # app/views/notifications/account_validation.text.plain.erb
    "2. Surf to {{url}} and enter the following activation code": "2. Vá para {{url}} e digite o seguinte código de ativação"

    # app/controllers/admin/users_controller.rb
    "A notification was sent to the user.": "Uma notificação foi enviada ao usuário."

    # app/views/milestones/_form.html.erb
    "A short description or other info you want displayed (optional)": "Uma breve descrição ou outra informação que deve ser exibida (opcional)."

    # app/views/browse/show_file.html.erb
    "A viewable MIME type was not detected. Trying to display the file content as plain text.": "Um tipo MIME visualizável não foi detectado. Tentando exibir o conteúdo do arquivo como texto puro."

    # app/views/admin/projects/_project.html.erb
    "ATTENTION: Are you really sure, that you want to delete this project?": "ATENÇÃO: Você tem realmente certeza de que você quer excluir este projeto?"

    # app/views/admin/users/_groups.html.erb
    "ATTENTION: Group settings will be ignored if the 'Administrator' option is selected!": "ATENÇÃO: As definições de grupo serão ignoradas se a opção 'Administrador' for selecionada."

    # app/views/rescue/403.html.erb
    "Access forbidden (403)": "Acesso proibido (403)"

    # app/models/notifications.rb
    "Account activation": "Ativação de conta"

    # app/models/notifications.rb
    "Account validation": "Validação de conta"

    # app/views/accounts/activate.html.erb
    Activate: Ativar

    # app/views/accounts/activate.html.erb
    "Activate account": "Ativar conta"

    # app/views/accounts/activate.html.erb
    "Activation code": "Código de ativação"

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/projects/index.html.erb
    # app/views/admin/users/_form.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/admin/users/index.html.erb
    Active: Ativo

    # app/helpers/ticket_filter_helper.rb
    "Add filter": "Adicionar filtro"

    # app/helpers/changesets_helper.rb
    Added: Adicionado

    # app/helpers/navigation_helper.rb
    Admin: Admin

    # app/views/admin/shared/_header.html.erb
    Administration: Administração

    # app/views/admin/users/_form.html.erb
    # app/views/admin/users/_user.html.erb
    Administrator: Administrador

    # app/views/changesets/show.html.erb
    "Affected files": "Arquivos afetados"

    # app/helpers/search_helper.rb
    # app/models/group.rb
    # app/views/rss/_all.html.erb
    # app/views/rss/_feed.html.erb
    All: Todos

    # app/controllers/projects_controller.rb
    # app/views/rss/_all.html.erb
    "All Projects": "Todos os Projetos"

    # app/views/rss/_feed.html.erb
    "All feeds for {{project}}": "Todos os feeds para {{project}}"

    # app/views/rss/_all.html.erb
    "All feeds from all projects": "Todos os feeds de todos os projetos"

    # app/models/status.rb
    "All in progress": "Todos em andamento"

    # app/controllers/projects_controller.rb
    "All news for all projects": "Todas as novidades para todos os projetos"

    # app/controllers/projects_controller.rb
    "All news for {{project}}": "Todas as novidades para {{project}}"

    # app/models/status.rb
    "All open": "Todos em aberto"

    # app/models/status.rb
    "All resolved": "Todos os resolvidos"

    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    # app/views/notifications/password_reset_instructions.text.plain.erb
    # app/views/notifications/ticket_creation_note.text.plain.erb
    # app/views/notifications/ticket_update_note.text.plain.erb
    "Alternatively, copy and paste this link to your browser address bar.": "Alternativamente copie e cole este link para a barra de endereço do seu navegador."

    # app/controllers/accounts_controller.rb
    "An email including the activation code and the instructions was sent to you.": "Um e-mail incluindo o código de ativação e as instruções foi enviado para você."

    # app/helpers/application_helper.rb
    "Are you sure?": "Você tem certeza?"

    # app/views/tickets/_ticket_info.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    "Assigned To": "Atribuído a"

    # app/models/ticket_filter/custom/my_tickets.rb
    "Assigned to me": "Atribuídos a mim"

    # app/models/ticket_change.rb
    "Assigned user": "Usuário atribuído"

    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    Attachment: Anexo

    # app/views/browse/revisions.html.erb
    Author: Autor

    # Missing
    # app/views/accounts/show.html.erb
    Avatar: 

    # app/views/milestones/edit.html.erb
    # app/views/milestones/new.html.erb
    Back: Voltar

    # app/views/tickets/_navigation.html.erb
    "Back to ticket list": "Voltar à lista de tarefas"

    # app/helpers/navigation_helper.rb
    "Back to top": "Voltar ao topo"

    # app/views/browse/show_binary.html.erb
    "Binary File": "Arquivo binário"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Blocks: Blocos

    # app/core_info.rb
    # app/views/browse/diff.html.erb
    # app/views/browse/revisions.html.erb
    Browse: Navegar

    # app/controllers/browse_controller.rb
    "Browse Code": "Ver código"

    # app/views/browse/revisions.html.erb
    "Browse revisions": "Ver revisões"

    # app/views/browse/index.html.erb
    # app/views/browse/repository_unavailable.html.erb
    # app/views/browse/show_binary.html.erb
    # app/views/browse/show_file.html.erb
    # app/views/browse/show_image.html.erb
    "Browse source": "Ver código"

    # app/helpers/navigation_helper.rb
    "Browse {{title}}": "Navegar {{title}}"

    # app/helpers/application_helper.rb
    # app/views/admin/shared/_form_footer.html.erb
    # app/views/ticket_reports/_new.html.erb
    Cancel: Cancelar

    # app/models/user.rb
    "Cannot delete. User '{{username}}' is the last available admin.": "Não é possível excluir. Usuário '{{username}}' é o último administrador disponível."

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/projects/index.html.erb
    Central: Central

    # app/views/notifications/ticket_update_note.text.plain.erb
    "Changed by {{author}} - {{time}}": "Modificado por {{author}} - {{time}}"

    # app/views/browse/_revision.html.erb
    # app/views/changesets/_changeset.html.erb
    # app/views/changesets/show.html.erb
    Changeset: Alteração

    # app/helpers/changesets_helper.rb
    "Changeset index": "Índice de Commit"

    # app/models/changeset.rb
    "Changeset {{revision}}": "Commit {{revision}}"

    # app/controllers/changesets_controller.rb
    # app/core_info.rb
    # app/models/changeset.rb
    # app/views/changesets/index.html.erb
    Changesets: Alterações

    # app/models/changeset.rb
    "Changesets for {{project}}": "Alterações para {{project}}"

    # app/views/admin/projects/_form.html.erb
    "Check this option to make this your default project.": "Marque esta opção para tornar este projeto padrão."

    # app/views/accounts/show.html.erb
    "Check this option to renew your private access key.": "Marque esta opção para renovar sua chave de acesso privada."

    # app/views/tickets/index.html.erb
    "Clear selection": "Limpar seleção"

    # app/views/projects/index.html.erb
    "Click for info": "Clique para informação"

    # app/views/changesets/_quick_diff.html.erb
    Close: Fechar

    # app/helpers/format_helper.rb
    "Close preview": "Fechar pré-visualização"

    # app/views/admin/projects/_form.html.erb
    Closed: Fechado

    # app/core_info.rb
    Code: Código

    # app/views/tickets/_update_form.html.erb
    Comment: Comentário

    # app/views/tickets/show.html.erb
    "Comments and Changes": "Comentários e Mudanças"

    # app/views/browse/index.html.erb
    Commit: Commit

    # app/helpers/browse_helper.rb
    "Compare [{{revision_a}}] with [{{revision_b}}]": "Comparar [{{revision_a}}] com [{{revision_b}}]"

    # app/views/admin/setup/index.html.erb
    "Configuration could not be saved": "Configuração não pôde ser salva"

    # app/views/admin/users/_core.html.erb
    Confirmation: Confirmação

    # app/core_info.rb
    # app/views/tickets/form/_update_content.html.erb
    Content: Conteúdo

    # app/helpers/changesets_helper.rb
    Copied: Copiado

    # app/core_info.rb
    # app/views/accounts/new.html.erb
    # app/views/admin/shared/_new_form.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    # app/views/milestones/new.html.erb
    # app/views/ticket_reports/_new.html.erb
    # app/views/tickets/new.html.erb
    Create: Criar

    # app/views/admin/groups/index.html.erb
    # app/views/admin/groups/new.html.erb
    "Create a new group": "Criar um novo grupo"

    # app/views/milestones/index.html.erb
    # app/views/milestones/new.html.erb
    "Create a new milestone": "Criar um novo marco"

    # app/views/admin/projects/index.html.erb
    # app/views/admin/projects/new.html.erb
    "Create a new project": "Criar um novo projeto"

    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    "Create a new property value": "Criar um novo valor de propriedade"

    # app/views/admin/repositories/index.html.erb
    # app/views/admin/repositories/new.html.erb
    "Create a new repository": "Criar um novo repositório"

    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_properties/new.html.erb
    "Create a new ticket property": "Criar uma nova propriedade de tarefa"

    # app/views/admin/users/index.html.erb
    # app/views/admin/users/new.html.erb
    "Create a new user": "Criar um novo usuário"

    # app/views/tickets/_ticket.html.erb
    "Created {{period}} ago by {{author}}": "Criado {{period}} atrás por {{author}}"

    # app/helpers/browse_helper.rb
    Current: Atual

    # app/helpers/navigation_helper.rb
    Dashboard: "Quadro Geral"

    # app/views/browse/revisions.html.erb
    Date: Data

    # lib/time_interval.rb
    Days: Dias

    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    # app/views/notifications/password_reset_instructions.text.plain.erb
    # app/views/notifications/ticket_creation_note.text.plain.erb
    # app/views/notifications/ticket_update_note.text.plain.erb
    "Dear user!": "Caro usuário!"

    # app/views/admin/ticket_property_values/_property_value.html.erb
    Default: Padrão

    # app/models/group.rb
    "Default group cannot be deleted": "Grupo padrão não pode ser removido"

    # app/models/group.rb
    "Default group cannot be modified.": "Grupo padrão não pode ser modificado."

    # app/views/admin/ticket_property_values/_priority_form.html.erb
    "Default value": "Valor padrão"

    # app/core_info.rb
    # app/helpers/admin/ticket_property_values_helper.rb
    # app/helpers/milestones_helper.rb
    # app/views/admin/groups/_group.html.erb
    # app/views/admin/projects/_project.html.erb
    # app/views/admin/repositories/_repository.html.erb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_property_values/_property_value.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/tickets/_change.html.erb
    # app/views/tickets/_report.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    Delete: Remover

    # app/helpers/changesets_helper.rb
    Deleted: Removido

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/tasks/index.html.erb
    # app/views/tickets/form/_summary_and_description.html.erb
    Description: Descrição

    # app/views/tickets/new.html.erb
    Details: Detalhes

    # app/views/browse/_revision.html.erb
    Diff: Diferenças

    # app/helpers/application_helper.rb
    Display: Exibir

    # app/helpers/changesets_helper.rb
    # app/views/browse/diff.html.erb
    Download: Baixar

    # app/views/browse/_show_header.html.erb
    "Download in other formats": "Baixar em outros formatos"

    # app/views/milestones/_form.html.erb
    # app/views/milestones/_milestone.html.erb
    "Due on": "Término em"

    # app/helpers/admin/ticket_property_values_helper.rb
    # app/helpers/milestones_helper.rb
    # app/views/admin/groups/_group.html.erb
    # app/views/admin/projects/_project.html.erb
    # app/views/admin/repositories/_repository.html.erb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    Edit: Editar

    # app/views/admin/groups/edit.html.erb
    "Edit group": "Editar grupo"

    # app/views/milestones/edit.html.erb
    "Edit milestone": "Editar marco"

    # app/views/admin/projects/edit.html.erb
    "Edit project": "Editar projeto"

    # app/views/admin/ticket_property_values/edit.html.erb
    "Edit property value": "Editar valor da propriedade"

    # app/views/admin/repositories/edit.html.erb
    "Edit repository": "Editar repositório"

    # app/views/tickets/_navigation.html.erb
    "Edit summary": "Editar sumário"

    # app/views/admin/ticket_properties/edit.html.erb
    "Edit ticket property": "Editar propriedade da tarefa"

    # app/views/admin/users/edit.html.erb
    "Edit user": "Editar usuário"

    # app/views/admin/users/_core.html.erb
    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    # app/views/tickets/form/_name_and_email.html.erb
    Email: E-mail

    # app/views/admin/users/edit.html.erb
    "Email notification": "Notificação por e-mail"

    # app/views/admin/projects/_form.html.erb
    "Enabled modules": "Módulo habilitados"

    # app/views/admin/repositories/_form.html.erb
    Examples: Exemplos

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/extensions/index.html.erb
    Extensions: Extensões

    # app/controllers/admin/repositories_controller.rb
    "Failure! Path does not contain a valid repository.": "Falha! Caminho não contém um repositório válido."

    # app/controllers/admin/repositories_controller.rb
    "Failure! Path does not exist.": "Falha! Caminho não existe."

    # app/controllers/admin/projects_controller.rb
    "Failure! Path is not a directory in this repository.": "Falha! Caminho não é um diretório neste repositório."

    # app/controllers/admin/repositories_controller.rb
    "Failure! You are not permitted to browse this path.": "Falha! Você não tem permissão para navegar neste caminho."

    # app/helpers/navigation_helper.rb
    Feeds: Feeds

    # app/views/browse/show_binary.html.erb
    "File content cannot be displayed for binary files.": "Conteúdo do arquivo não pode ser exibido para arquivos binários."

    # app/views/tickets/index.html.erb
    "Filter tickets": "Filtrar tarefas"

    # app/views/admin/tasks/_task.html.erb
    Finished: Concluído

    # app/views/milestones/_form.html.erb
    "Finished on": "Finalizado em"

    # app/views/accounts/forgot_password.html.erb
    # app/views/notifications/password_reset_instructions.text.plain.erb
    # app/views/sessions/new.html.erb
    "Forgot password": "Esqueceu a senha?"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Formats: Formatos

    # app/views/admin/users/_core.html.erb
    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    "Full name": "Nome completo"

    # Missing
    # app/views/accounts/show.html.erb
    "Get one avatar at": 

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    Global: Global

    # app/views/admin/groups/index.html.erb
    Group: Grupo

    # app/controllers/admin/groups_controller.rb
    "Group could not be deleted. Following error(s) occured": "O grupo não pôde ser removido. O(s) seguinte(s) erro(s) ocorreu(ram)"

    # app/views/admin/groups/_form.html.erb
    "Group name": "Nome do grupo"

    # app/views/tickets/index.html.erb
    "Group records": "Grupo de registros"

    # app/controllers/admin/groups_controller.rb
    "Group was successfully created.": "Grupo criado com sucesso."

    # app/controllers/admin/groups_controller.rb
    "Group was successfully deleted.": "Grupo removido com sucesso."

    # app/controllers/admin/groups_controller.rb
    "Group was successfully updated.": "Grupo atualizado com sucesso."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/groups/_header.html.erb
    # app/views/admin/groups/index.html.erb
    # app/views/admin/users/_groups.html.erb
    # app/views/admin/users/index.html.erb
    Groups: Grupos

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Headers: Cabeçalhos

    # app/views/sessions/logged_in.html.erb
    "Hi {{user}}!": "Olá {{user}}!"

    # app/helpers/changesets_helper.rb
    "Hide Quick Diffs": "Esconder Diferenças Rápidas"

    # app/views/milestones/index.html.erb
    "Hide already completed milestones": "Esconder marcos já concluídos"

    # app/views/layouts/_header.html.erb
    # app/views/rescue/403.html.erb
    # app/views/rescue/404.html.erb
    # app/views/rescue/422.html.erb
    # app/views/rescue/500.html.erb
    # app/views/sessions/destroy.html.erb
    # app/views/sessions/logged_in.html.erb
    # app/views/sessions/new.html.erb
    Home: Início

    # lib/time_interval.rb
    Hours: Horas

    # app/views/tickets/index.html.erb
    ID: ID

    # app/models/status.rb
    "In progress": "Em andamento"

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/users/_user.html.erb
    Inactive: Inativo

    # app/helpers/application_helper.rb
    Info: Info

    # app/views/admin/extensions/index.html.erb
    Installed: Instalado

    # app/views/admin/tasks/index.html.erb
    Interval: Intervalo

    # app/views/browse/diff.html.erb
    "Invalid or empty DIFF": "DIFF inválido ou vazio"

    # app/views/admin/repositories/_form.html.erb
    # app/views/admin/repositories/index.html.erb
    Kind: Tipo

    # app/views/tickets/index.html.erb
    "Last Update": "Última atualização"

    # app/views/browse/index.html.erb
    "Last modified": "Modificado pela última vez em"

    # app/views/admin/users/_core.html.erb
    "Leave password field blank, unless you actually want to change your password.": "Deixe o campo de senha em branco, a menos que você realmente vá alterar sua senha."

    # app/helpers/browse_helper.rb
    "Line {{number}}": "Linha {{number}}"

    # app/controllers/markup_controller.rb
    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Links: Links

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Lists: Listas

    # app/helpers/application_helper.rb
    # app/views/layouts/_header.html.erb
    Loading...: Carregando...

    # app/views/admin/projects/_form.html.erb
    Locale: Localização

    # app/views/browse/revisions.html.erb
    Log: Log

    # app/helpers/navigation_helper.rb
    # app/views/sessions/logged_in.html.erb
    "Logged in as {{name}}": "Identificado como {{name}}"

    # app/views/sessions/destroy.html.erb
    "Logged out": Saiu

    # app/helpers/navigation_helper.rb
    # app/views/sessions/destroy.html.erb
    # app/views/sessions/new.html.erb
    Login: Login

    # app/controllers/sessions_controller.rb
    "Login was not successful. Invalid username or password.": "Identificação sem sucesso. Nome de usuário ou senha inválidos."

    # app/controllers/sessions_controller.rb
    "Login was successful.": "Identificação com sucesso."

    # app/helpers/navigation_helper.rb
    # app/views/sessions/logged_in.html.erb
    Logout: Sair

    # app/views/admin/groups/_form.html.erb
    "Make all projects available to this group": "Disponibilizar todos os projetos para este grupo"

    # app/views/admin/dashboard/index.html.erb
    Manage: Gerenciar

    # app/helpers/format_helper.rb
    "Markup reference": "Referência de Markup"

    # app/views/rescue/422.html.erb
    "Maybe you tried to change something you didn't have access to.": "Talvez você tenha tentado alterar algo ao qual você não tem acesso."

    # app/helpers/tickets_helper.rb
    # app/models/milestone.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    Milestone: Marco

    # app/controllers/milestones_controller.rb
    "Milestone was successfully created.": "Marco criado com sucesso."

    # app/controllers/milestones_controller.rb
    "Milestone was successfully deleted.": "Marco removido com sucesso."

    # app/controllers/milestones_controller.rb
    "Milestone was successfully updated.": "Marco atualizado com sucesso."

    # app/controllers/milestones_controller.rb
    # app/core_info.rb
    # app/models/milestone.rb
    # app/views/milestones/edit.html.erb
    # app/views/milestones/index.html.erb
    # app/views/milestones/new.html.erb
    Milestones: Marcos

    # app/models/milestone.rb
    "Milestones for {{project}}": "Marcos para {{project}}"

    # lib/time_interval.rb
    Minutes: Minutos

    # app/core_info.rb
    Modify: Modificar

    # app/views/tickets/index.html.erb
    Month: Mês

    # lib/time_interval.rb
    Months: Meses

    # app/helpers/changesets_helper.rb
    Moved: Movido

    # app/helpers/navigation_helper.rb
    # app/views/accounts/show.html.erb
    # app/views/notifications/password_reset_instructions.text.plain.erb
    "My Account": "Minha conta"

    # app/models/ticket_filter/custom/my_tickets.rb
    "My Tickets": "Minhas Tarefas"

    # app/views/admin/repositories/_form.html.erb
    # app/views/admin/ticket_properties/_form.html.erb
    # app/views/admin/ticket_property_values/_value_form.html.erb
    # app/views/browse/index.html.erb
    # app/views/milestones/_form.html.erb
    # app/views/ticket_reports/_form.html.erb
    # app/views/tickets/form/_name_and_email.html.erb
    Name: Nome

    # app/models/status.rb
    Negative: Negativo

    # app/models/status.rb
    Neutral: Neutro

    # app/views/admin/ticket_property_values/new.html.erb
    New: Novo

    # app/controllers/tickets_controller.rb
    "New Ticket": "Nova Tarefa"

    # app/views/tickets/_ticket.html.erb
    # app/views/tickets/new.html.erb
    "New ticket": "Nova tarefa"

    # app/helpers/changesets_helper.rb
    "Next changeset": "Próximo commit"

    # app/views/tickets/_navigation.html.erb
    "Next ticket": "Próxima tarefa"

    # app/helpers/admin/setup_helper.rb
    # app/helpers/format_helper.rb
    "No": Não

    # app/models/ticket_change.rb
    "No changes were made": "Nenhuma mudança foi realizada"

    # app/views/projects/index.html.erb
    "No projects available": "Nenhum projeto disponível"

    # app/controllers/admin/projects_controller.rb
    "No repository selected.": "Nenhum repositório selecionado."

    # app/views/tickets/index.html.erb
    None: Nenhum

    # app/views/admin/extensions/index.html.erb
    "Not Installed": "Não Instalado"

    # app/views/admin/ticket_property_values/index.html.erb
    Note: Nota

    # app/views/admin/users/edit.html.erb
    "Notify user on account activation": "Notificar o usuário na ativação da conta"

    # app/views/ticket_reports/_form.html.erb
    "Only Last": "Apenas as Últimas"

    # app/models/status.rb
    Open: Aberto

    # app/views/accounts/show.html.erb
    # app/views/admin/projects/_form.html.erb
    # app/views/admin/ticket_property_values/_priority_form.html.erb
    # app/views/admin/users/_form.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    Options: Opções

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Paragraphs: Parágrafos

    # app/views/admin/users/_core.html.erb
    # app/views/sessions/new.html.erb
    Password: Senha

    # app/models/notifications.rb
    "Password reset": "Redefinição de senha"

    # app/views/admin/repositories/_form.html.erb
    Path: Caminho

    # app/controllers/browse_controller.rb
    "Path '{{path}}' does not exist in revision {{revision}}, showing revision {{latest}}.": "Caminho '{{path}}' não existe na revisão {{revision}}, mostrando revisão {{latest}}."

    # app/controllers/browse_controller.rb
    "Path '{{path}}' does not exist in revision {{revision}}, showing root path.": "Caminho '{{path}}' não existe na revisão {{revision}}, mostrando caminho raíz."

    # app/views/admin/groups/_form.html.erb
    # app/views/admin/groups/index.html.erb
    Permissions: Permissões

    # app/views/admin/repositories/_form.html.erb
    "Please specify an optional system call, which will be executed before each repository synchronization.": "Por favor, especifique uma chamada de sistema opcional, a qual será executada antes de cada sincronização com o repositório."

    # app/models/status.rb
    Positive: Positivo

    # app/helpers/format_helper.rb
    Preview: Previsualização

    # app/helpers/changesets_helper.rb
    "Previous changeset": "Commit anterior"

    # app/views/tickets/_navigation.html.erb
    "Previous ticket": "Tarefa anterior"

    # app/helpers/tickets_helper.rb
    # app/models/priority.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    Priority: Prioridade

    # app/views/admin/projects/index.html.erb
    Project: Projeto

    # app/controllers/admin/projects_controller.rb
    "Project could not be deleted. Following error(s) occured": "O projeto não pode ser excluído. Os seguintes erros ocorreram"

    # app/views/admin/projects/_form.html.erb
    "Project name": "Nome do projeto"

    # app/views/admin/ticket_properties/index.html.erb
    "Project specific": "Específica do projeto"

    # app/controllers/admin/projects_controller.rb
    "Project was successfully created.": "Projeto criado com sucesso."

    # app/controllers/admin/projects_controller.rb
    "Project was successfully deleted.": "Projeto removido com sucesso."

    # app/controllers/admin/projects_controller.rb
    "Project was successfully updated.": "Projeto atualizado com sucesso."

    # app/helpers/navigation_helper.rb
    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/groups/_form.html.erb
    # app/views/admin/groups/index.html.erb
    # app/views/admin/projects/_header.html.erb
    # app/views/admin/projects/index.html.erb
    # app/views/admin/ticket_properties/_header.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    # app/views/projects/index.html.erb
    Projects: Projetos

    # app/views/browse/_node_info.html.erb
    # app/views/tickets/index.html.erb
    Properties: Propriedades

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully created.": "O valor da propriedade foi criado com sucesso."

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully deleted.": "O valor da propriedade foi excluído com sucesso."

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully updated.": "O valor da propriedade foi atualizado com sucesso."

    # app/views/admin/ticket_property_values/index.html.erb
    "Property values": "Valores da propriedade"

    # app/models/user.rb
    "Public user cannot be deleted.": "Usuário público não pode ser excluído."

    # app/models/user.rb
    "Public user cannot be modified.": "Usuário público não pode ser modificado."

    # app/helpers/changesets_helper.rb
    "Quick Diff": "Diff rápido"

    # app/views/rss/index.html.erb
    RSS: RSS

    # app/helpers/browse_helper.rb
    Raw: Crú

    # app/helpers/format_helper.rb
    Reference: Referência

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    References: Referências

    # app/helpers/navigation_helper.rb
    # app/views/accounts/new.html.erb
    # app/views/sessions/new.html.erb
    Register: Registrar

    # app/views/accounts/show.html.erb
    "Remember to update your RSS subscriptions afterwards.": "Lembre-se de atualizar sua inscrições RSS depois."

    # app/helpers/ticket_filter_helper.rb
    "Remove filter": "Remover filtro"

    # app/views/accounts/show.html.erb
    "Renew my private key": "Renovar minha chave privada"

    # app/controllers/ticket_reports_controller.rb
    "Report was successfully created.": "Relatório criado com sucesso."

    # app/controllers/ticket_reports_controller.rb
    "Report was successfully deleted.": "Relatório removido com sucesso."

    # app/models/ticket_filter/custom/my_tickets.rb
    "Reported by me": "Relatado por mim"

    # app/views/notifications/ticket_creation_note.text.plain.erb
    # app/views/notifications/ticket_update_note.text.plain.erb
    "Reported by {{author}} - {{time}}": "Relatado por {{author}} - {{time}}"

    # app/core_info.rb
    # app/views/tickets/_reports.html.erb
    Reports: Relatórios

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/repositories/_header.html.erb
    # app/views/admin/repositories/index.html.erb
    Repositories: Repositórios

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/repositories/index.html.erb
    Repository: Repositório

    # app/views/browse/repository_unavailable.html.erb
    "Repository Unavailable": "Repositório Indisponível"

    # app/views/admin/projects/_form.html.erb
    "Repository path": "Caminho do repositório"

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully created.": "Repositório criado com sucesso."

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully deleted.": "Reposítório removido com sucesso."

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully updated.": "Repositório atualizado com sucesso."

    # app/views/admin/tasks/_task.html.erb
    Reset: Reiniciar

    # app/models/status.rb
    Resolved: Resolvido

    # app/views/admin/dashboard/index.html.erb
    "Retrospectiva administration": "Administração do Retrospectiva"

    # app/views/browse/_node_info.html.erb
    # app/views/browse/revisions.html.erb
    Revision: Revisão

    # app/controllers/browse_controller.rb
    "Revision {{revision}} seems not to be valid, showing revision {{latest}}.": "Revisão {{revision}} parece não ser válida, mostrando revisão {{latest}}."

    # app/helpers/browse_helper.rb
    Revisions: Revisões

    # app/views/admin/users/_form.html.erb
    "SCM name": "Nome do SCM"

    # app/helpers/application_helper.rb
    Save: Salvar

    # app/views/admin/setup/_section.html.erb
    # app/views/admin/tasks/index.html.erb
    "Save all": "Salvar todos"

    # app/views/ticket_reports/_new.html.erb
    # app/views/tickets/index.html.erb
    "Save as Report": "Gravar como Relatório"

    # app/helpers/application_helper.rb
    Saving...: Gravando...

    # app/controllers/search_controller.rb
    # app/core_info.rb
    # app/helpers/navigation_helper.rb
    # app/views/admin/users/index.html.erb
    # app/views/search/index.html.erb
    # app/views/tickets/index.html.erb
    Search: Procurar

    # app/views/tickets/_navigation.html.erb
    "See last change": "Ver última modificação"

    # app/helpers/ticket_filter_helper.rb
    "Select filter": "Selecionar filtro"

    # app/views/accounts/forgot_password.html.erb
    Send: Enviar

    # app/controllers/admin/setup_controller.rb
    "Settings were successfully saved.": "Definições salvas com sucesso."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/setup/index.html.erb
    Setup: Configuração

    # app/controllers/accounts_controller.rb
    "Shortly you will receive an email with instructions on how to reset your password.": "Você receberá um e-mail com instruções em breve sobre como reiniciar sua senha."

    # app/helpers/changesets_helper.rb
    "Show Quick Diffs": "Exibir Diferenças Rápidas"

    # app/views/milestones/index.html.erb
    "Show already completed milestones": "Mostrar marcos já concluídos."

    # app/helpers/navigation_helper.rb
    "Show changeset {{revision}}": "Exibir alterações de {{revision}"

    # app/views/browse/_node_info.html.erb
    "Show latest": "Mostrar mais recente"

    # app/views/tickets/index.html.erb
    "Show report": "Mostrar relatório"

    # app/views/browse/index.html.erb
    Size: Tamanho

    # app/views/admin/tasks/_task.html.erb
    Started: Iniciado

    # app/views/milestones/_form.html.erb
    "Started on": "Iniciado em"

    # app/models/ticket_filter/collection.rb
    # app/views/admin/ticket_property_values/_status_form.html.erb
    State: Estado

    # app/views/admin/ticket_property_values/_status_form.html.erb
    Statement: Sentença

    # app/helpers/tickets_helper.rb
    # app/models/status.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/admin/tasks/index.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    Status: Estado

    # app/views/tickets/_navigation.html.erb
    "Stop watching this ticket": "Parar de observar esta tarefa"

    # app/controllers/admin/repositories_controller.rb
    "Success! Path contains a valid repository (latest revision: {{latest}}).": "Sucesso! Caminho contém um repositório válido (última revisão: {{latest}})."

    # app/controllers/admin/projects_controller.rb
    "Success! Path is a directory in this repository.": "Sucesso! Caminho é um diretório neste repositório."

    # app/views/tickets/form/_summary_and_description.html.erb
    # app/views/tickets/index.html.erb
    Summary: Sumário

    # Missing
    # app/controllers/admin/repositories_controller.rb
    "Support for {{system}} is not enabled.": 

    # app/views/admin/repositories/_form.html.erb
    "Sync callback": "Chamada para sincronização"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    Tables: Tabelas

    # app/views/admin/tasks/index.html.erb
    Task: Tarefa

    # app/controllers/admin/tasks_controller.rb
    "Task configuration was successfully updated.": "Configuração da tarefa foi atualizada com sucesso."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/tasks/index.html.erb
    Tasks: Tarefas

    # app/helpers/browse_helper.rb
    Text: Texto

    # app/controllers/accounts_controller.rb
    "Thank you.": Obrigado.

    # app/views/rescue/422.html.erb
    "The change you wanted was rejected.": "A mudança que você solicitou foi rejeitada."

    # app/views/rescue/404.html.erb
    "The page you were looking for doesn't exist.": "A página que você está buscando não existe."

    # app/views/browse/repository_unavailable.html.erb
    "The repository is currently unavailable, please try it again later.": "O repositório está indisponível no momento, por favor tente novamente mais tarde."

    # app/helpers/admin/ticket_property_values_helper.rb
    "They will be set back to the default value.": "Elas serão revertidas para o valor padrão."

    # app/views/admin/users/edit.html.erb
    "This setting only applies if you enable the 'Activate' checkbox": "Esta definição só se aplica se você habilitar o item 'Ativar'"

    # app/views/tickets/show.html.erb
    Ticket: Tarefa

    # app/models/ticket_change.rb
    "Ticket #{{id}} ({{status}}) changed by {{author}} - {{summary}}": "Tarefa #{{id}} ({{status}}) alterada por {{author}} - {{summary}}"

    # app/models/ticket.rb
    "Ticket #{{id}} ({{status}}) reported by {{author}} - {{summary}}": "Tarefa #{{id}} ({{status}}) reportada por {{author}} - {{summary}}"

    # app/views/notifications/ticket_creation_note.text.plain.erb
    # app/views/notifications/ticket_update_note.text.plain.erb
    "Ticket #{{id}}: '{{summary}}'": "Tarefa #{{id}}: '{{summary}}'"

    # app/controllers/tickets_controller.rb
    "Ticket change was successfully deleted.": "Modificação da tarefa removida com sucesso."

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    "Ticket properties": "Propriedades da tarefa"

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully created.": "Propriedade da tarefa criada com sucesso."

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully deleted.": "Propriedade da tarefa excluída com sucesso."

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully updated.": "Propriedade da tarefa atualizada com sucesso."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully created.": "Tarefa criada com sucesso."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully deleted.": "A tarefa foi excluída com sucesso."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully updated.": "Tarefa atualizada com sucesso."

    # app/controllers/tickets_controller.rb
    # app/core_info.rb
    # app/models/ticket.rb
    # app/views/milestones/_milestone.html.erb
    # app/views/tickets/index.html.erb
    Tickets: Tarefas

    # app/models/ticket.rb
    "Tickets for {{project}}": "Tarefas para {{project}}"

    # app/views/admin/users/_core.html.erb
    # app/views/admin/users/index.html.erb
    "Time zone": "Zona de tempo"

    # app/views/notifications/account_activation_note.text.plain.erb
    "To access the login page click this link": "Para acessar a página de autenticação, clique neste link"

    # app/views/notifications/ticket_creation_note.text.plain.erb
    # app/views/notifications/ticket_update_note.text.plain.erb
    "To access the ticket click this link": "Para acessar esta tarefa, clique neste link"

    # app/views/notifications/password_reset_instructions.text.plain.erb
    "To access your account, click the link below": "Para acessar sua conta, clique no link abaixo"

    # app/views/notifications/account_validation.text.plain.erb
    "To complete the registration process you need to verify your email address. To make up this process you have two options": "Para completar o processo de registro você precisa verificar seu endereço de e-mail. Para fazer isso você tem duas opções:"

    # app/helpers/admin/setup_helper.rb
    "Toggle description for setting '{{name}}'": "Alternar descrição para definição '{{name}}'"

    # app/views/browse/diff.html.erb
    "Unable to display the changes (DIFF) between revision '{{source}}' and '{{target}}' for the selected file.": "Não foi possível mostrar as modificações (DIFF) entre a revisão '{{source}}' e a '{{target}}' para o arquivo selecionado."

    # app/controllers/browse_controller.rb
    "Unable to find revision {{revision}} for '{{path}}', showing revision {{latest}}.": "Não foi possível encontrar revisão {{revision}} para '/{{path}}', mostrando revisão {{latest}}."

    # app/views/tickets/_ticket_info.html.erb
    Unassigned: "Não atribuída"

    # app/views/browse/show_file.html.erb
    "Unknown File Type": "Tipo de arquivo desconhecido"

    # app/core_info.rb
    # app/views/accounts/show.html.erb
    # app/views/admin/shared/_edit_form.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/users/edit.html.erb
    # app/views/milestones/edit.html.erb
    # app/views/tickets/_update_form.html.erb
    Update: Atualizar

    # app/helpers/changesets_helper.rb
    Updated: Atualizado

    # app/views/admin/users/index.html.erb
    User: Usuário

    # app/controllers/admin/users_controller.rb
    "User account was activated.": "Conta de usuário ativada."

    # app/controllers/accounts_controller.rb
    "User account was successfully activated. You can now login.": "Conta de usuário ativada com sucesso. Você pode entrar agora."

    # app/controllers/accounts_controller.rb
    "User account was successfully created.": "Conta de usuário criada com sucesso."

    # app/controllers/accounts_controller.rb
    "User account was successfully updated.": "Conta de usuário atualizada com sucesso."

    # app/controllers/admin/users_controller.rb
    "User could not be deleted. Following error(s) occurred": "O usuário não pôde ser removido. O(s) seguinte(s) erro(s) ocorreu(ram)"

    # app/controllers/admin/users_controller.rb
    "User was successfully created.": "Usuário criado com sucesso."

    # app/controllers/admin/users_controller.rb
    "User was successfully deleted.": "Usuário removido com sucesso."

    # app/controllers/admin/users_controller.rb
    "User was successfully updated.": "Usuário atualizado com sucesso."

    # app/views/accounts/activate.html.erb
    # app/views/admin/users/_core.html.erb
    # app/views/admin/users/edit.html.erb
    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    Username: "Nome de usuário"

    # app/views/accounts/forgot_password.html.erb
    # app/views/sessions/new.html.erb
    "Username or Email": "Nome de usuário ou E-mail"

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/users/_header.html.erb
    # app/views/admin/users/index.html.erb
    Users: Usuários

    # app/core_info.rb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    View: Ver

    # app/views/browse/diff.html.erb
    "View changes": "Ver modificações"

    # app/helpers/admin/ticket_property_values_helper.rb
    "WARNING: There are currently {{count}} tickets assigned with this property.": "AVISO: Existem atualmente {{count}} tarefas atribuídas com esta propriedade."

    # app/core_info.rb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    Watch: Observar

    # app/views/tickets/_navigation.html.erb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    "Watch this ticket": "Observar esta tarefa"

    # app/models/ticket_filter/custom/my_tickets.rb
    "Watched by me": "Observadas por mim"

    # app/views/rescue/500.html.erb
    "We're sorry, but something went wrong.": "Desculpe-nos, mas algo aconteceu."

    # app/views/rescue/500.html.erb
    "We've been notified about this issue and we'll take a look at it shortly.": "Nós fomos notificados sobre este problema e buscaremos solucioná-lo em breve."

    # app/views/tickets/index.html.erb
    Week: Semana

    # lib/time_interval.rb
    Weeks: Semanas

    # app/helpers/admin/setup_helper.rb
    # app/helpers/format_helper.rb
    "Yes": Sim

    # app/views/sessions/logged_in.html.erb
    "You are logged in to the system.": "Você está conectado ao sistema"

    # app/controllers/accounts_controller.rb
    "You are not allowed to login until your account has been activated by the administrator.": "Você não tem permissão para entrar até que sua conta seja ativada pelo administrador."

    # app/views/rescue/403.html.erb
    "You are not permitted to view this page.": "Você não tem permissão para visualizar esta página."

    # app/views/sessions/destroy.html.erb
    "You are now logged out of the system.": "Você não está mais identificado no sistema."

    # app/controllers/tickets_controller.rb
    "You are now watching this ticket.": "Você está observando esta tarefa."

    # app/views/notifications/account_activation_note.text.plain.erb
    "You are receiving this message because the user account you have applied for at {{site}} has been activated.": "Você está recebendo esta mensagem porque a conta de usuário que você solicitou em {{site}} foi ativada."

    # app/views/notifications/ticket_creation_note.text.plain.erb
    "You are receiving this message because you are subscribed to receive notifications about": "Você está recebendo esta mensagem porque você está inscrito para receber notificações sobre"

    # app/views/notifications/account_validation.text.plain.erb
    "You are receiving this message because you have applied for an user account at {{site}}.": "Você está recebendo esta mensagem porque você solicitou uma conta de usuário em {{site}}."

    # app/views/notifications/ticket_update_note.text.plain.erb
    "You are receiving this message because you have subscribed to receive notification about changes of": "Você está recebendo esta mensagem porque você se inscreveu para receber notificações sobre mudaças em"

    # app/views/notifications/password_reset_instructions.text.plain.erb
    "You are receiving this message because you have used the '{{forgot_password}}' feature at {{site}}.": "Você está recebendo esta mensagem porque você utilizou o recurso '{{forgot_password}}' em {{site}}."

    # app/helpers/tickets_helper.rb
    "You are watching this ticket": "Você está observando esta tarefa"

    # app/views/admin/ticket_property_values/index.html.erb
    "You can sort the items by dragging them and dropping them into the right position.": "Você pode ordenar os itens arrastando-os e soltando-os dentro da posição correta."

    # app/models/user.rb
    "You cannot delete your own account.": "Você não pode excluir sua própria conta."

    # app/views/rescue/404.html.erb
    "You may have mistyped the address or the page may have moved.": "Você pode ter digitado incorretamente o endereço ou a página foi movida para outro endereço."

    # app/controllers/accounts_controller.rb
    "You need to activate your account within the next {{count}} hours to be able to login.": "Você precisa ativar sua conta dentro das próximas {{count}} horas para poder entrar."

    # app/controllers/tickets_controller.rb
    "You stopped watching this ticket.": "Você parou de observar esta tarefa."

    # app/views/notifications/password_reset_instructions.text.plain.erb
    "You will be directed to the '{{my_account}}' screen where you will have the option to change your current password.": "Você será redirecionado para a tela '{{my_account}}', onde você terá a opção de alterar sua senha atual."

    # app/views/admin/projects/_project.html.erb
    "You will lose all related data as well!": "Você perderá todos os dados relacionados também!"

    # app/views/notifications/account_activation_note.text.plain.erb
    # app/views/notifications/account_validation.text.plain.erb
    "Your registration details": "Seus detalhes de registro:"

    # app/views/search/index.html.erb
    "Your search for '{{term}}' did not match any results.": "Sua pesquisa por {{term}} não encontrou nenhum resultado."

    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    added: adicionado

    # app/helpers/tickets_helper.rb
    "changed from {{old_value}} to {{new_value}}": "alterado de {{old_value}} para {{new_value}}"

    # app/views/milestones/_milestone.html.erb
    completed: concluído

    # app/helpers/changesets_helper.rb
    "copied from {{path}}": "copiado de {{path}}"

    # app/helpers/format_helper.rb
    "in {{period}}": "em {{period}}"

    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    max.: máx.

    # app/helpers/changesets_helper.rb
    "moved from {{path}}": "movido de {{path}}"

    # app/helpers/tickets_helper.rb
    "reset (from {{value}})": "redefinido (de {{value}})"

    # app/helpers/tickets_helper.rb
    "set to {{value}}": "definido para {{value}}"

    # app/views/browse/_node.html.erb
    "{{count}} file(s)": "{{count}} arquivo(s)"

    # app/helpers/format_helper.rb
    "{{period}} ago": "{{period}} atrás"

    # app/controllers/admin/ticket_property_values_controller.rb
    "{{record}} was successfully created.": "{{record}} criado com sucesso."