@@ -5,16 +5,17 @@ export const dict = {
55 "ui.sessionReview.diffStyle.split" : "Dividido" ,
66 "ui.sessionReview.expandAll" : "Expandir tudo" ,
77 "ui.sessionReview.collapseAll" : "Recolher tudo" ,
8-
98 "ui.sessionReview.change.added" : "Adicionado" ,
109 "ui.sessionReview.change.removed" : "Removido" ,
1110 "ui.sessionReview.change.modified" : "Modificado" ,
11+
1212 "ui.lineComment.label.prefix" : "Comentar em " ,
1313 "ui.lineComment.label.suffix" : "" ,
1414 "ui.lineComment.editorLabel.prefix" : "Comentando em " ,
1515 "ui.lineComment.editorLabel.suffix" : "" ,
1616 "ui.lineComment.placeholder" : "Adicionar comentário" ,
1717 "ui.lineComment.submit" : "Comentar" ,
18+
1819 "ui.sessionTurn.steps.show" : "Mostrar passos" ,
1920 "ui.sessionTurn.steps.hide" : "Ocultar passos" ,
2021 "ui.sessionTurn.summary.response" : "Resposta" ,
@@ -94,7 +95,7 @@ export const dict = {
9495 "ui.patch.action.deleted" : "Excluído" ,
9596 "ui.patch.action.created" : "Criado" ,
9697 "ui.patch.action.moved" : "Movido" ,
97- "ui.patch.action.patched" : "Aplicado patch " ,
98+ "ui.patch.action.patched" : "Patch aplicado " ,
9899
99100 "ui.question.subtitle.answered" : "{{count}} respondidas" ,
100101 "ui.question.answer.none" : "(sem resposta)" ,
0 commit comments