Translation components API.

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

GET /api/components/libo_help-24-2/textswriterlibrelogo/changes/?format=api&page=600
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 30159,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/changes/?format=api&page=601",
    "previous": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/changes/?format=api&page=599",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845327/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118470Z",
            "action": 59,
            "target": "WHILE TRUE [ POSITION ANY ] ; endless loop<br/> PRINT TRUE ; print true<br/>",
            "id": 45582212,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582212/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845300/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118425Z",
            "action": 59,
            "target": "Logical value.",
            "id": 45582211,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582211/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845257/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118381Z",
            "action": 59,
            "target": "TRUE",
            "id": 45582210,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582210/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845230/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118338Z",
            "action": 59,
            "target": "PENCOLOR ANY ; random pen color<br/>",
            "id": 45582209,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582209/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845192/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118293Z",
            "action": 59,
            "target": "Default random value of colors, etc.",
            "id": 45582208,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582208/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845164/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118255Z",
            "action": 59,
            "target": "ANY",
            "id": 45582207,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582207/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845136/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118212Z",
            "action": 59,
            "target": "Default variables",
            "id": 45582206,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582206/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845117/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118173Z",
            "action": 59,
            "target": "TO example number<br/>   IF number < 0 [ STOP ]<br/>   PRINT SQRT number ; print square root<br/> ]<br/> <br/> example 100<br/> example -1 ; without output and error<br/> example 25<br/>",
            "id": 45582205,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582205/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845096/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118134Z",
            "action": 59,
            "target": "Return from the procedure.",
            "id": 45582204,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582204/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845055/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118094Z",
            "action": 59,
            "target": "STOP",
            "id": 45582203,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582203/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107845034/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118051Z",
            "action": 59,
            "target": "TO randomletter<br/>   OUTPUT RANDOM “qwertzuiopasdfghjklyxcvbnm”<br/> END<br/> <br/> PRINT randomletter + randomletter + randomletter ; print 3-letter random character sequence<br/>",
            "id": 45582202,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582202/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844996/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.118007Z",
            "action": 59,
            "target": "Return value of the function.",
            "id": 45582201,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582201/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844969/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117962Z",
            "action": 59,
            "target": "OUTPUT",
            "id": 45582200,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582200/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844945/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117917Z",
            "action": 59,
            "target": "TO triangle<br/>   REPEAT 2 [ FORWARD 100 RIGHT 120 ] FILL<br/> END<br/> <br/> REPEAT 10 [ triangle PENUP POSITION ANY PENDOWN ]<br/>",
            "id": 45582199,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582199/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844931/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117874Z",
            "action": 59,
            "target": "New word (or procedure).",
            "id": 45582198,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582198/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844917/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117829Z",
            "action": 59,
            "target": "TO, END",
            "id": 45582197,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582197/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844897/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117785Z",
            "action": 59,
            "target": "Subroutines",
            "id": 45582196,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582196/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844875/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117741Z",
            "action": 59,
            "target": "IF a < 10 AND NOT a = 5 [ PRINT “0, 1, 2, 3, 4, 6, 7, 8 or 9” ]<br/> IF a < 10 AND a != 5 [ PRINT “0, 1, 2, 3, 4, 6, 7, 8 or 9” ] ; as above<br/>",
            "id": 45582195,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582195/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844858/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117698Z",
            "action": 59,
            "target": "Logical operators.",
            "id": 45582194,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582194/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844841/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117661Z",
            "action": 59,
            "target": "AND, OR, NOT",
            "id": 45582193,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582193/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844827/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117619Z",
            "action": 59,
            "target": "; IF condition [ true block ]<br/> ; IF condition [ true block ] [ false block ]<br/> <br/> IF a < 10 [ PRINT “Small” ]<br/> IF a < 10 [ PRINT “Small” ] [ PRINT “Big” ]<br/>",
            "id": 45582192,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582192/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844805/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117579Z",
            "action": 59,
            "target": "IF",
            "id": 45582191,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582191/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844790/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117539Z",
            "action": 59,
            "target": "Conditions",
            "id": 45582190,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582190/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844772/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117499Z",
            "action": 59,
            "target": "REPEAT 100 [<br/>   POSITION ANY<br/>   IF REPCOUNT % 2 = 0 [ CONTINUE ]<br/>   CIRCLE 10 ; draw circles on every 2nd positions<br/> ]<br/>",
            "id": 45582189,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582189/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844756/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117456Z",
            "action": 59,
            "target": "Jump into the next iteration of the loop.",
            "id": 45582188,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582188/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844747/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117413Z",
            "action": 59,
            "target": "CONTINUE",
            "id": 45582187,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582187/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844736/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117366Z",
            "action": 59,
            "target": "REPEAT [ ; endless loop<br/>   POSITION ANY<br/>   IF REPCOUNT = 100 [ BREAK ]  ; equivalent of the REPEAT 100 [ ... ]<br/> ]<br/>",
            "id": 45582186,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582186/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844714/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117264Z",
            "action": 59,
            "target": "Stop the loop.",
            "id": 45582185,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582185/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844692/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117219Z",
            "action": 59,
            "target": "BREAK",
            "id": 45582184,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582184/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844677/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117175Z",
            "action": 59,
            "target": "WHILE TRUE [ POSITION ANY ] ; endless loop<br/> WHILE REPCOUNT <= 10 [ FORWARD 50 LEFT 36 ] ; as REPEAT 10 [ ... ]<br/>",
            "id": 45582183,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582183/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844650/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117132Z",
            "action": 59,
            "target": "WHILE",
            "id": 45582182,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582182/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844624/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117089Z",
            "action": 59,
            "target": "FOR i IN “text” [<br/>   LABEL i<br/>   FORWARD 10<br/> ]<br/>",
            "id": 45582181,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582181/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844593/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117046Z",
            "action": 59,
            "target": "Loop for the characters of a character sequence:",
            "id": 45582180,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582180/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844566/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.117007Z",
            "action": 59,
            "target": "FOR i IN [1, 5, 7, 9, 11] [<br/>   FORWARD i<br/>   LEFT 90<br/> ]<br/>",
            "id": 45582179,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582179/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844533/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116962Z",
            "action": 59,
            "target": "Loop for the list elements:",
            "id": 45582178,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582178/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844506/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116923Z",
            "action": 59,
            "target": "FOR IN",
            "id": 45582177,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582177/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844463/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116883Z",
            "action": 59,
            "target": "REPEAT 100 [ FORWARD REPCOUNT LEFT 90 ]<br/>",
            "id": 45582176,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582176/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844435/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116843Z",
            "action": 59,
            "target": "Loop variable (also in the FOR and WHILE loops).",
            "id": 45582175,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582175/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844407/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116800Z",
            "action": 59,
            "target": "REPCOUNT",
            "id": 45582174,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582174/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844388/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116757Z",
            "action": 59,
            "target": "; number is optional<br/> <br/> REPEAT [ POSITION ANY ] ; endless loop<br/>",
            "id": 45582173,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582173/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844341/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116712Z",
            "action": 59,
            "target": "; REPEAT number [ commands ]<br/> <br/> REPEAT 10 [ FORWARD 10 LEFT 45 CIRCLE 10 ] ; repeat 10 times<br/>",
            "id": 45582172,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582172/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844307/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116667Z",
            "action": 59,
            "target": "REPEAT",
            "id": 45582171,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582171/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844282/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116623Z",
            "action": 59,
            "target": "Loops",
            "id": 45582170,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582170/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844251/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116579Z",
            "action": 59,
            "target": "PICTURE [ CIRCLE 20 POSITION [-100, 100] CIRCLE 20 ]<br/>",
            "id": 45582169,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582169/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844229/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116534Z",
            "action": 59,
            "target": "Use PICTURE to keep the consistency of positions and line shapes at the left border of Writer:",
            "id": 45582168,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582168/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844198/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116490Z",
            "action": 59,
            "target": "Consistency at the left border",
            "id": 45582167,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582167/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844167/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116446Z",
            "action": 59,
            "target": "PICTURE “animation.svg” [ CIRCLE 5 SLEEP 1000 CIRCLE 99 ] ; save as an SVG/SMIL animation (see also SLEEP)<br/> PICTURE “animation2.svg” [ CIRCLE 5 SLEEP 1000 CIRCLE 99 SLEEP 2000 ] ; as above, but using SLEEP after the last object will result looping: after 2 seconds the SVG animation restarts in SMIL-conformant browsers",
            "id": 45582166,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582166/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844129/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116408Z",
            "action": 59,
            "target": "Saving SVG/SMIL animations (drawings with SLEEP commands)",
            "id": 45582165,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582165/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844100/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116368Z",
            "action": 59,
            "target": "PICTURE “example.svg” [ CIRCLE 5 ] ; save the picture as an SVG image file in the user folder<br/> PICTURE “Desktop/example.svg” [ FORWARD 100 CIRCLE 5 ] ; as above, with a relative path<br/> PICTURE “/home/user/example.svg” [ CIRCLE 5 ] ; absolute path for Unix/Linux<br/> PICTURE “C:\\example.svg” [ CIRCLE 5 ] ; absolute path for Windows<br/>",
            "id": 45582164,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582164/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107844068/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:32.116329Z",
            "action": 59,
            "target": "Saving SVG images",
            "id": 45582163,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582163/?format=api"
        }
    ]
}