Translation components API.

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

GET /api/translations/documentation/bookshandbookserialcomms_index/ko/units/?format=api&page=7
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 306,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/units/?format=api&page=6",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "boot_multicons=\"YES\"\nboot_serial=\"YES\"\ncomconsole_speed=\"115200\"\nconsole=\"comconsole,vidconsole\"\n"
            ],
            "previous_source": "",
            "target": [
                "boot_multicons=\"YES\"\nboot_serial=\"YES\"\ncomconsole_speed=\"115200\"\nconsole=\"comconsole,vidconsole\"\n"
            ],
            "id_hash": 7582393247999098875,
            "content_hash": 7582393247999098875,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:1201",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 303,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/388829/?format=api",
            "priority": 100,
            "id": 1469784,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=e93a127c5e4e7ffb",
            "url": "https://translate-dev.freebsd.org/api/units/1469784/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:21:00.861096Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "Entering the DDB Debugger from the Serial Line"
            ],
            "previous_source": "",
            "target": [
                "직렬 회선에서 DDB 디버거에 들어가기"
            ],
            "id_hash": -4678331101728070768,
            "content_hash": -4678331101728070768,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:1204",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 304,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/388831/?format=api",
            "priority": 100,
            "id": 1469785,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=3f133aa65bd62390",
            "url": "https://translate-dev.freebsd.org/api/units/1469785/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:21:00.884678Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "To configure the ability to drop into the kernel debugger from the serial console, add the following options to a custom kernel configuration file and compile the kernel using the instructions in crossref:kernelconfig[kernelconfig,Configuring the FreeBSD Kernel].  Note that while this is useful for remote diagnostics, it is also dangerous if a spurious BREAK is generated on the serial port.  Refer to man:ddb[4] and man:ddb[8] for more information about the kernel debugger."
            ],
            "previous_source": "",
            "target": [
                "직렬 콘솔에서 커널 디버거로 드롭하는 기능을 구성하려면 커스텀 커널 구성 파일에 다음 옵션을 추가하고 crossref:kernelconfig[kernelconfig,Configuring the FreeBSD Kernel]의 지침에 따라 커널을 컴파일합니다.  이 방법은 원격 진단에 유용하지만 직렬 포트에서 가짜 브레이크가 생성될 경우 위험할 수 있습니다.  커널 디버거에 대한 자세한 내용은 man:ddb[4] 및 man:ddb[8]을 참조하십시오."
            ],
            "id_hash": -4249870306300809821,
            "content_hash": -4249870306300809821,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:1209",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 305,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 71,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1190478/?format=api",
            "priority": 100,
            "id": 1469786,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=45056d792375ada3",
            "url": "https://translate-dev.freebsd.org/api/units/1469786/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:21:00.888585Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "options BREAK_TO_DEBUGGER\noptions DDB\n"
            ],
            "previous_source": "",
            "target": [
                "options BREAK_TO_DEBUGGER\noptions DDB\n"
            ],
            "id_hash": 6651715890109766515,
            "content_hash": 6651715890109766515,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:1214",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 306,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/388835/?format=api",
            "priority": 100,
            "id": 1469787,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=dc4fa45c18d05b73",
            "url": "https://translate-dev.freebsd.org/api/units/1469787/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T00:21:00.892828Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "Chapter 29. Serial Communications"
            ],
            "previous_source": "",
            "target": [
                "29장. 직렬 통신"
            ],
            "id_hash": -6822137165916646014,
            "content_hash": -6822137165916646014,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: title",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1582002/?format=api",
            "priority": 100,
            "id": 1582009,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=2152e664908c5582",
            "url": "https://translate-dev.freebsd.org/api/units/1582009/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-07-15T19:55:32.204236Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookserialcomms_index/ko/?format=api",
            "source": [
                "ttyu1  \"/usr/libexec/getty std.38400\"  wy50   on insecure\nttyu5   \"/usr/libexec/getty std.19200\"  vt100  on insecure\n"
            ],
            "previous_source": "ttyu1  \"/usr/libexec/getty std.38400\"  wy50   on insecure \nttyu5   \"/usr/libexec/getty std.19200\"  vt100  on insecure\n",
            "target": [
                "ttyu1  \"/usr/libexec/getty std.38400\"  wy50   on insecure \nttyu5   \"/usr/libexec/getty std.19200\"  vt100  on insecure\n"
            ],
            "id_hash": -7491143148737577280,
            "content_hash": -7491143148737577280,
            "location": "documentation/content/en/books/handbook/serialcomms/_index.adoc:516",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 115,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1603605/?format=api",
            "priority": 100,
            "id": 1603612,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookserialcomms_index/ko/?checksum=180a1cfef9e53ec0",
            "url": "https://translate-dev.freebsd.org/api/units/1603612/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-01-17T23:48:35.980187Z"
        }
    ]
}