Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 206,
    "next": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/pt_BR/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": "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"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/18581343/?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.265962Z",
            "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": 17436253,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/17436253/?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-02-08T22:16:43.392825Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "content changed",
                "filename": "po/pt_BR/master/pages/provisioning-aws.po"
            },
            "id": 14710779,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/14710779/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/16787951/?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-02-08T22:16:43.392769Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nignition:\n  config:\n    replace:\n      source: s3://instance1-infra/bootstrap.ign\n",
                "old_state": -1
            },
            "id": 14710778,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/14710778/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811199/?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-02-08T22:16:43.392706Z",
            "action": 59,
            "target": "Iniciando e personalizando uma nova instância",
            "old": "Iniciando e personalizando uma nova instância",
            "details": {
                "state": 20,
                "source": "Launching and customizing a new instance",
                "old_state": 20
            },
            "id": 14710777,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/14710777/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811194/?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-02-08T22:16:43.392603Z",
            "action": 59,
            "target": "Se você não quiser usar o Ignition para começar, você pode usar o https://coreos.github.io/afterburn/platforms/[suporte ao Afterburn].",
            "old": "Se você não quiser usar o Ignition para começar, você pode usar o https://coreos.github.io/afterburn/platforms/[suporte ao Afterburn].",
            "details": {
                "state": 20,
                "source": "If you do not want to use Ignition to get started, you can make use of the https://coreos.github.io/afterburn/platforms/[Afterburn support].",
                "old_state": 20
            },
            "id": 14710776,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/14710776/?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-01-31T03:35:56.646709Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 14670356,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/14670356/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/15219281/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T15:57:20.160757Z",
            "action": 5,
            "target": "Como dados de usuários são limitados a 16KB, você pode precisar usar uma fonte externa para sua configuração do Ignition. Uma solução comum é carregar a configuração para um bucket S3, como mostram os passos abaixo:",
            "old": "",
            "details": {
                "state": 20,
                "source": "As user-data is limited to 16 KB, you may need to use an external source for your Ignition configuration.  A common solution is to upload the config to a S3 bucket, as the following steps show:",
                "old_state": 0
            },
            "id": 14668913,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14668913/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/15152530/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T15:50:49.667157Z",
            "action": 5,
            "target": "Configuração remota do Ignition",
            "old": "",
            "details": {
                "state": 20,
                "source": "Remote Ignition configuration",
                "old_state": 0
            },
            "id": 14668909,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14668909/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811201/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T15:50:15.260390Z",
            "action": 7,
            "target": "Por design, a configuração de inicialização em nuvem e os scripts de inicialização não são suportados no FCOS. Em vez disso, é recomendável codificar qualquer lógica de inicialização como unidades de serviço do systemd na configuração do Ignition.",
            "old": "",
            "details": {
                "state": 20,
                "source": "By design, cloud-init configuration and startup scripts are not supported on FCOS. Instead, it is recommended to encode any startup logic as systemd service units in the Ignition configuration.",
                "old_state": 0
            },
            "id": 14668908,
            "action_name": "Suggestion accepted",
            "url": "https://translate.fedoraproject.org/api/changes/14668908/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811200/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T03:29:52.698155Z",
            "action": 5,
            "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": 20,
                "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-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",
                "old_state": 0
            },
            "id": 14666938,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14666938/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811198/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T03:26:54.570945Z",
            "action": 5,
            "target": "A chave SSH para o usuário `core` também é fornecida via Afterburn neste exemplo.",
            "old": "",
            "details": {
                "state": 20,
                "source": "The SSH key for the `core` user is supplied via Afterburn in this example as well.",
                "old_state": 0
            },
            "id": 14666937,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14666937/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811197/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T03:26:38.286878Z",
            "action": 5,
            "target": "Para iniciar uma instância FCOS personalizada, uma configuração válida do Ignition deve ser passada como https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-add-user- data[dados do usuário] no momento da criação. Você pode usar o mesmo comando de xref:#_minimal_example[], mas adicionar o argumento `--user-data file://caminho/para/config.ign`:",
            "old": "",
            "details": {
                "state": 20,
                "source": "In order to launch a customized FCOS instance, a valid Ignition configuration must be passed as its https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-add-user-data[user data] at creation time. You can use the same command from the xref:#_minimal_example[] but add `--user-data file://path/to/config.ign` argument:",
                "old_state": 0
            },
            "id": 14666936,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14666936/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811196/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T03:25:32.969847Z",
            "action": 5,
            "target": "Exemplo personalizado",
            "old": "",
            "details": {
                "state": 20,
                "source": "Customized Example",
                "old_state": 0
            },
            "id": 14666935,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14666935/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811195/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-30T03:24:52.632194Z",
            "action": 5,
            "target": "Exemplo mínimo",
            "old": "",
            "details": {
                "state": 20,
                "source": "Minimal Example",
                "old_state": 0
            },
            "id": 14666934,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14666934/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811205/?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": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2024-01-27T01:47:29.552821Z",
            "action": 29,
            "target": "ssh core@<endereço ip>\n",
            "old": "",
            "details": {
                "rejection_reason": ""
            },
            "id": 14658979,
            "action_name": "Suggestion removed during cleanup",
            "url": "https://translate.fedoraproject.org/api/changes/14658979/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": null,
            "timestamp": "2024-01-26T13:16:10.292224Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 14630334,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/14630334/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811202/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-26T12:31:17.555645Z",
            "action": 2,
            "target": "Você pode descobrir o IP atribuído à instância executando `aws ec2 describe-instances`",
            "old": "Você pode descobrir o IP atribuído à instância executando `aws ec2 description-instances`",
            "details": {
                "state": 20,
                "source": "You can find out the instance's assigned IP by running `aws ec2 describe-instances`",
                "old_state": 20
            },
            "id": 14630275,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14630275/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811202/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-26T12:31:03.148020Z",
            "action": 5,
            "target": "Você pode descobrir o IP atribuído à instância executando `aws ec2 description-instances`",
            "old": "",
            "details": {
                "state": 20,
                "source": "You can find out the instance's assigned IP by running `aws ec2 describe-instances`",
                "old_state": 0
            },
            "id": 14630272,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14630272/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": null,
            "timestamp": "2024-01-26T12:09:51.847059Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 14630221,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/14630221/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811205/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-26T04:18:43.046294Z",
            "action": 5,
            "target": "ssh core@<endereço ip>\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "ssh core@<ip address>\n",
                "old_state": 0
            },
            "id": 14597121,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14597121/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811203/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-26T04:18:29.944828Z",
            "action": 5,
            "target": "Agora você deve conseguir fazer SSH na instância usando o endereço IP associado.",
            "old": "",
            "details": {
                "state": 20,
                "source": "You now should be able to SSH into the instance using the associated IP address.",
                "old_state": 0
            },
            "id": 14597108,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14597108/?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-01-25T02:36:07.447935Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 14591568,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/14591568/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811204/?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": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2024-01-25T01:15:37.844991Z",
            "action": 29,
            "target": "Exemplo de conexão",
            "old": "",
            "details": {
                "rejection_reason": ""
            },
            "id": 14591413,
            "action_name": "Suggestion removed during cleanup",
            "url": "https://translate.fedoraproject.org/api/changes/14591413/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811199/?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": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2024-01-25T01:15:37.764252Z",
            "action": 29,
            "target": "Iniciando e personalizando uma nova instância",
            "old": "",
            "details": {
                "rejection_reason": ""
            },
            "id": 14591412,
            "action_name": "Suggestion removed during cleanup",
            "url": "https://translate.fedoraproject.org/api/changes/14591412/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4847411/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T03:09:30.724828Z",
            "action": 2,
            "target": "Iniciando uma instância de VM",
            "old": "Lançando uma instância de VM",
            "details": {
                "state": 20,
                "source": "Launching a VM instance",
                "old_state": 20
            },
            "id": 14588536,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14588536/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811199/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T03:08:30.922746Z",
            "action": 2,
            "target": "Iniciando e personalizando uma nova instância",
            "old": "Lançando uma instância de VM",
            "details": {
                "state": 20,
                "source": "Launching and customizing a new instance",
                "old_state": 10
            },
            "id": 14588533,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14588533/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811204/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T03:02:34.950731Z",
            "action": 5,
            "target": "Exemplo de conexão",
            "old": "",
            "details": {
                "state": 20,
                "source": "Example connecting",
                "old_state": 0
            },
            "id": 14588518,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14588518/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/4847408/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T03:02:01.311698Z",
            "action": 2,
            "target": "Pré-requisitos",
            "old": "Pré-Requisitos",
            "details": {
                "state": 20,
                "source": "Prerequisites",
                "old_state": 20
            },
            "id": 14588502,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14588502/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811194/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T02:58:27.402225Z",
            "action": 2,
            "target": "Se você não quiser usar o Ignition para começar, você pode usar o https://coreos.github.io/afterburn/platforms/[suporte ao Afterburn].",
            "old": "Se você não quiser usar o Ignition para começar, você pode usar o https://coreos.github.io/afterburn/platforms/[suporte ao Afterburn] e fornecer uma chave SSH por meio do provedor de nuvem e continuar a partir daí.",
            "details": {
                "state": 20,
                "source": "If you do not want to use Ignition to get started, you can make use of the https://coreos.github.io/afterburn/platforms/[Afterburn support].",
                "old_state": 10
            },
            "id": 14588482,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14588482/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/8327797/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T02:57:01.944592Z",
            "action": 2,
            "target": "Antes de provisionar uma máquina FCOS, você deve ter um arquivo de configuração do Ignition contendo suas personalizações. Se você não tiver um, consulte xref:producing-ign.adoc[Produzindo um arquivo de Ignition].",
            "old": "Antes de provisionar uma máquina FCOS, você deve ter um arquivo de configuração do Ignition contendo suas personalizações. Se você não tiver um, consulte xref:production-ign.adoc[Produzindo um arquivo de Ignition].",
            "details": {
                "state": 20,
                "source": "Before provisioning an FCOS machine, you must have an Ignition configuration file containing your customizations. If you do not have one, see xref:producing-ign.adoc[Producing an Ignition File].",
                "old_state": 20
            },
            "id": 14588468,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/14588468/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/10811193/?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": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
            "timestamp": "2024-01-24T02:55:44.758655Z",
            "action": 5,
            "target": "Fedora CoreOS tem um usuário padrão `core` que pode ser usado para explorar o sistema operacional. Se você quiser usá-lo, finalize sua xref:authentication.adoc[configuração] fornecendo, por exemplo, uma chave SSH.",
            "old": "",
            "details": {
                "state": 20,
                "source": "Fedora CoreOS has a default `core` user that can be used to explore the OS. If you want to use it, finalize its xref:authentication.adoc[configuration] by providing e.g. an SSH key.",
                "old_state": 0
            },
            "id": 14588448,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/14588448/?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": "2023-09-12T22:25:47.871857Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "content changed",
                "filename": "po/pt_BR/master/pages/provisioning-aws.po"
            },
            "id": 12454974,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/12454974/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/15219282/?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": "2023-09-12T22:25:47.871809Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Upload the Ignition file",
                "old_state": -1
            },
            "id": 12454973,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/12454973/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/15219281/?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": "2023-09-12T22:25:47.871728Z",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "As user-data is limited to 16 KB, you may need to use an external source for your Ignition configuration.  A common solution is to upload the config to a S3 bucket, as the following steps show:",
                "old_state": -1
            },
            "id": 12454972,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/12454972/?format=api"
        }
    ]
}