Translation components API.

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

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

{
    "count": 333,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/bg/changes/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textswriterlibrelogo/bg/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853879/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659431Z",
            "action": 59,
            "target": "; преобразува числовия параметър в низ<br/> PRINT “Резултат: ” + STR 5 ; отпечатва “Резултат: 5”<br/> PRINT 10 * STR 5 ; отпечатва 5555555555<br/>",
            "id": 45587155,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587155/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853877/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659409Z",
            "action": 59,
            "target": "STR",
            "id": 45587154,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587154/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853873/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659387Z",
            "action": 59,
            "target": "; преобразува параметъра – низ в число с плаваща запетая<br/> PRINT 2 * FLOAT “5.5” ; отпечатва 11.0<br/>",
            "id": 45587153,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587153/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853870/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659365Z",
            "action": 59,
            "target": "FLOAT",
            "id": 45587152,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587152/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853867/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659342Z",
            "action": 59,
            "target": "PRINT INT 3.8 ; отпечатва 3 (цялата част на 3,8)<br/> PRINT INT RANDOM 100 ; случайно цяло число (0 <= x < 100)<br/> PRINT INT “7” ; преобразува параметър – низ в цяло число<br/>",
            "id": 45587151,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587151/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853863/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659320Z",
            "action": 59,
            "target": "INT",
            "id": 45587150,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587150/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853860/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659297Z",
            "action": 59,
            "target": "PRINT RANDOM 100 ; случайно число с плаваща запетая (0 <= x < 100)<br/> PRINT RANDOM “текст” ; случайна буква от “текст”<br/> PRINT RANDOM [1, 2] ; случаен елемент от списъка (1 или 2)<br/>",
            "id": 45587149,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587149/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853856/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659275Z",
            "action": 59,
            "target": "RANDOM",
            "id": 45587148,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587148/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853852/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659253Z",
            "action": 59,
            "target": "Функции",
            "id": 45587147,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587147/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853846/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659231Z",
            "action": 59,
            "target": "GLOBAL about<br/> about = “LibreLogo”<br/> <br/> TO example<br/>   PRINT about<br/>   GLOBAL about ; когато искаме да добавим нова стойност<br/>   about = “нова стойност за глобалната променлива”<br/> END<br/> <br/> example<br/> PRINT about<br/>",
            "id": 45587146,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587146/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853842/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659208Z",
            "action": 59,
            "target": "Задава глобални променливи, използвани в процедурите.",
            "id": 45587145,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587145/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853838/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659186Z",
            "action": 59,
            "target": "GLOBAL",
            "id": 45587144,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587144/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853830/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659164Z",
            "action": 59,
            "target": "SLEEP 1000 ; изчаква 1000 мс (1 с)<br/>",
            "id": 45587143,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587143/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853825/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659142Z",
            "action": 59,
            "target": "SLEEP",
            "id": 45587142,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587142/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853821/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659119Z",
            "action": 59,
            "target": "PRINT INPUT “Входна стойност?” ; показва подкана и приема низ чрез диалогов прозорец<br/> PRINT FLOAT (INPUT “Първо число?”) + FLOAT (INPUT “Второ число?”) ; прост калкулатор<br/>",
            "id": 45587141,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587141/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853818/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659092Z",
            "action": 59,
            "target": "INPUT",
            "id": 45587140,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587140/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853812/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659055Z",
            "action": 59,
            "target": "PRINT “текст” ; отпечатва “текст” в диалогов прозорец<br/> PRINT 5 + 10 ; отпечатва 15<br/>",
            "id": 45587139,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587139/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853809/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.659015Z",
            "action": 59,
            "target": "PRINT",
            "id": 45587138,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587138/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853804/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658976Z",
            "action": 59,
            "target": "Вход/изход",
            "id": 45587137,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587137/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853799/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658935Z",
            "action": 59,
            "target": "PRINT PI ; отпечатва 3.14159265359<br/>",
            "id": 45587136,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587136/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853794/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658892Z",
            "action": 59,
            "target": "PI/π",
            "id": 45587135,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587135/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853789/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658844Z",
            "action": 59,
            "target": "PRINT PAGESIZE ; отпечатва като списък размера на страницата в пунктове, например [595.30, 841.89]<br/>",
            "id": 45587134,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587134/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853786/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658799Z",
            "action": 59,
            "target": "PAGESIZE",
            "id": 45587133,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587133/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853782/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658760Z",
            "action": 59,
            "target": "WHILE NOT FALSE [ POSITION ANY ] ; безкраен цикъл<br/> PRINT FALSE ; отпечатва false<br/>",
            "id": 45587132,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587132/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853780/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658720Z",
            "action": 59,
            "target": "Логическа стойност.",
            "id": 45587131,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587131/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853776/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658671Z",
            "action": 59,
            "target": "FALSE",
            "id": 45587130,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587130/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853772/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658630Z",
            "action": 59,
            "target": "WHILE TRUE [ POSITION ANY ] ; безкраен цикъл<br/> PRINT TRUE ; отпечатва true<br/>",
            "id": 45587129,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587129/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853768/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658589Z",
            "action": 59,
            "target": "Логическа стойност.",
            "id": 45587128,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587128/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853765/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658547Z",
            "action": 59,
            "target": "TRUE",
            "id": 45587127,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587127/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853762/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658507Z",
            "action": 59,
            "target": "PENCOLOR ANY ; случаен цвят на писеца<br/>",
            "id": 45587126,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587126/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853758/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658466Z",
            "action": 59,
            "target": "Подразбирана случайна стойност за цветове и т.н.",
            "id": 45587125,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587125/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853754/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658427Z",
            "action": 59,
            "target": "ANY",
            "id": 45587124,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587124/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853751/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658387Z",
            "action": 59,
            "target": "Променливи по подразбиране",
            "id": 45587123,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587123/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853746/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658346Z",
            "action": 59,
            "target": "TO example number<br/>   IF number < 0 [ STOP ]<br/>   PRINT SQRT number ; отпечатва квадратния корен<br/> ]<br/> <br/> example 100<br/> example -1 ; не се отпечатва нищо, няма грешка<br/> example 25<br/>",
            "id": 45587122,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587122/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853740/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658304Z",
            "action": 59,
            "target": "Връща управлението от процедурата.",
            "id": 45587121,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587121/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853738/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658266Z",
            "action": 59,
            "target": "STOP",
            "id": 45587120,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587120/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853734/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658226Z",
            "action": 59,
            "target": "TO randomletter<br/>   OUTPUT RANDOM “qwertzuiopasdfghjklyxcvbnm”<br/> END<br/> <br/> PRINT randomletter + randomletter + randomletter ; отпечатва случайна последователност от три букви<br/>",
            "id": 45587119,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587119/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853730/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658184Z",
            "action": 59,
            "target": "Резултатна стойност на функцията.",
            "id": 45587118,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587118/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853726/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658144Z",
            "action": 59,
            "target": "OUTPUT",
            "id": 45587117,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587117/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853719/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658103Z",
            "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": 45587116,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587116/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853713/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658065Z",
            "action": 59,
            "target": "Нова дума (или процедура).",
            "id": 45587115,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587115/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853709/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.658023Z",
            "action": 59,
            "target": "TO, END",
            "id": 45587114,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587114/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853706/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657979Z",
            "action": 59,
            "target": "Подпрограми",
            "id": 45587113,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587113/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853704/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657937Z",
            "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” ] ; същото като горното<br/>",
            "id": 45587112,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587112/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853700/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657899Z",
            "action": 59,
            "target": "Логически операции.",
            "id": 45587111,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587111/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853694/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657859Z",
            "action": 59,
            "target": "AND, OR, NOT",
            "id": 45587110,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587110/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853689/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657815Z",
            "action": 59,
            "target": "; IF условия [ блок за true ]<br/> ; IF условие [ блок за true ] [ блок за false ]<br/> <br/> IF a < 10 [ PRINT “Малко” ]<br/> IF a < 10 [ PRINT “Малко” ] [ PRINT “Голямо” ]<br/>",
            "id": 45587109,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587109/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853685/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657775Z",
            "action": 59,
            "target": "IF",
            "id": 45587108,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587108/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853606/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657735Z",
            "action": 59,
            "target": "Условия",
            "id": 45587107,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587107/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/107853605/?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/bg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T17:03:38.657694Z",
            "action": 59,
            "target": "REPEAT 100 [<br/>   POSITION ANY<br/>   IF REPCOUNT % 2 = 0 [ CONTINUE ]<br/>   CIRCLE 10 ; чертае кръгове на всяка втора позиция<br/> ]<br/>",
            "id": 45587106,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/45587106/?format=api"
        }
    ]
}