Initial commit
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create KnowledgeBaseArticle": "Crear artículo",
|
||||
"Any": "Cualquiera",
|
||||
"Send in Email": "Enviar por correo",
|
||||
"Move Up": "Mover arriba",
|
||||
"Move Down": "Mover abajo",
|
||||
"Move to Top": "Mover al inicio",
|
||||
"Move to Bottom": "Mover al final"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Nombre",
|
||||
"status": "Estado",
|
||||
"type": "Tipo",
|
||||
"attachments": "Adjuntos",
|
||||
"publishDate": "Fecha de publicación",
|
||||
"expirationDate": "Fecha de caducidad",
|
||||
"description": "Descripción",
|
||||
"body": "Cuerpo",
|
||||
"categories": "Categorías",
|
||||
"language": "Idioma",
|
||||
"portals": "Portales",
|
||||
"bodyPlain": "Cuerpo plano"
|
||||
},
|
||||
"links": {
|
||||
"cases": "Tickets",
|
||||
"opportunities": "Oportunidades",
|
||||
"categories": "Categorías",
|
||||
"portals": "Portales"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"In Review": "En revisión",
|
||||
"Draft": "Borrador",
|
||||
"Archived": "Archivado",
|
||||
"Published": "Publicado"
|
||||
},
|
||||
"type": {
|
||||
"Article": "Artículo"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"published": "Publicado"
|
||||
},
|
||||
"tooltips": {
|
||||
"portals": "El artículo estará disponible solo en los portales especificados."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user