Translation components API.

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

GET /api/translations/debian-handbook/11_network-services/zh_Hans/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/zh_Hans/units/?format=api&page=21",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/units/?format=api&page=19",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": 5933165667387670870,
            "content_hash": 5933165667387670870,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 724,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759864/?format=api",
            "priority": 100,
            "id": 82767844,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=d256d6bd3e2f8156",
            "url": "https://hosted.weblate.org/api/units/82767844/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.735449+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "通过直接复制 <filename>/usr/share/samba/smb.conf</filename>,软件包在初始安装过程中设置最小的配置。所以应该真正运行 <command>dpkg-reconfigure samba-common</command> 而与之相适应:"
            ],
            "id_hash": 7219124985443291001,
            "content_hash": 7219124985443291001,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 725,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 27,
            "source_unit": "https://hosted.weblate.org/api/units/82759866/?format=api",
            "priority": 100,
            "id": 82767845,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=e42f7becfa7e8f79",
            "url": "https://hosted.weblate.org/api/units/82767845/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.743137+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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# 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": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 733,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 163,
            "source_unit": "https://hosted.weblate.org/api/units/82759868/?format=api",
            "priority": 100,
            "id": 82767846,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=3ba3d78aabc0d3ee",
            "url": "https://hosted.weblate.org/api/units/82767846/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.774186+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "指示了 Samba 应该作为本地网络的 Netbios 名称服务器(WINS)。这个选项已经从 <emphasis role=\"distribution\">Buster</emphasis> 的默认配置中删除,如果需要的话必须手动添加。"
            ],
            "id_hash": 4551763400248554079,
            "content_hash": 4551763400248554079,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767847,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=bf2b1cb23d70725f",
            "url": "https://hosted.weblate.org/api/units/82767847/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.781199+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><command>adduser</command></primary>"
            ],
            "previous_source": "<primary><command>maildrop</command></primary>",
            "target": [
                "<primary><command>maildrop</command></primary>"
            ],
            "id_hash": 7874594431471885271,
            "content_hash": 7874594431471885271,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767848,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=ed482de9fe269bd7",
            "url": "https://hosted.weblate.org/api/units/82767848/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.791092+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><command>smbpasswd</command></primary>"
            ],
            "previous_source": "<primary><command>htpasswd</command></primary>",
            "target": [
                "<primary><command>htpasswd</command></primary>"
            ],
            "id_hash": 4109497363728471471,
            "content_hash": 4109497363728471471,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767849,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=b907de144a7095af",
            "url": "https://hosted.weblate.org/api/units/82767849/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.794300+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>Windows share</primary><secondary>mounting</secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary>mount</secondary>",
            "target": [
                "<primary>Samba</primary><secondary>挂载</secondary>"
            ],
            "id_hash": 7362891278945528751,
            "content_hash": 7362891278945528751,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767850,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=e62e3e9ba15eabaf",
            "url": "https://hosted.weblate.org/api/units/82767850/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.835705+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Apache</command></primary><secondary>安装</secondary>"
            ],
            "id_hash": -7693949248318598921,
            "content_hash": -7693949248318598921,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 755,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759878/?format=api",
            "priority": 100,
            "id": 82767851,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=153999ec461610f7",
            "url": "https://hosted.weblate.org/api/units/82767851/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.841784+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": -7451162060721028728,
            "content_hash": -7451162060721028728,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767852,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=189827956edb0188",
            "url": "https://hosted.weblate.org/api/units/82767852/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.866558+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "SMB/CIFS 共享的卸载由标准的 <command>umount</command> 命令来完成。"
            ],
            "id_hash": 7667739938233608893,
            "content_hash": 7667739938233608893,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767853,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=ea6948d9307d6abd",
            "url": "https://hosted.weblate.org/api/units/82767853/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.888041+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>network</primary><secondary>printers</secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary>options</secondary>",
            "target": [
                "<primary>NFS</primary><secondary>选项</secondary>"
            ],
            "id_hash": 5630916474150040939,
            "content_hash": 5630916474150040939,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767854,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=ce2508b3099bb56b",
            "url": "https://hosted.weblate.org/api/units/82767854/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.906705+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>HTTP</primary><secondary>proxy</secondary>"
            ],
            "previous_source": "<primary>SIP</primary><secondary>proxy</secondary>",
            "target": [
                "<primary>SIP</primary><secondary>代理</secondary>"
            ],
            "id_hash": -1803559278727398856,
            "content_hash": -1803559278727398856,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767855,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=66f878644417fa38",
            "url": "https://hosted.weblate.org/api/units/82767855/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.961812+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>FTP</primary><secondary>proxy</secondary>"
            ],
            "previous_source": "<primary>SIP</primary><secondary>proxy</secondary>",
            "target": [
                "<primary>SIP</primary><secondary>代理</secondary>"
            ],
            "id_hash": -1777182600409523899,
            "content_hash": -1777182600409523899,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767856,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=67562dd74195d945",
            "url": "https://hosted.weblate.org/api/units/82767856/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:06.968412+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "<emphasis role=\"pkg\">squid</emphasis><footnote><para><emphasis role=\"pkg\">squid3</emphasis> 软件包,从 Debian <emphasis role=\"distribution\">Jessie</emphasis> 开始提供 Squid,现在是过渡型软件包,并且自动安装 <emphasis role=\"pkg\">squid</emphasis>。</para></footnote> Debian 软件包只包含模块化(缓存)代理。将其转变成筛选服务器需要安装另外的 <emphasis role=\"pkg\">squidguard</emphasis> 软件包。此外,<emphasis role=\"pkg\">squid-cgi</emphasis> 为 Squid 代理提供了查询与管理界面。"
            ],
            "id_hash": 4373403723881321240,
            "content_hash": 4373403723881321240,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 795,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 38,
            "source_unit": "https://hosted.weblate.org/api/units/82759890/?format=api",
            "priority": 100,
            "id": 82767857,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=bcb17383fd511318",
            "url": "https://hosted.weblate.org/api/units/82767857/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.003770+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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/squid.conf</filename></secondary>"
            ],
            "id_hash": -4862718119040527721,
            "content_hash": -4862718119040527721,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767858,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=3c8427a26fbbd297",
            "url": "https://hosted.weblate.org/api/units/82767858/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.038746+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Squid</primary><secondary><filename>/etc/squid/squid.conf</filename></secondary>"
            ],
            "id_hash": 6433697149082170566,
            "content_hash": 6433697149082170566,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 800,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759894/?format=api",
            "priority": 100,
            "id": 82767859,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=d94915784b7c74c6",
            "url": "https://hosted.weblate.org/api/units/82767859/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.056190+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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><command>squidGuard</command></primary><secondary><filename>/etc/squidguard/squidGuard.conf.default</filename></secondary>"
            ],
            "id_hash": -4573702422994476420,
            "content_hash": -4573702422994476420,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 808,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759896/?format=api",
            "priority": 100,
            "id": 82767860,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=4086f1e0f912227c",
            "url": "https://hosted.weblate.org/api/units/82767860/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.085437+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "还需要使用<filename>/usr/share/doc/squidguard/examples/squidGuard.cgi.gz</filename> 作为起点,来安装 <filename>/usr/lib/cgi-bin/squidGuard.cgi</filename> CGI 程序。这个脚本所需的更改是 <varname>$proxy</varname> 和 <varname>$proxymaster</varname> 变量(分别是代理的名称和管理员的联系邮箱)。<varname>$image</varname> 和 <varname>$redirect</varname> 变量应该指向代表拒绝请求的现有映像。"
            ],
            "id_hash": -1153985593686037514,
            "content_hash": -1153985593686037514,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767861,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=6ffc3837746cebf6",
            "url": "https://hosted.weblate.org/api/units/82767861/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.094300+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "通过 <command>service squid reload</command> 命令来启用筛选程序。然而,由于 <emphasis role=\"pkg\">squidguard</emphasis> 软件包默认不筛选,这会是管理员的责任来定义策略。这可以通过创建 <filename>/etc/squid/squidGuard.conf</filename> 文件来完成(如果需要的话使用 <filename>/etc/squidguard/squidGuard.conf.default</filename> 作为模板)。"
            ],
            "id_hash": 628664419570315660,
            "content_hash": 628664419570315660,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767862,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=88b976f5736a718c",
            "url": "https://hosted.weblate.org/api/units/82767862/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.100957+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Squid</primary><secondary><filename>squid.conf</filename></secondary>"
            ],
            "id_hash": 663054384637582254,
            "content_hash": 663054384637582254,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767863,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=8933a47327169bae",
            "url": "https://hosted.weblate.org/api/units/82767863/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.106377+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>dansguardian</primary>"
            ],
            "previous_source": "<primary>coturn</primary>",
            "target": [
                "<primary>coturn</primary>"
            ],
            "id_hash": -6098644300423398630,
            "content_hash": -6098644300423398630,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767864,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=2b5d43521dcd7b1a",
            "url": "https://hosted.weblate.org/api/units/82767864/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.117914+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                ""
            ],
            "id_hash": -7043511606663682772,
            "content_hash": -7043511606663682772,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 82767865,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=1e406b830978652c",
            "url": "https://hosted.weblate.org/api/units/82767865/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.124534+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>LDAP</primary><seealso>OpenLDAP</seealso>"
            ],
            "previous_source": "<primary>web server</primary><seealso>Apache</seealso>",
            "target": [
                "<primary>Web 服务器</primary><seealso>Apache</seealso>"
            ],
            "id_hash": 9145685078626371215,
            "content_hash": 9145685078626371215,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767866,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=feec001f831d868f",
            "url": "https://hosted.weblate.org/api/units/82767866/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.135958+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>Lightweight Directory Access Protocol</primary><see>LDAP</see>"
            ],
            "previous_source": "<primary>web server</primary><seealso>Apache</seealso>",
            "target": [
                "<primary>Web 服务器</primary><seealso>Apache</seealso>"
            ],
            "id_hash": -7549093797916475753,
            "content_hash": -7549093797916475753,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 822,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/82759910/?format=api",
            "priority": 100,
            "id": 82767867,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=173c3b3007157e97",
            "url": "https://hosted.weblate.org/api/units/82767867/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.142840+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>server</primary><secondary>LDAP</secondary>"
            ],
            "previous_source": "<primary>server</primary><secondary>FTP</secondary>",
            "target": [
                "<primary>服务器</primary><secondary>FTP</secondary>"
            ],
            "id_hash": -4501621178838452609,
            "content_hash": -4501621178838452609,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767868,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=4187076371f5767f",
            "url": "https://hosted.weblate.org/api/units/82767868/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.161670+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>server</primary><secondary>slapd</secondary>"
            ],
            "previous_source": "<primary>server</primary><secondary>file</secondary>",
            "target": [
                "<primary>服务器</primary><secondary>文件</secondary>"
            ],
            "id_hash": -7413741376762151728,
            "content_hash": -7413741376762151728,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767869,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=191d197f5d79fcd0",
            "url": "https://hosted.weblate.org/api/units/82767869/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.172250+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>daemon</primary><secondary>slapd</secondary>"
            ],
            "previous_source": "<primary>domain</primary><secondary>virtual</secondary>",
            "target": [
                "<primary>域</primary><secondary>虚拟</secondary>"
            ],
            "id_hash": 3119054603335020099,
            "content_hash": 3119054603335020099,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767870,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=ab491ba2e2d4ae43",
            "url": "https://hosted.weblate.org/api/units/82767870/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.177009+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>LDAP Data Interchange Format</primary><see>LDIF</see>"
            ],
            "previous_source": "<primary>unsolicited commercial email</primary><see>spam</see>",
            "target": [
                "<primary>主动的商业电子邮件</primary><see>垃圾邮件</see>"
            ],
            "id_hash": -1203616740448810849,
            "content_hash": -1203616740448810849,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767871,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=6f4be4f39bd5c89f",
            "url": "https://hosted.weblate.org/api/units/82767871/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.209567+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><command>ldapsearch</command></primary>"
            ],
            "previous_source": "<primary><command>apache</command></primary>",
            "target": [
                "<primary><command>apache</command></primary>"
            ],
            "id_hash": -1830344334206215355,
            "content_hash": -1830344334206215355,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767872,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=66994f868efd5b45",
            "url": "https://hosted.weblate.org/api/units/82767872/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.223708+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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</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>"
            ],
            "id_hash": 2687730805035284350,
            "content_hash": 2687730805035284350,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767873,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=a54cbced4e00b77e",
            "url": "https://hosted.weblate.org/api/units/82767873/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.232255+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/passwd</filename></secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "target": [
                "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>"
            ],
            "id_hash": -4292152228475143198,
            "content_hash": -4292152228475143198,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 851,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759924/?format=api",
            "priority": 100,
            "id": 82767874,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=446f3649fbd67be2",
            "url": "https://hosted.weblate.org/api/units/82767874/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.252152+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/group</filename></secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "target": [
                "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>"
            ],
            "id_hash": -7294470215694771440,
            "content_hash": -7294470215694771440,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 852,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759926/?format=api",
            "priority": 100,
            "id": 82767875,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=1ac4d5fc90d89b10",
            "url": "https://hosted.weblate.org/api/units/82767875/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.259868+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": 82767876,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=675625a2afd9aed0",
            "url": "https://hosted.weblate.org/api/units/82767876/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.268019+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/hosts</filename></secondary>"
            ],
            "previous_source": "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>",
            "target": [
                "<primary>NFS</primary><secondary><filename>/etc/exports</filename></secondary>"
            ],
            "id_hash": 5980983776954618449,
            "content_hash": 5980983776954618449,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 854,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759930/?format=api",
            "priority": 100,
            "id": 82767877,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=d300b90e78c11251",
            "url": "https://hosted.weblate.org/api/units/82767877/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.275233+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": 3735239946835617389,
            "content_hash": 3735239946835617389,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 857,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759932/?format=api",
            "priority": 100,
            "id": 82767878,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=b3d63cf105fc666d",
            "url": "https://hosted.weblate.org/api/units/82767878/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.288570+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><command>ldapadd</command></primary>"
            ],
            "previous_source": "<primary><command>ldapvi</command></primary>",
            "target": [
                "<primary><command>ldapvi</command></primary>"
            ],
            "id_hash": 7483896869917014107,
            "content_hash": 7483896869917014107,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767879,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=e7dc248d430fb85b",
            "url": "https://hosted.weblate.org/api/units/82767879/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.299602+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>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": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767880,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=4c8ecd41d2f73dcf",
            "url": "https://hosted.weblate.org/api/units/82767880/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.306353+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                ""
            ],
            "id_hash": -9066134939039931298,
            "content_hash": -9066134939039931298,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "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": 82767881,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=022e9e4eb0c4645e",
            "url": "https://hosted.weblate.org/api/units/82767881/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.351555+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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": [
                "我们故意忽略了 <filename>/etc/aliases</filename> 文件的迁移,因为由 Debian 提供的标准架构不包括这个脚本用来描述电子邮件别名的结构。如果我们想要将这个数据合并到目录中,那么 <filename>/etc/ldap/schema/misc.schema</filename> 文件应该添加到标准架构中。"
            ],
            "id_hash": -685538037818654692,
            "content_hash": -685538037818654692,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767882,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=767c7ac967cd001c",
            "url": "https://hosted.weblate.org/api/units/82767882/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.354370+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Apache</primary><secondary><filename>/etc/apache2/mods-enabled</filename></secondary>"
            ],
            "id_hash": -1265679861608959308,
            "content_hash": -1265679861608959308,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767883,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=6e6f66df296eb2b4",
            "url": "https://hosted.weblate.org/api/units/82767883/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.358630+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": 3081208624014045833,
            "content_hash": 3081208624014045833,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 878,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759944/?format=api",
            "priority": 100,
            "id": 82767884,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=aac2a6eb293a3289",
            "url": "https://hosted.weblate.org/api/units/82767884/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.362545+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?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>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": -5837233508322758387,
            "content_hash": -5837233508322758387,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 879,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759946/?format=api",
            "priority": 100,
            "id": 82767885,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=2efdfb0d196a310d",
            "url": "https://hosted.weblate.org/api/units/82767885/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.368127+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>NSS</primary>"
            ],
            "previous_source": "<primary>WINS</primary>",
            "target": [
                "<primary>WINS</primary>"
            ],
            "id_hash": -9117542322928316473,
            "content_hash": -9117542322928316473,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 887,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759948/?format=api",
            "priority": 100,
            "id": 82767886,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=0177fb9069448fc7",
            "url": "https://hosted.weblate.org/api/units/82767886/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.389959+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>Name Service Switch</primary><see>NSS</see>"
            ],
            "previous_source": "<primary>web server</primary><seealso>Apache</seealso>",
            "target": [
                "<primary>Web 服务器</primary><seealso>Apache</seealso>"
            ],
            "id_hash": 3133635850041206188,
            "content_hash": 3133635850041206188,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 888,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/82759950/?format=api",
            "priority": 100,
            "id": 82767887,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=ab7ce933f122a5ac",
            "url": "https://hosted.weblate.org/api/units/82767887/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.394041+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary>OpenLDAP</primary><secondary>NSS</secondary>"
            ],
            "previous_source": "<primary>client</primary><secondary>NFS</secondary>",
            "target": [
                "<primary>客户端</primary><secondary>NFS</secondary>"
            ],
            "id_hash": -1041341294318124579,
            "content_hash": -1041341294318124579,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767888,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=718c699c2e3901dd",
            "url": "https://hosted.weblate.org/api/units/82767888/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.400293+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">libnss-ldap</emphasis></primary>"
            ],
            "previous_source": "<primary><emphasis>libnss-ldap</emphasis></primary>",
            "target": [
                "<primary><emphasis>libnss-ldap</emphasis></primary>"
            ],
            "id_hash": -9070735487053988504,
            "content_hash": -9070735487053988504,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 891,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82759954/?format=api",
            "priority": 100,
            "id": 82767889,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=021e4622229dfd68",
            "url": "https://hosted.weblate.org/api/units/82767889/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.409816+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "Configuring the <emphasis role=\"pkg\">libnss-ldap</emphasis> package:"
            ],
            "previous_source": "Configuring the <emphasis role=\"pkg\">libnss-ldap</emphasis> package",
            "target": [
                "配置 <emphasis role=\"pkg\">libnss-ldap</emphasis> 软件包"
            ],
            "id_hash": -5136022753695489664,
            "content_hash": -5136022753695489664,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 892,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/82759956/?format=api",
            "priority": 100,
            "id": 82767890,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=38b92e846fa82180",
            "url": "https://hosted.weblate.org/api/units/82767890/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.415930+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "LDAP server URI (Uniform Resource Identifier)"
            ],
            "previous_source": "LDAP server Uniform Resource Identifier",
            "target": [
                "LDAP 服务器统一资源识别符"
            ],
            "id_hash": 4225771001611126153,
            "content_hash": 4225771001611126153,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767891,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=baa4f4563d2d8589",
            "url": "https://hosted.weblate.org/api/units/82767891/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.421476+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/nsswitch.conf</filename></secondary>"
            ],
            "previous_source": "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>",
            "target": [
                "<primary>Samba</primary><secondary><filename>/etc/samba/smb.conf</filename></secondary>"
            ],
            "id_hash": 8962230020100382185,
            "content_hash": 8962230020100382185,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 904,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82759960/?format=api",
            "priority": 100,
            "id": 82767892,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=fc603cb8276cdde9",
            "url": "https://hosted.weblate.org/api/units/82767892/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.451804+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/11_network-services/zh_Hans/?format=api",
            "source": [
                "<primary><command>ldap</command></primary>"
            ],
            "previous_source": "<primary><command>ldapvi</command></primary>",
            "target": [
                "<primary><command>ldapvi</command></primary>"
            ],
            "id_hash": -1896262036098970901,
            "content_hash": -1896262036098970901,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "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": 82767893,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/zh_Hans/?checksum=65af1fb999430aeb",
            "url": "https://hosted.weblate.org/api/units/82767893/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T10:06:07.458699+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        }
    ]
}