mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
improvement: all app strings now using i18n
This commit is contained in:
@@ -147,6 +147,30 @@ const messages = {
|
||||
contacts: "Contatos",
|
||||
},
|
||||
},
|
||||
messagesList: {
|
||||
header: {
|
||||
assignedTo: "Atribuído à:",
|
||||
buttons: {
|
||||
return: "Retornar",
|
||||
resolve: "Resolver",
|
||||
reopen: "Reabrir",
|
||||
},
|
||||
},
|
||||
},
|
||||
messagesInput: {
|
||||
placeholder: "Digite uma mensagem",
|
||||
},
|
||||
contactDrawer: {
|
||||
header: "Dados do contato",
|
||||
buttons: {
|
||||
edit: "Editar contato",
|
||||
},
|
||||
extraInfo: "Outras informações",
|
||||
},
|
||||
ticketOptionsMenu: {
|
||||
delete: "Deletar",
|
||||
transfer: "Transferir",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user