fix: Added missing english translations

This commit is contained in:
canove
2020-08-26 11:01:39 -03:00
parent 3956eb31af
commit 190ac41469
6 changed files with 59 additions and 40 deletions

View File

@@ -107,22 +107,9 @@ const messages = {
message: "Message from",
},
tabs: {
open: {
title: "Inbox",
assignedHeader: "Working on",
pendingHeader: "Queue",
openNoTicketsTitle: "Ready for more?",
openNoTicketsMessage:
"Accept a ticket from the queue to get started.",
pendingNoTicketsTitle: "Everything is resolved!",
pendingNoTicketsMessage: "No tickets pending.",
},
open: { title: "Inbox" },
closed: { title: "Resolved" },
search: {
title: "Search",
noTicketsTitle: "Nothing found!",
noTicketsMessage: "Try searching for another term.",
},
search: { title: "Search" },
},
search: {
placeholder: "Search tickets and messages.",
@@ -132,6 +119,10 @@ const messages = {
},
},
ticketsList: {
pendingHeader: "Queue",
assignedHeader: "Working on",
noTicketsTitle: "Nothing here!",
noTicketsMessage: "No tickets found with this status or search term.",
buttons: {
accept: "Accept",
},
@@ -175,6 +166,21 @@ const messages = {
ticketOptionsMenu: {
delete: "Delete",
transfer: "Transfer",
confirmationModal: {
title: "Delete ticket #",
titleFrom: "from contact ",
message: "Attention! All ticket's related messages will be lost.",
},
buttons: {
delete: "Delete",
cancel: "Cancel",
},
},
confirmationModal: {
buttons: {
confirm: "Ok",
cancel: "Cancel",
},
},
},
},