Translation components API.

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

GET /api/translations/freebsd-doc/articles_new-users/es/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/es/units/?format=api&page=3",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_new-users/es/?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 el comando <command>chsh</command> para cambiar su shell a <command>tcsh</command> de forma permanente, o escriba <command>tcsh</command> en el prompt para cambiar su shell sin tener que iniciar sesión de nuevo."
            ],
            "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": 27944,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=d6a45010b9411b6a",
            "url": "https://translate-dev.freebsd.org/api/units/27944/?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/es/?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": [
                "En las primeras versiones de FreeBSD, y también en muchas otras versiones de <trademark class=\"registered\">UNIX</trademark> puede ser peligroso cambiar la shell del usuario <systemitem class=\"username\">root</systemitem> a otra que no sea <command>sh</command> o <command>csh</command>; es posible que no tenga una shell funcional cuando el sistema entre en modo single user. La solución es usar el comando <command>su -m</command> para convertirse en el usuario <systemitem class=\"username\">root</systemitem>, que le dará acceso a la shell <command>tcsh</command> como <systemitem class=\"username\">root</systemitem>, porque la shell es parte del entorno. Puede hacer esto permanente añadiendolo a su archivo <filename>.tcshrc</filename> como un alias, de la siguiente forma:"
            ],
            "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": true,
            "num_words": 87,
            "source_unit": "https://translate-dev.freebsd.org/api/units/100215/?format=api",
            "priority": 100,
            "id": 27945,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=11dbad305d918a63",
            "url": "https://translate-dev.freebsd.org/api/units/27945/?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/es/?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": 27946,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=eed515ad774ca161",
            "url": "https://translate-dev.freebsd.org/api/units/27946/?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/es/?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": [
                "Cuando se inicie <command>tcsh</command>, leerá los archivos <filename>/etc/csh.cshrc</filename> y <filename>/etc/csh.login</filename>, igual que <command>csh</command>. También leerá el archivo <filename>.login</filename> de su directorio home, y también el archivo <filename>.cshrc</filename>, a menos que tenga el archivo <filename>.tcshrc</filename>. Puede hacerlo simplemente copiando el archivo <filename>.cshrc</filename> a <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": 27947,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=84c87ade889a3b2c",
            "url": "https://translate-dev.freebsd.org/api/units/27947/?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/es/?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": [
                "Ahora que ha instalado <command>tcsh</command>, puede configurar su prompt. Puede encontrar los detalles en la página del manual de <command>tcsh</command>, pero aquí tiene una línea que añadir en su archivo <filename>.tcshrc</filename> que le dirá cuántos comandos ha escrito, qué hora es y en qué directorio se encuentra. También le indicará con el literal <literal>&gt;</literal> si es un usuario normal y con el literal <literal>#</literal> si es el usuario <systemitem class=\"username\">root</systemitem>, aunque tsch lo hará siempre:"
            ],
            "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": 27948,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=183f28e888719292",
            "url": "https://translate-dev.freebsd.org/api/units/27948/?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/es/?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": 10,
            "fuzzy": true,
            "translated": false,
            "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": 27949,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=469f673838b79e27",
            "url": "https://translate-dev.freebsd.org/api/units/27949/?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/es/?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": [
                "Debería de ir en el mismo lugar que la línea del prompt actual, si existiera, o debajo de \"if($?prompt) then\" si no existiera. Comente la línea antigua; siempre podrá volver a usar el método antiguo si lo prefiere. No olvide los espacios y las comillas. Puede forzar la relectura del archivo <filename>.tcshrc</filename> ejecutando <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": 27950,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=0691555aa2abe187",
            "url": "https://translate-dev.freebsd.org/api/units/27950/?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/es/?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": [
                "Puede obtener un listado de las otras variables de entorno que han sido configuradas ejecutando <command>env</command> en el prompt. El resultado mostrará su editor predeterminado, paginador y tipo de terminal, entre muchas otras. Un comando útil si inicia sesión desde una ubicación remota y no puede ejecutar un programa porque el terminal no es capaz de hacerlo es <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": 27951,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=2e0a1786c82466e1",
            "url": "https://translate-dev.freebsd.org/api/units/27951/?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/es/?format=api",
            "source": [
                "Other"
            ],
            "previous_source": "",
            "target": [
                "Otros"
            ],
            "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": 27952,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=6b8cf883fa644373",
            "url": "https://translate-dev.freebsd.org/api/units/27952/?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/es/?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 usuario <systemitem class=\"username\">root</systemitem>, puede desmontar el CDROM con el comando <command>/sbin/umount /cdrom</command>, sacarlo de la unidad, insertar otro y montarlo con el comando <command>/sbin/mount_cd9660 /dev/cd0a /cdrom</command>, asumiendo, claro, que <hardware>cd0a</hardware> es el nombre del dispositivo para su unidad de CDROM. Las versiones más recientes de FreeBSD le permiten montar el CDROM con el 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": 27953,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=c764fd30c4cbf555",
            "url": "https://translate-dev.freebsd.org/api/units/27953/?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/es/?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": [
                "Utilizar el sistema de archivos live, el segundo disco de los CDROM de FreeBSD, es útil si tiene un espacio limitado. El contenido del sistema de archivos live varía de una versión a otra. Puede probar a jugar a los juegos que hay en el CDROM. Esto implica usar el comando <command>lndir</command>, el cual se instala junto al sistema de ventanas X (X Window System), para informar al resto de programas dónde encontrar los archivos necesarios, dado que se encuentran en <filename>/cdrom</filename> en lugar de <filename>/usr</filename> y sus subdirectorios, que es donde se espear que estén. Lea el manual del comando lndir ejecutando <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": 27954,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=68a67620bef5176f",
            "url": "https://translate-dev.freebsd.org/api/units/27954/?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/es/?format=api",
            "source": [
                "Comments Welcome"
            ],
            "previous_source": "",
            "target": [
                "Comentarios Bienvenidos"
            ],
            "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": 27955,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=9a850c788f1019c9",
            "url": "https://translate-dev.freebsd.org/api/units/27955/?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/es/?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": [
                "Si utiliza esta guía, me interesaría saber qué partes no han quedado del todo claras y qué echa en falta y piensa que debería incluirse, y si fue útil para usted. Gracias a Eugene W. Stark, profesor de ciencias de la computación en SUNY-Stony Brook y a John Fieber por sus útiles comentarios."
            ],
            "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": 27956,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=88cbba44d5a5e96d",
            "url": "https://translate-dev.freebsd.org/api/units/27956/?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/es/?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": 10,
            "fuzzy": true,
            "translated": false,
            "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": 27957,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/?checksum=0c21436d1ad17b0a",
            "url": "https://translate-dev.freebsd.org/api/units/27957/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-10-20T12:13:29.336742Z"
        }
    ]
}