Unit Instance
Units API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/units/102438/?format=api
https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_arch-handbook/en/?format=api", "source": [ "<filename>sys/kern/init_main.c:</filename>\nstatic void\ncreate_init(const void *udata __unused)\n{\n\tint error;\n\tint s;\n\n\ts = splhigh();\n\terror = fork1(&proc0, RFFDG | RFPROC, &initproc);\n\tif (error)\n\t\tpanic(\"cannot fork init: %d\\n\", error);\n\tinitproc->p_flag |= P_INMEM | P_SYSTEM;\n\tcpu_set_fork_handler(initproc, start_init, NULL);\n\tremrunqueue(initproc);\n\tsplx(s);\n}\nSYSINIT(init,SI_SUB_CREATE_INIT, SI_ORDER_FIRST, create_init, NULL)" ], "previous_source": "", "target": [ "<filename>sys/kern/init_main.c:</filename>\nstatic void\ncreate_init(const void *udata __unused)\n{\n\tint error;\n\tint s;\n\n\ts = splhigh();\n\terror = fork1(&proc0, RFFDG | RFPROC, &initproc);\n\tif (error)\n\t\tpanic(\"cannot fork init: %d\\n\", error);\n\tinitproc->p_flag |= P_INMEM | P_SYSTEM;\n\tcpu_set_fork_handler(initproc, start_init, NULL);\n\tremrunqueue(initproc);\n\tsplx(s);\n}\nSYSINIT(init,SI_SUB_CREATE_INIT, SI_ORDER_FIRST, create_init, NULL)" ], "id_hash": -2969740690441454277, "content_hash": -2969740690441454277, "location": "book.translate.xml:2598", "context": "", "note": "(itstool) path: sect2/programlisting", "flags": "no-wrap", "labels": [], "state": 100, "fuzzy": false, "translated": true, "approved": false, "position": 296, "has_suggestion": false, "has_comment": false, "has_failing_check": true, "num_words": 44, "source_unit": "https://translate-dev.freebsd.org/api/units/102438/?format=api", "priority": 100, "id": 102438, "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/en/?checksum=56c95c938f36bd3b", "url": "https://translate-dev.freebsd.org/api/units/102438/?format=api", "explanation": "", "extra_flags": "", "pending": false, "timestamp": "2019-10-20T12:21:45.223333Z" }{ "translation": "