Translation components API.

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

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

{
    "count": 234,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/units/?format=api&page=4",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "Likewise, the control flag is one of the four keywords described in <<pam-chains-policies>>, describing how to interpret the return code from the module.  Linux-PAM supports an alternate syntax that lets you specify the action to associate with each possible return code, but this should be avoided as it is non-standard and closely tied in with the way Linux-PAM dispatches service calls (which differs greatly from the way Solaris(TM) and OpenPAM do it.)  Unsurprisingly, OpenPAM does not support this syntax."
            ],
            "previous_source": "",
            "target": [
                "Likewise, the control flag is one of the four keywords described in <<pam-chains-policies>>, describing how to interpret the return code from the module.  Linux-PAM supports an alternate syntax that lets you specify the action to associate with each possible return code, but this should be avoided as it is non-standard and closely tied in with the way Linux-PAM dispatches service calls (which differs greatly from the way Solaris(TM) and OpenPAM do it.)  Unsurprisingly, OpenPAM does not support this syntax."
            ],
            "id_hash": -9140880892057170033,
            "content_hash": -9140880892057170033,
            "location": "documentation/content/en/articles/pam/_index.adoc:426",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 147,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 79,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612742/?format=api",
            "priority": 100,
            "id": 612742,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=0125114256c6cf8f",
            "url": "https://translate-dev.freebsd.org/api/units/612742/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.417486Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "When an application calls man:pam_start[3], the PAM library loads the policy for the specified service and constructs four module chains (one for each facility.)  If one or more of these chains are empty, the corresponding chains from the policy for the `other` service are substituted."
            ],
            "previous_source": "",
            "target": [
                "When an application calls man:pam_start[3], the PAM library loads the policy for the specified service and constructs four module chains (one for each facility.)  If one or more of these chains are empty, the corresponding chains from the policy for the `other` service are substituted."
            ],
            "id_hash": -7285711416876354340,
            "content_hash": -7285711416876354340,
            "location": "documentation/content/en/articles/pam/_index.adoc:434",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 150,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612744/?format=api",
            "priority": 100,
            "id": 612744,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=1ae3f4115513b4dc",
            "url": "https://translate-dev.freebsd.org/api/units/612744/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.480962Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "When the application later calls one of the six PAM primitives, the PAM library retrieves the chain for the corresponding facility and calls the appropriate service function in each module listed in the chain, in the order in which they were listed in the configuration.  After each call to a service function, the module type and the error code returned by the service function are used to determine what happens next.  With a few exceptions, which we discuss below, the following table applies:"
            ],
            "previous_source": "",
            "target": [
                "When the application later calls one of the six PAM primitives, the PAM library retrieves the chain for the corresponding facility and calls the appropriate service function in each module listed in the chain, in the order in which they were listed in the configuration.  After each call to a service function, the module type and the error code returned by the service function are used to determine what happens next.  With a few exceptions, which we discuss below, the following table applies:"
            ],
            "id_hash": -6964919465439308803,
            "content_hash": -6964919465439308803,
            "location": "documentation/content/en/articles/pam/_index.adoc:438",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 151,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 83,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612746/?format=api",
            "priority": 100,
            "id": 612746,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=1f57a2a5dd4953fd",
            "url": "https://translate-dev.freebsd.org/api/units/612746/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.560675Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "If `fail` is true at the end of a chain, or when a \"break\" is reached, the dispatcher returns the error code returned by the first module that failed.  Otherwise, it returns `PAM_SUCCESS`."
            ],
            "previous_source": "",
            "target": [
                "If `fail` is true at the end of a chain, or when a \"break\" is reached, the dispatcher returns the error code returned by the first module that failed.  Otherwise, it returns `PAM_SUCCESS`."
            ],
            "id_hash": 4774865385204238068,
            "content_hash": 4774865385204238068,
            "location": "documentation/content/en/articles/pam/_index.adoc:475",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 165,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612748/?format=api",
            "priority": 100,
            "id": 612748,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=c243bac4ff6846f4",
            "url": "https://translate-dev.freebsd.org/api/units/612748/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.693492Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_deny[8] module is one of the simplest modules available; it responds to any request with `PAM_AUTH_ERR`.  It is useful for quickly disabling a service (add it to the top of every chain), or for terminating chains of `sufficient` modules."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_deny[8] module is one of the simplest modules available; it responds to any request with `PAM_AUTH_ERR`.  It is useful for quickly disabling a service (add it to the top of every chain), or for terminating chains of `sufficient` modules."
            ],
            "id_hash": 990335905613847057,
            "content_hash": 990335905613847057,
            "location": "documentation/content/en/articles/pam/_index.adoc:490",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 171,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612750/?format=api",
            "priority": 100,
            "id": 612750,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=8dbe6142566d9a11",
            "url": "https://translate-dev.freebsd.org/api/units/612750/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.881985Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_echo[8] module simply passes its arguments to the conversation function as a `PAM_TEXT_INFO` message.  It is mostly useful for debugging, but can also serve to display messages such as \"Unauthorized access will be prosecuted\" before starting the authentication procedure."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_echo[8] module simply passes its arguments to the conversation function as a `PAM_TEXT_INFO` message.  It is mostly useful for debugging, but can also serve to display messages such as \"Unauthorized access will be prosecuted\" before starting the authentication procedure."
            ],
            "id_hash": -8064413227552209957,
            "content_hash": -8064413227552209957,
            "location": "documentation/content/en/articles/pam/_index.adoc:496",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 173,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612752/?format=api",
            "priority": 100,
            "id": 612752,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=101572e589ca03db",
            "url": "https://translate-dev.freebsd.org/api/units/612752/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.932394Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_exec[8] module takes its first argument to be the name of a program to execute, and the remaining arguments are passed to that program as command-line arguments.  One possible application is to use it to run a program at login time which mounts the user's home directory."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_exec[8] module takes its first argument to be the name of a program to execute, and the remaining arguments are passed to that program as command-line arguments.  One possible application is to use it to run a program at login time which mounts the user's home directory."
            ],
            "id_hash": -4695326042255684312,
            "content_hash": -4695326042255684312,
            "location": "documentation/content/en/articles/pam/_index.adoc:502",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 175,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612754/?format=api",
            "priority": 100,
            "id": 612754,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=3ed6d9d76ab58d28",
            "url": "https://translate-dev.freebsd.org/api/units/612754/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:38:59.994498Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_group[8] module accepts or rejects applicants on the basis of their membership in a particular file group (normally `wheel` for man:su[1]).  It is primarily intended for maintaining the traditional behavior of BSD man:su[1], but has many other uses, such as excluding certain groups of users from a particular service."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_group[8] module accepts or rejects applicants on the basis of their membership in a particular file group (normally `wheel` for man:su[1]).  It is primarily intended for maintaining the traditional behavior of BSD man:su[1], but has many other uses, such as excluding certain groups of users from a particular service."
            ],
            "id_hash": -5597230140183353718,
            "content_hash": -5597230140183353718,
            "location": "documentation/content/en/articles/pam/_index.adoc:513",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 179,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612756/?format=api",
            "priority": 100,
            "id": 612756,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=3252a4d7c842e68a",
            "url": "https://translate-dev.freebsd.org/api/units/612756/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:00.158708Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_guest[8] module allows guest logins using fixed login names.  Various requirements can be placed on the password, but the default behavior is to allow any password as long as the login name is that of a guest account.  The man:pam_guest[8] module can easily be used to implement anonymous FTP logins."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_guest[8] module allows guest logins using fixed login names.  Various requirements can be placed on the password, but the default behavior is to allow any password as long as the login name is that of a guest account.  The man:pam_guest[8] module can easily be used to implement anonymous FTP logins."
            ],
            "id_hash": -6713431624967488519,
            "content_hash": -6713431624967488519,
            "location": "documentation/content/en/articles/pam/_index.adoc:520",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 181,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 51,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612758/?format=api",
            "priority": 100,
            "id": 612758,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=22d51981a1f07bf9",
            "url": "https://translate-dev.freebsd.org/api/units/612758/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:00.204727Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_nologin[8] module refuses non-root logins when [.filename]#/var/run/nologin# exists.  This file is normally created by man:shutdown[8] when less than five minutes remain until the scheduled shutdown time."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_nologin[8] module refuses non-root logins when [.filename]#/var/run/nologin# exists.  This file is normally created by man:shutdown[8] when less than five minutes remain until the scheduled shutdown time."
            ],
            "id_hash": -3976491933938969224,
            "content_hash": -3976491933938969224,
            "location": "documentation/content/en/articles/pam/_index.adoc:546",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 191,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612760/?format=api",
            "priority": 100,
            "id": 612760,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=48d0a9a7895c9578",
            "url": "https://translate-dev.freebsd.org/api/units/612760/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:01.006218Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_permit[8] module is one of the simplest modules available; it responds to any request with `PAM_SUCCESS`.  It is useful as a placeholder for services where one or more chains would otherwise be empty."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_permit[8] module is one of the simplest modules available; it responds to any request with `PAM_SUCCESS`.  It is useful as a placeholder for services where one or more chains would otherwise be empty."
            ],
            "id_hash": 2938330378292324213,
            "content_hash": 2938330378292324213,
            "location": "documentation/content/en/articles/pam/_index.adoc:557",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 195,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612766/?format=api",
            "priority": 100,
            "id": 612766,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=a8c70be93eda6775",
            "url": "https://translate-dev.freebsd.org/api/units/612766/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:01.490227Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_rootok[8] module reports success if and only if the real user id of the process calling it (which is assumed to be run by the applicant) is 0.  This is useful for non-networked services such as man:su[1] or man:passwd[1], to which the `root` should have automatic access."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_rootok[8] module reports success if and only if the real user id of the process calling it (which is assumed to be run by the applicant) is 0.  This is useful for non-networked services such as man:su[1] or man:passwd[1], to which the `root` should have automatic access."
            ],
            "id_hash": -1452310581478740276,
            "content_hash": -1452310581478740276,
            "location": "documentation/content/en/articles/pam/_index.adoc:573",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 201,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612768/?format=api",
            "priority": 100,
            "id": 612768,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=6bd85b38876b2ecc",
            "url": "https://translate-dev.freebsd.org/api/units/612768/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:01.880684Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_self[8] module reports success if and only if the names of the applicant matches that of the target account.  It is most useful for non-networked services such as man:su[1], where the identity of the applicant can be easily verified."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_self[8] module reports success if and only if the names of the applicant matches that of the target account.  It is most useful for non-networked services such as man:su[1], where the identity of the applicant can be easily verified."
            ],
            "id_hash": -1985084053818682831,
            "content_hash": -1985084053818682831,
            "location": "documentation/content/en/articles/pam/_index.adoc:584",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 205,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612770/?format=api",
            "priority": 100,
            "id": 612770,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=647390920ad85231",
            "url": "https://translate-dev.freebsd.org/api/units/612770/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:02.093724Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_unix[8] module implements traditional UNIX(R) password authentication, using man:getpwnam[3] to obtain the target account's password and compare it with the one provided by the applicant.  It also provides account management services (enforcing account and password expiration times) and password-changing services.  This is probably the single most useful module, as the great majority of admins will want to maintain historical behavior for at least some services."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_unix[8] module implements traditional UNIX(R) password authentication, using man:getpwnam[3] to obtain the target account's password and compare it with the one provided by the applicant.  It also provides account management services (enforcing account and password expiration times) and password-changing services.  This is probably the single most useful module, as the great majority of admins will want to maintain historical behavior for at least some services."
            ],
            "id_hash": -1728864535718402597,
            "content_hash": -1728864535718402597,
            "location": "documentation/content/en/articles/pam/_index.adoc:604",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 211,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 66,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612774/?format=api",
            "priority": 100,
            "id": 612774,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=6801d6dd5bbbe5db",
            "url": "https://translate-dev.freebsd.org/api/units/612774/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:02.801964Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The following is a minimal implementation of man:su[1] using PAM.  Note that it uses the OpenPAM-specific man:openpam_ttyconv[3] conversation function, which is prototyped in [.filename]#security/openpam.h#.  If you wish build this application on a system with a different PAM library, you will have to provide your own conversation function.  A robust conversation function is surprisingly difficult to implement; the one presented in <<pam-sample-conv>> is a good starting point, but should not be used in real-world applications."
            ],
            "previous_source": "",
            "target": [
                "The following is a minimal implementation of man:su[1] using PAM.  Note that it uses the OpenPAM-specific man:openpam_ttyconv[3] conversation function, which is prototyped in [.filename]#security/openpam.h#.  If you wish build this application on a system with a different PAM library, you will have to provide your own conversation function.  A robust conversation function is surprisingly difficult to implement; the one presented in <<pam-sample-conv>> is a good starting point, but should not be used in real-world applications."
            ],
            "id_hash": 7108320222349273591,
            "content_hash": 7108320222349273591,
            "location": "documentation/content/en/articles/pam/_index.adoc:626",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 216,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 74,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612776/?format=api",
            "priority": 100,
            "id": 612776,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=e2a5d394aadaa9f7",
            "url": "https://translate-dev.freebsd.org/api/units/612776/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:03.078159Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The following is a minimal implementation of man:pam_unix[8], offering only authentication services.  It should build and run with most PAM implementations, but takes advantage of OpenPAM extensions if available: note the use of man:pam_get_authtok[3], which enormously simplifies prompting the user for a password."
            ],
            "previous_source": "",
            "target": [
                "The following is a minimal implementation of man:pam_unix[8], offering only authentication services.  It should build and run with most PAM implementations, but takes advantage of OpenPAM extensions if available: note the use of man:pam_get_authtok[3], which enormously simplifies prompting the user for a password."
            ],
            "id_hash": -7875381509269161133,
            "content_hash": -7875381509269161133,
            "location": "documentation/content/en/articles/pam/_index.adoc:640",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612778/?format=api",
            "priority": 100,
            "id": 612778,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=12b5063e2d54fb53",
            "url": "https://translate-dev.freebsd.org/api/units/612778/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:03.279768Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The conversation function presented below is a greatly simplified version of OpenPAM's man:openpam_ttyconv[3].  It is fully functional, and should give the reader a good idea of how a conversation function should behave, but it is far too simple for real-world use.  Even if you are not using OpenPAM, feel free to download the source code and adapt man:openpam_ttyconv[3] to your uses; we believe it to be as robust as a tty-oriented conversation function can reasonably get."
            ],
            "previous_source": "",
            "target": [
                "The conversation function presented below is a greatly simplified version of OpenPAM's man:openpam_ttyconv[3].  It is fully functional, and should give the reader a good idea of how a conversation function should behave, but it is far too simple for real-world use.  Even if you are not using OpenPAM, feel free to download the source code and adapt man:openpam_ttyconv[3] to your uses; we believe it to be as robust as a tty-oriented conversation function can reasonably get."
            ],
            "id_hash": -6996044729367168286,
            "content_hash": -6996044729367168286,
            "location": "documentation/content/en/articles/pam/_index.adoc:655",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 76,
            "source_unit": "https://translate-dev.freebsd.org/api/units/612780/?format=api",
            "priority": 100,
            "id": 612780,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=1ee90e62a1537ae2",
            "url": "https://translate-dev.freebsd.org/api/units/612780/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-20T20:39:03.593086Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "A guide to the PAM system and modules under FreeBSD"
            ],
            "previous_source": "",
            "target": [
                "A guide to the PAM system and modules under FreeBSD"
            ],
            "id_hash": -8066094363520171422,
            "content_hash": -8066094363520171422,
            "location": "documentation/content/en/articles/pam/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: description",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1176972/?format=api",
            "priority": 100,
            "id": 1176972,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=100f79e991998262",
            "url": "https://translate-dev.freebsd.org/api/units/1176972/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-03T21:57:57.831245Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "include::{include-path}su.c[]\n"
            ],
            "previous_source": "",
            "target": [
                "include::{include-path}su.c[]\n"
            ],
            "id_hash": 7298992014846842199,
            "content_hash": 7298992014846842199,
            "location": "documentation/content/en/articles/pam/_index.adoc:630",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254518/?format=api",
            "priority": 100,
            "id": 1254518,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=e54b3a90d75bd557",
            "url": "https://translate-dev.freebsd.org/api/units/1254518/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T02:17:42.120732Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "include::{include-path}pam_unix.c[]\n"
            ],
            "previous_source": "",
            "target": [
                "include::{include-path}pam_unix.c[]\n"
            ],
            "id_hash": -6495354235262817807,
            "content_hash": -6495354235262817807,
            "location": "documentation/content/en/articles/pam/_index.adoc:644",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 220,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254520/?format=api",
            "priority": 100,
            "id": 1254520,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=25dbddbca4d4a9f1",
            "url": "https://translate-dev.freebsd.org/api/units/1254520/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T02:17:42.188598Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "include::{include-path}converse.c[]\n"
            ],
            "previous_source": "",
            "target": [
                "include::{include-path}converse.c[]\n"
            ],
            "id_hash": -4498934928604297169,
            "content_hash": -4498934928604297169,
            "location": "documentation/content/en/articles/pam/_index.adoc:659",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 223,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1254522/?format=api",
            "priority": 100,
            "id": 1254522,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=41909284d0f1882f",
            "url": "https://translate-dev.freebsd.org/api/units/1254522/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-05T02:17:42.219906Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "PAM_SUCCESS"
            ],
            "previous_source": "",
            "target": [
                "PAM_SUCCESS"
            ],
            "id_hash": 8586219064538445713,
            "content_hash": 8586219064538445713,
            "location": "documentation/content/en/articles/pam/_index.adoc:444",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 153,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383480/?format=api",
            "priority": 100,
            "id": 1383480,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=f72860bf59803791",
            "url": "https://translate-dev.freebsd.org/api/units/1383480/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.184407Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "PAM_IGNORE"
            ],
            "previous_source": "",
            "target": [
                "PAM_IGNORE"
            ],
            "id_hash": -2884603735783279155,
            "content_hash": -2884603735783279155,
            "location": "documentation/content/en/articles/pam/_index.adoc:445",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 154,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383482/?format=api",
            "priority": 100,
            "id": 1383482,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=57f7d42f82df75cd",
            "url": "https://translate-dev.freebsd.org/api/units/1383482/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.218812Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "other"
            ],
            "previous_source": "",
            "target": [
                "other"
            ],
            "id_hash": -321752618771570505,
            "content_hash": -321752618771570505,
            "location": "documentation/content/en/articles/pam/_index.adoc:447",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 155,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383484/?format=api",
            "priority": 100,
            "id": 1383484,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=7b88e7b2ac91a0b7",
            "url": "https://translate-dev.freebsd.org/api/units/1383484/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.239328Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "binding"
            ],
            "previous_source": "",
            "target": [
                "binding"
            ],
            "id_hash": -5817644666093879144,
            "content_hash": -5817644666093879144,
            "location": "documentation/content/en/articles/pam/_index.adoc:448",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 156,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383486/?format=api",
            "priority": 100,
            "id": 1383486,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=2f4392ffd8074098",
            "url": "https://translate-dev.freebsd.org/api/units/1383486/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.276645Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "if (!fail) break;"
            ],
            "previous_source": "",
            "target": [
                "if (!fail) break;"
            ],
            "id_hash": 7667188776994089093,
            "content_hash": 7667188776994089093,
            "location": "documentation/content/en/articles/pam/_index.adoc:449, documentation/content/en/articles/pam/_index.adoc:464",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 157,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383488/?format=api",
            "priority": 100,
            "id": 1383488,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=ea675391f6982885",
            "url": "https://translate-dev.freebsd.org/api/units/1383488/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.305068Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "-"
            ],
            "previous_source": "",
            "target": [
                "-"
            ],
            "id_hash": -6185383532737396167,
            "content_hash": -6185383532737396167,
            "location": "documentation/content/en/articles/pam/_index.adoc:450, documentation/content/en/articles/pam/_index.adoc:454, documentation/content/en/articles/pam/_index.adoc:455, documentation/content/en/articles/pam/_index.adoc:459, documentation/content/en/articles/pam/_index.adoc:460, documentation/content/en/articles/pam/_index.adoc:465, documentation/content/en/articles/pam/_index.adoc:467, documentation/content/en/articles/pam/_index.adoc:469, documentation/content/en/articles/pam/_index.adoc:470, documentation/content/en/articles/pam/_index.adoc:471",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 158,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383490/?format=api",
            "priority": 100,
            "id": 1383490,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=2a291a72d3a30239",
            "url": "https://translate-dev.freebsd.org/api/units/1383490/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.326841Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "fail = true;"
            ],
            "previous_source": "",
            "target": [
                "fail = true;"
            ],
            "id_hash": 759849728942217751,
            "content_hash": 759849728942217751,
            "location": "documentation/content/en/articles/pam/_index.adoc:452, documentation/content/en/articles/pam/_index.adoc:457",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 159,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383492/?format=api",
            "priority": 100,
            "id": 1383492,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=8a8b874d78471a17",
            "url": "https://translate-dev.freebsd.org/api/units/1383492/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.346985Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "required"
            ],
            "previous_source": "",
            "target": [
                "required"
            ],
            "id_hash": 1835798375179062928,
            "content_hash": 1835798375179062928,
            "location": "documentation/content/en/articles/pam/_index.adoc:453",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383494/?format=api",
            "priority": 100,
            "id": 1383494,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=997a10e54fc98e90",
            "url": "https://translate-dev.freebsd.org/api/units/1383494/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.385058Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "requisite"
            ],
            "previous_source": "",
            "target": [
                "requisite"
            ],
            "id_hash": -1548007928067838296,
            "content_hash": -1548007928067838296,
            "location": "documentation/content/en/articles/pam/_index.adoc:458",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383496/?format=api",
            "priority": 100,
            "id": 1383496,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=6a845efdba072ea8",
            "url": "https://translate-dev.freebsd.org/api/units/1383496/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.407684Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "fail = true; break;"
            ],
            "previous_source": "",
            "target": [
                "fail = true; break;"
            ],
            "id_hash": 2461627416194840312,
            "content_hash": 2461627416194840312,
            "location": "documentation/content/en/articles/pam/_index.adoc:462",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 162,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383498/?format=api",
            "priority": 100,
            "id": 1383498,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=a2297517bfa7f6f8",
            "url": "https://translate-dev.freebsd.org/api/units/1383498/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.428571Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "sufficient"
            ],
            "previous_source": "",
            "target": [
                "sufficient"
            ],
            "id_hash": -5054860340526559305,
            "content_hash": -5054860340526559305,
            "location": "documentation/content/en/articles/pam/_index.adoc:463",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383500/?format=api",
            "priority": 100,
            "id": 1383500,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=39d9874d55b44fb7",
            "url": "https://translate-dev.freebsd.org/api/units/1383500/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.468785Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "optional"
            ],
            "previous_source": "",
            "target": [
                "optional"
            ],
            "id_hash": 5245939780862916119,
            "content_hash": 5245939780862916119,
            "location": "documentation/content/en/articles/pam/_index.adoc:468",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 164,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1383502/?format=api",
            "priority": 100,
            "id": 1383502,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=c8cd526fbf6cb617",
            "url": "https://translate-dev.freebsd.org/api/units/1383502/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-04T10:46:45.489462Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/articlespam_index/en/?format=api",
            "source": [
                "The man:pam_ssh[8] module provides both authentication and session services.  The authentication service allows users who have passphrase-protected SSH secret keys in their [.filename]#~/.ssh# directory to authenticate themselves by typing their passphrase.  The session service starts man:ssh-agent[1] and preloads it with the keys that were decrypted in the authentication phase.  This feature is particularly useful for local logins, whether in X (using man:xdm[8] or another PAM-aware X login manager) or at the console."
            ],
            "previous_source": "",
            "target": [
                "The man:pam_ssh[8] module provides both authentication and session services.  The authentication service allows users who have passphrase-protected SSH secret keys in their [.filename]#~/.ssh# directory to authenticate themselves by typing their passphrase.  The session service starts man:ssh-agent[1] and preloads it with the keys that were decrypted in the authentication phase.  This feature is particularly useful for local logins, whether in X (using man:xdm[8] or another PAM-aware X login manager) or at the console."
            ],
            "id_hash": 2187217802403651919,
            "content_hash": 2187217802403651919,
            "location": "documentation/content/en/articles/pam/_index.adoc:592",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 207,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 72,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1444054/?format=api",
            "priority": 100,
            "id": 1444054,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/articlespam_index/en/?checksum=9e5a8f00beae214f",
            "url": "https://translate-dev.freebsd.org/api/units/1444054/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T10:36:33.278726Z"
        }
    ]
}