Skip to content

Commit

Permalink
Exibindo ID dos Setores
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Mar 19, 2023
1 parent 7cd10ff commit b3bd589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/translate/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const messages = {
queueDeleted: "The sector has been deleted.",
},
table: {
id: "ID",
name: "Name",
color: "Color",
greeting: "Greeting message",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translate/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const messages = {
queueDeleted: "El sector ha sido eliminado.",
},
table: {
id: "ID",
name: "Nombre",
color: "Color",
greeting: "Mensaje de saludo",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/translate/languages/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const messages = {
queueDeleted: "O setor foi deletado.",
},
table: {
id: "ID",
name: "Nome",
color: "Cor",
greeting: "Mensagem de saudação",
Expand Down

0 comments on commit b3bd589

Please sign in to comment.