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=603
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 30143,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/changes/?format=api&page=602",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/107841078/?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.110462Z",
            "action": 59,
            "target": "Python list and string handling",
            "id": 45582046,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582046/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107841050/?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.110424Z",
            "action": 59,
            "target": "PRINT \"word ; original Logo syntax<br/> PRINT “Arbitrary text.” ; orthography, Writer<br/> PRINT 'Arbitrary text.' ; Python syntax<br/>",
            "id": 45582045,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582045/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107841013/?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.110385Z",
            "action": 59,
            "target": "String notation supports also orthographical and Python syntax.",
            "id": 45582044,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582044/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840976/?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.110345Z",
            "action": 59,
            "target": "TO triangle size<br/>   REPEAT 3 [ FORWARD size LEFT 120 ]<br/> END<br/>",
            "id": 45582043,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582043/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840942/?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.110306Z",
            "action": 59,
            "target": "The colon is optional before the variable names.",
            "id": 45582042,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582042/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840893/?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.110266Z",
            "action": 59,
            "target": "Other features of LibreLogo",
            "id": 45582041,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582041/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840863/?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.110231Z",
            "action": 59,
            "target": "1-line function declarations are not supported (TO and END need new lines).",
            "id": 45582040,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582040/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840831/?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.110194Z",
            "action": 59,
            "target": "Lists need close parenthesization: POSITION [0, 0], and not POSITION [ 0, 0 ]",
            "id": 45582039,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582039/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840804/?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.110156Z",
            "action": 59,
            "target": "Program blocks need space or new line at parenthesization: REPEAT 10 [ FORWARD 10 LEFT 36 ]",
            "id": 45582038,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582038/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840777/?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.110118Z",
            "action": 59,
            "target": "Program blocks and lists are different",
            "id": 45582037,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582037/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840743/?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.110077Z",
            "action": 59,
            "target": "List members are comma separated: POSITION [0, 0]",
            "id": 45582036,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582036/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840720/?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.110035Z",
            "action": 59,
            "target": "Differences from the Logo programming language",
            "id": 45582035,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582035/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840692/?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.109996Z",
            "action": 59,
            "target": "TO triangle :size<br/> REPEAT 3 [<br/>   FORWARD :size<br/>   LEFT 120<br/> ]<br/> END<br/> <br/> triangle 10 triangle 100 triangle 200<br/>",
            "id": 45582034,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582034/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840655/?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.109956Z",
            "action": 59,
            "target": "LibreLogo is an easily localizable, Logo-like programming language, localized in several languages by LibreOffice native language communities. It is back-compatible with the older Logo systems in the case of the simple Logo programs used in education, eg.",
            "id": 45582033,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582033/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840635/?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.109915Z",
            "action": 59,
            "target": "LibreLogo programming language",
            "id": 45582032,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582032/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840607/?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.109874Z",
            "action": 59,
            "target": "LibreLogo drawings and programs use the same Writer document. The LibreLogo canvas is on the first page of the Writer document. You can insert a page break before the LibreLogo programs and set page zoom using the “magic wand” icon of the Logo toolbar, also change the font size for a comfortable 2-page layout for LibreLogo programming: left (first) page is the canvas, right (second) page is the LibreLogo program editor.",
            "id": 45582031,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582031/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840585/?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.109831Z",
            "action": 59,
            "target": "Program editing",
            "id": 45582030,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582030/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840567/?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.109790Z",
            "action": 59,
            "target": "Turtle shape of LibreLogo is a normal fixed size drawing object. You can position and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Thickness, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo.",
            "id": 45582029,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582029/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840508/?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.109750Z",
            "action": 59,
            "target": "Graphical user interface of basic turtle settings",
            "id": 45582028,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582028/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840480/?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.109712Z",
            "action": 59,
            "target": "To reset the command line triple-click it or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode> to select the previous commands, and type the new commands.",
            "id": 45582027,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582027/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840444/?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.109673Z",
            "action": 59,
            "target": "FORWARD 200 LEFT 89<br/>",
            "id": 45582026,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582026/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840408/?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.109635Z",
            "action": 59,
            "target": "Hold down the Enter to repeat the command line, for example, on the following command sequence:",
            "id": 45582025,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582025/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840374/?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.109596Z",
            "action": 59,
            "target": "Hit Enter in the command line to execute its content. To stop the program use the icon “Stop”.",
            "id": 45582024,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582024/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840353/?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.109558Z",
            "action": 59,
            "target": "Command line",
            "id": 45582023,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582023/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840318/?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.109520Z",
            "action": 59,
            "target": "The “magic wand” icon sets 2-page layout for program editing, expands and converts to uppercase the abbreviated, lowercase Logo commands in the Writer document. Change the language of the document (<switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Languages and Locales - General - Western</menuitem>) and click on this icon to translate the Logo program to the selected language.",
            "id": 45582022,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582022/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840296/?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.109480Z",
            "action": 59,
            "target": "Program editor/Syntax highlighting/Translating",
            "id": 45582021,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582021/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840262/?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.109439Z",
            "action": 59,
            "target": "Click on the icon “Clear screen” to remove the drawing objects of the document.",
            "id": 45582020,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582020/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840240/?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.109398Z",
            "action": 59,
            "target": "Clear screen",
            "id": 45582019,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582019/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840214/?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.109359Z",
            "action": 59,
            "target": "Click on the icon “Home” to reset the position and settings of the turtle.",
            "id": 45582018,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582018/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840196/?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.109320Z",
            "action": 59,
            "target": "Home",
            "id": 45582017,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582017/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840171/?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.109282Z",
            "action": 59,
            "target": "Click on the icon “Stop” to stop the program execution.",
            "id": 45582016,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582016/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840122/?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.109243Z",
            "action": 59,
            "target": "Click on the icon “Start Logo program” to execute the text (or only the selected) text of the Writer document as a LibreLogo program. In an empty document an example program will be inserted and executed.",
            "id": 45582015,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582015/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840095/?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.109204Z",
            "action": 59,
            "target": "Start Logo program",
            "id": 45582014,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582014/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840082/?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.109104Z",
            "action": 59,
            "target": "They are equivalents of the Logo commands “FORWARD 10”, “BACK 10”, “LEFT 15”, “RIGHT 15”. Clicking on one of the icons will also focus the turtle shape scrolling the page to its position.",
            "id": 45582013,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582013/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840057/?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.101859Z",
            "action": 59,
            "target": "Turtle moving icons",
            "id": 45582012,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582012/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840035/?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.101786Z",
            "action": 59,
            "target": "The LibreLogo toolbar (<item type=\"menuitem\">View - Toolbars - Logo</item>) contains turtle moving, program start, stop, home, clear screen, program editor/syntax highlighting/translating icons and an input bar (command line).",
            "id": 45582011,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582011/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107840022/?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.100610Z",
            "action": 59,
            "target": "LibreLogo toolbar",
            "id": 45582010,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582010/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107839993/?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.100569Z",
            "action": 59,
            "target": "LibreLogo is a simple, localized, Logo-like programming environment with turtle vector graphics for teaching of computing (programming and word processing), DTP and graphic design. See <link href=\"http://www.numbertext.org/logo/librelogo.pdf\">http://www.numbertext.org/logo/librelogo.pdf</link>.",
            "id": 45582009,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582009/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107839979/?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.100526Z",
            "action": 59,
            "target": "<variable id=\"LibreLogoh1\"><link href=\"text/swriter/librelogo/LibreLogo.xhp\">LibreLogo</link></variable>",
            "id": 45582008,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582008/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107839966/?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.100485Z",
            "action": 59,
            "target": "<bookmark_value>LibreLogo</bookmark_value><bookmark_value>Logo</bookmark_value><bookmark_value>Turtle graphics</bookmark_value>",
            "id": 45582007,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582007/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107839956/?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.100410Z",
            "action": 59,
            "target": "LibreLogo Toolbar",
            "id": 45582006,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45582006/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T16:56:22.671760Z",
            "action": 60,
            "target": "weblate.gettext.customize",
            "id": 45246685,
            "action_name": "Add-on installed",
            "url": "https://translations.documentfoundation.org/api/changes/45246685/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textswriterlibrelogo/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T16:56:22.652346Z",
            "action": 51,
            "target": "",
            "id": 45246683,
            "action_name": "Component created",
            "url": "https://translations.documentfoundation.org/api/changes/45246683/?format=api"
        }
    ]
}