Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/uk/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 143,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800697/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:41.195572Z",
            "action": 30,
            "target": "Remove users that can manage members of this group.",
            "id": 1173435,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173435/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800695/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:41.170188Z",
            "action": 30,
            "target": "Add users that can manage members of this group.",
            "id": 1173434,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173434/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800685/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:40.804229Z",
            "action": 30,
            "target": "\nGroups of users\n\nManage groups of users, groups, or services. By default, new groups are POSIX\ngroups. You can add the --nonposix option to the group-add command to mark a\nnew group as non-POSIX. You can use the --posix argument with the group-mod\ncommand to convert a non-POSIX group into a POSIX group. POSIX groups cannot be\nconverted to non-POSIX groups.\n\nEvery group must have a description.\n\nPOSIX groups must have a Group ID (GID) number. Changing a GID is\nsupported but can have an impact on your file permissions. It is not necessary\nto supply a GID when creating a group. IPA will generate one automatically\nif it is not provided.\n\nGroups members can be users, other groups, and Kerberos services. In POSIX\nenvironments only users will be visible as group members, but nested groups and\ngroups of services can be used for IPA management purposes.\n\nEXAMPLES:\n\n Add a new group:\n   ipa group-add --desc='local administrators' localadmins\n\n Add a new non-POSIX group:\n   ipa group-add --nonposix --desc='remote administrators' remoteadmins\n\n Convert a non-POSIX group to posix:\n   ipa group-mod --posix remoteadmins\n\n Add a new POSIX group with a specific Group ID number:\n   ipa group-add --gid=500 --desc='unix admins' unixadmins\n\n Add a new POSIX group and let IPA assign a Group ID number:\n   ipa group-add --desc='printer admins' printeradmins\n\n Remove a group:\n   ipa group-del unixadmins\n\n To add the \"remoteadmins\" group to the \"localadmins\" group:\n   ipa group-add-member --groups=remoteadmins localadmins\n\n Add multiple users to the \"localadmins\" group:\n   ipa group-add-member --users=test1 --users=test2 localadmins\n\n To add Kerberos services to the \"printer admins\" group:\n   ipa group-add-member --services=CUPS/some.host printeradmins\n\n Remove a user from the \"localadmins\" group:\n   ipa group-remove-member --users=test2 localadmins\n\n Display information about a named group.\n   ipa group-show localadmins\n\nGroup membership managers are users or groups that can add members to a\ngroup or remove members from a group.\n\n Allow user \"test2\" to add or remove members from group \"localadmins\":\n   ipa group-add-member-manager --users=test2 localadmins\n\n Revoke membership management rights for user \"test2\" from \"localadmins\":\n   ipa group-remove-member-manager --users=test2 localadmins\n\nExternal group membership is designed to allow users from trusted domains\nto be mapped to local POSIX groups in order to actually use IPA resources.\nExternal members should be added to groups that specifically created as\nexternal and non-POSIX. Such group later should be included into one of POSIX\ngroups.\n\nAn external group member is currently a Security Identifier (SID) as defined by\nthe trusted domain. When adding external group members, it is possible to\nspecify them in either SID, or DOM\\name, or name@domain format. IPA will attempt\nto resolve passed name to SID with the use of Global Catalog of the trusted domain.\n\nExample:\n\n1. Create group for the trusted domain admins' mapping and their local POSIX group:\n\n   ipa group-add --desc='<ad.domain> admins external map' ad_admins_external --external\n   ipa group-add --desc='<ad.domain> admins' ad_admins\n\n2. Add security identifier of Domain Admins of the <ad.domain> to the ad_admins_external\n   group:\n\n   ipa group-add-member ad_admins_external --external 'AD\\Domain Admins'\n\n3. Allow members of ad_admins_external group to be associated with ad_admins POSIX group:\n\n   ipa group-add-member ad_admins --groups ad_admins_external\n\n4. List members of external members of ad_admins_external group to see their SIDs:\n\n   ipa group-show ad_admins_external\n",
            "id": 1173433,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173433/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800622/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:37.343182Z",
            "action": 30,
            "target": "these attributes are not allowed: %(attrs)s",
            "id": 1173418,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173418/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800614/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:36.997816Z",
            "action": 30,
            "target": "Indirect Member ID user overrides",
            "id": 1173414,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173414/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800612/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:36.964042Z",
            "action": 30,
            "target": "Member ID user overrides",
            "id": 1173413,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173413/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800584/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:35.831415Z",
            "action": 30,
            "target": "not allowed to remotely add agent",
            "id": 1173407,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173407/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800579/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:35.735816Z",
            "action": 30,
            "target": "Configure this server as a trust agent.",
            "id": 1173406,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173406/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800510/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:32.756984Z",
            "action": 30,
            "target": "Remove users that can manage members of this hostgroup.",
            "id": 1173397,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173397/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800509/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:32.730311Z",
            "action": 30,
            "target": "Add users that can manage members of this hostgroup.",
            "id": 1173396,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173396/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800503/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:32.514423Z",
            "action": 30,
            "target": "Failed member manager",
            "id": 1173395,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173395/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800500/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:32.487757Z",
            "action": 30,
            "target": "\nGroups of hosts.\n\nManage groups of hosts. This is useful for applying access control to a\nnumber of hosts by using Host-based Access Control.\n\nEXAMPLES:\n\n Add a new host group:\n   ipa hostgroup-add --desc=\"Baltimore hosts\" baltimore\n\n Add another new host group:\n   ipa hostgroup-add --desc=\"Maryland hosts\" maryland\n\n Add members to the hostgroup (using Bash brace expansion):\n   ipa hostgroup-add-member --hosts={box1,box2,box3} baltimore\n\n Add a hostgroup as a member of another hostgroup:\n   ipa hostgroup-add-member --hostgroups=baltimore maryland\n\n Remove a host from the hostgroup:\n   ipa hostgroup-remove-member --hosts=box2 baltimore\n\n Display a host group:\n   ipa hostgroup-show baltimore\n\n Add a member manager:\n   ipa hostgroup-add-member-manager --users=user1 baltimore\n\n Remove a member manager\n   ipa hostgroup-remove-member-manager --users=user1 baltimore\n\n Delete a hostgroup:\n   ipa hostgroup-del baltimore\n",
            "id": 1173394,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173394/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800249/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.522597Z",
            "action": 30,
            "target": "Hardened ticket maximum renewable age (seconds)",
            "id": 1173360,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173360/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800245/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.472002Z",
            "action": 30,
            "target": "Hardened ticket maximum ticket life (seconds)",
            "id": 1173359,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173359/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800242/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.410697Z",
            "action": 30,
            "target": "PKINIT ticket maximum renewable age (seconds)",
            "id": 1173358,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173358/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800241/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.376049Z",
            "action": 30,
            "target": "PKINIT max renew",
            "id": 1173357,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173357/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800239/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.349761Z",
            "action": 30,
            "target": "PKINIT maximum ticket life (seconds)",
            "id": 1173356,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173356/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800237/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.320352Z",
            "action": 30,
            "target": "PKINIT max life",
            "id": 1173355,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173355/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800236/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.292098Z",
            "action": 30,
            "target": "RADIUS ticket maximum renewable age (seconds)",
            "id": 1173354,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173354/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800234/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.272630Z",
            "action": 30,
            "target": "RADIUS max renew",
            "id": 1173353,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173353/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800233/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.249574Z",
            "action": 30,
            "target": "RADIUS maximum ticket life (seconds)",
            "id": 1173352,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173352/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800231/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.216423Z",
            "action": 30,
            "target": "RADIUS max life",
            "id": 1173351,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173351/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800229/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.181791Z",
            "action": 30,
            "target": "OTP token ticket maximum renewable age (seconds)",
            "id": 1173350,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173350/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800228/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.148337Z",
            "action": 30,
            "target": "OTP max renew",
            "id": 1173349,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173349/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800226/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.116017Z",
            "action": 30,
            "target": "OTP token maximum ticket life (seconds)",
            "id": 1173348,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173348/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800225/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:21.089266Z",
            "action": 30,
            "target": "OTP max life",
            "id": 1173347,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173347/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800204/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:20.205175Z",
            "action": 30,
            "target": "ID View cannot be applied to IPA master",
            "id": 1173345,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173345/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800184/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:19.347149Z",
            "action": 30,
            "target": "Malformed principal: %(error)s",
            "id": 1173339,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173339/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800180/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:19.258023Z",
            "action": 30,
            "target": "\nService Constrained Delegation\n\nManage rules to allow constrained delegation of credentials so\nthat a service can impersonate a user when communicating with another\nservice without requiring the user to actually forward their TGT.\nThis makes for a much better method of delegating credentials as it\nprevents exposure of the short term secret of the user.\n\nThe naming convention is to append the word \"target\" or \"targets\" to\na matching rule name. This is not mandatory but helps conceptually\nto associate rules and targets.\n\nA rule consists of two things:\n  - A list of targets the rule applies to\n  - A list of memberPrincipals that are allowed to delegate for\n    those targets\n\nA target consists of a list of principals that can be delegated.\n\nIn English, a rule says that this principal can delegate as this\nlist of principals, as defined by these targets.\n\nIn both a rule and a target Kerberos principals may be specified\nby their name or an alias and the realm can be omitted. Additionally,\nhosts can be specified by their names. If Kerberos principal specified\nhas a single component and does not end with '$' sign, it will be treated\nas a host name. Kerberos principal names ending with '$' are typically\nused as aliases for Active Directory-related services.\n\nEXAMPLES:\n\n Add a new constrained delegation rule:\n   ipa servicedelegationrule-add ftp-delegation\n\n Add a new constrained delegation target:\n   ipa servicedelegationtarget-add ftp-delegation-target\n\n Add a principal to the rule:\n   ipa servicedelegationrule-add-member --principals=ftp/ipa.example.com       ftp-delegation\n\n Add a host principal of the host 'ipa.example.com' to the rule:\n   ipa servicedelegationrule-add-member --principals=ipa.example.com       ftp-delegation\n\n Add our target to the rule:\n   ipa servicedelegationrule-add-target       --servicedelegationtargets=ftp-delegation-target ftp-delegation\n\n Add a principal to the target:\n   ipa servicedelegationtarget-add-member --principals=ldap/ipa.example.com       ftp-delegation-target\n\n Display information about a named delegation rule and target:\n   ipa servicedelegationrule_show ftp-delegation\n   ipa servicedelegationtarget_show ftp-delegation-target\n\n Remove a constrained delegation:\n   ipa servicedelegationrule-del ftp-delegation-target\n   ipa servicedelegationtarget-del ftp-delegation\n\nIn this example the ftp service can get a TGT for the ldap service on\nthe bound user's behalf.\n\nIt is strongly discouraged to modify the delegations that ship with\nIPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and\nipa-ldap-delegation-targets. Incorrect changes can remove the ability\nto delegate, causing the framework to stop functioning.\n",
            "id": 1173338,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173338/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800091/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:15.314703Z",
            "action": 30,
            "target": "Remove users from member managers for host group '${primary_key}'",
            "id": 1173313,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173313/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800089/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:15.283976Z",
            "action": 30,
            "target": "Add users as member managers for host group '${primary_key}'",
            "id": 1173312,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173312/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800088/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:15.259136Z",
            "action": 30,
            "target": "Remove groups from member managers for host group '${primary_key}'",
            "id": 1173311,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173311/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800086/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:15.232423Z",
            "action": 30,
            "target": "Add groups as member managers for host group '${primary_key}'",
            "id": 1173310,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173310/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800060/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:14.153613Z",
            "action": 30,
            "target": "Remove users from member managers for user group '${primary_key}'",
            "id": 1173305,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173305/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800059/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:14.127244Z",
            "action": 30,
            "target": "Add users as member managers for user group '${primary_key}'",
            "id": 1173304,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173304/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800057/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:14.103044Z",
            "action": 30,
            "target": "Remove groups from member managers for user group '${primary_key}'",
            "id": 1173303,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173303/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800055/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:14.074828Z",
            "action": 30,
            "target": "Add groups as member managers for user group '${primary_key}'",
            "id": 1173302,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173302/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4800010/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:12.045012Z",
            "action": 30,
            "target": "Are you sure you want to change default group?",
            "id": 1173292,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173292/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4799988/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:11.022994Z",
            "action": 30,
            "target": "${primary_key} member managers:",
            "id": 1173291,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173291/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4799978/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:10.570207Z",
            "action": 30,
            "target": "Record Settings",
            "id": 1173289,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173289/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4799878/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-04T08:47:05.882957Z",
            "action": 30,
            "target": "{} is required by the IPA master",
            "id": 1173269,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1173269/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/jibecfed/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/jibecfed/?format=api",
            "timestamp": "2020-08-04T05:21:51.441514Z",
            "action": 0,
            "target": "",
            "id": 1151510,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1151510/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/freeipa/ipa-4-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-25T09:53:20.054361Z",
            "action": 0,
            "target": "",
            "id": 264523,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/264523/?format=api"
        }
    ]
}