Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/libo_help-7-6/textsbasicguide/es/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 248,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/changes/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/98599018/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503716Z",
            "action": 59,
            "target": "La diferencia principal entre los scripts Python y Basic reside en la manera de acceder al objeto hoja utilizando la variable de contexto <literal>XSCRIPTCONTEXT</literal>. Después de esto, todos los métodos y propiedades son idénticos en Basic y en Python.",
            "id": 35972616,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972616/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98599016/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503676Z",
            "action": 59,
            "target": "El ejemplo también puede implementarse en Python:",
            "id": 35972615,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972615/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98599011/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503632Z",
            "action": 59,
            "target": "Esto se puede hacer utilizando el método <literal>getCellByPosition(colIndex, rowIndex)</literal>, que tiene en cuenta los índices de columna y fila. El ejemplo siguiente en Basic modifica el valor del texto en la celda \"C1\" (columna 2, fila 0).",
            "id": 35972614,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972614/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98599004/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503588Z",
            "action": 59,
            "target": "Observe que, en los ejemplos anteriores, la celda es accesible utilizando su nombre de intervalo «A1». Es también posible acceder a las celdas con la ayuda de índices, como si la hoja fuese una matriz en la que las columnas y filas están indizadas a partir de cero.",
            "id": 35972613,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972613/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98599001/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503546Z",
            "action": 59,
            "target": "Se puede lograr lo mismo con Python:",
            "id": 35972612,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972612/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598998/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503502Z",
            "action": 59,
            "target": "El ejemplo siguiente introduce el valor numérico 123 en la celda «A1» de la hoja activa.",
            "id": 35972611,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972611/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598996/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503459Z",
            "action": 59,
            "target": "Acceder a una única celda",
            "id": 35972610,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972610/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598994/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503417Z",
            "action": 59,
            "target": "Todos los ejemplos presentados en esta página pueden ser implementados tanto en BASIC como en Python.",
            "id": 35972609,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972609/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598989/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503376Z",
            "action": 59,
            "target": "Las macros en %PRODUCTNAME Calc a menudo deben leer y escribir valores en hojas de cálculo. Esta página de la ayuda describe los diversos enfoques para acceder a hojas e intervalos y leer o escribir sus valores.",
            "id": 35972608,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972608/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598984/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503332Z",
            "action": 59,
            "target": "<variable id=\"title\"><link href=\"text/sbasic/guide/read_write_values.xhp\">Lectura y escritura de valores en intervalos</link></variable>",
            "id": 35972607,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972607/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598980/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503290Z",
            "action": 59,
            "target": "Leer y escribir valores en intervalos",
            "id": 35972606,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972606/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598979/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503247Z",
            "action": 59,
            "target": "Arrastre el botón hasta el tamaño que desee en el diálogo.",
            "id": 35972605,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972605/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598976/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503204Z",
            "action": 59,
            "target": "Pulse una herramienta de la barra, por ejemplo <emph>Botón</emph>.",
            "id": 35972604,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972604/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598974/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503161Z",
            "action": 59,
            "target": "Para abrir el <emph>Cuadro de herramientas</emph> pulse en la flecha situada junto al icono <emph>Insertar controles</emph> en la barra de herramientas <emph>Macro</emph>.",
            "id": 35972603,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972603/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598972/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503117Z",
            "action": 59,
            "target": "Para añadir controles a su diálogo, utilice las herramientas del <emph>Cuadro de herramientas </emph>del editor de diálogos de Basic.",
            "id": 35972602,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972602/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598967/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503074Z",
            "action": 59,
            "target": "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\">Creación de controles en el Editor de diálogos</link></variable>",
            "id": 35972601,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972601/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598962/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.503031Z",
            "action": 59,
            "target": "<bookmark_value>controles; creación en el editor de diálogos</bookmark_value><bookmark_value>editor de diálogos; creación de controles</bookmark_value>",
            "id": 35972600,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972600/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598959/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502987Z",
            "action": 59,
            "target": "Creación de controles en el Editor de diálogos",
            "id": 35972599,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972599/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598956/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502943Z",
            "action": 59,
            "target": "Pulse en una herramienta y después arrastre el diálogo para crear el control.",
            "id": 35972598,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972598/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598953/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502901Z",
            "action": 59,
            "target": "Si no ve la barra <emph>Cuadro de herramientas</emph>, pulse en la flecha ubicada junto al icono <emph>Insertar controles</emph> para abrir la barra <emph>Cuadro de herramientas</emph>.",
            "id": 35972597,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972597/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598949/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502858Z",
            "action": 59,
            "target": "Pulse en <emph>Editar</emph>. El editor de diálogos de Basic se abre con un diálogo vacío.",
            "id": 35972596,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972596/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598946/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502817Z",
            "action": 59,
            "target": "Dé un nombre al cuadro de diálogo y pulse en <emph>Aceptar</emph>. Para cambiarle el nombre posteriormente, pulse con el botón secundario del ratón en la pestaña y seleccione <emph>Cambiar nombre</emph>.",
            "id": 35972595,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972595/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598941/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502775Z",
            "action": 59,
            "target": "Elija <emph>Herramientas ▸ Macros ▸ Organizar diálogos</emph>, y luego pulse en <emph>Nuevo</emph>.",
            "id": 35972594,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972594/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598938/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502733Z",
            "action": 59,
            "target": "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\">Crear un diálogo de Basic</link></variable>",
            "id": 35972593,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972593/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598935/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502691Z",
            "action": 59,
            "target": "<bookmark_value>diálogos;crear diálogos de Basic</bookmark_value>",
            "id": 35972592,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972592/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598932/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502649Z",
            "action": 59,
            "target": "Crear un diálogo de Basic",
            "id": 35972591,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972591/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598929/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502607Z",
            "action": 59,
            "target": "Para cambiar las propiedades de un control en el modo de diseño, pulse con el botón secundario del ratón en el control y elija <emph>Propiedades</emph>.",
            "id": 35972590,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972590/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598918/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502563Z",
            "action": 59,
            "target": "Pueden establecerse las propiedades de los controles que se añadan a un cuadro de diálogo. Por ejemplo, puede cambiar el color, nombre y tamaño de un botón. Cuando se crean o editan cuadros de diálogo se pueden cambiar muchas propiedades del control. Sin embargo, algunas propiedades solo pueden cambiarse en tiempo de ejecución.",
            "id": 35972589,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972589/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598909/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502519Z",
            "action": 59,
            "target": "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\">Cambiar las propiedades de los controles del Editor de diálogos</link></variable>",
            "id": 35972588,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972588/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598901/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502475Z",
            "action": 59,
            "target": "<bookmark_value>propiedades;controles del editor de diálogos</bookmark_value><bookmark_value>cambiar;propiedades de controles</bookmark_value><bookmark_value>controles;cambiar propiedades</bookmark_value><bookmark_value>editor de diálogos;cambiar propiedades de controles</bookmark_value>",
            "id": 35972587,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972587/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598888/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502432Z",
            "action": 59,
            "target": "Cambio de las propiedades de los controles en el Editor de diálogos",
            "id": 35972586,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972586/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598884/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502383Z",
            "action": 59,
            "target": "Consulte la <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\"> referencia a la estructura TableBorder2 </link> en la documentación de la API de LibreOffice para más información.",
            "id": 35972585,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972585/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598875/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502339Z",
            "action": 59,
            "target": "La macro se puede implementar en Python de la manera siguiente:",
            "id": 35972584,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972584/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598867/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502296Z",
            "action": 59,
            "target": "' Aplica el formato de tabla al intervalo «B2:E5»",
            "id": 35972583,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972583/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598860/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502255Z",
            "action": 59,
            "target": "' Estructura que almacena la definición de TableBorder2 nueva",
            "id": 35972582,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972582/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598855/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502213Z",
            "action": 59,
            "target": "' Define el formato de línea nuevo",
            "id": 35972581,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972581/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598842/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502169Z",
            "action": 59,
            "target": "Además de los bordes superior, inferior, izquierdo y derecho, <literal>TableBorder2</literal> también define los bordes vertical y horizontal. La siguiente macro afecta solo a los bordes superior e inferior del intervalo «B2:E5».",
            "id": 35972580,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972580/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598838/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502125Z",
            "action": 59,
            "target": "Los objetos del intervalo poseen una propiedad denominada <literal>TableBorder2</literal> que puede utilizarse para dar formato a los bordes del intervalo tal como se hace en el cuadro de diálogo <menuitem>Formato ▸ Celdas ▸ Bordes</menuitem>, sección <emph>Disposición de líneas</emph>.",
            "id": 35972579,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972579/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598834/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502083Z",
            "action": 59,
            "target": "Formato de bordes mediante TableBorder2",
            "id": 35972578,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972578/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598831/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.502040Z",
            "action": 59,
            "target": "Consulte <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\">Referencia de la constante BorderLineStyle</link> en la documentación de la API de LibreOffice para más detalles de las constantes de estilos de línea.",
            "id": 35972577,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972577/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598829/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501999Z",
            "action": 59,
            "target": "Trazo-punto-punto",
            "id": 35972576,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972576/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598828/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501957Z",
            "action": 59,
            "target": "Trazo-punto",
            "id": 35972575,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972575/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598826/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501916Z",
            "action": 59,
            "target": "Doble, delgada",
            "id": 35972574,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972574/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598824/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501874Z",
            "action": 59,
            "target": "Fina, discontinua",
            "id": 35972573,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972573/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598822/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501832Z",
            "action": 59,
            "target": "Discontinuo",
            "id": 35972572,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972572/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598821/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501791Z",
            "action": 59,
            "target": "Punteado",
            "id": 35972571,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972571/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598819/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501749Z",
            "action": 59,
            "target": "Sólido",
            "id": 35972570,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972570/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598817/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501709Z",
            "action": 59,
            "target": "Nombre de estilo de línea",
            "id": 35972569,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972569/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598815/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501669Z",
            "action": 59,
            "target": "Valor de entero",
            "id": 35972568,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972568/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98598813/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:47.501627Z",
            "action": 59,
            "target": "Nombre de constante",
            "id": 35972567,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35972567/?format=api"
        }
    ]
}