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",
},
},
},
},

View File

@@ -107,21 +107,9 @@ const messages = {
message: "Mensagem de",
},
tabs: {
open: {
title: "Inbox",
assignedHeader: "Atendendo",
pendingHeader: "Aguardando",
openNoTicketsTitle: "Pronto pra mais?",
openNoTicketsMessage: "Aceite um ticket da fila para começar.",
pendingNoTicketsTitle: "Tudo resolvido!",
pendingNoTicketsMessage: "Nenhum ticket pendente.",
},
open: { title: "Inbox" },
closed: { title: "Resolvidos" },
search: {
title: "Busca",
noTicketsTitle: "Nada encontrado!",
noTicketsMessage: "Tente pesquisar por outro termo.",
},
search: { title: "Busca" },
},
search: {
placeholder: "Pesquisar tickets e mensagens.",
@@ -131,6 +119,11 @@ const messages = {
},
},
ticketsList: {
pendingHeader: "Aguardando",
assignedHeader: "Atendendo",
noTicketsTitle: "Nada aqui!",
noTicketsMessage:
"Nenhum ticket encontrado com esse status ou termo pesquisado",
buttons: {
accept: "Aceitar",
},
@@ -174,6 +167,18 @@ const messages = {
ticketOptionsMenu: {
delete: "Deletar",
transfer: "Transferir",
confirmationModal: {
title: "Deletar o ticket #",
titleFrom: "do contato ",
message:
"Atenção! Todas as mensagens relacionadas ao ticket serão perdidas.",
},
},
confirmationModal: {
buttons: {
confirm: "Ok",
cancel: "Cancelar",
},
},
},
},