Skip to content

Commit

Permalink
Correção na tradução
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Nov 12, 2022
1 parent 95ba26e commit e0f9a63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions frontend/src/translate/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ const messages = {
},
},
CheckMsgIsGroup: {
name: "Group Messages",
note: "Receive messages from groups",
name: "Ignore Group Messages",
note: "If you disable it, you will receive messages from groups.",
options: {
enabled: "Enabled",
disabled: "Disabled",
Expand Down Expand Up @@ -546,7 +546,7 @@ const messages = {
extraInfo: "Other information",
},
copyToClipboard: {
copy:"Copy",
copy: "Copy",
copied: "Copied"
},
ticketOptionsMenu: {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/translate/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ const messages = {
},
},
CheckMsgIsGroup: {
name: "Mensajes de grupo",
note: "Recibir mensajes de grupos",
name: "Ignorar mensajes de grupo",
note: "Si lo desactivas, recibirás mensajes de grupos.",
options: {
enabled: "Habilitado",
disabled: "Deshabilitado",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/translate/languages/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ const messages = {
},
},
CheckMsgIsGroup: {
name: "Mensagens de Grupos",
note: "Receber mensagens de grupos",
name: "Ignorar Mensagens de Grupos",
note: "Se desabilitar, irá receber mensage dos grupos.",
options: {
enabled: "Ativado",
disabled: "Desativado",
Expand Down

0 comments on commit e0f9a63

Please sign in to comment.