Changes
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/changes/?format=api
{ "count": 1326, "next": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/changes/?format=api&page=2", "previous": null, "results": [ { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": null, "user": null, "author": null, "timestamp": "2025-03-15T17:39:20.769408Z", "action": 15, "target": "", "old": "", "details": { "auto": true }, "id": 18209507, "action_name": "Component unlocked", "url": "https://translate.fedoraproject.org/api/changes/18209507/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": null, "user": null, "author": null, "timestamp": "2025-03-14T17:41:15.508500Z", "action": 14, "target": "", "old": "", "details": { "auto": true }, "id": 18207628, "action_name": "Component locked", "url": "https://translate.fedoraproject.org/api/changes/18207628/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": null, "user": null, "author": null, "timestamp": "2025-03-14T17:41:15.499254Z", "action": 47, "target": "", "old": "", "details": { "alert": "UpdateFailure" }, "id": 18207627, "action_name": "Alert triggered", "url": "https://translate.fedoraproject.org/api/changes/18207627/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581273/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/es/?format=api", "user": "https://translate.fedoraproject.org/api/users/mt:weblate-translation-memory/?format=api", "author": "https://translate.fedoraproject.org/api/users/mt:weblate-translation-memory/?format=api", "timestamp": "2024-11-15T22:29:17.932919Z", "action": 4, "target": "NAME='instance1'\nCONFIG='/path/to/config.ign' # path to your Ignition config\naws s3 cp CONFIG s3://$NAME-infra/bootstrap.ign\n", "old": "NAME='instance1'\nCONFIG='/path/to/config.ign' # path to your Ignition config\naws s3 cp CONFIG s3://$NAME-infra/bootstrap.ign\n", "details": { "state": 10, "source": "NAME='instance1'\nCONFIG='/path/to/config.ign' # path to your Ignition config\naws s3 cp $CONFIG s3://$NAME-infra/bootstrap.ign\n", "old_state": 10 }, "id": 17436332, "action_name": "Suggestion added", "url": "https://translate.fedoraproject.org/api/changes/17436332/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.718096Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/zh_CN/master/pages/provisioning-aws.po" }, "id": 17436299, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/17436299/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581384/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.718060Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\naws s3 rm s3://$NAME-infra/bootstrap.ign\n", "old_state": -1 }, "id": 17436298, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436298/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581383/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.718022Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xxx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\nPROFILE='xxx-profile' # the name of an IAM instance profile `aws iam list-instance-profiles`\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --iam-instance-profile Name=${PROFILE} \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old_state": -1 }, "id": 17436297, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436297/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581382/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717984Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Launching and customizing a new instance with remote Ignition file from a S3 bucket", "old_state": -1 }, "id": 17436296, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436296/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581381/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717946Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "To launch the instance, need to attach the created profile. From the command-line, use `--iam-instance-profile`.", "old_state": -1 }, "id": 17436295, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436295/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581380/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717908Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Finally, add the role to the instance profile\naws iam add-role-to-instance-profile --instance-profile-name ${PROFILE} --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436294, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436294/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581379/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717871Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the instance profile required by EC2 to contain the role\nPROFILE=\"my-instance-profile\"\naws iam create-instance-profile --instance-profile-name ${PROFILE}\n", "old_state": -1 }, "id": 17436293, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436293/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581378/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717833Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Attach the AWS managed policy named AmazonS3ReadOnlyAccess to the role\naws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436292, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436292/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581377/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717796Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the role and attach the trust policy that allows EC2 to assume this role.\nROLE_NAME=\"my-role\"\naws iam create-role --role-name ${ROLE_NAME} --assume-role-policy-document file://trustpolicyforec2.json\n", "old_state": -1 }, "id": 17436291, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436291/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581376/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717759Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "cat <<EOF >trustpolicyforec2.json\n{\n \"Version\": \"2012-10-17\",\n \"Statement\": {\n \"Effect\": \"Allow\",\n \"Principal\": {\"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n}\nEOF\n", "old_state": -1 }, "id": 17436290, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436290/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581375/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717721Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Create the instance profile", "old_state": -1 }, "id": 17436289, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436289/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581374/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717680Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "You need to create a role that includes `s3:GetObject` permission, and attach it to the instance profile. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-cli[role creation document] for more information.", "old_state": -1 }, "id": 17436288, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436288/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581373/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717640Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "butane -p config.bu -o config.ign\n", "old_state": -1 }, "id": 17436287, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436287/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581372/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717596Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Format the remote Ignition file to json format", "old_state": -1 }, "id": 17436286, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436286/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581371/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.717534Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\nCONFIG='/path/to/config.ign' # path to your Ignition config\naws s3 cp $CONFIG s3://$NAME-infra/bootstrap.ign\n", "old_state": -1 }, "id": 17436285, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436285/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465504Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/uk/master/pages/provisioning-aws.po" }, "id": 17436284, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/17436284/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581370/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465413Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\naws s3 rm s3://$NAME-infra/bootstrap.ign\n", "old_state": -1 }, "id": 17436283, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436283/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581369/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465318Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xxx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\nPROFILE='xxx-profile' # the name of an IAM instance profile `aws iam list-instance-profiles`\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --iam-instance-profile Name=${PROFILE} \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old_state": -1 }, "id": 17436282, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436282/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581368/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465222Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Launching and customizing a new instance with remote Ignition file from a S3 bucket", "old_state": -1 }, "id": 17436281, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436281/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581367/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465127Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "To launch the instance, need to attach the created profile. From the command-line, use `--iam-instance-profile`.", "old_state": -1 }, "id": 17436280, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436280/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581366/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.465031Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Finally, add the role to the instance profile\naws iam add-role-to-instance-profile --instance-profile-name ${PROFILE} --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436279, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436279/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581365/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464936Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the instance profile required by EC2 to contain the role\nPROFILE=\"my-instance-profile\"\naws iam create-instance-profile --instance-profile-name ${PROFILE}\n", "old_state": -1 }, "id": 17436278, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436278/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581364/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464839Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Attach the AWS managed policy named AmazonS3ReadOnlyAccess to the role\naws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436277, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436277/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581363/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464743Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the role and attach the trust policy that allows EC2 to assume this role.\nROLE_NAME=\"my-role\"\naws iam create-role --role-name ${ROLE_NAME} --assume-role-policy-document file://trustpolicyforec2.json\n", "old_state": -1 }, "id": 17436276, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436276/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581362/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464649Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "cat <<EOF >trustpolicyforec2.json\n{\n \"Version\": \"2012-10-17\",\n \"Statement\": {\n \"Effect\": \"Allow\",\n \"Principal\": {\"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n}\nEOF\n", "old_state": -1 }, "id": 17436275, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436275/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581361/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464551Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Create the instance profile", "old_state": -1 }, "id": 17436274, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436274/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581360/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464444Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "You need to create a role that includes `s3:GetObject` permission, and attach it to the instance profile. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-cli[role creation document] for more information.", "old_state": -1 }, "id": 17436273, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436273/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581359/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464348Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "butane -p config.bu -o config.ign\n", "old_state": -1 }, "id": 17436272, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436272/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581358/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464249Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Format the remote Ignition file to json format", "old_state": -1 }, "id": 17436271, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436271/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581357/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/uk/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.464134Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\nCONFIG='/path/to/config.ign' # path to your Ignition config\naws s3 cp $CONFIG s3://$NAME-infra/bootstrap.ign\n", "old_state": -1 }, "id": 17436270, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436270/?format=api" }, { "unit": null, "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266543Z", "action": 0, "target": "", "old": "", "details": { "reason": "content changed", "filename": "po/pt_BR/master/pages/provisioning-aws.po" }, "id": 17436269, "action_name": "Resource updated", "url": "https://translate.fedoraproject.org/api/changes/17436269/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581356/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266514Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "NAME='instance1'\naws s3 rm s3://$NAME-infra/bootstrap.ign\n", "old_state": -1 }, "id": 17436268, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436268/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581355/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266482Z", "action": 71, "target": "NAME='instância1'\nSSHKEY='minha-chave' # o nome de sua chave SSH: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # O ID da AMI encontrado na página de downloads\nDISK='20' # o tamanho do disco rígido\nREGION='us-east-1' # a região alvo\nTYPE='m5.large' # o tipo da instância\nSUBNET='subnet-xxx' # a sub-rede: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xx' # o grupo de segurança `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # caminho para sua configuração do Ignition\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old": "", "details": { "state": 10, "source": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xxx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\nPROFILE='xxx-profile' # the name of an IAM instance profile `aws iam list-instance-profiles`\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --iam-instance-profile Name=${PROFILE} \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old_state": -1 }, "id": 17436267, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436267/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581355/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266450Z", "action": 30, "target": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xxx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\nPROFILE='xxx-profile' # the name of an IAM instance profile `aws iam list-instance-profiles`\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --iam-instance-profile Name=${PROFILE} \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "details": { "state": 10, "source": "NAME='instance1'\nSSHKEY='my-key' # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx' # the AMI ID found on the download page\nDISK='20' # the size of the hard disk\nREGION='us-east-1' # the target region\nTYPE='m5.large' # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xxx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\nPROFILE='xxx-profile' # the name of an IAM instance profile `aws iam list-instance-profiles`\naws ec2 run-instances \\\n --region $REGION \\\n --image-id $IMAGE \\\n --instance-type $TYPE \\\n --key-name $SSHKEY \\\n --subnet-id $SUBNET \\\n --security-group-ids $SECURITY_GROUPS \\\n --user-data \"file://${USERDATA}\" \\\n --iam-instance-profile Name=${PROFILE} \\\n --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n", "old_state": -1 }, "id": 17436266, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/17436266/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581354/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266419Z", "action": 71, "target": "Iniciando e personalizando uma nova instância", "old": "", "details": { "state": 10, "source": "Launching and customizing a new instance with remote Ignition file from a S3 bucket", "old_state": -1 }, "id": 17436265, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436265/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581354/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266387Z", "action": 30, "target": "Launching and customizing a new instance with remote Ignition file from a S3 bucket", "old": "Launching and customizing a new instance", "details": { "state": 10, "source": "Launching and customizing a new instance with remote Ignition file from a S3 bucket", "old_state": -1 }, "id": 17436264, "action_name": "Source string changed", "url": "https://translate.fedoraproject.org/api/changes/17436264/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581353/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266355Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "To launch the instance, need to attach the created profile. From the command-line, use `--iam-instance-profile`.", "old_state": -1 }, "id": 17436263, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436263/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581352/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266269Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Finally, add the role to the instance profile\naws iam add-role-to-instance-profile --instance-profile-name ${PROFILE} --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436262, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436262/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581351/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266236Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the instance profile required by EC2 to contain the role\nPROFILE=\"my-instance-profile\"\naws iam create-instance-profile --instance-profile-name ${PROFILE}\n", "old_state": -1 }, "id": 17436261, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436261/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581350/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266204Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Attach the AWS managed policy named AmazonS3ReadOnlyAccess to the role\naws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess --role-name ${ROLE_NAME}\n", "old_state": -1 }, "id": 17436260, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436260/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581349/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266172Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "# Create the role and attach the trust policy that allows EC2 to assume this role.\nROLE_NAME=\"my-role\"\naws iam create-role --role-name ${ROLE_NAME} --assume-role-policy-document file://trustpolicyforec2.json\n", "old_state": -1 }, "id": 17436259, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436259/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581348/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266142Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "cat <<EOF >trustpolicyforec2.json\n{\n \"Version\": \"2012-10-17\",\n \"Statement\": {\n \"Effect\": \"Allow\",\n \"Principal\": {\"Service\": \"ec2.amazonaws.com\"},\n \"Action\": \"sts:AssumeRole\"\n }\n}\nEOF\n", "old_state": -1 }, "id": 17436258, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436258/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581347/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266110Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Create the instance profile", "old_state": -1 }, "id": 17436257, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436257/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581346/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266079Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "You need to create a role that includes `s3:GetObject` permission, and attach it to the instance profile. See https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-service.html#roles-creatingrole-service-cli[role creation document] for more information.", "old_state": -1 }, "id": 17436256, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436256/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581345/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266047Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "butane -p config.bu -o config.ign\n", "old_state": -1 }, "id": 17436255, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436255/?format=api" }, { "unit": "https://translate.fedoraproject.org/api/units/18581344/?format=api", "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api", "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/?format=api", "user": null, "author": null, "timestamp": "2024-11-15T22:28:57.266013Z", "action": 71, "target": "", "old": "", "details": { "state": 0, "source": "Format the remote Ignition file to json format", "old_state": -1 }, "id": 17436254, "action_name": "String added in the repository", "url": "https://translate.fedoraproject.org/api/changes/17436254/?format=api" } ] }