Translation components API.

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

GET /api/translations/sssd/sssd-manpage-master/uk/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 992,
    "next": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/changes/?format=api&page=10",
    "previous": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/changes/?format=api&page=8",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332539/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T18:08:07.502295Z",
            "action": 9,
            "target": "Якщо у налаштуваннях SSSD використано повні назви доменів (або _srv_), встановлення для цього параметра значення FALSE може запобігти непотрібним пошукам DNS у таких середовищах.",
            "old": "",
            "details": {
                "state": 20,
                "source": "If fully qualified domain names (or _srv_) are used in the SSSD configuration, setting this option to FALSE can prevent unnecessary DNS lookups in such environments.",
                "old_state": 0
            },
            "id": 8984649,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/8984649/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332538/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T18:08:07.444039Z",
            "action": 9,
            "target": "Зазвичай, розв'язувач адрес DNS виконує пошук у списку доменів, який визначено інструкцією «search» у файлі resolv.conf. Це може призвести до затримок у середовищах, де DNS не налаштовано належним чином.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Normally, the DNS resolver searches the domain list defined in the \"search\" directive from the resolv.conf file. This can lead to delays in environments with improperly configured DNS.",
                "old_state": 0
            },
            "id": 8984648,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/8984648/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332535/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T18:08:07.370697Z",
            "action": 9,
            "target": "У поточній версії цей параметр типово увімкнено, щоб уникнути регресій у подібних середовищах. До системного журналу та діагностичного журналу SSSD буде додано повідомлення у випадку виявлення UPN у PAC, але не у кеші SSSD. Щоб уникнути появи такого повідомлення, слід перевірити, чи можна вилучити параметр «ldap_user_principal». Якщо це неможливо, вилучення «check_upn» призведе до пропускання перевірки, і повідомлення зникне з журналу.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Currently this option is set by default to avoid regressions in such environments. A log message will be added to the system log and SSSD's debug log in case a UPN is found in the PAC but not in SSSD's cache. To avoid this log message it would be best to evaluate if the 'ldap_user_principal' option can be removed.  If this is not possible, removing 'check_upn' will skip the test and avoid the log message.",
                "old_state": 0
            },
            "id": 8984647,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/8984647/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332534/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T18:08:07.312034Z",
            "action": 9,
            "target": "Цей параметр слід використовувати разом і «check_upn» і обробляє випадок, коли для UPN встановлено значення на боці сервера, але його не прочитано SSSD. Типовим прикладом є домен FreeIPA, де для «ldap_user_principal» встановлено назву атрибуту, якого не існує. Так типово роблять для того, щоб обійти проблеми в обробці промислових реєстраційних записів. Втім, це виправлено вже певний час, і FreeIPA може обробляти промислові реєстраційні записи без проблем. У встановленні «ldap_user_principal» більше немає потреби.",
            "old": "",
            "details": {
                "state": 20,
                "source": "This option should be used together with 'check_upn' and handles the case where a UPN is set on the server-side but is not read by SSSD. The typical example is a FreeIPA domain where 'ldap_user_principal' is set to a not existing attribute name.  This was typically done to work-around issues in the handling of enterprise principals. But this is fixed since quite some time and FreeIPA can handle enterprise principals just fine and there is no need anymore to set 'ldap_user_principal'.",
                "old_state": 0
            },
            "id": 8984646,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/8984646/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332563/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:07:14.072771Z",
            "action": 2,
            "target": "{issuer_dn_component[(.назва_атрибуту|[число]]}",
            "old": "{компонент_dn_видавця[(.назва_атрибуту_|[число]]}",
            "details": {
                "state": 20,
                "source": "{issuer_dn_component[(.attr_name|[number]]}",
                "old_state": 20
            },
            "id": 8984252,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984252/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332562/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:06:40.899567Z",
            "action": 2,
            "target": "Приклад: LDAPU1:(uid={subject_dn_component.uid})",
            "old": "Приклад: LDAPU1:(uid={компонент_dn_призначення.uid})",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(uid={subject_dn_component.uid})",
                "old_state": 20
            },
            "id": 8984251,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984251/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332551/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:06:09.472871Z",
            "action": 2,
            "target": "{subject_key_id[!hex[_ucr]]}",
            "old": "{ідентифікатор_ключа_призначення[!hex[_ucr]]}",
            "details": {
                "state": 20,
                "source": "{subject_key_id[!hex[_ucr]]}",
                "old_state": 20
            },
            "id": 8984250,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984250/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332551/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:04:28.458853Z",
            "action": 2,
            "target": "{ідентифікатор_ключа_призначення[!hex[_ucr]]}",
            "old": "{subject_key_id[!hex[_ucr]]}",
            "details": {
                "state": 20,
                "source": "{subject_key_id[!hex[_ucr]]}",
                "old_state": 20
            },
            "id": 8984249,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984249/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332563/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:04:02.740735Z",
            "action": 5,
            "target": "{компонент_dn_видавця[(.назва_атрибуту_|[число]]}",
            "old": "",
            "details": {
                "state": 20,
                "source": "{issuer_dn_component[(.attr_name|[number]]}",
                "old_state": 0
            },
            "id": 8984248,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8984248/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332562/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:02:27.322837Z",
            "action": 2,
            "target": "Приклад: LDAPU1:(uid={компонент_dn_призначення.uid})",
            "old": "Приклад: (uri={subject_uri})",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(uid={subject_dn_component.uid})",
                "old_state": 10
            },
            "id": 8984247,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984247/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332559/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:01:45.407128Z",
            "action": 2,
            "target": "{subject_dn_component[(.назва_атрибуту|[число]]}",
            "old": "{subject_dns_name[.short_name]}",
            "details": {
                "state": 20,
                "source": "{subject_dn_component[(.attr_name|[number]]}",
                "old_state": 10
            },
            "id": 8984246,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984246/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332558/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:01:14.904819Z",
            "action": 5,
            "target": "Приклад: LDAPU1:(dgst={cert!sha256})",
            "old": "",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(dgst={cert!sha256})",
                "old_state": 0
            },
            "id": 8984245,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8984245/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332555/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:00:49.071274Z",
            "action": 5,
            "target": "{cert[!DIGEST[_ucr]]}",
            "old": "",
            "details": {
                "state": 20,
                "source": "{cert[!DIGEST[_ucr]]}",
                "old_state": 0
            },
            "id": 8984244,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8984244/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332554/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:00:42.111192Z",
            "action": 2,
            "target": "Приклад: LDAPU1:(ski={ідентифікатор_ключа_призначення})",
            "old": "Приклад: (uri={subject_uri})",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(ski={subject_key_id})",
                "old_state": 10
            },
            "id": 8984243,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984243/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332551/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T13:00:01.956752Z",
            "action": 5,
            "target": "{subject_key_id[!hex[_ucr]]}",
            "old": "",
            "details": {
                "state": 20,
                "source": "{subject_key_id[!hex[_ucr]]}",
                "old_state": 0
            },
            "id": 8984242,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8984242/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332550/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T12:59:50.702518Z",
            "action": 2,
            "target": "Приклад: LDAPU1:(serial={серійний_номер})",
            "old": "Example: LDAPU1:(serial={серійний_номер})",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(serial={serial_number})",
                "old_state": 20
            },
            "id": 8984241,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984241/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332550/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T12:59:39.867992Z",
            "action": 2,
            "target": "Example: LDAPU1:(serial={серійний_номер})",
            "old": "Приклад: (uri={subject_uri})",
            "details": {
                "state": 20,
                "source": "Example: LDAPU1:(serial={serial_number})",
                "old_state": 10
            },
            "id": 8984240,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8984240/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332548/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T12:02:21.175110Z",
            "action": 5,
            "target": "Цей шаблон додасть серійний номер сертифіката. Типово, його буде надруковано як шістнадцяткове число літерами нижнього регістру.",
            "old": "",
            "details": {
                "state": 20,
                "source": "This template will add the serial number of the certificate. By default it will be printed as a hexadecimal number with lower-case letters.",
                "old_state": 0
            },
            "id": 8983928,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8983928/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332547/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T12:01:14.778719Z",
            "action": 5,
            "target": "{serial_number[!(dec|hex[_ucr])]}",
            "old": "",
            "details": {
                "state": 20,
                "source": "{serial_number[!(dec|hex[_ucr])]}",
                "old_state": 0
            },
            "id": 8983924,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8983924/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332546/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T12:01:04.291975Z",
            "action": 5,
            "target": "При використанні розширення LDAPU1 можна скористатися такими шаблонами:",
            "old": "",
            "details": {
                "state": 20,
                "source": "The following template are available when using the 'LDAPU1' extension:",
                "old_state": 0
            },
            "id": 8983923,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8983923/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332545/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T11:50:20.121768Z",
            "action": 5,
            "target": "Розширення LDAPU1",
            "old": "",
            "details": {
                "state": 20,
                "source": "LDAPU1 extension",
                "old_state": 0
            },
            "id": 8983916,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8983916/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332537/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T11:49:52.652553Z",
            "action": 2,
            "target": "dns_resolver_use_search_list (булеве значення)",
            "old": "dns_resolver_server_timeout",
            "details": {
                "state": 20,
                "source": "dns_resolver_use_search_list (bool)",
                "old_state": 10
            },
            "id": 8983915,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983915/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332536/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T11:49:37.468351Z",
            "action": 2,
            "target": "Типове значення: no_check (для надавачів AD та IPA — «check_upn, check_upn_allow_missing, check_upn_dns_info_ex»)",
            "old": "Типове значення: no_check (для надавачів AD та IPA — «check_upn, check_upn_dns_info_ex»)",
            "details": {
                "state": 20,
                "source": "Default: no_check (AD and IPA provider 'check_upn, check_upn_allow_missing, check_upn_dns_info_ex')",
                "old_state": 10
            },
            "id": 8983914,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983914/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332533/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/yurchor/?format=api",
            "timestamp": "2022-12-12T11:49:05.312673Z",
            "action": 5,
            "target": "check_upn_allow_missing",
            "old": "",
            "details": {
                "state": 20,
                "source": "check_upn_allow_missing",
                "old_state": 0
            },
            "id": 8983913,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/8983913/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500859Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "content changed",
                "filename": "src/man/po/uk.po"
            },
            "id": 8983789,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/8983789/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745655/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500808Z",
            "action": 59,
            "target": "Будь ласка, зауважте, що перевірка квитка є першим кроком при перевірці PAC (див. «pac_check» на сторінці підручника щодо <citerefentry> <refentrytitle>sssd.conf</refentrytitle> <manvolnum>5</manvolnum> </citerefentry>, щоб дізнатися більше). Якщо перевірку квитків вимкнено, також буде вимкнено і перевірки PAC.",
            "old": "Будь ласка, зауважте, що перевірка квитка є першим кроком при перевірці PAC (див. «pac_check» на сторінці підручника щодо <citerefentry> <refentrytitle>sssd.conf</refentrytitle> <manvolnum>5</manvolnum> </citerefentry>, щоб дізнатися більше). Якщо перевірку квитків вимкнено, також буде вимкнено і перевірки PAC.",
            "details": {
                "state": 20,
                "source": "Please note that the ticket validation is the first step when checking the PAC (see 'pac_check' in the <citerefentry> <refentrytitle>sssd.conf</refentrytitle> <manvolnum>5</manvolnum> </citerefentry> manual page for details). If ticket validation is disabled the PAC checks will be skipped as well.",
                "old_state": 20
            },
            "id": 8983788,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983788/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745654/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500771Z",
            "action": 59,
            "target": "Типове значення: false (надається IPA та AD: true)",
            "old": "Типове значення: false (надається IPA та AD: true)",
            "details": {
                "state": 20,
                "source": "Default: false (IPA and AD provider: true)",
                "old_state": 20
            },
            "id": 8983787,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983787/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745653/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500705Z",
            "action": 59,
            "target": "Оскільки деякі з програм надають змогу змінювати дані щодо керування доступом на основі SID за допомогою назви, а не безпосереднього використання, у SSSD передбачено підтримку пошуку SID за назвою. Щоб уникнути конфліктів, для пошуку добре відомих (Well-Known) SID приймаються лише повні назви. Отже, не можна використовувати як назви доменів у <filename>sssd.conf</filename> такі назви: «NULL AUTHORITY», «WORLD AUTHORITY», «LOCAL AUTHORITY», «CREATOR AUTHORITY», «MANDATORY LABEL AUTHORITY», «AUTHENTICATION AUTHORITY», «NT AUTHORITY» та «BUILTIN».",
            "old": "Оскільки деякі з програм надають змогу змінювати дані щодо керування доступом на основі SID за допомогою назви, а не безпосереднього використання, у SSSD передбачено підтримку пошуку SID за назвою. Щоб уникнути конфліктів, для пошуку добре відомих (Well-Known) SID приймаються лише повні назви. Отже, не можна використовувати як назви доменів у <filename>sssd.conf</filename> такі назви: «NULL AUTHORITY», «WORLD AUTHORITY», «LOCAL AUTHORITY», «CREATOR AUTHORITY», «MANDATORY LABEL AUTHORITY», «AUTHENTICATION AUTHORITY», «NT AUTHORITY» та «BUILTIN».",
            "details": {
                "state": 20,
                "source": "Since some utilities allow to modify SID based access control information with the help of a name instead of using the SID directly SSSD supports to look up the SID by the name as well. To avoid collisions only the fully qualified names can be used to look up Well-Known SIDs. As a result the domain names <quote>NULL AUTHORITY</quote>, <quote>WORLD AUTHORITY</quote>, <quote>LOCAL AUTHORITY</quote>, <quote>CREATOR AUTHORITY</quote>, <quote>MANDATORY LABEL AUTHORITY</quote>, <quote>AUTHENTICATION AUTHORITY</quote>, <quote>NT AUTHORITY</quote> and <quote>BUILTIN</quote> should not be used as domain names in <filename>sssd.conf</filename>.",
                "old_state": 20
            },
            "id": 8983786,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983786/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745652/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500640Z",
            "action": 59,
            "target": "Служба розпізнавання",
            "old": "Служба розпізнавання",
            "details": {
                "state": 20,
                "source": "Authentication Authority",
                "old_state": 20
            },
            "id": 8983785,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983785/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745651/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500579Z",
            "action": 59,
            "target": "Обов'язкова служба сертифікації міток",
            "old": "Обов'язкова служба сертифікації міток",
            "details": {
                "state": 20,
                "source": "Mandatory Label Authority",
                "old_state": 20
            },
            "id": 8983784,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983784/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332570/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500525Z",
            "action": 59,
            "target": "krb5_renew_interval\nkrb5_renew_lifetime\nkrb5_lifetime\nkrb5_validate\nkrb5_canonicalize\nkrb5_auth_timeout\n            ",
            "old": "",
            "details": {
                "state": 10,
                "source": "krb5_renew_interval\nkrb5_renewable_lifetime\nkrb5_lifetime\nkrb5_validate\nkrb5_canonicalize\nkrb5_auth_timeout\n            ",
                "old_state": -1
            },
            "id": 8983783,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983783/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332570/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500476Z",
            "action": 30,
            "target": "krb5_renew_interval\nkrb5_renewable_lifetime\nkrb5_lifetime\nkrb5_validate\nkrb5_canonicalize\nkrb5_auth_timeout\n            ",
            "old": "krb5_renew_interval\nkrb5_renew_lifetime\nkrb5_lifetime\nkrb5_validate\nkrb5_canonicalize\nkrb5_auth_timeout\n            ",
            "details": {},
            "id": 8983782,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983782/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/11745650/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500418Z",
            "action": 59,
            "target": "SSSD відфільтровуватиме локальні для домену групи від віддалених доменів у лісі AD. Типово, групи буде відфільтровано, наприклад при слідуванні за вкладеною ієрархією груп у віддалених доменах, оскільки вони не є чинними у локальних доменах. Так зроблено для забезпечення узгодженості з призначенням груп і участі у них Active Directory, яку можна переглянути у PAC квитка Kerberos користувача, який видано Active Directory.",
            "old": "SSSD відфільтровуватиме локальні для домену групи від віддалених доменів у лісі AD. Типово, групи буде відфільтровано, наприклад при слідуванні за вкладеною ієрархією груп у віддалених доменах, оскільки вони не є чинними у локальних доменах. Так зроблено для забезпечення узгодженості з призначенням груп і участі у них Active Directory, яку можна переглянути у PAC квитка Kerberos користувача, який видано Active Directory.",
            "details": {
                "state": 20,
                "source": "SSSD filters out Domain Local groups from remote domains in the AD forest. By default they are filtered out e.g. when following a nested group hierarchy in remote domains because they are not valid in the local domain. This is done to be in agreement with Active Directory's group-membership assignment which can be seen in the PAC of the Kerberos ticket of a user issued by Active Directory.",
                "old_state": 20
            },
            "id": 8983781,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983781/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332569/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500363Z",
            "action": 59,
            "target": "Приклад: (oid={subject_registered_id})",
            "old": "",
            "details": {
                "state": 10,
                "source": "Example: LDAPU1:(objectsid={sid})",
                "old_state": -1
            },
            "id": 8983780,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983780/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332569/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500316Z",
            "action": 30,
            "target": "Example: LDAPU1:(objectsid={sid})",
            "old": "Example: (oid={subject_registered_id})",
            "details": {},
            "id": 8983779,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983779/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332568/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500266Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "This template will add the SID if the corresponding extension introduced by Microsoft with the OID 1.3.6.1.4.1.311.25.2 is available. With the '.rid' selector only the last component, i.e. the RID, will be added.",
                "old_state": -1
            },
            "id": 8983778,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983778/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332567/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500217Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "{sid[.rid]}",
                "old_state": -1
            },
            "id": 8983777,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983777/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332566/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500168Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Example: LDAPU1:(domain={issuer_dn_component.[-2]}.{issuer_dn_component.dc[-1]})",
                "old_state": -1
            },
            "id": 8983776,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983776/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332565/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500118Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "See 'subject_dn_component' for details about the attribute name and position specifiers.",
                "old_state": -1
            },
            "id": 8983775,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983775/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332564/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.500068Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "This template will add an attribute value of a component of the issuer DN, by default the value of the most specific component.",
                "old_state": -1
            },
            "id": 8983774,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983774/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332563/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499997Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "{issuer_dn_component[(.attr_name|[number]]}",
                "old_state": -1
            },
            "id": 8983773,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983773/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332562/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499946Z",
            "action": 59,
            "target": "Приклад: (uri={subject_uri})",
            "old": "",
            "details": {
                "state": 10,
                "source": "Example: LDAPU1:(uid={subject_dn_component.uid})",
                "old_state": -1
            },
            "id": 8983772,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983772/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332562/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499899Z",
            "action": 30,
            "target": "Example: LDAPU1:(uid={subject_dn_component.uid})",
            "old": "Example: (uri={subject_uri})",
            "details": {},
            "id": 8983771,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983771/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332561/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499842Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "A different component can it either selected by attribute name, e.g. {subject_dn_component.uid} or by position, e.g. {subject_dn_component.[2]} where positive numbers start counting from the most specific component and negative numbers start counting from the least specific component. Attribute name and the position can be combined as e.g.  {subject_dn_component.uid[2]} which means that the name of the second component must be 'uid'.",
                "old_state": -1
            },
            "id": 8983770,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983770/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332560/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499776Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "This template will add an attribute value of a component of the subject DN, by default the value of the most specific component.",
                "old_state": -1
            },
            "id": 8983769,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983769/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332559/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499726Z",
            "action": 59,
            "target": "{subject_dns_name[.short_name]}",
            "old": "",
            "details": {
                "state": 10,
                "source": "{subject_dn_component[(.attr_name|[number]]}",
                "old_state": -1
            },
            "id": 8983768,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983768/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332559/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499680Z",
            "action": 30,
            "target": "{subject_dn_component[(.attr_name|[number]]}",
            "old": "{subject_dns_name[.short_name]}",
            "details": {},
            "id": 8983767,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/8983767/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332558/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499629Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Example: LDAPU1:(dgst={cert!sha256})",
                "old_state": -1
            },
            "id": 8983766,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983766/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332557/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499565Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "The hexadecimal output can be printed with upper-case letters ('!sha512_u'), with a colon separating the hexadecimal bytes ('!sha512_c') or with the hexadecimal bytes in reverse order ('!sha512_r'). The postfix letters can be combined so that e.g. '!sha512_uc' will produce a colon-separated hexadecimal string with upper-case letters.",
                "old_state": -1
            },
            "id": 8983765,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983765/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/12332556/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/sssd/sssd-manpage-master/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/sssd/sssd-manpage-master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-12T10:23:49.499513Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "This template will add the hexadecimal digest/hash of the certificate where DIGEST must be replaced with the name of a digest/hash function supported by OpenSSL, e.g. 'sha512'.",
                "old_state": -1
            },
            "id": 8983764,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/8983764/?format=api"
        }
    ]
}