Translation components API.

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

GET /api/components/documentation/articlesgeom-class_index/changes/?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2195,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/changes/?format=api&page=43",
    "results": [
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777473/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T08:47:29.297143Z",
            "action": 2,
            "target": "Теперь, извещение о завершении bio \"всплывает\" в потоке `g_up`. Сначала в потоке `g_up` вызывается функция `.done`() секционировщика разделов, последний использует полученную информацию, разрушает клонированный экземпляр структуры bio посредством `g_destroy_bio`() и вызывает `g_io_deliver`() используя первоначальный запрос.",
            "id": 850645,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/850645/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777474/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T08:47:34.256663Z",
            "action": 2,
            "target": "Файловая система получает данные и передает их пользовательскому процессу.",
            "id": 850646,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/850646/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777480/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T08:47:38.981720Z",
            "action": 2,
            "target": "Вызывать man:malloc[9] и `uma_zalloc`() с установленным флагом `M_WAITOK`",
            "id": 850647,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/850647/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777484/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T08:47:44.358195Z",
            "action": 2,
            "target": "Ядерные потоки выполнения создаются функцией man:kthread_create[9], в своем поведении они схожи с потоками, созданными в пространстве пользовательских процессов, но есть одно отличие: они не могут известить вызвавший их поток о своем завершении; по завершению - необходимо вызывать man:kthread_exit[9].",
            "id": 850648,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/850648/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777402/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T08:48:32.811240Z",
            "action": 5,
            "target": "BIOs",
            "id": 850649,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/850649/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777405/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T09:03:55.839912Z",
            "action": 9,
            "target": "Асинхронная модель программирования в чем-то сложней, нежели чаще используемая императивная модель, используемая в пространстве пользовательских процессов; в любом случае, привыкание займет некоторое время. В некоторых случаях могут быть использованы вспомогательные функции `g_write_data`() и `g_read_data`(), но __далеко не всегда__. В частности, эти функции не могут использоваться когда захвачен мьютекс; например, мьютекс GEOM-топологии или внутренний мьютекс, удерживаемый в ходе выполнения `.start`() или `.stop`().",
            "id": 850650,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/850650/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777404/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-03T09:12:53.406817Z",
            "action": 9,
            "target": "Важным моментом является то, что `bio` обрабатываются асинхронно. Это значит, что во многих частях кода нет аналога к man:read[2] и man:write[2] функциям из пространства пользовательских процессов, которые не возвращают управление пока не выполнится системный вызов. Скорее, по завершении обработки запроса (или в случае ошибки при обработке) как извещение вызывается определенная пользователем функция.",
            "id": 850651,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/850651/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/758788/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/nl_NL/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/tj/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/tj/?format=api",
            "timestamp": "2025-07-03T09:58:30.082045Z",
            "action": 45,
            "target": "",
            "id": 850678,
            "action_name": "New contributor",
            "url": "https://translate-dev.freebsd.org/api/changes/850678/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/758788/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/nl_NL/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/tj/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/tj/?format=api",
            "timestamp": "2025-07-03T09:58:30.082402Z",
            "action": 5,
            "target": "Samenvatting",
            "id": 850679,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/850679/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/nl_NL/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-07-03T11:10:11.332443Z",
            "action": 17,
            "target": "",
            "id": 850997,
            "action_name": "Committed changes",
            "url": "https://translate-dev.freebsd.org/api/changes/850997/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-07-03T11:10:13.562401Z",
            "action": 17,
            "target": "",
            "id": 851028,
            "action_name": "Committed changes",
            "url": "https://translate-dev.freebsd.org/api/changes/851028/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777343/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.007637Z",
            "action": 9,
            "target": "Руководство по внутреннему устройству GEOM и созданию собственного класса GEOM",
            "id": 852483,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852483/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777363/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.027061Z",
            "action": 9,
            "target": "options INVARIANT_SUPPORT\noptions INVARIANTS\n",
            "id": 852484,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852484/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777365/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.042153Z",
            "action": 9,
            "target": "options WITNESS_SUPPORT\noptions WITNESS\n",
            "id": 852485,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852485/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777367/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.058499Z",
            "action": 9,
            "target": "  makeoptions    DEBUG=-g\n",
            "id": 852486,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852486/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777370/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.074969Z",
            "action": 9,
            "target": "options KDB\noptions DDB\noptions KDB_TRACE\n",
            "id": 852487,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852487/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777372/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.089887Z",
            "action": 9,
            "target": "  debug.debugger_on_panic=1\n",
            "id": 852488,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852488/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777374/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.104111Z",
            "action": 9,
            "target": "kern.filedelay=5\nkern.dirdelay=4\nkern.metadelay=3\n",
            "id": 852489,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852489/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777377/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.119676Z",
            "action": 9,
            "target": "dumpdev=\"/dev/ad0s4b\"\ndumpdir=\"/usr/core\n",
            "id": 852490,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852490/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777380/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.135284Z",
            "action": 9,
            "target": "  hw.physmem=\"256M\"\n",
            "id": 852491,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852491/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777382/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.152819Z",
            "action": 9,
            "target": "  background_fsck=\"NO\"\n",
            "id": 852492,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852492/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777389/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.167818Z",
            "action": 9,
            "target": "SRCS=g_journal.c\nKMOD=geom_journal\n",
            "id": 852493,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852493/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777396/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.182938Z",
            "action": 9,
            "target": "  static MALLOC_DEFINE(M_GJOURNAL, \"gjournal data\", \"GEOM_JOURNAL Data\");\n",
            "id": 852494,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852494/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777407/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.197606Z",
            "action": 9,
            "target": "Вот перевод фрагмента документации FreeBSD с сохранением AsciiDoc форматирования и указанными терминами:\n\n```\nGgate\n```",
            "id": 852495,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852495/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777420/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.212792Z",
            "action": 9,
            "target": "Вот перевод фрагмента документации FreeBSD с сохранением AsciiDoc-форматирования и указанными терминами:\n\n```\nМягкие ограничения (Softc)\n```",
            "id": 852496,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852496/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777445/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:18.233167Z",
            "action": 9,
            "target": "  verb [-options] geomname [other]\n",
            "id": 852497,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852497/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777407/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:32.287597Z",
            "action": 2,
            "target": "Ggate",
            "id": 852498,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852498/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777420/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:18:44.587470Z",
            "action": 2,
            "target": "Мягкие ограничения (Softc)",
            "id": 852499,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852499/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777420/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:18.366443Z",
            "action": 2,
            "target": "Softc",
            "id": 852500,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852500/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777367/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:38.800959Z",
            "action": 2,
            "target": "  makeoptions    DEBUG=-g\n",
            "id": 852501,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852501/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777370/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:40.896608Z",
            "action": 2,
            "target": "options KDB\noptions DDB\noptions KDB_TRACE\n",
            "id": 852502,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852502/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777372/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:42.566899Z",
            "action": 2,
            "target": "  debug.debugger_on_panic=1\n",
            "id": 852503,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852503/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777374/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:44.055988Z",
            "action": 2,
            "target": "kern.filedelay=5\nkern.dirdelay=4\nkern.metadelay=3\n",
            "id": 852504,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852504/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777377/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:45.487411Z",
            "action": 2,
            "target": "dumpdev=\"/dev/ad0s4b\"\ndumpdir=\"/usr/core\n",
            "id": 852505,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852505/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777382/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:46.876313Z",
            "action": 2,
            "target": "  background_fsck=\"NO\"\n",
            "id": 852506,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852506/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777389/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:48.918643Z",
            "action": 2,
            "target": "SRCS=g_journal.c\nKMOD=geom_journal\n",
            "id": 852507,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852507/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777396/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:50.692467Z",
            "action": 2,
            "target": "  static MALLOC_DEFINE(M_GJOURNAL, \"gjournal data\", \"GEOM_JOURNAL Data\");\n",
            "id": 852508,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852508/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777445/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:19:52.692819Z",
            "action": 2,
            "target": "  verb [-options] geomname [other]\n",
            "id": 852509,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852509/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777343/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:20:08.518191Z",
            "action": 2,
            "target": "Руководство по внутреннему устройству GEOM и созданию собственного класса GEOM",
            "id": 852510,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852510/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777363/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:20:11.744871Z",
            "action": 2,
            "target": "options INVARIANT_SUPPORT\noptions INVARIANTS\n",
            "id": 852511,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852511/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777365/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:20:13.255679Z",
            "action": 2,
            "target": "options WITNESS_SUPPORT\noptions WITNESS\n",
            "id": 852512,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852512/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777380/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:20:16.257767Z",
            "action": 2,
            "target": "  hw.physmem=\"256M\"\n",
            "id": 852513,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852513/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777345/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:39:28.329956Z",
            "action": 9,
            "target": "Аннотация",
            "id": 852522,
            "action_name": "Translation uploaded",
            "url": "https://translate-dev.freebsd.org/api/changes/852522/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/1777345/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "author": "https://translate-dev.freebsd.org/api/users/v.popolitov/?format=api",
            "timestamp": "2025-07-04T18:47:00.764272Z",
            "action": 2,
            "target": "Аннотация",
            "id": 852793,
            "action_name": "Translation changed",
            "url": "https://translate-dev.freebsd.org/api/changes/852793/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/documentation/articlesgeom-class_index/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-07-05T04:45:00.586647Z",
            "action": 17,
            "target": "",
            "id": 852875,
            "action_name": "Committed changes",
            "url": "https://translate-dev.freebsd.org/api/changes/852875/?format=api"
        }
    ]
}