Units API.

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

GET /api/units/1136581/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookdriverbasics_index/zh_CN/?format=api",
    "source": [
        "This chapter provides a brief introduction to writing device drivers for FreeBSD. A device in this context is a term used mostly for hardware-related stuff that belongs to the system, like disks, printers, or a graphics display with its keyboard. A device driver is the software component of the operating system that controls a specific device. There are also so-called pseudo-devices where a device driver emulates the behavior of a device in software without any particular underlying hardware. Device drivers can be compiled into the system statically or loaded on demand through the dynamic kernel linker facility `kld'."
    ],
    "previous_source": "",
    "target": [
        "本章简要介绍了如何为FreeBSD编写设备驱动程序。术语设备在这儿的上下文中多用于指代系统中硬件相关的东西,如磁盘,打印机,图形显式器及其键盘。设备驱动程序是操作系统中用于控制特定设备的软件组件。也有所谓的伪设备,即设备驱动程序用软件模拟设备的行为,而没有特定的底层硬件。设备驱动程序可以被静态地编译进系统,或者通过动态内核链接工具‘kld’在需要时加载。"
    ],
    "id_hash": 9075963108666372159,
    "content_hash": 9075963108666372159,
    "location": "documentation/content/en/books/arch-handbook/driverbasics/_index.adoc:54",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 4,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 98,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1136040/?format=api",
    "priority": 100,
    "id": 1136581,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookdriverbasics_index/zh_CN/?checksum=fdf44c5c5e9bf03f",
    "url": "https://translate-dev.freebsd.org/api/units/1136581/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-05-23T13:17:41.176061Z"
}