Translation components API.

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

GET /api/translations/documentation/administrator-installation-docker/en_devel/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 60,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/units/?format=api",
    "results": [
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Make any changes you want to make to these files."
            ],
            "previous_source": "",
            "target": [
                "Make any changes you want to make to these files."
            ],
            "id_hash": 7133112042740266505,
            "content_hash": 7133112042740266505,
            "location": "../../administrator/installation/docker.md:232",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.funkwhale.audio/api/units/370876/?format=api",
            "priority": 100,
            "id": 370876,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=e2fde79c2a983609",
            "url": "https://translate.funkwhale.audio/api/units/370876/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.326681Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Open your `docker-compose.yml` file in a text editor. For this example, we will use `nano`."
            ],
            "previous_source": "",
            "target": [
                "Open your `docker-compose.yml` file in a text editor. For this example, we will use `nano`."
            ],
            "id_hash": 7422762242548745105,
            "content_hash": 7422762242548745105,
            "location": "../../administrator/installation/docker.md:233",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate.funkwhale.audio/api/units/370878/?format=api",
            "priority": 100,
            "id": 370878,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=e702f2ee9f4cc391",
            "url": "https://translate.funkwhale.audio/api/units/370878/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.334453Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Uncomment the lines in the `volumes` section of the `front` service by deleting the `#` in front of them."
            ],
            "previous_source": "",
            "target": [
                "Uncomment the lines in the `volumes` section of the `front` service by deleting the `#` in front of them."
            ],
            "id_hash": -5268791484533538581,
            "content_hash": -5268791484533538581,
            "location": "../../administrator/installation/docker.md:239",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translate.funkwhale.audio/api/units/370889/?format=api",
            "priority": 100,
            "id": 370889,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=36e17e0f60c680eb",
            "url": "https://translate.funkwhale.audio/api/units/370889/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.450269Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Bring the `front` container up again to pick up the changes."
            ],
            "previous_source": "",
            "target": [
                "Bring the `front` container up again to pick up the changes."
            ],
            "id_hash": 3135176039954301391,
            "content_hash": 3135176039954301391,
            "location": "../../administrator/installation/docker.md:253",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 54,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate.funkwhale.audio/api/units/370898/?format=api",
            "priority": 100,
            "id": 370898,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=ab8261ff59cac1cf",
            "url": "https://translate.funkwhale.audio/api/units/370898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.490549Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "That's it! The container mounts your custom nginx files and uses its values to serve Funkwhale content. To revert to the default values, comment out the volumes by adding a `#` in front of them and bring the `front` container back up."
            ],
            "previous_source": "",
            "target": [
                "That's it! The container mounts your custom nginx files and uses its values to serve Funkwhale content. To revert to the default values, comment out the volumes by adding a `#` in front of them and bring the `front` container back up."
            ],
            "id_hash": 3940496788555406476,
            "content_hash": 3940496788555406476,
            "location": "../../administrator/installation/docker.md:259",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 55,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translate.funkwhale.audio/api/units/370900/?format=api",
            "priority": 100,
            "id": 370900,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=b6af74f398699c8c",
            "url": "https://translate.funkwhale.audio/api/units/370900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.519616Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "6. Set up TLS"
            ],
            "previous_source": "",
            "target": [
                "6. Set up TLS"
            ],
            "id_hash": -4688694189006020767,
            "content_hash": -4688694189006020767,
            "location": "../../administrator/installation/docker.md:261",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.funkwhale.audio/api/units/370902/?format=api",
            "priority": 100,
            "id": 370902,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=3eee697a13db9f61",
            "url": "https://translate.funkwhale.audio/api/units/370902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.528024Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "To enable your users to connect to your pod securely, you need to set up {abbr}`TLS (Transport Layer Security)`. To do this, we recommend using [certbot](https://certbot.eff.org/)."
            ],
            "previous_source": "",
            "target": [
                "To enable your users to connect to your pod securely, you need to set up {abbr}`TLS (Transport Layer Security)`. To do this, we recommend using [certbot](https://certbot.eff.org/)."
            ],
            "id_hash": 3986968042040481719,
            "content_hash": 3986968042040481719,
            "location": "../../administrator/installation/docker.md:263",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 57,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate.funkwhale.audio/api/units/370903/?format=api",
            "priority": 100,
            "id": 370903,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=b7548e4f74a857b7",
            "url": "https://translate.funkwhale.audio/api/units/370903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.536395Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Install certbot"
            ],
            "previous_source": "",
            "target": [
                "Install certbot"
            ],
            "id_hash": 7457860972629910771,
            "content_hash": 7457860972629910771,
            "location": "../../administrator/installation/docker.md:265",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 58,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.funkwhale.audio/api/units/370905/?format=api",
            "priority": 100,
            "id": 370905,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=e77fa50a89dae4f3",
            "url": "https://translate.funkwhale.audio/api/units/370905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.545191Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "Run certbot"
            ],
            "previous_source": "",
            "target": [
                "Run certbot"
            ],
            "id_hash": -2320670882851783860,
            "content_hash": -2320670882851783860,
            "location": "../../administrator/installation/docker.md:272",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 59,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.funkwhale.audio/api/units/370908/?format=api",
            "priority": 100,
            "id": 370908,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=5fcb5220a306fb4c",
            "url": "https://translate.funkwhale.audio/api/units/370908/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.554395Z"
        },
        {
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-installation-docker/en_devel/?format=api",
            "source": [
                "That's it! certbot renews your certificate every 60 days, so you don't need to worry about renewing it."
            ],
            "previous_source": "",
            "target": [
                "That's it! certbot renews your certificate every 60 days, so you don't need to worry about renewing it."
            ],
            "id_hash": -8797328084470118899,
            "content_hash": -8797328084470118899,
            "location": "../../administrator/installation/docker.md:278",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 60,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translate.funkwhale.audio/api/units/370910/?format=api",
            "priority": 100,
            "id": 370910,
            "web_url": "https://translate.funkwhale.audio/translate/documentation/administrator-installation-docker/en_devel/?checksum=05e99cb7a897460d",
            "url": "https://translate.funkwhale.audio/api/units/370910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-25T08:06:41.563339Z"
        }
    ]
}