Chatwoot/app/javascript/dashboard/i18n/locale/es/contact.json

30 lines
1 KiB
JSON
Raw Normal View History

{
"CONTACT_PANEL": {
"CONVERSATION_TITLE": "Detalles de la conversación",
"BROWSER": "Navegador",
"OS": "Sistema operativo",
"INITIATED_FROM": "Iniciado desde",
"INITIATED_AT": "Iniciado el",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "No hay conversaciones previas asociadas a este contacto.",
"TITLE": "Conversaciones anteriores"
},
"LABELS": {
"TITLE": "Etiquetas de conversación",
"MODAL": {
"TITLE": "Labels for",
"ACTIVE_LABELS": "Labels added to the conversation",
"INACTIVE_LABELS": "Labels available in the account",
"REMOVE": "Click on X icon to remove the label",
"ADD": "Click on + icon to add the label",
"UPDATE_BUTTON": "Update labels",
"UPDATE_ERROR": "Couldn't update labels, try again."
},
"NO_LABELS_TO_ADD": "There are no more labels defined in the account.",
"NO_AVAILABLE_LABELS": "There are no labels added to this conversation."
2020-06-02 18:13:03 +00:00
},
"MUTE_CONTACT": "Silenciar contacto",
"EDIT_LABEL": "Editar"
}
}