Translation components API.

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

GET /api/translations/freebsd-doc/articles_remote-install/pt_BR/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/pt_BR/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_remote-install/pt_BR/?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": [
                "O único passo restante é configurar o <citerefentry><refentrytitle>zpool</refentrytitle><manvolnum>8</manvolnum></citerefentry> e criar algum sistemas de arquivos <citerefentry><refentrytitle>zfs</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Criar e administrar o <application>ZFS </application> é muito simples. Primeiro, crie um pool espelhado:"
            ],
            "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": 30156,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/?checksum=d0bac0d54b4caef4",
            "url": "https://translate-dev.freebsd.org/api/units/30156/?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/pt_BR/?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": 30157,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/?checksum=11315be56d72f704",
            "url": "https://translate-dev.freebsd.org/api/units/30157/?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/pt_BR/?format=api",
            "source": [
                "Next, create some file systems:"
            ],
            "previous_source": "",
            "target": [
                "Em seguida, crie alguns sistemas de arquivos:"
            ],
            "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": 30158,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/?checksum=99d1e291a3f8eb4b",
            "url": "https://translate-dev.freebsd.org/api/units/30158/?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/pt_BR/?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": 30159,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/?checksum=fc88b2e358f554de",
            "url": "https://translate-dev.freebsd.org/api/units/30159/?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/pt_BR/?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": [
                "Isso é tudo. Se você está interessado em mais detalhes sobre o <application>ZFS</application>no FreeBSD, por favor consulte a seção <link xlink:href=\"https://wiki.freebsd.org/ZFS\">ZFS</link> do o Wiki do 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": 30160,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/?checksum=140175f4119cf92b",
            "url": "https://translate-dev.freebsd.org/api/units/30160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:17:56.332626Z"
        }
    ]
}