Translation components API.

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

GET /api/translations/freebsd-doc/articles_new-users/pt_BR/units/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 164,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/units/?format=api&page=3",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Use <command>chsh</command> to change your shell to <command>tcsh</command> permanently, or type <command>tcsh</command> at the prompt to change your shell without logging in again."
            ],
            "previous_source": "",
            "target": [
                "Use o comando <command>chsh</command> para alterar permanentemente seu shell para <command>tcsh</command>, ou digite <command>tcsh</command> no prompt para alterar seu shell sem precisar efetuar login novamente."
            ],
            "id_hash": 6243203016200100714,
            "content_hash": 6243203016200100714,
            "location": "article.translate.xml:835",
            "context": "",
            "note": "(itstool) path: step/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 151,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100214/?format=api",
            "priority": 100,
            "id": 28108,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=d6a45010b9411b6a",
            "url": "https://translate-dev.freebsd.org/api/units/28108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.172003Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "It can be dangerous to change <systemitem class=\"username\">root</systemitem>'s shell to something other than <command>sh</command> or <command>csh</command> on early versions of FreeBSD and many other versions of <trademark class=\"registered\">UNIX</trademark>; you may not have a working shell when the system puts you into single user mode. The solution is to use <command>su -m</command> to become <systemitem class=\"username\">root</systemitem>, which will give you the <command>tcsh</command> as <systemitem class=\"username\">root</systemitem>, because the shell is part of the environment. You can make this permanent by adding it to your <filename>.tcshrc</filename> as an alias with:"
            ],
            "previous_source": "",
            "target": [
                "Pode ser perigoso alterar o shell do usuário <systemitem class=\"username\">root</systemitem> para outro diferente do <command>sh</command> ou <command>csh</command> nas primeiras versões do FreeBSD e também em muitas outras versões do <trademark class=\"registered\">UNIX</trademark>; talvez você não tenha um shell funcional quando o sistema entrar em modo de single user. A solução é usar <command>su -m</command> para se tornar <systemitem class=\"username\">root</systemitem>, o que lhe dará o <command>tcsh</command> como <systemitem class=\"username\">root</systemitem>, por que o shell faz parte do ambiente. Você pode tornar isso permanente adicionando-o ao seu arquivo <filename>.tcshrc</filename> como um alias, para isso, execute:"
            ],
            "id_hash": -7936559495070512541,
            "content_hash": -7936559495070512541,
            "location": "article.translate.xml:843",
            "context": "",
            "note": "(itstool) path: note/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 152,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 87,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100215/?format=api",
            "priority": 100,
            "id": 28109,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=11dbad305d918a63",
            "url": "https://translate-dev.freebsd.org/api/units/28109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.185394Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "alias su su -m"
            ],
            "previous_source": "",
            "target": [
                "alias su su -m"
            ],
            "id_hash": 7986313348986478945,
            "content_hash": 7986313348986478945,
            "location": "article.translate.xml:854",
            "context": "",
            "note": "(itstool) path: note/programlisting",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 153,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100216/?format=api",
            "priority": 100,
            "id": 28110,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=eed515ad774ca161",
            "url": "https://translate-dev.freebsd.org/api/units/28110/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.205625Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "When <command>tcsh</command> starts up, it will read the <filename>/etc/csh.cshrc</filename> and <filename>/etc/csh.login</filename> files, as does <command>csh</command>. It will also read <filename>.login</filename> in your home directory and <filename>.cshrc</filename> as well, unless you provide a <filename>.tcshrc</filename>. This you can do by simply copying <filename>.cshrc</filename> to <filename>.tcshrc</filename>."
            ],
            "previous_source": "",
            "target": [
                "Quando o <command>tcsh</command> é iniciado, ele lê os arquivos <filename>/etc/csh.cshrc</filename> e <filename>/etc/csh.login</filename>, assim como o <command>csh</command>. Ele também lerá o arquivo <filename>.login</filename> no seu diretório home e também o arquivo <filename>.cshrc</filename>, a menos que você forneça um arquivo <filename>.tcshrc</filename>. Você pode fazer isso simplesmente copiando o <filename>.cshrc</filename> para <filename>.tcshrc</filename>."
            ],
            "id_hash": 344660467686980396,
            "content_hash": 344660467686980396,
            "location": "article.translate.xml:857",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 154,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100217/?format=api",
            "priority": 100,
            "id": 28111,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=84c87ade889a3b2c",
            "url": "https://translate-dev.freebsd.org/api/units/28111/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.214809Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Now that you have installed <command>tcsh</command>, you can adjust your prompt. You can find the details in the manual page for <command>tcsh</command>, but here is a line to put in your <filename>.tcshrc</filename> that will tell you how many commands you have typed, what time it is, and what directory you are in. It also produces a <literal>&gt;</literal> if you are an ordinary user and a <literal>#</literal> if you are <systemitem class=\"username\">root</systemitem>, but tsch will do that in any case:"
            ],
            "previous_source": "",
            "target": [
                "Agora que você instalou o <command>tcsh</command>, você pode ajustar o seu prompt. Você pode encontrar os detalhes na página de manual do <command>tcsh</command>, mas aqui está uma linha para colocar em seu <filename>.tcshrc</filename> que informará quantos comandos você digitou, qual o horário atual, e em qual diretório você está. Ele também produz um <literal>&gt;</literal> se você for um usuário comum e <literal>#</literal>se você for <systemitem class=\"username\">root</systemitem>,mas o tcsh fará isso em qualquer caso:"
            ],
            "id_hash": -7476211877225065838,
            "content_hash": -7476211877225065838,
            "location": "article.translate.xml:867",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 155,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 79,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100218/?format=api",
            "priority": 100,
            "id": 28112,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=183f28e888719292",
            "url": "https://translate-dev.freebsd.org/api/units/28112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.231435Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "set prompt = \"%h %t %~ %# \""
            ],
            "previous_source": "",
            "target": [
                "set prompt = \"%h %t %~ %# \""
            ],
            "id_hash": -4134472441735438809,
            "content_hash": -4134472441735438809,
            "location": "article.translate.xml:877",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 156,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100219/?format=api",
            "priority": 100,
            "id": 28113,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=469f673838b79e27",
            "url": "https://translate-dev.freebsd.org/api/units/28113/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.243687Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "This should go in the same place as the existing set prompt line if there is one, or under \"if($?prompt) then\" if not. Comment out the old line; you can always switch back to it if you prefer it. Do not forget the spaces and quotes. You can get the <filename>.tcshrc</filename> reread by typing <command>source .tcshrc</command>."
            ],
            "previous_source": "",
            "target": [
                "Isso deve ir no mesmo lugar em que está a linha de prompt atual caso exista uma, ou logo abaixo de \"if($?prompt) then\" caso ela não exista. Comente a linha antiga; você sempre pode voltar a ela se preferir. Não esqueça os espaços e as aspas. Você pode forçar a releitura do <filename>.tcshrc</filename> digitando <command>source .tcshrc</command>."
            ],
            "id_hash": -8750118753239572089,
            "content_hash": -8750118753239572089,
            "location": "article.translate.xml:879",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 157,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100220/?format=api",
            "priority": 100,
            "id": 28114,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=0691555aa2abe187",
            "url": "https://translate-dev.freebsd.org/api/units/28114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.257274Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "You can get a listing of other environmental variables that have been set by typing <command>env</command> at the prompt. The result will show you your default editor, pager, and terminal type, among possibly many others. A useful command if you log in from a remote location and cannot run a program because the terminal is not capable is <command>setenv TERM vt100</command>."
            ],
            "previous_source": "",
            "target": [
                "Você pode obter uma listagem de outras variáveis de ambiente que estão configuradas digitando <command>env</command> no prompt. O resultado mostrará seu editor padrão, pager e tipo de terminal, entre possivelmente muitas outras variáveis. Um comando útil se você efetuar o seu login a partir de um local remoto e não puder executar um programa porque o terminal não é capaz de fazê-lo é o <command>setenv TERM vt100</command>."
            ],
            "id_hash": -5905882093692098847,
            "content_hash": -5905882093692098847,
            "location": "article.translate.xml:886",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 158,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 61,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100221/?format=api",
            "priority": 100,
            "id": 28115,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=2e0a1786c82466e1",
            "url": "https://translate-dev.freebsd.org/api/units/28115/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.268164Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Other"
            ],
            "previous_source": "",
            "target": [
                "Outros"
            ],
            "id_hash": -1473529732331715725,
            "content_hash": -1473529732331715725,
            "location": "article.translate.xml:896",
            "context": "",
            "note": "(itstool) path: sect1/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 159,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100222/?format=api",
            "priority": 100,
            "id": 28116,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=6b8cf883fa644373",
            "url": "https://translate-dev.freebsd.org/api/units/28116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.278302Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "As <systemitem class=\"username\">root</systemitem>, you can unmount the CDROM with <command>/sbin/umount /cdrom</command>, take it out of the drive, insert another one, and mount it with <command>/sbin/mount_cd9660 /dev/cd0a /cdrom</command> assuming <hardware>cd0a</hardware> is the device name for your CDROM drive. The most recent versions of FreeBSD let you mount the CDROM with just <command>/sbin/mount /cdrom</command>."
            ],
            "previous_source": "",
            "target": [
                "Como <systemitem class=\"username\">root</systemitem>, você pode desmontar o CDROM com o comando <command>/sbin/umount /cdrom</command>, retire-o da unidade, insira outro e monte-o com <command>/sbin/mount_cd9660 /dev/cd0a /cdrom</command> considerando que <hardware>cd0a</hardware> é o nome do dispositivo da sua unidade de CDROM. As versões mais recentes do FreeBSD permitem montar o CDROM apenas com o comando <command>/sbin/mount /cdrom</command>."
            ],
            "id_hash": 5144515060265907541,
            "content_hash": 5144515060265907541,
            "location": "article.translate.xml:898",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 160,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 52,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100223/?format=api",
            "priority": 100,
            "id": 28117,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=c764fd30c4cbf555",
            "url": "https://translate-dev.freebsd.org/api/units/28117/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.288686Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Using the live filesystem—the second of FreeBSD's CDROM disks—is useful if you have got limited space. What is on the live filesystem varies from release to release. You might try playing games from the CDROM. This involves using <command>lndir</command>, which gets installed with the X Window System, to tell the program(s) where to find the necessary files, because they are in <filename>/cdrom</filename> instead of in <filename>/usr</filename> and its subdirectories, which is where they are expected to be. Read <command>man lndir</command>."
            ],
            "previous_source": "",
            "target": [
                "Usar o live filesystem — o segundo dos discos de CDROM do FreeBSD — é útil se você tiver espaço limitado. O que está no live filesystem varia de release para release. Você pode tentar jogar jogos a partir do CDROM. Isso envolve o uso do <command>lndir</command>, que é instalado com o X Window System, para informar ao(s) programa(s) onde encontrar os arquivos necessários, porque eles estão no sistema de arquivos do <filename>/cdrom</filename> em vez do <filename>/usr</filename> e seus subdiretórios, que é onde eles devem estar. Leia o manual deste utilitário executando <command>man lndir</command>."
            ],
            "id_hash": -1682527527761537169,
            "content_hash": -1682527527761537169,
            "location": "article.translate.xml:906",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 161,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 80,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100224/?format=api",
            "priority": 100,
            "id": 28118,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=68a67620bef5176f",
            "url": "https://translate-dev.freebsd.org/api/units/28118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.301773Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Comments Welcome"
            ],
            "previous_source": "",
            "target": [
                "Comentários são bem-vindos"
            ],
            "id_hash": 1910947328824449481,
            "content_hash": 1910947328824449481,
            "location": "article.translate.xml:919",
            "context": "",
            "note": "(itstool) path: sect1/title",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 162,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100225/?format=api",
            "priority": 100,
            "id": 28119,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=9a850c788f1019c9",
            "url": "https://translate-dev.freebsd.org/api/units/28119/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.313150Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "If you use this guide I would be interested in knowing where it was unclear and what was left out that you think should be included, and if it was helpful. My thanks to Eugene W. Stark, professor of computer science at SUNY-Stony Brook, and John Fieber for helpful comments."
            ],
            "previous_source": "",
            "target": [
                "Caso você venha a usar este guia, eu estaria interessada em saber onde ele pode não ter ficado claro e o que foi deixado de fora que você acha que deveria ser incluído, e se ele foi útil para você. Meus agradecimentos a Eugene W. Stark, professor de ciência da computação na SUNY-Stony Brook, e também ao John Fieber pelos comentários úteis."
            ],
            "id_hash": 633804977380649325,
            "content_hash": 633804977380649325,
            "location": "article.translate.xml:921",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 163,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 50,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100226/?format=api",
            "priority": 100,
            "id": 28120,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=88cbba44d5a5e96d",
            "url": "https://translate-dev.freebsd.org/api/units/28120/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.323018Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/pt_BR/?format=api",
            "source": [
                "Annelise Anderson, <email>andrsn@andrsn.stanford.edu</email>"
            ],
            "previous_source": "",
            "target": [
                "Annelise Anderson, <email>andrsn@andrsn.stanford.edu</email>"
            ],
            "id_hash": -8349318098287756534,
            "content_hash": -8349318098287756534,
            "location": "article.translate.xml:927",
            "context": "",
            "note": "(itstool) path: sect1/para",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 164,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100227/?format=api",
            "priority": 100,
            "id": 28121,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/?checksum=0c21436d1ad17b0a",
            "url": "https://translate-dev.freebsd.org/api/units/28121/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.336742Z"
        }
    ]
}