Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "Launching a new instance"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4602130561512916073,
            "content_hash": 4602130561512916073,
            "location": "pages/getting-started-aws.adoc:9",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/4315365/?format=api",
            "priority": 100,
            "id": 4851481,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=bfde0d5cd0f24469",
            "url": "https://translate.fedoraproject.org/api/units/4851481/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-08-07T15:03:47.409939Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "If you are only interested in exploring FCOS without further customization, you can use a https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html[registered SSH key-pair] for the default `core` user."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 23435529766436146,
            "content_hash": 23435529766436146,
            "location": "pages/getting-started-aws.adoc:6",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate.fedoraproject.org/api/units/8905340/?format=api",
            "priority": 100,
            "id": 8905390,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=8053427d7ad9fd32",
            "url": "https://translate.fedoraproject.org/api/units/8905390/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-19T22:08:25.724568Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "To test out FCOS this way you'll need to run the `aws ec2 run-instances` command and provide some information to get the instance up and running. The following is an example command you can use:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -997342675999080610,
            "content_hash": -997342675999080610,
            "location": "pages/getting-started-aws.adoc:8",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translate.fedoraproject.org/api/units/8905341/?format=api",
            "priority": 100,
            "id": 8905391,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=7228ba1ecdbcbf5e",
            "url": "https://translate.fedoraproject.org/api/units/8905391/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-19T22:08:25.728006Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "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`\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    --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n    --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2268781791199962167,
            "content_hash": -2268781791199962167,
            "location": "pages/getting-started-aws.adoc:29",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 82,
            "source_unit": "https://translate.fedoraproject.org/api/units/8905342/?format=api",
            "priority": 100,
            "id": 8905392,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=6083aafb3ea6dbc9",
            "url": "https://translate.fedoraproject.org/api/units/8905392/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-19T22:08:25.731878Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "You can find out the instance's assigned IP by running `aws ec2 describe-instances`"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8930323326417221593,
            "content_hash": -8930323326417221593,
            "location": "pages/getting-started-aws.adoc:33",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate.fedoraproject.org/api/units/8905343/?format=api",
            "priority": 100,
            "id": 8905393,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=04111e3fdf844827",
            "url": "https://translate.fedoraproject.org/api/units/8905393/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-19T22:08:25.737843Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "You now should be able to SSH into the instance using the associated IP address."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7648901963966940181,
            "content_hash": -7648901963966940181,
            "location": "pages/getting-started-aws.adoc:35",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate.fedoraproject.org/api/units/8905344/?format=api",
            "priority": 100,
            "id": 8905394,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=15d9a4307bf67beb",
            "url": "https://translate.fedoraproject.org/api/units/8905394/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-19T22:08:25.740666Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "Example connecting"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6217889968325252299,
            "content_hash": 6217889968325252299,
            "location": "pages/getting-started-aws.adoc:36",
            "context": "",
            "note": "type: Block title",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/10811013/?format=api",
            "priority": 100,
            "id": 10811489,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=d64a61fb7e7dd4cb",
            "url": "https://translate.fedoraproject.org/api/units/10811489/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-08-03T22:10:24.891930Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "ssh core@<ip address>\n"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2714521080062926415,
            "content_hash": 2714521080062926415,
            "location": "pages/getting-started-aws.adoc:40",
            "context": "",
            "note": "type: delimited block -",
            "flags": "no-wrap",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/10811014/?format=api",
            "priority": 100,
            "id": 10811490,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=a5abea8a4875de4f",
            "url": "https://translate.fedoraproject.org/api/units/10811490/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-08-03T22:10:24.896059Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?format=api",
            "source": [
                "New AWS instances can be directly created from the public FCOS images. You can find the latest AMI for each region from the https://fedoraproject.org/coreos/download/[download page]."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8558159956414211432,
            "content_hash": -8558159956414211432,
            "location": "pages/getting-started-aws.adoc:4",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate.fedoraproject.org/api/units/14620424/?format=api",
            "priority": 100,
            "id": 14620679,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/zh_CN/?checksum=093b4edcdaf55a98",
            "url": "https://translate.fedoraproject.org/api/units/14620679/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-09T22:28:54.925592Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        }
    ]
}