Files
smoothschedule/activepieces-fork/packages/pieces/community/microsoft-excel-365/src/i18n/es.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

148 lines
13 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Spreadsheet software by Microsoft": "Software de hoja de cálculo por Microsoft",
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add ": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, youll be redirected to the apps overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n - Files.ReadWrite\n - offline_access\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
"Append Row to Worksheet": "Añadir fila a la hoja de trabajo",
"Get Worksheets": "Obtener hojas de trabajo",
"Get Worksheet Rows": "Obtener filas de hojas de trabajo",
"Update Worksheet Rows": "Actualizar Filas de Hoja de Trabajo",
"Clear Worksheet": "Limpiar hoja de trabajo",
"Delete Worksheet": "Eliminar hoja de trabajo",
"Get Workbooks": "Obtener libros de trabajo",
"Delete Workbook": "Eliminar Libro de Trabajo",
"Add a Worksheet to a Workbook": "Añadir una hoja de trabajo a un libro de trabajo",
"Get Table Rows": "Obtener Arcos de Tabla",
"Get Table Columns": "Obtener columnas de tabla",
"Create Table": "Crear tabla",
"Delete Table": "Eliminar tabla",
"Lookup Table Column": "Columna de Tabla de Búsqueda",
"Append Rows to a Table": "Añadir filas a una tabla",
"Convert to Range": "Convertir a rango",
"Create Workbook": "Crear Libro de Trabajo",
"Clear Column by Index": "Limpiar columna por índice",
"Clear Cells by Range": "Limpiar celdas por rango",
"Clear Row by ID": "Limpiar fila por ID",
"Create Worksheet": "Crear hoja de trabajo",
"Find Row": "Buscar fila",
"Get Cells in Range": "Obtener celdas en el rango",
"Get Row by ID": "Obtener fila por ID",
"Get Worksheet by ID": "Obtener Hoja de Trabajo por ID",
"Rename Worksheet": "Renombrar hoja de trabajo",
"Custom API Call": "Llamada API personalizada",
"Append row of values to a worksheet": "Añadir fila de valores a una hoja de trabajo",
"Retrieve worksheets from a workbook": "Recuperar hojas de trabajo de un libro",
"Retrieve rows from a worksheet": "Recuperar filas de una hoja de trabajo",
"Update a row in a worksheet": "Actualizar una fila en una hoja de trabajo",
"Clear a worksheet": "Limpiar una hoja de trabajo",
"Delete a worksheet in a workbook": "Eliminar una hoja de trabajo en un libro",
"Retrieve a list of workbooks": "Recuperar una lista de libros de trabajo",
"Delete a workbook": "Eliminar un libro",
"Add a worksheet to a workbook": "Añadir una hoja de trabajo a un libro",
"List rows of a table in a worksheet": "Listar filas de una tabla en una hoja de trabajo",
"List columns of a table in a worksheet": "Listar columnas de una tabla en una hoja de trabajo",
"Create a table in a worksheet": "Crear una tabla en una hoja de trabajo",
"Delete a table from a worksheet": "Eliminar una tabla de una hoja de trabajo",
"Lookup a value in a table column in a worksheet": "Buscar un valor en una columna de tabla en una hoja de trabajo",
"Append rows to a table": "Añadir filas a una tabla",
"Converts a table to a range": "Convierte una tabla a un rango",
"Create a new workbook at the specified location": "Crear un nuevo libro en la ubicación especificada",
"Clear contents/formatting of a column by its index.": "Elimina el contenido/formato de una columna por su índice.",
"Clear a block of cells (range) content or formatting.": "Elimina un bloque de contenido o formato de celdas (rango).",
"Clear contents/formatting of an entire row by its ID.": "Elimina el contenido/formato de una fila entera por su ID.",
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Añadir una nueva hoja de trabajo (pestaña) a un libro de trabajo existente con cabeceras predeterminadas opcionales.",
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Busque una fila especificando una columna de búsqueda y un valor (por ejemplo, encuentre una fila donde “ID” = 123).",
"Retrieve the values in a given cell range (e.g., “A1:C10”).": "Recuperar los valores en un determinado rango de celdas (por ejemplo, “A1:C10”).",
"  Retrieve the entire content of a row by its row ID.": " Recuperar todo el contenido de una fila por su ID de fila.",
"Retrieve metadata of a worksheet by its ID.": "Recuperar metadatos de una hoja de trabajo por su ID.",
"Change the name of an existing worksheet.": "Cambiar el nombre de una hoja de trabajo existente.",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"Workbook": "Libro de trabajo",
"Worksheet": "Hoja de trabajo",
"Does the first row contain headers?": "¿La primera fila contiene cabeceras?",
"Values": "Valores",
"Return All": "Devolver todos",
"Limit": "Límite",
"Range": "Range",
"Header Row": "Fila de cabecera",
"First Data Row": "Primera fila de datos",
"Row number": "Número de fila",
"Worksheet Name": "Nombre de la hoja de trabajo",
"Table": "Tabla",
"Select Range": "Seleccionar rango",
"Has Headers": "Tiene cabeceras",
"Lookup Column": "Columna de Búsqueda",
"Lookup Value": "Valor de Búsqueda",
"Return All Matches": "Devolver todas las partidas",
"Name": "Nombre",
"Parent Folder": "Carpeta padre",
"Column Index": "Índice de columna",
"Clear Type": "Borrar tipo",
"Row Number": "Número de fila",
"Headers": "Encabezados",
"Row ID (Index)": "ID fila (índice)",
"New Worksheet Name": "Nuevo nombre de hoja de trabajo",
"Method": "Método",
"Query Parameters": "Parámetros de consulta",
"Body": "Cuerpo",
"Response is Binary ?": "¿Respuesta es binaria?",
"No Error on Failure": "No hay ningún error en fallo",
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
"If the first row is headers": "Si la primera fila son cabeceras",
"The values to insert": "Los valores a insertar",
"If checked, all worksheets will be returned": "Si está marcado, todas las hojas de trabajo serán devueltas",
"Limit the number of worksheets returned": "Limitar el número de hojas de cálculo devueltas",
"Range of the rows to retrieve (e.g., A2:B2)": "Rango de las filas a recuperar (por ejemplo, A2:B2)",
"Row number of the header": "Número de fila de la cabecera",
"Row number of the first data row": "Número de fila de la primera fila de datos",
"The row number to update": "El número de fila a actualizar",
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "El rango en notación A1 (por ej., A2:B2) para limpiar en la hoja de cálculo, si no se proporciona, limpiar toda la hoja de trabajo",
"Limits the number of workbooks returned, returns all workbooks if empty": "Limita el número de libros de trabajo devueltos, devuelve todos los libros de trabajo si está vacío",
"The name of the new worksheet": "El nombre de la nueva hoja de trabajo",
"Limit the number of rows retrieved": "Limitar el número de filas recuperadas",
"Limit the number of columns retrieved": "Limitar el número de columnas recuperadas",
"How to select the range for the table": "Cómo seleccionar el rango para la tabla",
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "El rango de celdas en notación A1 (por ejemplo, A2:B2) que se convertirá en una tabla",
"Whether the range has column labels": "Si el rango tiene etiquetas de columna",
"The column name to lookup the value in": "El nombre de la columna en la que buscar el valor",
"The value to lookup": "El valor a buscar",
"If checked, all matching rows will be returned": "Si está marcado, todas las filas coincidentes serán devueltas",
"The name of the new workbook": "El nombre del nuevo libro",
"The parent folder to use": "La carpeta padre a usar",
"The 1-based index of the column to be cleared (e.g., 1 for column A, 2 for column B).": "El índice 1 basado en la columna a ser borrada (por ejemplo, 1 para la columna A, 2 para la columna B).",
"Specify what to clear from the column.": "Especifique qué borrar de la columna.",
"The range of cells to clear, in A1 notation (e.g., \"A1:C5\").": "El rango de células a limpiar, en notación A1 (por ejemplo, \"A1:C5\").",
"Specify what to clear from the range.": "Especifique qué limpiar del rango.",
"The number of the row to be cleared (e.g., 5 for the 5th row).": "El número de la fila a limpiar (por ejemplo, 5 para la quinta fila).",
"Specify what to clear from the row.": "Especifique qué borrar de la fila.",
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "El nombre de la nueva hoja de cálculo. Si no se proporciona, se asignará un nombre por defecto como 'Sheet1'.",
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Opcional: Una lista de cabeceras a añadir a la primera fila. Se creará una tabla a partir de estas cabeceras.",
"The column to search in.": "La columna en la que buscar.",
"The value to find in the lookup column.": "El valor a encontrar en la columna de búsqueda.",
"The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").": "El rango de celdas a recuperar, en notación A1 (por ej., \"A1:C10\").",
"The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).": "El índice cero de la fila a recuperar (por ejemplo, 0 para la primera fila, 1 para la segunda).",
"\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n": "\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n",
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
"All (Contents and Formatting)": "Todo (contenido y formato)",
"Contents Only": "Sólo contenido",
"Formats Only": "Sólo formatos",
"GET": "RECOGER",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "BORRAR",
"HEAD": "LIMPIO",
"New Row": "Nueva fila",
"New Row in Table": "Nueva fila en la tabla",
"New Worksheet": "Nueva hoja de trabajo",
"Updated Row": "Fila actualizada",
"Trigger when a new row is added, and it can include existing rows as well.": "Activar cuando se agrega un nuevo registro, y también puede incluir registros existentes.",
"Fires when a new row is added to a table within a worksheet.": "Dispara cuando se agrega un nuevo registro a una tabla dentro de una hoja de cálculo.",
"Fires when a new worksheet is created in a workbook.": "Dispara cuando se crea una nueva hoja de trabajo en un libro.",
"Fires when a row (in a worksheet) is added or updated.": "Dispara cuando una fila (en una hoja de cálculo) es añadida o actualizada.",
"Max Rows to Poll": "Máximas filas a la encuesta",
"My table has headers": "Mi tabla tiene cabeceras",
"First row has headers": "La primera fila tiene cabeceras",
"The maximum number of rows to poll, the rest will be polled on the next run.": "El número máximo de filas a encuestar, el resto serán encuestados en la próxima ejecución.",
"Enable this if the first row of your table is a header row.": "Habilita esto si la primera fila de tu tabla es una fila de cabecera.",
"Enable this if the first row of your worksheet should be treated as headers.": "Habilite esto si la primera fila de su hoja de trabajo debe ser tratada como cabeceras."
}