Translation components API.

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

GET /api/translations/debian-handbook/09_unix-services/cs/units/?format=api&page=12
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 782,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/units/?format=api&page=13",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/units/?format=api&page=11",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>passwordless</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3146778416406735534,
            "content_hash": 3146778416406735534,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 203,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728068/?format=api",
            "priority": 100,
            "id": 82728942,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=abab9a4c20ca2aae",
            "url": "https://hosted.weblate.org/api/units/82728942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.804451+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>authentication agent</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7501481180967009545,
            "content_hash": -7501481180967009545,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 204,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728070/?format=api",
            "priority": 100,
            "id": 82728943,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=17e5629c472f02f7",
            "url": "https://hosted.weblate.org/api/units/82728943/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.808358+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><command>ssh-agent</command></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2535359019190124264,
            "content_hash": 2535359019190124264,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 205,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728072/?format=api",
            "priority": 100,
            "id": 82728944,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=a32f679854e8fee8",
            "url": "https://hosted.weblate.org/api/units/82728944/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.811807+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>X.org</primary><secondary><filename>/etc/X11/Xsession.options</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6765328738250107460,
            "content_hash": 6765328738250107460,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 206,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728074/?format=api",
            "priority": 100,
            "id": 82728945,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=dde346a4a823aa44",
            "url": "https://hosted.weblate.org/api/units/82728945/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.815025+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "If the private key was not protected with a “passphrase” at the time of its creation, all subsequent logins on the server will work without a password. Otherwise, the private key must be decrypted each time by entering the passphrase. Fortunately, <command>ssh-agent</command> allows us to keep private keys in memory to not have to regularly re-enter the password. For this, you simply use <command>ssh-add</command> (once per work session) provided that the session is already associated with a functional instance of <command>ssh-agent</command>. Debian activates it by default in graphical sessions, but this can be deactivated by changing <filename>/etc/X11/Xsession.options</filename> and commenting out <literal>use-ssh-agent</literal>. For a console session, you can manually start the agent with <command>eval $(ssh-agent)</command>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7596273416684214401,
            "content_hash": 7596273416684214401,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 207,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 114,
            "source_unit": "https://hosted.weblate.org/api/units/82728076/?format=api",
            "priority": 100,
            "id": 82728946,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=e96b626cfa349881",
            "url": "https://hosted.weblate.org/api/units/82728946/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.818335+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>private key</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2601479384934270472,
            "content_hash": 2601479384934270472,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 209,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728078/?format=api",
            "priority": 100,
            "id": 82728947,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=a41a4fb7a5824608",
            "url": "https://hosted.weblate.org/api/units/82728947/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.824348+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><command>ssh-vulnkey</command></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8442574730353763553,
            "content_hash": -8442574730353763553,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 213,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728080/?format=api",
            "priority": 100,
            "id": 82728948,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=0ad5f3036f931b1f",
            "url": "https://hosted.weblate.org/api/units/82728948/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.835821+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">openssh-blacklist</emphasis></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -436454405701281942,
            "content_hash": -436454405701281942,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 214,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728082/?format=api",
            "priority": 100,
            "id": 82728949,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=79f16707cb85576a",
            "url": "https://hosted.weblate.org/api/units/82728949/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.839139+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "Cert-Based Authentication"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3958522614307297606,
            "content_hash": 3958522614307297606,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 218,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728084/?format=api",
            "priority": 100,
            "id": 82728950,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=b6ef7f5835231946",
            "url": "https://hosted.weblate.org/api/units/82728950/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.852555+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>signed key</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1792142403685652907,
            "content_hash": -1792142403685652907,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728086/?format=api",
            "priority": 100,
            "id": 82728951,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=672107faa166e655",
            "url": "https://hosted.weblate.org/api/units/82728951/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.856910+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary><literal>TrustedUserCAKeys</literal></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6856630589606807524,
            "content_hash": 6856630589606807524,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 220,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728088/?format=api",
            "priority": 100,
            "id": 82728952,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=df27a531799747e4",
            "url": "https://hosted.weblate.org/api/units/82728952/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.861194+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary><literal>HostCertificate</literal></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 278503928629740058,
            "content_hash": 278503928629740058,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728090/?format=api",
            "priority": 100,
            "id": 82728953,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=83dd71d8f686c21a",
            "url": "https://hosted.weblate.org/api/units/82728953/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.864967+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/sshd_config</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7809656448644538367,
            "content_hash": 7809656448644538367,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728092/?format=api",
            "priority": 100,
            "id": 82728954,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=ec617929a74bdfff",
            "url": "https://hosted.weblate.org/api/units/82728954/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.868623+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><filename>/etc</filename></primary><secondary><filename>/etc/ssh/known_hosts</filename></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3527152083976411676,
            "content_hash": -3527152083976411676,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 223,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728094/?format=api",
            "priority": 100,
            "id": 82728955,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=4f0d09de05cea5e4",
            "url": "https://hosted.weblate.org/api/units/82728955/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.872241+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "SSH keys cannot just be protected by a password (or not). An often unknown feature is that they can also be signed via certificate, both the host as well as the client keys. This approach comes with several advantages. Instead of maintaining an <filename>authorized_keys</filename> file per user as described in the previous section, the SSH server can be configured to trust all client keys signed by the same certificate (see also <xref linkend=\"sect.easy-rsa\" />) by using the <literal>TrustedUserCAKeys</literal> and <literal>HostCertificate</literal> directives in <filename>/etc/ssh/sshd_config</filename>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8563030671153903200,
            "content_hash": 8563030671153903200,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 224,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 83,
            "source_unit": "https://hosted.weblate.org/api/units/82728096/?format=api",
            "priority": 100,
            "id": 82728956,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=f6d5ff06cae73660",
            "url": "https://hosted.weblate.org/api/units/82728956/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.876100+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "\nTrustedUserCAKeys /etc/ssh/ssh_users_ca.pub\n\nHostKey /etc/ssh/ssh_host_ecdsa_key\nHostCertificate /etc/ssh/ssh_host_ecdsa_key-cert.pub"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6272552152424906161,
            "content_hash": 6272552152424906161,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 225,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/82728098/?format=api",
            "priority": 100,
            "id": 82728957,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=d70c94f30065fdb1",
            "url": "https://hosted.weblate.org/api/units/82728957/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.880604+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "Vice-versa the clients can also be configured to trust the host key signed by the same authority, making it easier to maintain the <filename>known_hosts</filename> file (even system wide via <filename>/etc/ssh/known_hosts</filename>)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8013332964546950740,
            "content_hash": 8013332964546950740,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 226,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://hosted.weblate.org/api/units/82728100/?format=api",
            "priority": 100,
            "id": 82728958,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=ef3513dff2bfb654",
            "url": "https://hosted.weblate.org/api/units/82728958/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.884183+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "@cert-authority *.falcot.com ssh-rsa AAAA[..]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7015841030994033549,
            "content_hash": -7015841030994033549,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 227,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/82728102/?format=api",
            "priority": 100,
            "id": 82728959,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=1ea2b9c0fafd8473",
            "url": "https://hosted.weblate.org/api/units/82728959/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.887751+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "Both, public key and certificate authentication, can be used alongside each other."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6260788052320034281,
            "content_hash": -6260788052320034281,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 228,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://hosted.weblate.org/api/units/82728104/?format=api",
            "priority": 100,
            "id": 82728960,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=291d366fff746217",
            "url": "https://hosted.weblate.org/api/units/82728960/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.891269+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary><literal>X11Forwarding</literal></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3903334731898703561,
            "content_hash": 3903334731898703561,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 230,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728106/?format=api",
            "priority": 100,
            "id": 82728961,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=b62b6e4206444ec9",
            "url": "https://hosted.weblate.org/api/units/82728961/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.896949+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary><literal>remote graphical applications</literal></secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3659329198483316903,
            "content_hash": 3659329198483316903,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 231,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/82728108/?format=api",
            "priority": 100,
            "id": 82728962,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=b2c88c849fd020a7",
            "url": "https://hosted.weblate.org/api/units/82728962/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.900333+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>remote graphical application</primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1139070924524496212,
            "content_hash": -1139070924524496212,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 232,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/82728110/?format=api",
            "priority": 100,
            "id": 82728963,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=7031350779bddaac",
            "url": "https://hosted.weblate.org/api/units/82728963/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.903967+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>application, remote graphical application</primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5813535068673226921,
            "content_hash": 5813535068673226921,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 233,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/82728112/?format=api",
            "priority": 100,
            "id": 82728964,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=d0add357f18b38a9",
            "url": "https://hosted.weblate.org/api/units/82728964/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.909482+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<emphasis>GOING FURTHER</emphasis> Magic cookies in .Xauthority"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 260963645029355743,
            "content_hash": 260963645029355743,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 235,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/82728114/?format=api",
            "priority": 100,
            "id": 82728965,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=839f210d714410df",
            "url": "https://hosted.weblate.org/api/units/82728965/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.918861+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><filename>.Xauthority</filename></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2803974418892396282,
            "content_hash": -2803974418892396282,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 236,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728116/?format=api",
            "priority": 100,
            "id": 82728966,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=5916481f42a2e906",
            "url": "https://hosted.weblate.org/api/units/82728966/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.924017+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><command>xauth</command></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1125711490892870332,
            "content_hash": 1125711490892870332,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 237,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728118/?format=api",
            "priority": 100,
            "id": 82728967,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=8f9f54a2fe3eb2bc",
            "url": "https://hosted.weblate.org/api/units/82728967/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.928572+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>magic cookie</primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3103198183604503852,
            "content_hash": 3103198183604503852,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 238,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728120/?format=api",
            "priority": 100,
            "id": 82728968,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=ab10c64e7962452c",
            "url": "https://hosted.weblate.org/api/units/82728968/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.933846+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "When a user connects via SSH and starts a remote X11 session, a so-called <emphasis>magic cookie</emphasis> is created and stored in the <filename>.Xauthority</filename> file in the user's home directory that initiated the connection. This cookie is used by <command>xauth</command> to authenticate the user during the X session. If the user impersonates another user on the system, e.g. using <command>su</command> or <command>sudo</command>, then the cookie is not copied automatically to the target user and the X server will refuse to start graphical applications under the target user's context. You will have to copy the magic cookie into the target user's home directory (by exporting and re-importing the cookie via <command>xauth</command>) to allow another user to start graphical programs as well during the X session."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7832501653900741980,
            "content_hash": -7832501653900741980,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 239,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 123,
            "source_unit": "https://hosted.weblate.org/api/units/82728122/?format=api",
            "priority": 100,
            "id": 82728969,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=134d5d3e809632a4",
            "url": "https://hosted.weblate.org/api/units/82728969/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.939128+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>port forwarding</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4840953492054182832,
            "content_hash": 4840953492054182832,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 242,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728124/?format=api",
            "priority": 100,
            "id": 82728970,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=c32e858d74138bb0",
            "url": "https://hosted.weblate.org/api/units/82728970/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.950807+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>tunnel</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1823674442947235567,
            "content_hash": 1823674442947235567,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 243,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728126/?format=api",
            "priority": 100,
            "id": 82728971,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=994efe3e5dd40eef",
            "url": "https://hosted.weblate.org/api/units/82728971/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.954872+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>tunnel</primary><secondary>SSH</secondary><seealso>VPN</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1494021366687521882,
            "content_hash": -1494021366687521882,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 246,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728128/?format=api",
            "priority": 100,
            "id": 82728972,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=6b442b7b8fbf23a6",
            "url": "https://hosted.weblate.org/api/units/82728972/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.963549+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>tunnel</secondary><seealso>VPN</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8877182346297090152,
            "content_hash": -8877182346297090152,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 247,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728130/?format=api",
            "priority": 100,
            "id": 82728973,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=04cde9b07a97df98",
            "url": "https://hosted.weblate.org/api/units/82728973/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:49.966879+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>Virtual Network Computing</primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -651055976707340541,
            "content_hash": -651055976707340541,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 258,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/82728132/?format=api",
            "priority": 100,
            "id": 82728974,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=76f6fc09e376c703",
            "url": "https://hosted.weblate.org/api/units/82728974/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.002300+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>VNC</primary><secondary>server</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6097937706637185167,
            "content_hash": 6097937706637185167,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 263,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728134/?format=api",
            "priority": 100,
            "id": 82728975,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=d4a03a093291d08f",
            "url": "https://hosted.weblate.org/api/units/82728975/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.020345+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>server</primary><secondary>VNC</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2779352330680127985,
            "content_hash": 2779352330680127985,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 264,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728136/?format=api",
            "priority": 100,
            "id": 82728976,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=a6923e3817d7d1f1",
            "url": "https://hosted.weblate.org/api/units/82728976/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.025599+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">vino</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5733120744312402831,
            "content_hash": 5733120744312402831,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 265,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728138/?format=api",
            "priority": 100,
            "id": 82728977,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=cf9022f10b29f38f",
            "url": "https://hosted.weblate.org/api/units/82728977/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.030949+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">krfb</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3850986750844080980,
            "content_hash": 3850986750844080980,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 266,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728140/?format=api",
            "priority": 100,
            "id": 82728978,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=b571740be6cc1354",
            "url": "https://hosted.weblate.org/api/units/82728978/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.035480+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">x11vnc</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -663273352618451377,
            "content_hash": -663273352618451377,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 267,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728142/?format=api",
            "priority": 100,
            "id": 82728979,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=76cb94666431de4f",
            "url": "https://hosted.weblate.org/api/units/82728979/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.040005+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">tightvncserver</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4674032493072517545,
            "content_hash": -4674032493072517545,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 268,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728144/?format=api",
            "priority": 100,
            "id": 82728980,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=3f2280362dc77657",
            "url": "https://hosted.weblate.org/api/units/82728980/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.044698+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">tigervnc-standalone-server</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3892582274545475238,
            "content_hash": -3892582274545475238,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 269,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728146/?format=api",
            "priority": 100,
            "id": 82728981,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=49fac50b8abc215a",
            "url": "https://hosted.weblate.org/api/units/82728981/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.048510+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "First, the user must authorize sharing their session. The GNOME graphical desktop environment includes that option via <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Sharing</guimenuitem> </menuchoice> (contrary to previous versions of Debian, where the user had to install and run <command>vino</command>). For this to work <emphasis role=\"pkg\">network-manager</emphasis> must be managing the network used (e.g. enable the <literal>managed</literal> mode for devices handled by <emphasis role=\"pkg\">ifupdown</emphasis> in <filename>/etc/NetworkManager/NetworkManager.conf</filename>). KDE Plasma still requires using <command>krfb</command> to allow sharing an existing session over VNC. For other graphical desktop environments, the <command>x11vnc</command> or <command>tightvncserver</command> commands (from the Debian packages of the same name) or <command>tigervncserver</command> (<emphasis role=\"pkg\">tigervnc-standalone-server</emphasis>) serve the same purpose and provide the <emphasis role=\"pkg\">vnc-server</emphasis> virtual package; you can make either of them available to the user with an explicit menu or desktop entry."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2020844243756081607,
            "content_hash": 2020844243756081607,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 270,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 125,
            "source_unit": "https://hosted.weblate.org/api/units/82728148/?format=api",
            "priority": 100,
            "id": 82728982,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=9c0b7b21ff7961c7",
            "url": "https://hosted.weblate.org/api/units/82728982/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.052042+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>VNC</primary><secondary>client</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3539613614731541761,
            "content_hash": -3539613614731541761,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 271,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728150/?format=api",
            "priority": 100,
            "id": 82728983,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=4ee0c42bcbca42ff",
            "url": "https://hosted.weblate.org/api/units/82728983/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.056291+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">vinagre</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3767069663478790185,
            "content_hash": -3767069663478790185,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 272,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728152/?format=api",
            "priority": 100,
            "id": 82728984,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=4bb8ae19903247d7",
            "url": "https://hosted.weblate.org/api/units/82728984/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.059731+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">krdc</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4823196646350049643,
            "content_hash": -4823196646350049643,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 273,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728154/?format=api",
            "priority": 100,
            "id": 82728985,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=3d1090345c732e95",
            "url": "https://hosted.weblate.org/api/units/82728985/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.062910+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">xtightvncviewer</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5672210214788115194,
            "content_hash": -5672210214788115194,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 274,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728156/?format=api",
            "priority": 100,
            "id": 82728986,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=314842dcc0365506",
            "url": "https://hosted.weblate.org/api/units/82728986/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.065934+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><emphasis role=\"pkg\">tigervnc-viewer</emphasis></primary><seealso>VNC</seealso>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6792590356883844940,
            "content_hash": -6792590356883844940,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 275,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/82728158/?format=api",
            "priority": 100,
            "id": 82728987,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=21bbdf0f2131d0b4",
            "url": "https://hosted.weblate.org/api/units/82728987/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.069122+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "When the graphical session is made available by VNC, the administrator must connect to it with a VNC client. GNOME has <command>vinagre</command> and <command>remmina</command> for that, while the KDE project provides <command>krdc</command> (in the menu at <menuchoice> <guimenu>K</guimenu> <guisubmenu>Internet</guisubmenu> <guimenuitem>Remote Desktop Client</guimenuitem></menuchoice>). There are other VNC clients that use the command line, such as <command>xtightvncviewer</command> from the homonym package or <command>xtigervncviewer</command> from the <emphasis role=\"pkg\">tigervnc-viewer</emphasis> Debian package. Once connected, the administrator can see what is going on, work on the machine remotely, and show the user how to proceed."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6707465091072246782,
            "content_hash": -6707465091072246782,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 276,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 89,
            "source_unit": "https://hosted.weblate.org/api/units/82728160/?format=api",
            "priority": 100,
            "id": 82728988,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=22ea4c098f4e3c02",
            "url": "https://hosted.weblate.org/api/units/82728988/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.072185+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>tunnel</primary><secondary>VNC</secondary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5162713344864012519,
            "content_hash": 5162713344864012519,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 278,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728162/?format=api",
            "priority": 100,
            "id": 82728989,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=c7a5a46f15c9c8e7",
            "url": "https://hosted.weblate.org/api/units/82728989/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.078308+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary>SSH</primary><secondary>tunnel</secondary><tertiary>VNC</tertiary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1530714804286320320,
            "content_hash": -1530714804286320320,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 279,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728164/?format=api",
            "priority": 100,
            "id": 82728990,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=6ac1cefede151140",
            "url": "https://hosted.weblate.org/api/units/82728990/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.082332+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/09_unix-services/cs/?format=api",
            "source": [
                "<primary><command>vncviewer</command></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7009937955994489912,
            "content_hash": -7009937955994489912,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 280,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/82728166/?format=api",
            "priority": 100,
            "id": 82728991,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/09_unix-services/cs/?checksum=1eb7b291bb6babc8",
            "url": "https://hosted.weblate.org/api/units/82728991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-07T09:54:50.086225+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        }
    ]
}