Translation components API.

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

GET /api/translations/documentation/articlesgeom-class_index/pl/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 146,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/units/?format=api&page=3",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Memory Allocation"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2866454765239319425,
            "content_hash": -2866454765239319425,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:208",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392719/?format=api",
            "priority": 100,
            "id": 1533218,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=58384e94012f447f",
            "url": "https://translate-dev.freebsd.org/api/units/1533218/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.493557Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "See man:malloc[9].  Basic memory allocation is only slightly different than its userland equivalent.  Most notably, `malloc`() and `free`() accept additional parameters as is described in the man page."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 383245805862551904,
            "content_hash": 383245805862551904,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:213",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610720/?format=api",
            "priority": 100,
            "id": 1533219,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=85519007a8188160",
            "url": "https://translate-dev.freebsd.org/api/units/1533219/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.496204Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "A \"malloc type\" must be declared in the declaration section of a source file, like this:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6900150871038764467,
            "content_hash": -6900150871038764467,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:215",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392723/?format=api",
            "priority": 100,
            "id": 1533220,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=203dbd576321da4d",
            "url": "https://translate-dev.freebsd.org/api/units/1533220/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.524774Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "  static MALLOC_DEFINE(M_GJOURNAL, \"gjournal data\", \"GEOM_JOURNAL Data\");\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8441039923768183833,
            "content_hash": 8441039923768183833,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:219",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392725/?format=api",
            "priority": 100,
            "id": 1533221,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=f52499168f17cc19",
            "url": "https://translate-dev.freebsd.org/api/units/1533221/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.529282Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "To use this macro, [.filename]#sys/param.h#, [.filename]#sys/kernel.h# and [.filename]#sys/malloc.h# headers must be included."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5064154777654184137,
            "content_hash": -5064154777654184137,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:222",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392727/?format=api",
            "priority": 100,
            "id": 1533222,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=39b8820f8e533737",
            "url": "https://translate-dev.freebsd.org/api/units/1533222/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.532993Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "There is another mechanism for allocating memory, the UMA (Universal Memory Allocator).  See man:uma[9] for details, but it is a special type of allocator mainly used for speedy allocation of lists comprised of same-sized items (for example, dynamic arrays of structs)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2426485472741599478,
            "content_hash": 2426485472741599478,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:225",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 41,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610722/?format=api",
            "priority": 100,
            "id": 1533223,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=a1ac9bae6f68a8f6",
            "url": "https://translate-dev.freebsd.org/api/units/1533223/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.536783Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Lists and Queues"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1991874128385921372,
            "content_hash": -1991874128385921372,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:227",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392731/?format=api",
            "priority": 100,
            "id": 1533224,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=645b71089c442ea4",
            "url": "https://translate-dev.freebsd.org/api/units/1533224/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.540576Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "See man:queue[3].  There are a LOT of cases when a list of things needs to be maintained.  Fortunately, this data structure is implemented (in several ways) by C macros included in the system.  The most used list type is TAILQ because it is the most flexible.  It is also the one with largest memory requirements (its elements are doubly-linked) and also the slowest (although the speed variation is on the order of several CPU instructions more, so it should not be taken seriously)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4453764415195853946,
            "content_hash": -4453764415195853946,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:234",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 83,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610724/?format=api",
            "priority": 100,
            "id": 1533225,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=42310cdc86f9cb86",
            "url": "https://translate-dev.freebsd.org/api/units/1533225/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.543768Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "If data retrieval speed is very important, see man:tree[3] and man:hashinit[9]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3423538509471643002,
            "content_hash": 3423538509471643002,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:236",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392735/?format=api",
            "priority": 100,
            "id": 1533226,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=af82da22bbed757a",
            "url": "https://translate-dev.freebsd.org/api/units/1533226/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.547165Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "BIOs"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5326412426647379285,
            "content_hash": -5326412426647379285,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:238",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392737/?format=api",
            "priority": 100,
            "id": 1533227,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=3614c81e5674e2ab",
            "url": "https://translate-dev.freebsd.org/api/units/1533227/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.550588Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Structure `bio` is used for any and all Input/Output operations concerning GEOM.  It basically contains information about what device ('provider') should satisfy the request, request type, offset, length, pointer to a buffer, and a bunch of \"user-specific\" flags and fields that can help implement various hacks."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3062180549950381240,
            "content_hash": -3062180549950381240,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:242",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 61,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 46,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610726/?format=api",
            "priority": 100,
            "id": 1533228,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=5580f3039218e348",
            "url": "https://translate-dev.freebsd.org/api/units/1533228/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.553820Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The important thing here is that ``bio``s are handled asynchronously.  That means that, in most parts of the code, there is no analogue to userland's man:read[2] and man:write[2] calls that do not return until a request is done.  Rather, a developer-supplied function is called as a notification when the request gets completed (or results in error)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6955631246907563727,
            "content_hash": 6955631246907563727,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:246",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 62,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610728/?format=api",
            "priority": 100,
            "id": 1533229,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=e0875dc43c885ecf",
            "url": "https://translate-dev.freebsd.org/api/units/1533229/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.557229Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The asynchronous programming model (also called \"event-driven\") is somewhat harder than the much more used imperative one used in userland (at least it takes a while to get used to it).  In some cases the helper routines `g_write_data`() and `g_read_data`() can be used, but __not always__.  In particular, they cannot be used when a mutex is held; for example, the GEOM topology mutex or the internal mutex held during the `.start`() and `.stop`() functions."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5528445928191868717,
            "content_hash": -5528445928191868717,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:250",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 63,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 74,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610730/?format=api",
            "priority": 100,
            "id": 1533230,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=334703b8222b40d3",
            "url": "https://translate-dev.freebsd.org/api/units/1533230/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.560676Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "On GEOM Programming"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2279422141270171018,
            "content_hash": 2279422141270171018,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:252",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 64,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392745/?format=api",
            "priority": 100,
            "id": 1533231,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=9fa2225c4f919d8a",
            "url": "https://translate-dev.freebsd.org/api/units/1533231/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.564026Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Ggate"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -852829730762220248,
            "content_hash": -852829730762220248,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:255",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 65,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392747/?format=api",
            "priority": 100,
            "id": 1533232,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=742a23e0dc069d28",
            "url": "https://translate-dev.freebsd.org/api/units/1533232/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.568014Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "If maximum performance is not needed, a much simpler way of making a data transformation is to implement it in userland via the ggate (GEOM gate) facility.  Unfortunately, there is no easy way to convert between, or even share code between the two approaches."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -640128229342905437,
            "content_hash": -640128229342905437,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:259",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 66,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 44,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610732/?format=api",
            "priority": 100,
            "id": 1533233,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=771dcec45750fba3",
            "url": "https://translate-dev.freebsd.org/api/units/1533233/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.571150Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "GEOM Class"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7509169205772381170,
            "content_hash": -7509169205772381170,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:261",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 67,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392751/?format=api",
            "priority": 100,
            "id": 1533234,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=17ca126483a2940e",
            "url": "https://translate-dev.freebsd.org/api/units/1533234/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.574401Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "GEOM classes are transformations on the data.  These transformations can be combined in a tree-like fashion.  Instances of GEOM classes are called __geoms__."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2407999020973058717,
            "content_hash": 2407999020973058717,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:266",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 68,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610734/?format=api",
            "priority": 100,
            "id": 1533235,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=a16aee59f8966a9d",
            "url": "https://translate-dev.freebsd.org/api/units/1533235/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.577362Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Each GEOM class has several \"class methods\" that get called when there is no geom instance available (or they are simply not bound to a single instance):"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7066241701477878917,
            "content_hash": -7066241701477878917,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:268",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 69,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392755/?format=api",
            "priority": 100,
            "id": 1533236,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=1defaa9c6e5bf37b",
            "url": "https://translate-dev.freebsd.org/api/units/1533236/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.580370Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`.init` is called when GEOM becomes aware of a GEOM class (when the kernel module gets loaded.)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -743280106673348974,
            "content_hash": -743280106673348974,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:270",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 70,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392757/?format=api",
            "priority": 100,
            "id": 1533237,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=75af56ae591ede92",
            "url": "https://translate-dev.freebsd.org/api/units/1533237/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.583224Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`.fini` gets called when GEOM abandons the class (when the module gets unloaded)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8733072372615396233,
            "content_hash": 8733072372615396233,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:271",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 71,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392759/?format=api",
            "priority": 100,
            "id": 1533238,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=f9321b0d9784bb89",
            "url": "https://translate-dev.freebsd.org/api/units/1533238/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.585983Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`.taste` is called next, once for each provider the system has available. If applicable, this function will usually create and start a geom instance."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -580253973753793718,
            "content_hash": -580253973753793718,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:272",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 72,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392761/?format=api",
            "priority": 100,
            "id": 1533239,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=77f28615cee5734a",
            "url": "https://translate-dev.freebsd.org/api/units/1533239/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.588566Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`.destroy_geom` is called when the geom should be disbanded"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6990901814641345014,
            "content_hash": -6990901814641345014,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:273",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 73,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392763/?format=api",
            "priority": 100,
            "id": 1533240,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=1efb53d6c6ab3e0a",
            "url": "https://translate-dev.freebsd.org/api/units/1533240/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.590926Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`.ctlconf` is called when user requests reconfiguration of existing geom"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5339191071072058348,
            "content_hash": 5339191071072058348,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:274",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 74,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392765/?format=api",
            "priority": 100,
            "id": 1533241,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=ca189dfdab2ffbec",
            "url": "https://translate-dev.freebsd.org/api/units/1533241/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.593328Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Also defined are the GEOM event functions, which will get copied to the geom instance."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1600802596189324148,
            "content_hash": 1600802596189324148,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:276",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 75,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392767/?format=api",
            "priority": 100,
            "id": 1533242,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=9637317ad5634374",
            "url": "https://translate-dev.freebsd.org/api/units/1533242/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.622718Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Field `.geom` in the `g_class` structure is a LIST of geoms instantiated from the class."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3391866259147690995,
            "content_hash": 3391866259147690995,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:278",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 76,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392769/?format=api",
            "priority": 100,
            "id": 1533243,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=af1254644e2193f3",
            "url": "https://translate-dev.freebsd.org/api/units/1533243/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.630543Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "These functions are called from the g_event kernel thread."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1499930517841392543,
            "content_hash": -1499930517841392543,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:280",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 77,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392771/?format=api",
            "priority": 100,
            "id": 1533244,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=6b2f2d24184bcc61",
            "url": "https://translate-dev.freebsd.org/api/units/1533244/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.634216Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Softc"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4733720434514990735,
            "content_hash": -4733720434514990735,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:282",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 78,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392773/?format=api",
            "priority": 100,
            "id": 1533245,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=3e4e72585ab9e971",
            "url": "https://translate-dev.freebsd.org/api/units/1533245/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.637832Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The name \"softc\" is a legacy term for \"driver private data\".  The name most probably comes from the archaic term \"software control block\".  In GEOM, it is a structure (more precise: pointer to a structure) that can be attached to a geom instance to hold whatever data is private to the geom instance.  Most GEOM classes have the following members:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6363367389629768229,
            "content_hash": -6363367389629768229,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:288",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 79,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 60,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610736/?format=api",
            "priority": 100,
            "id": 1533246,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=27b0c712ddd01ddb",
            "url": "https://translate-dev.freebsd.org/api/units/1533246/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.641487Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`struct g_provider *provider` : The \"provider\" this geom instantiates"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -884071308375279184,
            "content_hash": -884071308375279184,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:290",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 80,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392777/?format=api",
            "priority": 100,
            "id": 1533247,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=73bb25d43c2d39b0",
            "url": "https://translate-dev.freebsd.org/api/units/1533247/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.645185Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`uint16_t n_disks` : Number of consumer this geom consumes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6303135230930824868,
            "content_hash": -6303135230930824868,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:291",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 81,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392779/?format=api",
            "priority": 100,
            "id": 1533248,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=2886c3e7251e515c",
            "url": "https://translate-dev.freebsd.org/api/units/1533248/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.648641Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "`struct g_consumer \\**disks` : Array of `struct g_consumer*`. (It is not possible to use just single indirection because struct g_consumer* are created on our behalf by GEOM)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7470661134875445312,
            "content_hash": 7470661134875445312,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:292",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 82,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392781/?format=api",
            "priority": 100,
            "id": 1533249,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=e7ad1eb88d914840",
            "url": "https://translate-dev.freebsd.org/api/units/1533249/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.652120Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The `softc` structure contains all the state of geom instance.  Every geom instance has its own softc."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3960429082738876061,
            "content_hash": -3960429082738876061,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:295",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 83,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/610738/?format=api",
            "priority": 100,
            "id": 1533250,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=4909babb85392163",
            "url": "https://translate-dev.freebsd.org/api/units/1533250/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.654781Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Metadata"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -754148464637696582,
            "content_hash": -754148464637696582,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:297",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 84,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392785/?format=api",
            "priority": 100,
            "id": 1533251,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=7588b9f7915d25ba",
            "url": "https://translate-dev.freebsd.org/api/units/1533251/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.657317Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Format of metadata is more-or-less class-dependent, but MUST start with:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -162709839637429102,
            "content_hash": -162709839637429102,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:300",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 85,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392787/?format=api",
            "priority": 100,
            "id": 1533252,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=7dbdf0434ef34492",
            "url": "https://translate-dev.freebsd.org/api/units/1533252/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.659809Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "16 byte buffer for null-terminated signature (usually the class name)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2893711611261837934,
            "content_hash": -2893711611261837934,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:302",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 86,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392789/?format=api",
            "priority": 100,
            "id": 1533253,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=57d7789f00509d92",
            "url": "https://translate-dev.freebsd.org/api/units/1533253/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.662654Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "uint32 version ID"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9140544081845351150,
            "content_hash": -9140544081845351150,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:303",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 87,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392791/?format=api",
            "priority": 100,
            "id": 1533254,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=0126439613cf0d12",
            "url": "https://translate-dev.freebsd.org/api/units/1533254/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.665091Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "It is assumed that geom classes know how to handle metadata with version ID's lower than theirs."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3643892593217143487,
            "content_hash": -3643892593217143487,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:305",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 88,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392793/?format=api",
            "priority": 100,
            "id": 1533255,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=4d6e4afe1d9d7d41",
            "url": "https://translate-dev.freebsd.org/api/units/1533255/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.667516Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Metadata is located in the last sector of the provider (and thus must fit in it)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8622749801874005541,
            "content_hash": 8622749801874005541,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:307",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 89,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392795/?format=api",
            "priority": 100,
            "id": 1533256,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=f7aa29426fc51e25",
            "url": "https://translate-dev.freebsd.org/api/units/1533256/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.670045Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "(All this is implementation-dependent but all existing code works like that, and it is supported by libraries.)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 972163329632809658,
            "content_hash": 972163329632809658,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:309",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 90,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392797/?format=api",
            "priority": 100,
            "id": 1533257,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=8d7dd165c66cb2ba",
            "url": "https://translate-dev.freebsd.org/api/units/1533257/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.672385Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "Labeling/creating a GEOM"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3991312099660296226,
            "content_hash": -3991312099660296226,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:311",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 91,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392799/?format=api",
            "priority": 100,
            "id": 1533258,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=489c02cad0078fde",
            "url": "https://translate-dev.freebsd.org/api/units/1533258/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.674910Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The sequence of events is:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8643875238166392027,
            "content_hash": 8643875238166392027,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:314",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 92,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392801/?format=api",
            "priority": 100,
            "id": 1533259,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=f7f536bb5db3ecdb",
            "url": "https://translate-dev.freebsd.org/api/units/1533259/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.677425Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "user calls man:geom[8] utility (or one of its hardlinked friends)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8293218990846681996,
            "content_hash": -8293218990846681996,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:316",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 93,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392803/?format=api",
            "priority": 100,
            "id": 1533260,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=0ce89144660f5c74",
            "url": "https://translate-dev.freebsd.org/api/units/1533260/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.679921Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "the utility figures out which geom class it is supposed to handle and searches for [.filename]#geom_CLASSNAME.so# library (usually in [.filename]#/lib/geom#)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1263134534328290780,
            "content_hash": -1263134534328290780,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:317",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 94,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392805/?format=api",
            "priority": 100,
            "id": 1533261,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=6e7871d559d57224",
            "url": "https://translate-dev.freebsd.org/api/units/1533261/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.682405Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "it man:dlopen[3]-s the library, extracts the definitions of command-line parameters and helper functions."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2404180829554053466,
            "content_hash": 2404180829554053466,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:318",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392807/?format=api",
            "priority": 100,
            "id": 1533262,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=a15d5dba015f915a",
            "url": "https://translate-dev.freebsd.org/api/units/1533262/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.684702Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "In the case of creating/labeling a new geom, this is what happens:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7281127935612068743,
            "content_hash": 7281127935612068743,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:320",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 96,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392809/?format=api",
            "priority": 100,
            "id": 1533263,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=e50bc347c654a387",
            "url": "https://translate-dev.freebsd.org/api/units/1533263/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.687710Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "man:geom[8] looks in the command-line argument for the command (usually `label`), and calls a helper function."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 226253044159034236,
            "content_hash": 226253044159034236,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:322",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 97,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392811/?format=api",
            "priority": 100,
            "id": 1533264,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=8323cff1e673337c",
            "url": "https://translate-dev.freebsd.org/api/units/1533264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.690326Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "The helper function checks parameters and gathers metadata, which it proceeds to write to all concerned providers."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8210791607035225480,
            "content_hash": 8210791607035225480,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:323",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 98,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392813/?format=api",
            "priority": 100,
            "id": 1533265,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=f1f29776c617e588",
            "url": "https://translate-dev.freebsd.org/api/units/1533265/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.692908Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "This \"spoils\" existing geoms (if any) and initializes a new round of \"tasting\" of the providers. The intended geom class recognizes the metadata and brings the geom up."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7913789843100194003,
            "content_hash": 7913789843100194003,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:324",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 99,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392815/?format=api",
            "priority": 100,
            "id": 1533266,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=edd36deee914d4d3",
            "url": "https://translate-dev.freebsd.org/api/units/1533266/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.723044Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlesgeom-class_index/pl/?format=api",
            "source": [
                "(The above sequence of events is implementation-dependent but all existing code works like that, and it is supported by libraries.)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3598531887364057263,
            "content_hash": 3598531887364057263,
            "location": "documentation/content/en/articles/geom-class/_index.adoc:326",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 100,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translate-dev.freebsd.org/api/units/392817/?format=api",
            "priority": 100,
            "id": 1533267,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlesgeom-class_index/pl/?checksum=b1f08daf8b4028af",
            "url": "https://translate-dev.freebsd.org/api/units/1533267/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-15T04:50:47.726756Z"
        }
    ]
}