chore: Update translations (#1713)
Co-authored-by: luiscper Co-authored-by: Sin V (jiiniasu) Co-authored-by: AlguienSama Co-authored-by: this-gavagai Co-authored-by: Yovan Lutfi Arya (Regerta) Co-authored-by: vfasoulas Co-authored-by: magnus Co-authored-by: Goudarz Jafari (Goudarz) Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"TITLE": "Confirmar Exclusão",
|
||||
"MESSAGE": "Tem certeza que deseja excluir ",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "No, Keep "
|
||||
"NO": "Não, Manter "
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
"TITLE": "Confirmar Exclusão",
|
||||
"MESSAGE": "Tem certeza que deseja excluir ",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "No, Keep "
|
||||
"NO": "Não, Manter "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,6 +79,7 @@
|
||||
},
|
||||
"RECEIVED_VIA_EMAIL": "Received via email",
|
||||
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
||||
"REPLY_TO_TWEET": "Reply to this tweet"
|
||||
"REPLY_TO_TWEET": "Reply to this tweet",
|
||||
"NO_MESSAGES": "No Messages"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"REMOVE_SELECTION": "Remove Selection",
|
||||
"DOWNLOAD": "BAIXAR",
|
||||
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
|
||||
"NO_RESPONSE": "No response",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Resolver",
|
||||
"REOPEN_ACTION": "Reabrir",
|
||||
@@ -63,7 +64,7 @@
|
||||
"SUBMIT": "submeter",
|
||||
"CANCEL": "cancelar",
|
||||
"SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully",
|
||||
"SEND_EMAIL_ERROR": "There was an error, please try again",
|
||||
"SEND_EMAIL_ERROR": "Ocorreu um erro, por favor tente novamente",
|
||||
"FORM": {
|
||||
"SEND_TO_CONTACT": "Send the transcript to the customer",
|
||||
"SEND_TO_AGENT": "Send the transcript to the assigned agent",
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
"TITLE": "Confirmar Exclusão",
|
||||
"MESSAGE": "Tem certeza que deseja excluir ",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "No, Keep "
|
||||
"NO": "Não, Manter "
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Caixa de entrada excluída com sucesso",
|
||||
@@ -249,7 +249,7 @@
|
||||
"TITLE": "Reautorizar",
|
||||
"SUBTITLE": "Your Facebook connection has expired, please reconnect your Facebook page to continue services",
|
||||
"MESSAGE_SUCCESS": "Reconnection successful",
|
||||
"MESSAGE_ERROR": "There was an error, please try again"
|
||||
"MESSAGE_ERROR": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,67 +1,67 @@
|
||||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"HEADER": "Etiquetas",
|
||||
"HEADER_BTN_TXT": "Adicionar Etiqueta",
|
||||
"LOADING": "Buscando etiquetas",
|
||||
"SEARCH_404": "Não existem itens correspondentes a esta consulta",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"SIDEBAR_TXT": "<p><b>Etiquetas</b> <p>As etiquetas o ajudam a categorizar as conversas e a priorizá-las. Você pode atribuir a etiqueta a uma conversa a partir do painel lateral. <br /><br />As etiquetas estão vinculadas à conta e podem ser usadas para criar fluxos de trabalho personalizados em sua organização. Você pode atribuir uma cor personalizada para uma etiqueta, facilitando a identificação da etiqueta. Você será capaz de exibir o rótulo na barra lateral para filtrar as conversas facilmente.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"404": "Não há etiquetas disponíveis nesta conta.",
|
||||
"TITLE": "Gerir etiquetas",
|
||||
"DESC": "Etiquetas permitem que você agrupe as conversas juntos.",
|
||||
"TABLE_HEADER": [
|
||||
"Nome:",
|
||||
"Description",
|
||||
"Color"
|
||||
"Descrição",
|
||||
"Cor"
|
||||
]
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"ERROR": "Label Name is required"
|
||||
"LABEL": "Nome da etiqueta",
|
||||
"PLACEHOLDER": "Nome da etiqueta",
|
||||
"ERROR": "Nome da etiqueta é obrigatório"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
"LABEL": "Descrição",
|
||||
"PLACEHOLDER": "Descrição da etiqueta"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Color"
|
||||
"LABEL": "Cor"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
"LABEL": "Mostrar etiqueta na barra lateral"
|
||||
},
|
||||
"EDIT": "Alterar",
|
||||
"CREATE": "Create",
|
||||
"CREATE": "Criar",
|
||||
"DELETE": "excluir",
|
||||
"CANCEL": "cancelar"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TITLE": "Adicionar Etiqueta",
|
||||
"DESC": "Etiquetas permitem que você agrupe as conversas juntos.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
"SUCCESS_MESSAGE": "Etiqueta adicionada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"TITLE": "Editar etiqueta",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
"SUCCESS_MESSAGE": "Etiqueta adicionada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "excluir",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
"SUCCESS_MESSAGE": "Etiqueta eliminada com sucesso",
|
||||
"ERROR_MESSAGE": "Ocorreu um erro, por favor tente novamente"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmar Exclusão",
|
||||
"MESSAGE": "Tem certeza que deseja excluir ",
|
||||
"YES": "Sim, excluir ",
|
||||
"NO": "No, Keep "
|
||||
"NO": "Não, Manter "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,7 +124,8 @@
|
||||
"CANNED_RESPONSES": "Respostas Prontas",
|
||||
"INTEGRATIONS": "Integrações",
|
||||
"ACCOUNT_SETTINGS": "Account Settings",
|
||||
"LABELS": "Labels"
|
||||
"LABELS": "Etiquetas",
|
||||
"TEAMS": "Teams"
|
||||
},
|
||||
"CREATE_ACCOUNT": {
|
||||
"NEW_ACCOUNT": "New Account",
|
||||
|
||||
Reference in New Issue
Block a user