improvement: add translation to new components

This commit is contained in:
canove
2021-01-14 21:36:03 -03:00
parent 964ed649d7
commit af56447464
6 changed files with 49 additions and 6 deletions

View File

@@ -190,6 +190,14 @@ const messages = {
chat: {
noTicketMessage: "Select a ticket to start chatting.",
},
ticketsManager: {
buttons: {
newTicket: "New",
},
},
ticketsQueueSelect: {
placeholder: "Queues",
},
tickets: {
toasts: {
deleted: "The ticket you were on has been deleted.",
@@ -274,6 +282,9 @@ const messages = {
"Are you sure? It cannot be reverted! Tickets in this queue will still exist, but will not have any queues assigned.",
},
},
queueSelect: {
inputLabel: "Queues",
},
users: {
title: "Users",
table: {