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

411 lines
14 KiB
JSON

{
"HELP_CENTER": {
"HEADER": {
"FILTER": "Filtrar por",
"SORT": "Ordenar por",
"SETTINGS_BUTTON": "Ajustes",
"NEW_BUTTON": "Nuevo artículo",
"DROPDOWN_OPTIONS": {
"PUBLISHED": "Publicado",
"DRAFT": "Borrador",
"ARCHIVED": "Archivado"
},
"TITLES": {
"ALL_ARTICLES": "Todos los artículos",
"MINE": "Todos los artículos",
"DRAFT": "Borrador de artículos",
"ARCHIVED": "Artículos archivados"
}
},
"EDIT_HEADER": {
"ALL_ARTICLES": "Todos los artículos",
"PUBLISH_BUTTON": "Publicar",
"MOVE_TO_ARCHIVE_BUTTON": "Mover a archivado",
"PREVIEW": "Previsualizar",
"ADD_TRANSLATION": "Añadir traducción",
"OPEN_SIDEBAR": "Abrir barra lateral",
"CLOSE_SIDEBAR": "Cerrar barra lateral",
"SAVING": "Guardando...",
"SAVED": "Guardado"
},
"ARTICLE_SETTINGS": {
"TITLE": "Ajustes del artículo",
"FORM": {
"CATEGORY": {
"LABEL": "Categoría",
"TITLE": "Seleccionar categoría",
"PLACEHOLDER": "Seleccionar categoría",
"NO_RESULT": "No se encontraron categorías",
"SEARCH_PLACEHOLDER": "Buscar categoría"
},
"AUTHOR": {
"LABEL": "Autor",
"TITLE": "Seleccionar autor",
"PLACEHOLDER": "Seleccionar autor",
"NO_RESULT": "No se encontraron autores",
"SEARCH_PLACEHOLDER": "Buscar autor"
},
"META_TITLE": {
"LABEL": "Título Meta",
"PLACEHOLDER": "Add a meta title"
},
"META_DESCRIPTION": {
"LABEL": "Meta description",
"PLACEHOLDER": "Add your meta description for better SEO results..."
},
"META_TAGS": {
"LABEL": "Meta tags",
"PLACEHOLDER": "Add meta tags separated by comma..."
}
},
"BUTTONS": {
"ARCHIVE": "Archivar artículo",
"DELETE": "Eliminar artículo"
}
},
"PORTAL": {
"HEADER": "Portales",
"DEFAULT": "Predeterminado",
"NEW_BUTTON": "Nuevo Portal",
"ACTIVE_BADGE": "activo",
"CHOOSE_LOCALE_LABEL": "Elige un idioma",
"LOADING_MESSAGE": "Cargando portales...",
"ARTICLES_LABEL": "artículos",
"NO_PORTALS_MESSAGE": "No hay portales disponibles",
"ADD_NEW_LOCALE": "Añadir un nuevo idioma",
"POPOVER": {
"TITLE": "Portales",
"PORTAL_SETTINGS": "Ajustes del portal",
"SUBTITLE": "You have multiple portals and can have different locales for each portal.",
"CANCEL_BUTTON_LABEL": "Cancelar",
"CHOOSE_LOCALE_BUTTON": "Elige un idioma"
},
"PORTAL_SETTINGS": {
"LIST_ITEM": {
"HEADER": {
"COUNT_LABEL": "artículos",
"ADD": "Añadir idioma",
"VISIT": "Visitar sitio",
"SETTINGS": "Ajustes",
"DELETE": "Eliminar"
},
"PORTAL_CONFIG": {
"TITLE": "Configuraciones del portal",
"ITEMS": {
"NAME": "Nombre",
"DOMAIN": "Dominio personalizado",
"SLUG": "Slug",
"TITLE": "Título del portal",
"THEME": "Color del tema",
"SUB_TEXT": "Subtexto del portal"
}
},
"AVAILABLE_LOCALES": {
"TITLE": "Idiomas disponibles",
"TABLE": {
"NAME": "Nombre del idioma",
"CODE": "Código del idioma",
"ARTICLE_COUNT": "Nº de artículos",
"CATEGORIES": "Nº de categorías",
"SWAP": "Intercambiar",
"DELETE": "Eliminar",
"DEFAULT_LOCALE": "Predeterminado"
}
}
},
"DELETE_PORTAL": {
"TITLE": "Eliminar portal",
"MESSAGE": "Está seguro que desea eliminar este portal",
"YES": "Sí, eliminar portal",
"NO": "No, mantener portal",
"API": {
"DELETE_SUCCESS": "Portal eliminado correctamente",
"DELETE_ERROR": "Error al eliminar el portal"
}
}
},
"EDIT": {
"HEADER_TEXT": "Editar portal",
"TABS": {
"BASIC_SETTINGS": {
"TITLE": "Información básica"
},
"CUSTOMIZATION_SETTINGS": {
"TITLE": "Personalización del portal"
},
"CATEGORY_SETTINGS": {
"TITLE": "Categorías"
},
"LOCALE_SETTINGS": {
"TITLE": "Idiomas"
}
},
"CATEGORIES": {
"TITLE": "Categorías en",
"NEW_CATEGORY": "Nueva categoría",
"TABLE": {
"NAME": "Nombre",
"DESCRIPTION": "Descripción",
"LOCALE": "Idiomas",
"ARTICLE_COUNT": "Nº de artículos",
"ACTION_BUTTON": {
"EDIT": "Editar categoría",
"DELETE": "Eliminar categoría"
},
"EMPTY_TEXT": "No se encontraron categorías"
}
},
"EDIT_BASIC_INFO": {
"BUTTON_TEXT": "Actualizar ajustes básicos"
}
},
"ADD": {
"CREATE_FLOW": [
{
"title": "Información del Centro de Ayuda",
"route": "new_portal_information",
"body": "Información básica sobre el portal",
"CREATE_BASIC_SETTING_BUTTON": "Crear configuración básica del portal"
},
{
"title": "Personalización del Centro de Ayuda",
"route": "portal_customization",
"body": "Customize portal",
"UPDATE_PORTAL_BUTTON": "Update portal settings"
},
{
"title": "Voila! 🎉",
"route": "portal_finish",
"body": "You're all set!",
"FINISH": "Finalizar"
}
],
"CREATE_FLOW_PAGE": {
"BACK_BUTTON": "Atrás",
"BASIC_SETTINGS_PAGE": {
"HEADER": "Crear Portal",
"TITLE": "Información del Centro de Ayuda",
"CREATE_BASIC_SETTING_BUTTON": "Crear configuración básica del portal"
},
"CUSTOMIZATION_PAGE": {
"HEADER": "Personalización del portal",
"TITLE": "Personalización del Centro de Ayuda",
"UPDATE_PORTAL_BUTTON": "Update portal settings"
},
"FINISH_PAGE": {
"TITLE": "¡Voila!🎉 ¡Ya estás listo!",
"MESSAGE": "You can now see this created portal on your all portals page.",
"FINISH": "Go to all portals page"
}
},
"LOGO": {
"LABEL": "Logo",
"UPLOAD_BUTTON": "Subir logo",
"HELP_TEXT": "Este logo se mostrará en el encabezado del portal."
},
"NAME": {
"LABEL": "Nombre",
"PLACEHOLDER": "Nombre del portal",
"HELP_TEXT": "The name will be used in the public facing portal internally.",
"ERROR": "El nombre es requerido"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Portal slug for urls",
"ERROR": "Slug is required"
},
"DOMAIN": {
"LABEL": "Custom Domain",
"PLACEHOLDER": "Portal custom domain",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
"ERROR": "Enter a valid domain URL"
},
"HOME_PAGE_LINK": {
"LABEL": "Home Page Link",
"PLACEHOLDER": "Portal home page link",
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
"ERROR": "Enter a valid home page URL"
},
"THEME_COLOR": {
"LABEL": "Portal theme color",
"HELP_TEXT": "This color will show as the theme color for the portal."
},
"PAGE_TITLE": {
"LABEL": "Título de página",
"PLACEHOLDER": "Título de página del portal",
"HELP_TEXT": "The page title will be used in the public facing portal.",
"ERROR": "Page title is required"
},
"HEADER_TEXT": {
"LABEL": "Texto de encabezado",
"PLACEHOLDER": "Texto de encabezado del portal",
"HELP_TEXT": "The Portal header text will be used in the public facing portal.",
"ERROR": "Portal header text is required"
},
"API": {
"SUCCESS_MESSAGE_FOR_BASIC": "Portal created successfully.",
"ERROR_MESSAGE_FOR_BASIC": "Couldn't create the portal. Try again.",
"SUCCESS_MESSAGE_FOR_UPDATE": "Portal updated successfully.",
"ERROR_MESSAGE_FOR_UPDATE": "Couldn't update the portal. Try again."
}
},
"ADD_LOCALE": {
"TITLE": "Añadir un nuevo idioma",
"SUB_TITLE": "This adds a new locale to your available translation list.",
"PORTAL": "Portal",
"LOCALE": {
"LABEL": "Idioma",
"PLACEHOLDER": "Elige un idioma",
"ERROR": "El idioma es requerido"
},
"BUTTONS": {
"CREATE": "Crear idioma",
"CANCEL": "Cancelar"
},
"API": {
"SUCCESS_MESSAGE": "Idioma añadido correctamente",
"ERROR_MESSAGE": "Unable to add locale. Try again."
}
},
"CHANGE_DEFAULT_LOCALE": {
"API": {
"SUCCESS_MESSAGE": "Default locale updated successfully",
"ERROR_MESSAGE": "Unable to update default locale. Try again."
}
},
"DELETE_LOCALE": {
"API": {
"SUCCESS_MESSAGE": "Locale removed from portal successfully",
"ERROR_MESSAGE": "Unable to remove locale from portal. Try again."
}
}
},
"TABLE": {
"LOADING_MESSAGE": "Cargando artículos...",
"404": "No articles matches your search 🔍",
"NO_ARTICLES": "There are no available articles",
"HEADERS": {
"TITLE": "Título",
"CATEGORY": "Categoría",
"READ_COUNT": "Read count",
"STATUS": "Estado",
"LAST_EDITED": "Last edited"
},
"COLUMNS": {
"BY": "por"
}
},
"EDIT_ARTICLE": {
"LOADING": "Cargando artículo...",
"TITLE_PLACEHOLDER": "Article title goes here",
"CONTENT_PLACEHOLDER": "Write your article here",
"API": {
"ERROR": "Error while saving article"
}
},
"PUBLISH_ARTICLE": {
"API": {
"ERROR": "Error while publishing article",
"SUCCESS": "Article published successfully"
}
},
"ARCHIVE_ARTICLE": {
"API": {
"ERROR": "Error while archiving article",
"SUCCESS": "Article archived successfully"
}
},
"DELETE_ARTICLE": {
"MODAL": {
"CONFIRM": {
"TITLE": "Confirmar eliminación",
"MESSAGE": "Are you sure to delete the article?",
"YES": "Sí, eliminar",
"NO": "No, mantenerlo"
}
},
"API": {
"SUCCESS_MESSAGE": "Artículo eliminado correctamente",
"ERROR_MESSAGE": "Error al eliminar el artículo"
}
},
"CREATE_ARTICLE": {
"ERROR_MESSAGE": "Please add the article heading and content then only you can update the settings"
},
"SIDEBAR": {
"SEARCH": {
"PLACEHOLDER": "Buscar artículos"
}
},
"CATEGORY": {
"ADD": {
"TITLE": "Crear una categoría",
"SUB_TITLE": "The category will be used in the public facing portal to categorize articles.",
"PORTAL": "Portal",
"LOCALE": "Locale",
"NAME": {
"LABEL": "Nombre",
"PLACEHOLDER": "Category name",
"HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.",
"ERROR": "El nombre es requerido"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Category slug for urls",
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
"ERROR": "Slug is required"
},
"DESCRIPTION": {
"LABEL": "Descripción",
"PLACEHOLDER": "Give a short description about the category.",
"ERROR": "Descripción requerida"
},
"BUTTONS": {
"CREATE": "Create category",
"CANCEL": "Cancelar"
},
"API": {
"SUCCESS_MESSAGE": "Category created successfully",
"ERROR_MESSAGE": "Unable to create category"
}
},
"EDIT": {
"TITLE": "Edit a category",
"SUB_TITLE": "Editing a category will update the category in the public facing portal.",
"PORTAL": "Portal",
"LOCALE": "Locale",
"NAME": {
"LABEL": "Nombre",
"PLACEHOLDER": "Category name",
"HELP_TEXT": "The category name will be used in the public facing portal to categorize articles.",
"ERROR": "El nombre es requerido"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Category slug for urls",
"HELP_TEXT": "app.chatwoot.com/hc/my-portal/en-US/categories/my-slug",
"ERROR": "Slug is required"
},
"DESCRIPTION": {
"LABEL": "Descripción",
"PLACEHOLDER": "Give a short description about the category.",
"ERROR": "Descripción requerida"
},
"BUTTONS": {
"CREATE": "Update category",
"CANCEL": "Cancelar"
},
"API": {
"SUCCESS_MESSAGE": "Category updated successfully",
"ERROR_MESSAGE": "Unable to update category"
}
},
"DELETE": {
"API": {
"SUCCESS_MESSAGE": "Category deleted successfully",
"ERROR_MESSAGE": "Unable to delete category"
}
}
}
}
}