Translation components API.

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

GET /api/translations/freebsd-doc/articles_remote-install/es/units/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 105,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/?format=api",
            "source": [
                "The only remaining step is to configure <citerefentry><refentrytitle>zpool</refentrytitle><manvolnum>8</manvolnum></citerefentry> and create some <citerefentry><refentrytitle>zfs</refentrytitle><manvolnum>8</manvolnum></citerefentry> file systems. Creating and administering <application>ZFS</application> is very straightforward. First, create a mirrored pool:"
            ],
            "previous_source": "",
            "target": [
                "El único paso que queda es configurar <citerefentry><refentrytitle>zpool</refentrytitle><manvolnum>8</manvolnum></citerefentry> y crear algunos sistemas de archivos <citerefentry><refentrytitle>zfs</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Crear y administrar <application>ZFS</application> es muy sencillo. Primero, cree un pool reflejado:"
            ],
            "id_hash": 5817173891026300660,
            "content_hash": 5817173891026300660,
            "location": "article.translate.xml:557",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 101,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/101295/?format=api",
            "priority": 100,
            "id": 30051,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/?checksum=d0bac0d54b4caef4",
            "url": "https://translate-dev.freebsd.org/api/units/30051/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.260741Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/?format=api",
            "source": [
                "<prompt>#</prompt> <userinput>zpool create tank mirror /dev/ad[01]s1f</userinput>"
            ],
            "previous_source": "",
            "target": [
                "<prompt>#</prompt> <userinput>zpool create tank mirror /dev/ad[01]s1f</userinput>"
            ],
            "id_hash": -7984499623409289468,
            "content_hash": -7984499623409289468,
            "location": "article.translate.xml:562",
            "context": "",
            "note": "(itstool) path: sect1/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 102,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/101296/?format=api",
            "priority": 100,
            "id": 30052,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/?checksum=11315be56d72f704",
            "url": "https://translate-dev.freebsd.org/api/units/30052/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.275860Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/?format=api",
            "source": [
                "Next, create some file systems:"
            ],
            "previous_source": "",
            "target": [
                "A continuación, cree algunos sistemas de archivos:"
            ],
            "id_hash": 1860517236229860171,
            "content_hash": 1860517236229860171,
            "location": "article.translate.xml:564",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 103,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/101297/?format=api",
            "priority": 100,
            "id": 30053,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/?checksum=99d1e291a3f8eb4b",
            "url": "https://translate-dev.freebsd.org/api/units/30053/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.295122Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/?format=api",
            "source": [
                "<prompt>#</prompt> <userinput>zfs create tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs create tank/src</userinput>\n<prompt>#</prompt> <userinput>zfs set compression=gzip tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs set compression=on tank/src</userinput>\n<prompt>#</prompt> <userinput>zfs set mountpoint=/usr/ports tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs set mountpoint=/usr/src tank/src</userinput>"
            ],
            "previous_source": "",
            "target": [
                "<prompt>#</prompt> <userinput>zfs create tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs create tank/src</userinput>\n<prompt>#</prompt> <userinput>zfs set compression=gzip tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs set compression=on tank/src</userinput>\n<prompt>#</prompt> <userinput>zfs set mountpoint=/usr/ports tank/ports</userinput>\n<prompt>#</prompt> <userinput>zfs set mountpoint=/usr/src tank/src</userinput>"
            ],
            "id_hash": 8973618947055506654,
            "content_hash": 8973618947055506654,
            "location": "article.translate.xml:566",
            "context": "",
            "note": "(itstool) path: sect1/screen",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 104,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 28,
            "source_unit": "https://translate-dev.freebsd.org/api/units/101298/?format=api",
            "priority": 100,
            "id": 30054,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/?checksum=fc88b2e358f554de",
            "url": "https://translate-dev.freebsd.org/api/units/30054/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.308540Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/es/?format=api",
            "source": [
                "That is all. If you are interested in more details about <application>ZFS</application> on FreeBSD, please refer to the <link xlink:href=\"https://wiki.freebsd.org/ZFS\">ZFS</link> section of the FreeBSD Wiki."
            ],
            "previous_source": "",
            "target": [
                "Eso es todo. Si está interesado en obtener más información sobre <application>ZFS</application> en FreeBSD, consulte la sección <link xlink:href=\"https://wiki.freebsd.org/ZFS\">ZFS</link> de la wiki de FreeBSD."
            ],
            "id_hash": -7781808989991536341,
            "content_hash": -7781808989991536341,
            "location": "article.translate.xml:573",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 105,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/101299/?format=api",
            "priority": 100,
            "id": 30055,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/?checksum=140175f4119cf92b",
            "url": "https://translate-dev.freebsd.org/api/units/30055/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.332626Z"
        }
    ]
}