Files
azuredatastudio/resources/xlf/es/notebook.es.xlf
Zbyněk Sailer 499ab4ee3d LOC CHECKIN | Microsoft/azuredatastudio master | 20190718 (#6407)
* LOC CHECKIN | Microsoft/azuredatastudio master | 20190718

* LOC CHECKIN | Microsoft/azuredatastudio master | 20190805 update
2019-08-07 08:54:49 -07:00

555 lines
30 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/notebook/package" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="displayName">
<source xml:lang="en">Notebook Core Extensions</source>
<target state="translated">Extensiones principales de Notebook</target>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.</source>
<target state="translated">Define la contribución de Notebook basada en el protocolo de datos y muchos comandos y contribuciones de Notebook.</target>
</trans-unit>
<trans-unit id="notebook.configuration.title">
<source xml:lang="en">Notebook configuration</source>
<target state="translated">Configuración del Notebook</target>
</trans-unit>
<trans-unit id="notebook.pythonPath.description">
<source xml:lang="en">Local path to python installation used by Notebooks.</source>
<target state="translated">Ruta de acceso local a la instalación de Python utilizada por Notebooks.</target>
</trans-unit>
<trans-unit id="notebook.useExistingPython.description">
<source xml:lang="en">Local path to a preexisting python installation used by Notebooks.</source>
<target state="translated">Ruta de acceso local a una instalación de Python preexistente utilizada por Notebooks.</target>
</trans-unit>
<trans-unit id="notebook.overrideEditorTheming.description">
<source xml:lang="en">Override editor default settings in the Notebook editor. Settings include background color, current line color and border</source>
<target state="translated">Invalide la configuración predeterminada del editor en el editor de Notebook. Los ajustes incluyen el color de fondo, el color de la línea actual y el borde</target>
</trans-unit>
<trans-unit id="notebook.maxTableRows.description">
<source xml:lang="en">Maximum number of rows returned per table in the Notebook editor</source>
<target state="translated">Número máximo de filas devueltas por tabla en el editor de Notebook</target>
</trans-unit>
<trans-unit id="notebook.command.new">
<source xml:lang="en">New Notebook</source>
<target state="translated">Nuevo Notebook</target>
</trans-unit>
<trans-unit id="notebook.command.open">
<source xml:lang="en">Open Notebook</source>
<target state="translated">Abrir Notebook</target>
</trans-unit>
<trans-unit id="notebook.analyzeJupyterNotebook">
<source xml:lang="en">Analyze in Notebook</source>
<target state="translated">Analizar en Notebook</target>
</trans-unit>
<trans-unit id="notebook.command.runactivecell">
<source xml:lang="en">Run Cell</source>
<target state="translated">Ejecutar celda</target>
</trans-unit>
<trans-unit id="notebook.command.clearactivecellresult">
<source xml:lang="en">Clear Cell Result</source>
<target state="translated">Borrar resultado de la celda</target>
</trans-unit>
<trans-unit id="notebook.command.runallcells">
<source xml:lang="en">Run Cells</source>
<target state="translated">Ejecutar celdas</target>
</trans-unit>
<trans-unit id="notebook.command.addcode">
<source xml:lang="en">Add Code Cell</source>
<target state="translated">Añadir celda de código</target>
</trans-unit>
<trans-unit id="notebook.command.addtext">
<source xml:lang="en">Add Text Cell</source>
<target state="translated">Añadir celda de texto</target>
</trans-unit>
<trans-unit id="notebook.command.addcell">
<source xml:lang="en">Add Cell</source>
<target state="translated">Añadir celda</target>
</trans-unit>
<trans-unit id="title.analyzeJupyterNotebook">
<source xml:lang="en">Analyze in Notebook</source>
<target state="translated">Analizar en Notebook</target>
</trans-unit>
<trans-unit id="title.newJupyterNotebook">
<source xml:lang="en">New Notebook</source>
<target state="translated">Nuevo Notebook</target>
</trans-unit>
<trans-unit id="title.openJupyterNotebook">
<source xml:lang="en">Open Notebook</source>
<target state="translated">Abrir Notebook</target>
</trans-unit>
<trans-unit id="title.jupyter.setContext">
<source xml:lang="en">Set context for Notebook</source>
<target state="translated">Establecer contexto para Notebook</target>
</trans-unit>
<trans-unit id="title.jupyter.setKernel">
<source xml:lang="en">Set kernel for Notebook</source>
<target state="translated">Establecer kernel para Notebook</target>
</trans-unit>
<trans-unit id="config.jupyter.extraKernelsTitle">
<source xml:lang="en">Extra kernels</source>
<target state="translated">Kernels adicionales</target>
</trans-unit>
<trans-unit id="config.jupyter.extraKernelsDescription">
<source xml:lang="en">IDs of the extra kernels to enable</source>
<target state="translated">ID de los kernels adicionales para habilitar</target>
</trans-unit>
<trans-unit id="config.jupyter.kernelConfigValuesDescription">
<source xml:lang="en">Configuration options for Jupyter kernels. This is automatically managed and not recommended to be manually edited.</source>
<target state="translated">Opciones de configuración para kernels de Jupyter. Se administra automáticamente y no se recomienda la edición manual.</target>
</trans-unit>
<trans-unit id="title.reinstallNotebookDependencies">
<source xml:lang="en">Reinstall Notebook dependencies</source>
<target state="translated">Reinstalar dependencias de Notebook</target>
</trans-unit>
<trans-unit id="title.configurePython">
<source xml:lang="en">Configure Python for Notebooks</source>
<target state="translated">Configurar Python para Notebooks</target>
</trans-unit>
<trans-unit id="title.managePackages">
<source xml:lang="en">Manage Packages</source>
<target state="translated">Administrar paquetes</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/dialog/managePackages/managePackagesDialog" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="managePackages.dialogName">
<source xml:lang="en">Manage Packages</source>
<target state="translated">Administrar paquetes</target>
</trans-unit>
<trans-unit id="managePackages.cancelButtonText">
<source xml:lang="en">Close</source>
<target state="translated">Cerrar</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/dialog/managePackages/installedPackagesTab" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="managePackages.installedTabTitle">
<source xml:lang="en">Installed</source>
<target state="translated">INSTALADO</target>
</trans-unit>
<trans-unit id="managePackages.pkgNameColumn">
<source xml:lang="en">Name</source>
<target state="translated">Nombre</target>
</trans-unit>
<trans-unit id="managePackages.newPkgVersionColumn">
<source xml:lang="en">Version</source>
<target state="translated">Versión</target>
</trans-unit>
<trans-unit id="managePackages.uninstallButtonText">
<source xml:lang="en">Uninstall selected packages</source>
<target state="translated">Desinstalar los paquetes seleccionados</target>
</trans-unit>
<trans-unit id="managePackages.packageType">
<source xml:lang="en">Package Type</source>
<target state="translated">Tipo de paquete</target>
</trans-unit>
<trans-unit id="managePackages.packageCount">
<source xml:lang="en">{0} {1} packages found</source>
<target state="translated">Se han encontrado {0} {1} paquetes</target>
</trans-unit>
<trans-unit id="managePackages.confirmUninstall">
<source xml:lang="en">Are you sure you want to uninstall the specified packages?</source>
<target state="translated">¿Está seguro de que desea desinstalar los paquetes especificados?</target>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallStarted">
<source xml:lang="en">Uninstalling {0}</source>
<target state="translated">Desinstalando {0}</target>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallComplete">
<source xml:lang="en">Completed uninstall for {0}</source>
<target state="translated">Desinstalación completada para {0}</target>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallFailed">
<source xml:lang="en">Failed to uninstall {0}. Error: {1}</source>
<target state="translated">No se ha podido desinstalar {0}. Error: {1}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/dialog/managePackages/addNewPackageTab" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="managePackages.invalidTextPlaceholder">
<source xml:lang="en">N/A</source>
<target state="translated">N/A</target>
</trans-unit>
<trans-unit id="managePackages.packageNotFound">
<source xml:lang="en">Could not find the specified package</source>
<target state="translated">No se pudo encontrar el paquete especificado</target>
</trans-unit>
<trans-unit id="managePackages.searchBarPlaceholder">
<source xml:lang="en">Search {0} packages</source>
<target state="translated">Buscar {0} paquetes</target>
</trans-unit>
<trans-unit id="managePackages.addNewTabTitle">
<source xml:lang="en">Add new</source>
<target state="translated">Añadir nuevos</target>
</trans-unit>
<trans-unit id="managePackages.searchButtonLabel">
<source xml:lang="en">Search</source>
<target state="translated">Buscar</target>
</trans-unit>
<trans-unit id="managePackages.installButtonText">
<source xml:lang="en">Install</source>
<target state="translated">Instalar</target>
</trans-unit>
<trans-unit id="managePackages.packageNameTitle">
<source xml:lang="en">Package Name</source>
<target state="translated">Nombre del paquete</target>
</trans-unit>
<trans-unit id="managePackages.packageVersionTitle">
<source xml:lang="en">Package Version</source>
<target state="translated">Versión de paquete</target>
</trans-unit>
<trans-unit id="managePackages.packageSummaryTitle">
<source xml:lang="en">Package Summary</source>
<target state="translated">Resumen del paquete</target>
</trans-unit>
<trans-unit id="managePackages.noVersionsFound">
<source xml:lang="en">Could not find any valid versions for the specified package</source>
<target state="translated">No se pudo encontrar ninguna versión válida para el paquete especificado</target>
</trans-unit>
<trans-unit id="managePackages.packageRequestError">
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
<target state="translated">Error en la solicitud de información del paquete: {0} {1}</target>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallStarted">
<source xml:lang="en">Installing {0} {1}</source>
<target state="translated">Instalando {0} {1}</target>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallComplete">
<source xml:lang="en">Completed install for {0} {1}</source>
<target state="translated">Instalación completada para {0} {1}</target>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallFailed">
<source xml:lang="en">Failed to install {0} {1}. Error: {2}</source>
<target state="translated">No se pudo instalar {0} {1}. Error: {2}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/protocol/notebookUriHandler" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="notebook.unsupportedAction">
<source xml:lang="en">Action {0} is not supported for this handler</source>
<target state="translated">No se admite la acción {0} para este controlador</target>
</trans-unit>
<trans-unit id="unsupportedScheme">
<source xml:lang="en">Cannot open link {0} as only HTTP and HTTPS links are supported</source>
<target state="translated">No se puede abrir el vínculo {0} porque solo se admiten los vínculos HTTP y HTTPS</target>
</trans-unit>
<trans-unit id="notebook.confirmOpen">
<source xml:lang="en">Download and open '{0}'?</source>
<target state="translated">¿Descargar y abrir "{0}"?</target>
</trans-unit>
<trans-unit id="notebook.fileNotFound">
<source xml:lang="en">Could not find the specified file</source>
<target state="translated">No se pudo encontrar el archivo especificado</target>
</trans-unit>
<trans-unit id="notebook.fileDownloadError">
<source xml:lang="en">File open request failed with error: {0} {1}</source>
<target state="translated">Error en la solicitud de apertura de archivo: {0} {1}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/serverInstance" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="serverStopError">
<source xml:lang="en">Error stopping Notebook Server: {0}</source>
<target state="translated">Error al detener el servidor de Notebook: {0}</target>
</trans-unit>
<trans-unit id="notebookStartProcessExitPremature">
<source xml:lang="en">Notebook process exited prematurely with error: {0}, StdErr Output: {1}</source>
<target state="translated">El proceso de Notebook se cerró prematuramente con el error: {0}, Salida de StdErr: {1}</target>
</trans-unit>
<trans-unit id="jupyterError">
<source xml:lang="en">Error sent from Jupyter: {0}</source>
<target state="translated">Error enviado desde Jupyter: {0}</target>
</trans-unit>
<trans-unit id="jupyterOutputMsgStartSuccessful">
<source xml:lang="en">... Jupyter is running at {0}</source>
<target state="translated">... Jupyter se está ejecutando en {0}</target>
</trans-unit>
<trans-unit id="jupyterOutputMsgStart">
<source xml:lang="en">... Starting Notebook server</source>
<target state="translated">... Iniciando el servidor de Notebook</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterSettingWriter" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="UnexpectedSettingType">
<source xml:lang="en">Unexpected setting type {0}</source>
<target state="translated">Tipo de configuración inesperado {0}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterSessionManager" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="errorStartBeforeReady">
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
<target state="translated">No se puede iniciar una sesión, el administrador aún no está inicializado</target>
</trans-unit>
<trans-unit id="connectionNotValid">
<source xml:lang="en">Spark kernels require a connection to a SQL Server big data cluster master instance.</source>
<target state="translated">Los kernels de Spark requieren una conexión a una instancia maestra del clúster de macrodatos de SQL Server.</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterServerManager" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="shutdownError">
<source xml:lang="en">Shutdown of Notebook server failed: {0}</source>
<target state="translated">Error en el apagado del servidor de Notebook: {0}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterServerInstallation" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="msgInstallPkgProgress">
<source xml:lang="en">Notebook dependencies installation is in progress</source>
<target state="translated">La instalación de dependencias de Notebook está en curso</target>
</trans-unit>
<trans-unit id="msgPythonDownloadComplete">
<source xml:lang="en">Python download is complete</source>
<target state="translated">La descarga de Python está completa</target>
</trans-unit>
<trans-unit id="msgPythonDownloadError">
<source xml:lang="en">Error while downloading python setup</source>
<target state="translated">Error al descargar la configuración de Python</target>
</trans-unit>
<trans-unit id="msgPythonDownloadPending">
<source xml:lang="en">Downloading python package</source>
<target state="translated">Descargando paquete de Python</target>
</trans-unit>
<trans-unit id="msgPythonUnpackPending">
<source xml:lang="en">Unpacking python package</source>
<target state="translated">Desempaquetado de paquete de Python</target>
</trans-unit>
<trans-unit id="msgPythonDirectoryError">
<source xml:lang="en">Error while creating python installation directory</source>
<target state="translated">Error al crear el directorio de instalación de Python</target>
</trans-unit>
<trans-unit id="msgPythonUnpackError">
<source xml:lang="en">Error while unpacking python bundle</source>
<target state="translated">Error al desempaquetar el paquete de Python</target>
</trans-unit>
<trans-unit id="msgTaskName">
<source xml:lang="en">Installing Notebook dependencies</source>
<target state="translated">Instalación de dependencias de Notebook</target>
</trans-unit>
<trans-unit id="msgInstallPkgStart">
<source xml:lang="en">Installing Notebook dependencies, see Tasks view for more information</source>
<target state="translated">Instalación de dependencias de Notebook, consulte La vista Tareas para obtener más información</target>
</trans-unit>
<trans-unit id="msgInstallPkgFinish">
<source xml:lang="en">Notebook dependencies installation is complete</source>
<target state="translated">La instalación de las dependencias de Notebook se ha completado</target>
</trans-unit>
<trans-unit id="msgPythonRunningError">
<source xml:lang="en">Cannot overwrite existing Python installation while python is running.</source>
<target state="translated">No se puede sobrescribir la instalación de Python existente mientras python se está ejecutando.</target>
</trans-unit>
<trans-unit id="msgPendingInstallError">
<source xml:lang="en">Another Python installation is currently in progress.</source>
<target state="translated">Otra instalación de Python está actualmente en curso.</target>
</trans-unit>
<trans-unit id="msgSkipPythonInstall">
<source xml:lang="en">Python already exists at the specific location. Skipping install.</source>
<target state="translated">Python ya existe en la ubicación específica. Omitiendo la instalación.</target>
</trans-unit>
<trans-unit id="msgDependenciesInstallationFailed">
<source xml:lang="en">Installing Notebook dependencies failed with error: {0}</source>
<target state="translated">Error al instalar las dependencias de Notebook: {0}</target>
</trans-unit>
<trans-unit id="msgDownloadPython">
<source xml:lang="en">Downloading local python for platform: {0} to {1}</source>
<target state="translated">Descarga de Python local para la plataforma: {0} a {1}</target>
</trans-unit>
<trans-unit id="msgInstallStart">
<source xml:lang="en">Installing required packages to run Notebooks...</source>
<target state="translated">Instalación de paquetes necesarios para ejecutar Notebooks...</target>
</trans-unit>
<trans-unit id="msgJupyterInstallDone">
<source xml:lang="en">... Jupyter installation complete.</source>
<target state="translated">... Instalación de Jupyter completa.</target>
</trans-unit>
<trans-unit id="msgInstallingSpark">
<source xml:lang="en">Installing SparkMagic...</source>
<target state="translated">Instalación de SparkMagic...</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterNotebookProvider" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="errNotebookUriMissing">
<source xml:lang="en">A notebook path is required</source>
<target state="translated">Se requiere una ruta de acceso del bloc de notas</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/jupyter/jupyterController" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="notebookFileType">
<source xml:lang="en">Notebooks</source>
<target state="translated">Notebooks</target>
</trans-unit>
<trans-unit id="unsupportedFileType">
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
<target state="translated">Solo se admiten los Notebooks de tipo .ipynb</target>
</trans-unit>
<trans-unit id="confirmReinstall">
<source xml:lang="en">Are you sure you want to reinstall?</source>
<target state="translated">¿Está seguro de que desea volver a instalar?</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/dialog/configurePythonDialog" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="configurePython.dialogName">
<source xml:lang="en">Configure Python for Notebooks</source>
<target state="translated">Configurar Python para Notebooks</target>
</trans-unit>
<trans-unit id="configurePython.okButtonText">
<source xml:lang="en">Install</source>
<target state="translated">Instalar</target>
</trans-unit>
<trans-unit id="configurePython.cancelButtonText">
<source xml:lang="en">Cancel</source>
<target state="translated">Cancelar</target>
</trans-unit>
<trans-unit id="configurePython.browseButtonText">
<source xml:lang="en">Browse</source>
<target state="translated">Examinar</target>
</trans-unit>
<trans-unit id="configurePython.locationTextBoxText">
<source xml:lang="en">Python Install Location</source>
<target state="translated">Ubicación de instalación de Python</target>
</trans-unit>
<trans-unit id="configurePython.selectFileLabel">
<source xml:lang="en">Select</source>
<target state="translated">Seleccionar</target>
</trans-unit>
<trans-unit id="configurePython.installNote">
<source xml:lang="en">This installation will take some time. It is recommended to not close the application until the installation is complete.</source>
<target state="translated">Esta instalación llevará algún tiempo. Se recomienda no cerrar la aplicación hasta que se complete la instalación.</target>
</trans-unit>
<trans-unit id="configurePython.invalidLocationMsg">
<source xml:lang="en">The specified install location is invalid.</source>
<target state="translated">La ubicación de instalación especificada no es válida.</target>
</trans-unit>
<trans-unit id="configurePython.pythonNotFoundMsg">
<source xml:lang="en">No python installation was found at the specified location.</source>
<target state="translated">No se encontró ninguna instalación de Python en la ubicación especificada.</target>
</trans-unit>
<trans-unit id="configurePython.pythonInstallDeclined">
<source xml:lang="en">Python installation was declined.</source>
<target state="translated">La instalación de Python se rechazó.</target>
</trans-unit>
<trans-unit id="configurePython.installationType">
<source xml:lang="en">Installation Type</source>
<target state="translated">Tipo de instalación</target>
</trans-unit>
<trans-unit id="configurePython.newInstall">
<source xml:lang="en">New Python installation</source>
<target state="translated">Nueva instalación de Python</target>
</trans-unit>
<trans-unit id="configurePython.existingInstall">
<source xml:lang="en">Use existing Python installation</source>
<target state="translated">Usar la instalación de Python existente</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/book/bookTreeView" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="openNotebookError">
<source xml:lang="en">Open file {0} failed: {1}</source>
<target state="translated">Error en la apertura del archivo {0}: {1}</target>
</trans-unit>
<trans-unit id="openMarkdownError">
<source xml:lang="en">Open file {0} failed: {1}</source>
<target state="translated">Error en la apertura del archivo {0}: {1}</target>
</trans-unit>
<trans-unit id="openExternalLinkError">
<source xml:lang="en">Open link {0} failed: {1}</source>
<target state="translated">Error al abrir el vínculo {0}: {1}</target>
</trans-unit>
<trans-unit id="openConfigFileError">
<source xml:lang="en">Open file {0} failed: {1}</source>
<target state="translated">Error en la apertura del archivo {0}: {1}</target>
</trans-unit>
<trans-unit id="openExternalLinkCommand">
<source xml:lang="en">Open External Link</source>
<target state="translated">Abrir vínculo externo</target>
</trans-unit>
<trans-unit id="openNotebookCommand">
<source xml:lang="en">Open Notebook</source>
<target state="translated">Abrir Notebook</target>
</trans-unit>
<trans-unit id="openMarkdownCommand">
<source xml:lang="en">Open Markdown</source>
<target state="translated">Abrir Markdown</target>
</trans-unit>
<trans-unit id="missingFileError">
<source xml:lang="en">Missing file : {0}</source>
<target state="translated">Falta el archivo: {0}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/common/utils" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="mkdirOutputMsg">
<source xml:lang="en">... Creating {0}</source>
<target state="translated">... Creando {0}</target>
</trans-unit>
<trans-unit id="executeCommandProcessExited">
<source xml:lang="en">Process exited with code {0}</source>
<target state="translated">Proceso cerrado con el código {0}</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/common/localizedConstants" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="msgYes">
<source xml:lang="en">Yes</source>
<target state="translated"></target>
</trans-unit>
<trans-unit id="msgNo">
<source xml:lang="en">No</source>
<target state="translated">No</target>
</trans-unit>
<trans-unit id="msgSampleCodeDataFrame">
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
<target state="translated">Este código de ejemplo carga el archivo en un marco de datos y muestra los primeros 10 resultados.</target>
</trans-unit>
</body>
</file>
<file original="extensions/notebook/out/extension" source-language="en" target-language="es" datatype="plaintext">
<body>
<trans-unit id="msgSampleCodeDataFrame">
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
<target state="translated">Este código de ejemplo carga el archivo en un marco de datos y muestra los primeros 10 resultados.</target>
</trans-unit>
<trans-unit id="noNotebookVisible">
<source xml:lang="en">No notebook editor is active</source>
<target state="translated">Ningún editor de blocs de notas está activo</target>
</trans-unit>
<trans-unit id="codeCellName">
<source xml:lang="en">Code</source>
<target state="translated">Código</target>
</trans-unit>
<trans-unit id="textCellName">
<source xml:lang="en">Text</source>
<target state="translated">Texto</target>
</trans-unit>
<trans-unit id="selectCellType">
<source xml:lang="en">What type of cell do you want to add?</source>
<target state="translated">¿Qué tipo de celda desea agregar?</target>
</trans-unit>
<trans-unit id="notebookFiles">
<source xml:lang="en">Notebooks</source>
<target state="translated">Notebooks</target>
</trans-unit>
</body>
</file>
</xliff>