Translation components API.

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

GET /api/translations/debian-handbook/11_network-services/pt_BR/units/?format=api&page=20
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1089,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/units/?format=api&page=21",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/units/?format=api&page=19",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/samba/</filename></secondary><see>Samba</see>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/samba/</filename></secondary><see>Samba</see>"
            ],
            "id_hash": 5933165667387670870,
            "content_hash": 5933165667387670870,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 724,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759864/?format=api",
            "priority": 100,
            "id": 82765798,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=d256d6bd3e2f8156",
            "url": "https://hosted.weblate.org/api/units/82765798/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.243478+02:00",
            "last_updated": "2024-05-24T02:57:47.123384+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "The package sets up a minimal configuration during the initial installation in <filename>/etc/samba/smb.conf</filename> by plainly copying <filename>/usr/share/samba/smb.conf</filename>. So you should really run <command>dpkg-reconfigure samba-common</command> to adapt it:"
            ],
            "previous_source": "The package sets up a minimal configuration during the initial installation by plainly copying <filename>/usr/share/samba/smb.conf</filename>. So you should really run <command>dpkg-reconfigure samba-common</command> to adapt it:",
            "target": [
                "O pacote realiza uma configuração mínima durante a instalação inicial em <filename>/etc/samba/smb.conf</filename> ao copiar <filename>/usr/share/samba/smb.conf</filename>. Portanto, você realmente deve executar <command>dpkg-reconfigure samba-common</command> para adaptá-la:"
            ],
            "id_hash": 7219124985443291001,
            "content_hash": 7219124985443291001,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 725,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://hosted.weblate.org/api/units/82759866/?format=api",
            "priority": 100,
            "id": 82765799,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=e42f7becfa7e8f79",
            "url": "https://hosted.weblate.org/api/units/82765799/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.252735+02:00",
            "last_updated": "2024-05-24T02:59:35.885096+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "\n[...]\n\n[global]\n\n## Browsing/Identification ###\n\n# Change this to the workgroup/NT-domain name your Samba server will part of\n   workgroup = FALCOTNET\n\n[...]\n\n# Windows Internet Name Serving Support Section:\n# WINS Support - Tells the NMBD component of Samba to enable its WINS Server\n   wins support = yes <co id=\"smb.conf.wins\"></co>\n\n[...]\n\n####### Authentication #######\n\n# Server role. Defines in which mode Samba will operate. Possible\n# values are \"standalone server\", \"member server\", \"classic primary\n# domain controller\", \"classic backup domain controller\", \"active\n# directory domain controller\".\n#\n# Most people will want \"standalone server\" or \"member server\".\n# Running as \"active directory domain controller\" will require first\n# running \"samba-tool domain provision\" to wipe databases and create a\n# new domain.\n   server role = standalone server\n\n   obey pam restrictions = yes\n\n[...]\n\n# \"security = user\" is always a good idea. This will require a Unix account\n# in this server for every user accessing the server.\n   security = user <co id=\"smb.conf.security\"></co>\n\n[...]"
            ],
            "previous_source": "\n[...]\n\n[global]\n\n## Browsing/Identification ###\n\n# Change this to the workgroup/NT-domain name your Samba server will part of\n   workgroup = FALCOTNET\n\n# Windows Internet Name Serving Support Section:\n# WINS Support - Tells the NMBD component of Samba to enable its WINS Server\n   wins support = yes <co id=\"smb.conf.wins\"></co>\n\n[...]\n\n####### Authentication #######\n\n# Server role. Defines in which mode Samba will operate. Possible\n# values are \"standalone server\", \"member server\", \"classic primary\n# domain controller\", \"classic backup domain controller\", \"active\n# directory domain controller\". \n#\n# Most people will want \"standalone server\" or \"member server\".\n# Running as \"active directory domain controller\" will require first\n# running \"samba-tool domain provision\" to wipe databases and create a\n# new domain.\n   server role = standalone server\n\n   obey pam restrictions = yes\n\n[...]\n\n# \"security = user\" is always a good idea. This will require a Unix account\n# in this server for every user accessing the server.\n   security = user <co id=\"smb.conf.security\"></co>\n\n[...]",
            "target": [
                "\n[...]\n\n[global]\n\n## Browsing/Identification ###\n\n# Change this to the workgroup/NT-domain name your Samba server will part of\n   workgroup = FALCOTNET\n\n[...]\n\n# Windows Internet Name Serving Support Section:\n# WINS Support - Tells the NMBD component of Samba to enable its WINS Server\n   wins support = yes <co id=\"smb.conf.wins\"></co>\n\n[...]\n\n####### Authentication #######\n\n# Server role. Defines in which mode Samba will operate. Possible\n# values are \"standalone server\", \"member server\", \"classic primary\n# domain controller\", \"classic backup domain controller\", \"active\n# directory domain controller\".\n#\n# Most people will want \"standalone server\" or \"member server\".\n# Running as \"active directory domain controller\" will require first\n# running \"samba-tool domain provision\" to wipe databases and create a\n# new domain.\n   server role = standalone server\n\n   obey pam restrictions = yes\n\n[...]\n\n# \"security = user\" is always a good idea. This will require a Unix account\n# in this server for every user accessing the server.\n   security = user <co id=\"smb.conf.security\"></co>\n\n[...]"
            ],
            "id_hash": -4925856576826190866,
            "content_hash": -4925856576826190866,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 733,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 163,
            "source_unit": "https://hosted.weblate.org/api/units/82759868/?format=api",
            "priority": 100,
            "id": 82765800,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=3ba3d78aabc0d3ee",
            "url": "https://hosted.weblate.org/api/units/82765800/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.291541+02:00",
            "last_updated": "2024-05-24T02:59:44.347431+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "Indicates that Samba should act as a Netbios name server (WINS) for the local network. This option had been removed from the default configuration in <emphasis role=\"distribution\">Buster</emphasis> and must be added manually if desired."
            ],
            "previous_source": "Indicates that Samba should act as a Netbios name server (WINS) for the local network. This option has been removed from the default configuration in <emphasis role=\"distribution\">Buster</emphasis> and must be added manually if desired.",
            "target": [
                "Indica que Samba deve atuar como um servidor de nomes Netbios (WINS) para a rede local. Esta opção foi removida da configuração padrão no <emphasis role=\"distribution\">Buster</emphasis> e deve ser adicionada manualmente se desejada."
            ],
            "id_hash": 4551763400248554079,
            "content_hash": 4551763400248554079,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 734,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://hosted.weblate.org/api/units/82759870/?format=api",
            "priority": 100,
            "id": 82765801,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=bf2b1cb23d70725f",
            "url": "https://hosted.weblate.org/api/units/82765801/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.306589+02:00",
            "last_updated": "2024-05-24T03:00:03.254445+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>adduser</command></primary>"
            ],
            "previous_source": "<primary><command>maildrop</command></primary>",
            "target": [
                "<primary><command>adduser</command></primary>"
            ],
            "id_hash": 7874594431471885271,
            "content_hash": 7874594431471885271,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 738,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759872/?format=api",
            "priority": 100,
            "id": 82765802,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=ed482de9fe269bd7",
            "url": "https://hosted.weblate.org/api/units/82765802/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.319551+02:00",
            "last_updated": "2024-05-24T03:00:09.551093+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>smbpasswd</command></primary>"
            ],
            "previous_source": "<primary><command>htpasswd</command></primary>",
            "target": [
                "<primary><command>smbpasswd</command></primary>"
            ],
            "id_hash": 4109497363728471471,
            "content_hash": 4109497363728471471,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 739,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759874/?format=api",
            "priority": 100,
            "id": 82765803,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=b907de144a7095af",
            "url": "https://hosted.weblate.org/api/units/82765803/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.325866+02:00",
            "last_updated": "2024-05-24T03:00:14.989141+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>Windows share</primary><secondary>mounting</secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary>mount</secondary>",
            "target": [
                "<primary>compartilhamento Windows</primary><secondary>montagem</secondary>"
            ],
            "id_hash": 7362891278945528751,
            "content_hash": 7362891278945528751,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 754,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82759876/?format=api",
            "priority": 100,
            "id": 82765804,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=e62e3e9ba15eabaf",
            "url": "https://hosted.weblate.org/api/units/82765804/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.365559+02:00",
            "last_updated": "2024-05-24T15:28:55.411408+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>mount</command></primary><secondary>CIFS</secondary><see><command>mount.cifs</command></see>"
            ],
            "previous_source": "<primary><command>Apache</command></primary><secondary>installation</secondary>",
            "target": [
                "<primary><command>mount</command></primary><secondary>CIFS</secondary><see><command>mount.cifs</command></see>"
            ],
            "id_hash": -7693949248318598921,
            "content_hash": -7693949248318598921,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 755,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759878/?format=api",
            "priority": 100,
            "id": 82765805,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=153999ec461610f7",
            "url": "https://hosted.weblate.org/api/units/82765805/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.370597+02:00",
            "last_updated": "2024-05-24T03:02:05.000493+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>Samba</primary><secondary><filename>/etc/smb-credentials</filename></secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary>Samba</primary><secondary><filename>/etc/smb-credentials</filename></secondary>"
            ],
            "id_hash": -7451162060721028728,
            "content_hash": -7451162060721028728,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 761,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759880/?format=api",
            "priority": 100,
            "id": 82765806,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=189827956edb0188",
            "url": "https://hosted.weblate.org/api/units/82765806/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.397674+02:00",
            "last_updated": "2024-05-24T03:02:16.798397+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "Unmounting an SMB/CIFS share is done with the standard <command>umount</command> command."
            ],
            "previous_source": "Unmounting a SMB/CIFS share is done with the standard <command>umount</command> command.",
            "target": [
                "Desmontando um compartilhamento SMB/CIFS é feito com o comando padrão <command>umount</command>."
            ],
            "id_hash": 7667739938233608893,
            "content_hash": 7667739938233608893,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 766,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://hosted.weblate.org/api/units/82759882/?format=api",
            "priority": 100,
            "id": 82765807,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=ea6948d9307d6abd",
            "url": "https://hosted.weblate.org/api/units/82765807/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.418426+02:00",
            "last_updated": "2024-05-24T03:02:29.849820+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>network</primary><secondary>printers</secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary>options</secondary>",
            "target": [
                "<primary>rede</primary><secondary>impressoras</secondary>"
            ],
            "id_hash": 5630916474150040939,
            "content_hash": 5630916474150040939,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 770,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759884/?format=api",
            "priority": 100,
            "id": 82765808,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=ce2508b3099bb56b",
            "url": "https://hosted.weblate.org/api/units/82765808/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.436037+02:00",
            "last_updated": "2024-05-24T03:04:01.523451+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>HTTP</primary><secondary>proxy</secondary>"
            ],
            "previous_source": "<primary>SIP</primary><secondary>proxy</secondary>",
            "target": [
                "<primary>HTTP</primary><secondary>proxy</secondary>"
            ],
            "id_hash": -1803559278727398856,
            "content_hash": -1803559278727398856,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 784,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759886/?format=api",
            "priority": 100,
            "id": 82765809,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=66f878644417fa38",
            "url": "https://hosted.weblate.org/api/units/82765809/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.482664+02:00",
            "last_updated": "2024-05-24T03:04:07.983159+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>FTP</primary><secondary>proxy</secondary>"
            ],
            "previous_source": "<primary>SIP</primary><secondary>proxy</secondary>",
            "target": [
                "<primary>FTP</primary><secondary>proxy</secondary>"
            ],
            "id_hash": -1777182600409523899,
            "content_hash": -1777182600409523899,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 785,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759888/?format=api",
            "priority": 100,
            "id": 82765810,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=67562dd74195d945",
            "url": "https://hosted.weblate.org/api/units/82765810/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.488113+02:00",
            "last_updated": "2024-05-24T03:04:18.116583+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "The <emphasis role=\"pkg\">squid</emphasis> Debian package only contains the modular (caching) proxy. Turning it into a filtering server requires installing the additional <emphasis role=\"pkg\">squidguard</emphasis> package. In addition, <emphasis role=\"pkg\">squid-cgi</emphasis> provides a querying and administration interface for a Squid proxy."
            ],
            "previous_source": "The <emphasis role=\"pkg\">squid</emphasis><footnote><para>The <emphasis role=\"pkg\">squid3</emphasis> package, providing Squid until Debian <emphasis role=\"distribution\">Jessie</emphasis>, is now a transitional package and will automatically install <emphasis role=\"pkg\">squid</emphasis>.</para></footnote> Debian package only contains the modular (caching) proxy. Turning it into a filtering server requires installing the additional <emphasis role=\"pkg\">squidguard</emphasis> package. In addition, <emphasis role=\"pkg\">squid-cgi</emphasis> provides a querying and administration interface for a Squid proxy.",
            "target": [
                "O pacote Debian <emphasis role=\"pkg\">squid</emphasis> contém apenas o proxy (e cache) modular. Fazer dele um servidor de filtragem requer a instalação do pacote adicional <emphasis role=\"pkg\">squidguard</emphasis>. Adicionalmente, o <emphasis role=\"pkg\">squid-cgi</emphasis> provê uma interface de consulta e administração para o proxy Squid."
            ],
            "id_hash": 4373403723881321240,
            "content_hash": 4373403723881321240,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 795,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://hosted.weblate.org/api/units/82759890/?format=api",
            "priority": 100,
            "id": 82765811,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=bcb17383fd511318",
            "url": "https://hosted.weblate.org/api/units/82765811/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.521678+02:00",
            "last_updated": "2024-05-24T03:05:15.836886+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>Squid</primary><secondary><filename>/etc/squid/conf.d/</filename></secondary>"
            ],
            "previous_source": "<primary>Squid</primary><secondary><filename>/etc/squid/squid.conf</filename></secondary>",
            "target": [
                "<primary>Squid</primary><secondary><filename>/etc/squid/conf.d/</filename></secondary>"
            ],
            "id_hash": -4862718119040527721,
            "content_hash": -4862718119040527721,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 799,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759892/?format=api",
            "priority": 100,
            "id": 82765812,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=3c8427a26fbbd297",
            "url": "https://hosted.weblate.org/api/units/82765812/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.538424+02:00",
            "last_updated": "2024-05-24T03:05:29.035260+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/squid/</filename></secondary><see>Squid</see>"
            ],
            "previous_source": "<primary>Squid</primary><secondary><filename>/etc/squid/squid.conf</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/squid/</filename></secondary><see>Squid</see>"
            ],
            "id_hash": 6433697149082170566,
            "content_hash": 6433697149082170566,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 800,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759894/?format=api",
            "priority": 100,
            "id": 82765813,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=d94915784b7c74c6",
            "url": "https://hosted.weblate.org/api/units/82765813/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.545074+02:00",
            "last_updated": "2024-05-24T03:05:40.743239+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/squidguard/squidGuard.conf.default</filename></secondary><seealso><command>squidGuard</command></seealso>"
            ],
            "previous_source": "<primary><command>squidGuard</command></primary><secondary><filename>/etc/squidguard/squidGuard.conf.default</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/squidguard/squidGuard.conf.default</filename></secondary><seealso><command>squidGuard</command></seealso>"
            ],
            "id_hash": -4573702422994476420,
            "content_hash": -4573702422994476420,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 808,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759896/?format=api",
            "priority": 100,
            "id": 82765814,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=4086f1e0f912227c",
            "url": "https://hosted.weblate.org/api/units/82765814/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.568490+02:00",
            "last_updated": "2024-05-24T03:11:24.964511+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "The <filename>/usr/lib/cgi-bin/squidGuard.cgi</filename> CGI program also needs to be installed, using <filename>/usr/share/doc/squidguard/examples/squidGuard.cgi</filename> as a starting point. Required modifications to this script are the <varname>$proxy</varname> and <varname>$proxymaster</varname> variables (the name of the proxy and the administrator's contact email, respectively). The <varname>$image</varname> and <varname>$redirect</varname> variables should point to existing images representing the rejection of a query."
            ],
            "previous_source": "The <filename>/usr/lib/cgi-bin/squidGuard.cgi</filename> CGI program also needs to be installed, using <filename>/usr/share/doc/squidguard/examples/squidGuard.cgi.gz</filename> as a starting point. Required modifications to this script are the <varname>$proxy</varname> and <varname>$proxymaster</varname> variables (the name of the proxy and the administrator's contact email, respectively). The <varname>$image</varname> and <varname>$redirect</varname> variables should point to existing images representing the rejection of a query.",
            "target": [
                "O programa CGI <filename>/usr/lib/cgi-bin/squidGuard.cgi</filename> também precisa estar instalado, usando <filename>/usr/share/doc/squidguard/examples/squidGuard.cgi</filename> como ponto de partida. As modificações necessárias para esse script são as variáveis <varname>$proxy</varname> e <varname>$proxymaster</varname> (o nome do proxy e o e-mail de contato do administrador, respectivamente). As variáveis <varname>$image</varname> e <varname>$redirect</varname> devem apontar para imagens existentes que representam a rejeição de uma consulta."
            ],
            "id_hash": -1153985593686037514,
            "content_hash": -1153985593686037514,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 810,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 53,
            "source_unit": "https://hosted.weblate.org/api/units/82759898/?format=api",
            "priority": 100,
            "id": 82765815,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=6ffc3837746cebf6",
            "url": "https://hosted.weblate.org/api/units/82765815/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.588778+02:00",
            "last_updated": "2024-05-24T03:11:35.019453+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "The filter is enabled with the <command>systemctl reload squid</command> command. However, since the <emphasis role=\"pkg\">squidguard</emphasis> package does no filtering by default, it is the administrator's task to define the policy. This can be done by creating the <filename>/etc/squid/squidGuard.conf</filename> file (using <filename>/etc/squidguard/squidGuard.conf.default</filename> as template if required)."
            ],
            "previous_source": "The filter is enabled with the <command>service squid reload</command> command. However, since the <emphasis role=\"pkg\">squidguard</emphasis> package does no filtering by default, it is the administrator's task to define the policy. This can be done by creating the <filename>/etc/squid/squidGuard.conf</filename> file (using <filename>/etc/squidguard/squidGuard.conf.default</filename> as template if required).",
            "target": [
                "O filtro é habilitado com o comando <command>service reload squid</command>. Contudo, como o pacote <emphasis role=\"pkg\">squidguard</emphasis> não faz filtragem por padrão, é tarefa do(a) administrador(a) definir a política. Isso pode ser feito criando o arquivo <filename>/etc/squid/squidGuard.conf</filename> (usando o <filename>/etc/squidguard/squidGuard.conf.default</filename> como modelo se necessário)."
            ],
            "id_hash": 628664419570315660,
            "content_hash": 628664419570315660,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 811,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://hosted.weblate.org/api/units/82759900/?format=api",
            "priority": 100,
            "id": 82765816,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=88b976f5736a718c",
            "url": "https://hosted.weblate.org/api/units/82765816/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.598307+02:00",
            "last_updated": "2024-05-24T03:11:53.442956+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>service</primary><secondary><filename>squid.service</filename></secondary>"
            ],
            "previous_source": "<primary>Squid</primary><secondary><filename>squid.conf</filename></secondary>",
            "target": [
                "<primary>serviço</primary><secondary><filename>squid.service</filename></secondary>"
            ],
            "id_hash": 663054384637582254,
            "content_hash": 663054384637582254,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 812,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759902/?format=api",
            "priority": 100,
            "id": 82765817,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=8933a47327169bae",
            "url": "https://hosted.weblate.org/api/units/82765817/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.605483+02:00",
            "last_updated": "2024-05-24T03:12:14.591739+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>dansguardian</primary>"
            ],
            "previous_source": "<primary>coturn</primary>",
            "target": [
                "<primary>dansguardian</primary>"
            ],
            "id_hash": -6098644300423398630,
            "content_hash": -6098644300423398630,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 817,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759904/?format=api",
            "priority": 100,
            "id": 82765818,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=2b5d43521dcd7b1a",
            "url": "https://hosted.weblate.org/api/units/82765818/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.621441+02:00",
            "last_updated": "2024-05-24T03:12:21.487108+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "The <emphasis role=\"pkg\">e2guardian</emphasis> package, a DansGuardian fork, is an alternative to <emphasis role=\"pkg\">squidguard</emphasis>. This software does not simply handle a blacklist of forbidden URLs, it can also take advantage of content and anti-virus scanning and it provides broad authentication support."
            ],
            "previous_source": "",
            "target": [
                "O pacote <emphasis role=\"pkg\">e2guardian</emphasis>, uma ramificação do DansGuardian, é uma alternativa ao <emphasis role=\"pkg\">squidguard</emphasis>. este software faz mais que simplesmente proibir e criar uma lista de URLs, como também faz varredura por conteúdo e vírus e fornece um amplo suporte a autenticação."
            ],
            "id_hash": -7043511606663682772,
            "content_hash": -7043511606663682772,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 819,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 40,
            "source_unit": "https://hosted.weblate.org/api/units/82759906/?format=api",
            "priority": 100,
            "id": 82765819,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=1e406b830978652c",
            "url": "https://hosted.weblate.org/api/units/82765819/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.628536+02:00",
            "last_updated": "2024-05-24T15:31:29.166384+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>LDAP</primary><seealso>OpenLDAP</seealso>"
            ],
            "previous_source": "<primary>web server</primary><seealso>Apache</seealso>",
            "target": [
                "<primary>LDAP</primary><seealso>OpenLDAP</seealso>"
            ],
            "id_hash": 9145685078626371215,
            "content_hash": 9145685078626371215,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 821,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759908/?format=api",
            "priority": 100,
            "id": 82765820,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=feec001f831d868f",
            "url": "https://hosted.weblate.org/api/units/82765820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.634506+02:00",
            "last_updated": "2024-05-24T03:17:31.139105+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>Lightweight Directory Access Protocol</primary><see>LDAP</see>"
            ],
            "previous_source": "<primary>web server</primary><seealso>Apache</seealso>",
            "target": [
                "<primary>Lightweight Directory Access Protocol (protocolo de acesso a listas leve)</primary><see>LDAP</see>"
            ],
            "id_hash": -7549093797916475753,
            "content_hash": -7549093797916475753,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 822,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/82759910/?format=api",
            "priority": 100,
            "id": 82765821,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=173c3b3007157e97",
            "url": "https://hosted.weblate.org/api/units/82765821/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.639115+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>server</primary><secondary>LDAP</secondary>"
            ],
            "previous_source": "<primary>server</primary><secondary>FTP</secondary>",
            "target": [
                "<primary>servidor</primary><secondary>LDAP</secondary>"
            ],
            "id_hash": -4501621178838452609,
            "content_hash": -4501621178838452609,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 825,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759912/?format=api",
            "priority": 100,
            "id": 82765822,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=4187076371f5767f",
            "url": "https://hosted.weblate.org/api/units/82765822/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.651037+02:00",
            "last_updated": "2024-05-24T03:17:48.603214+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>server</primary><secondary>slapd</secondary>"
            ],
            "previous_source": "<primary>server</primary><secondary>file</secondary>",
            "target": [
                "<primary>servidor</primary><secondary>slapd</secondary>"
            ],
            "id_hash": -7413741376762151728,
            "content_hash": -7413741376762151728,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 828,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759914/?format=api",
            "priority": 100,
            "id": 82765823,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=191d197f5d79fcd0",
            "url": "https://hosted.weblate.org/api/units/82765823/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.662976+02:00",
            "last_updated": "2024-05-24T03:18:03.554072+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>daemon</primary><secondary>slapd</secondary>"
            ],
            "previous_source": "<primary>domain</primary><secondary>virtual</secondary>",
            "target": [
                "<primary>daemon</primary><secondary>slapd</secondary>"
            ],
            "id_hash": 3119054603335020099,
            "content_hash": 3119054603335020099,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 829,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759916/?format=api",
            "priority": 100,
            "id": 82765824,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=ab491ba2e2d4ae43",
            "url": "https://hosted.weblate.org/api/units/82765824/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.669260+02:00",
            "last_updated": "2024-05-24T03:18:12.421338+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>LDAP Data Interchange Format</primary><see>LDIF</see>"
            ],
            "previous_source": "<primary>unsolicited commercial email</primary><see>spam</see>",
            "target": [
                "<primary>LDAP Data Interchange Format</primary><see>LDIF</see>"
            ],
            "id_hash": -1203616740448810849,
            "content_hash": -1203616740448810849,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 842,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/82759918/?format=api",
            "priority": 100,
            "id": 82765825,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=6f4be4f39bd5c89f",
            "url": "https://hosted.weblate.org/api/units/82765825/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.704507+02:00",
            "last_updated": "2024-05-24T03:18:44.263418+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>ldapsearch</command></primary>"
            ],
            "previous_source": "<primary><command>apache</command></primary>",
            "target": [
                "<primary><command>ldapsearch</command></primary>"
            ],
            "id_hash": -1830344334206215355,
            "content_hash": -1830344334206215355,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 845,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759920/?format=api",
            "priority": 100,
            "id": 82765826,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=66994f868efd5b45",
            "url": "https://hosted.weblate.org/api/units/82765826/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.716477+02:00",
            "last_updated": "2024-05-24T03:19:04.352350+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com\n</userinput><computeroutput><![CDATA[# extended LDIF\n#\n# LDAPv3\n# base <dc=falcot,dc=com> with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 2\n# numEntries: 1\n]]></computeroutput>"
            ],
            "previous_source": "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com</userinput>\n<computeroutput># extended LDIF\n#\n# LDAPv3\n# base &lt;dc=falcot,dc=com&gt; with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 3\n# numEntries: 2\n</computeroutput>",
            "target": [
                "\n<computeroutput>$ </computeroutput><userinput>ldapsearch -x -b dc=falcot,dc=com\n</userinput><computeroutput><![CDATA[# extended LDIF\n#\n# LDAPv3\n# base <dc=falcot,dc=com> with scope subtree\n# filter: (objectclass=*)\n# requesting: ALL\n#\n\n# falcot.com\ndn: dc=falcot,dc=com\nobjectClass: top\nobjectClass: dcObject\nobjectClass: organization\no: Falcot Corp\ndc: falcot\n\n# admin, falcot.com\ndn: cn=admin,dc=falcot,dc=com\nobjectClass: simpleSecurityObject\nobjectClass: organizationalRole\ncn: admin\ndescription: LDAP administrator\n\n# search result\nsearch: 2\nresult: 0 Success\n\n# numResponses: 2\n# numEntries: 1\n]]></computeroutput>"
            ],
            "id_hash": 2687730805035284350,
            "content_hash": 2687730805035284350,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 846,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 68,
            "source_unit": "https://hosted.weblate.org/api/units/82759922/?format=api",
            "priority": 100,
            "id": 82765827,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=a54cbced4e00b77e",
            "url": "https://hosted.weblate.org/api/units/82765827/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.726647+02:00",
            "last_updated": "2024-05-24T03:19:12.639730+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/passwd</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/passwd</filename></secondary>"
            ],
            "id_hash": -4292152228475143198,
            "content_hash": -4292152228475143198,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 851,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759924/?format=api",
            "priority": 100,
            "id": 82765828,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=446f3649fbd67be2",
            "url": "https://hosted.weblate.org/api/units/82765828/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.750661+02:00",
            "last_updated": "2023-10-13T00:00:19.551496+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/group</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/group</filename></secondary>"
            ],
            "id_hash": -7294470215694771440,
            "content_hash": -7294470215694771440,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 852,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759926/?format=api",
            "priority": 100,
            "id": 82765829,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=1ac4d5fc90d89b10",
            "url": "https://hosted.weblate.org/api/units/82765829/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.757545+02:00",
            "last_updated": "2023-10-13T00:00:19.553770+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/services</filename></secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/services</filename></secondary>"
            ],
            "id_hash": -1777191622285873456,
            "content_hash": -1777191622285873456,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 853,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759928/?format=api",
            "priority": 100,
            "id": 82765830,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=675625a2afd9aed0",
            "url": "https://hosted.weblate.org/api/units/82765830/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.763660+02:00",
            "last_updated": "2024-05-24T03:19:31.962037+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/hosts</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/hosts</filename></secondary>"
            ],
            "id_hash": 5980983776954618449,
            "content_hash": 5980983776954618449,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 854,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759930/?format=api",
            "priority": 100,
            "id": 82765831,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=d300b90e78c11251",
            "url": "https://hosted.weblate.org/api/units/82765831/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.769001+02:00",
            "last_updated": "2023-10-13T00:00:19.556615+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/migrationtools/migrate_common.ph</filename></secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/migrationtools/migrate_common.ph</filename></secondary>"
            ],
            "id_hash": 3735239946835617389,
            "content_hash": 3735239946835617389,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 857,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759932/?format=api",
            "priority": 100,
            "id": 82765832,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=b3d63cf105fc666d",
            "url": "https://hosted.weblate.org/api/units/82765832/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.777021+02:00",
            "last_updated": "2024-05-24T03:19:44.413549+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>ldapadd</command></primary>"
            ],
            "previous_source": "<primary><command>ldapvi</command></primary>",
            "target": [
                "<primary><command>ldapadd</command></primary>"
            ],
            "id_hash": 7483896869917014107,
            "content_hash": 7483896869917014107,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 859,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759934/?format=api",
            "priority": 100,
            "id": 82765833,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=e7dc248d430fb85b",
            "url": "https://hosted.weblate.org/api/units/82765833/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.783211+02:00",
            "last_updated": "2024-05-24T03:19:49.555982+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>PERL5LIB=\"${PERL5LIB}:/etc/migrationtools\" LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>"
            ],
            "previous_source": "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>",
            "target": [
                "\n<computeroutput># </computeroutput><userinput>cd /usr/share/migrationtools</userinput>\n<computeroutput># </computeroutput><userinput>PERL5LIB=\"${PERL5LIB}:/etc/migrationtools\" LDAPADD=\"/usr/bin/ldapadd -c\" ETC_ALIASES=/dev/null ./migrate_all_online.sh</userinput>"
            ],
            "id_hash": -3706799760683352625,
            "content_hash": -3706799760683352625,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 860,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://hosted.weblate.org/api/units/82759936/?format=api",
            "priority": 100,
            "id": 82765834,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=4c8ecd41d2f73dcf",
            "url": "https://hosted.weblate.org/api/units/82765834/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.786648+02:00",
            "last_updated": "2024-05-24T03:19:58.277815+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "You might notice that we extend the <varname>PERL5LIB</varname> variable. This is due to Debian bug report #982666. <ulink type=\"block\" url=\"https://bugs.debian.org/982666\" />"
            ],
            "previous_source": "",
            "target": [
                "Você deve notar que nós estendemos a variável <varname>PERL5LIB</varname>. Isso é devido ao reporte de bug Debian #982666. <ulink type=\"block\" url=\"https://bugs.debian.org/982666\" />"
            ],
            "id_hash": -9066134939039931298,
            "content_hash": -9066134939039931298,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 875,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://hosted.weblate.org/api/units/82759938/?format=api",
            "priority": 100,
            "id": 82765835,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=022e9e4eb0c4645e",
            "url": "https://hosted.weblate.org/api/units/82765835/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.834013+02:00",
            "last_updated": "2024-05-24T03:21:34.296140+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "As you might have also noticed, we deliberately ignore migration of the <filename>/etc/aliases</filename> file, since the standard schema as provided by Debian does not include the structures that this script uses to describe email aliases. Should we want to integrate this data into the directory, the <filename>/etc/ldap/schema/misc.schema</filename> file should be added to the standard schema."
            ],
            "previous_source": "We deliberately ignore migration of the <filename>/etc/aliases</filename> file, since the standard schema as provided by Debian does not include the structures that this script uses to describe email aliases. Should we want to integrate this data into the directory, the <filename>/etc/ldap/schema/misc.schema</filename> file should be added to the standard schema.",
            "target": [
                "Como você deve ter notado, nós ignoramos a migração do arquivo <filename>/etc/aliases</filename> deliberadamente, já que o schema padrão, como o fornecido pelo Debian não inclui as estruturas que esse script usa para descrever \"email aliases\". Se quisermos integrar esse dado no diretório, o arquivo <filename>/etc/ldap/schema/misc.schema</filename> deve ser adicionado ao schema padrão."
            ],
            "id_hash": -685538037818654692,
            "content_hash": -685538037818654692,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 876,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://hosted.weblate.org/api/units/82759940/?format=api",
            "priority": 100,
            "id": 82765836,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=767c7ac967cd001c",
            "url": "https://hosted.weblate.org/api/units/82765836/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.838786+02:00",
            "last_updated": "2024-05-24T03:22:11.196948+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/schema/misc.schema</filename></secondary>"
            ],
            "previous_source": "<primary>Apache</primary><secondary><filename>/etc/apache2/mods-enabled</filename></secondary>",
            "target": [
                "<primary>OpenLDAP</primary><secondary><filename>/etc/ldap/schema/misc.schema</filename></secondary>"
            ],
            "id_hash": -1265679861608959308,
            "content_hash": -1265679861608959308,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 877,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759942/?format=api",
            "priority": 100,
            "id": 82765837,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=6e6f66df296eb2b4",
            "url": "https://hosted.weblate.org/api/units/82765837/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.845307+02:00",
            "last_updated": "2024-05-24T03:22:17.290925+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ldap/</filename></secondary><see>OpenLDAP</see>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ldap/</filename></secondary><see>OpenLDAP</see>"
            ],
            "id_hash": 3081208624014045833,
            "content_hash": 3081208624014045833,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 878,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759944/?format=api",
            "priority": 100,
            "id": 82765838,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=aac2a6eb293a3289",
            "url": "https://hosted.weblate.org/api/units/82765838/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.850510+02:00",
            "last_updated": "2024-05-24T03:22:22.193743+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/aliases</filename></secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/aliases</filename></secondary>"
            ],
            "id_hash": -5837233508322758387,
            "content_hash": -5837233508322758387,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 879,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759946/?format=api",
            "priority": 100,
            "id": 82765839,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=2efdfb0d196a310d",
            "url": "https://hosted.weblate.org/api/units/82765839/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.856218+02:00",
            "last_updated": "2024-05-24T03:22:27.875517+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>NSS</primary>"
            ],
            "previous_source": "",
            "target": [
                "<primary>NSS</primary>"
            ],
            "id_hash": -9117542322928316473,
            "content_hash": -9117542322928316473,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 887,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759948/?format=api",
            "priority": 100,
            "id": 82765840,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=0177fb9069448fc7",
            "url": "https://hosted.weblate.org/api/units/82765840/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.877967+02:00",
            "last_updated": "2023-10-13T00:00:19.561172+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>Name Service Switch</primary><see>NSS</see>"
            ],
            "previous_source": "",
            "target": [
                "<primary>Name Service Switch (Alternador de Serviço de Nome)</primary><see>NSS</see>"
            ],
            "id_hash": 3133635850041206188,
            "content_hash": 3133635850041206188,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 888,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/82759950/?format=api",
            "priority": 100,
            "id": 82765841,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=ab7ce933f122a5ac",
            "url": "https://hosted.weblate.org/api/units/82765841/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.882134+02:00",
            "last_updated": "2023-10-13T00:00:19.562718+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary>OpenLDAP</primary><secondary>NSS</secondary>"
            ],
            "previous_source": "<primary>client</primary><secondary>NFS</secondary>",
            "target": [
                "<primary>OpenLDAP</primary><secondary>NSS</secondary>"
            ],
            "id_hash": -1041341294318124579,
            "content_hash": -1041341294318124579,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 889,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759952/?format=api",
            "priority": 100,
            "id": 82765842,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=718c699c2e3901dd",
            "url": "https://hosted.weblate.org/api/units/82765842/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.888155+02:00",
            "last_updated": "2024-05-24T03:22:33.093407+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">libnss-ldap</emphasis></primary>"
            ],
            "previous_source": "<primary><emphasis>libnss-ldap</emphasis></primary>",
            "target": [
                "<primary><emphasis role=\"pkg\">libnss-ldap</emphasis></primary>"
            ],
            "id_hash": -9070735487053988504,
            "content_hash": -9070735487053988504,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 891,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82759954/?format=api",
            "priority": 100,
            "id": 82765843,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=021e4622229dfd68",
            "url": "https://hosted.weblate.org/api/units/82765843/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.894742+02:00",
            "last_updated": "2024-05-24T03:22:37.819885+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "Configuring the <emphasis role=\"pkg\">libnss-ldap</emphasis> package:"
            ],
            "previous_source": "Configuring the <emphasis role=\"pkg\">libnss-ldap</emphasis> package",
            "target": [
                "Configurando o pacote <emphasis role=\"pkg\">libnss-ldap</emphasis>:"
            ],
            "id_hash": -5136022753695489664,
            "content_hash": -5136022753695489664,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 892,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/82759956/?format=api",
            "priority": 100,
            "id": 82765844,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=38b92e846fa82180",
            "url": "https://hosted.weblate.org/api/units/82765844/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.899663+02:00",
            "last_updated": "2024-05-31T19:14:51.111443+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "LDAP server URI (Uniform Resource Identifier)"
            ],
            "previous_source": "LDAP server Uniform Resource Identifier",
            "target": [
                "Servidor LDAP URI (Uniform Resource Identifier)"
            ],
            "id_hash": 4225771001611126153,
            "content_hash": 4225771001611126153,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 893,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/82759958/?format=api",
            "priority": 100,
            "id": 82765845,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=baa4f4563d2d8589",
            "url": "https://hosted.weblate.org/api/units/82765845/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.904042+02:00",
            "last_updated": "2024-05-24T03:23:22.515833+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/nsswitch.conf</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/nsswitch.conf</filename></secondary>"
            ],
            "id_hash": 8962230020100382185,
            "content_hash": 8962230020100382185,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 904,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759960/?format=api",
            "priority": 100,
            "id": 82765846,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=fc603cb8276cdde9",
            "url": "https://hosted.weblate.org/api/units/82765846/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.929075+02:00",
            "last_updated": "2023-10-13T00:00:19.567239+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/pt_BR/?format=api",
            "source": [
                "<primary><command>ldap</command></primary>"
            ],
            "previous_source": "<primary><command>ldapvi</command></primary>",
            "target": [
                "<primary><command>ldap</command></primary>"
            ],
            "id_hash": -1896262036098970901,
            "content_hash": -1896262036098970901,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 905,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759962/?format=api",
            "priority": 100,
            "id": 82765847,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/?checksum=65af1fb999430aeb",
            "url": "https://hosted.weblate.org/api/units/82765847/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:05:35.936236+02:00",
            "last_updated": "2024-05-24T03:23:30.536963+02:00"
        }
    ]
}