Translation components API.

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

GET /api/translations/debian-handbook/05_packaging-system/hr/units/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 392,
    "next": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/units/?format=api&page=5",
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/units/?format=api&page=3",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Since <command>dpkg</command> is the program for handling Debian packages, it also provides the reference implementation of the logic of comparing version numbers. This is why it has a <literal>--compare-versions</literal> option, usable by external programs (especially configuration scripts executed by <command>dpkg</command> itself). This option requires three parameters: a version number, a comparison operator, and a second version number. The different possible operators are <literal>lt</literal> (strictly less than), <literal>le</literal> (less than or equal to), <literal>eq</literal> (equal), <literal>ne</literal> (not equal), <literal>ge</literal> (greater than or equal to), and <literal>gt</literal> (strictly greater than). If the comparison is correct, <command>dpkg</command> returns 0 (success); if not, it gives a non-zero return value (indicating failure)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -9125621677708203146,
            "content_hash": -9125621677708203146,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 347,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 107,
            "source_unit": "https://hosted.weblate.org/api/units/14749968/?format=api",
            "priority": 100,
            "id": 1140247,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=015b476f09992b76",
            "url": "https://hosted.weblate.org/api/units/1140247/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:08+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Note the unexpected failure of the last comparison: for <command>dpkg</command>, <literal>pre</literal>, usually denoting a pre-release, has no particular meaning, and this program compares the alphabetic characters in the same way as the numbers (a &lt; b &lt; c ...), in alphabetical order. This is why it considers “<literal>0pre3</literal>” to be greater than “<literal>0</literal>”. When we want a package's version number to indicate that it is a pre-release, we use the tilde character, “<literal>~</literal>”:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3763691157307480672,
            "content_hash": 3763691157307480672,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 349,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 73,
            "source_unit": "https://hosted.weblate.org/api/units/14749969/?format=api",
            "priority": 100,
            "id": 1140249,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b43b512aab975a60",
            "url": "https://hosted.weblate.org/api/units/1140249/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:08+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command>'s Log File"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2909204337077227401,
            "content_hash": -2909204337077227401,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 353,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/14749970/?format=api",
            "priority": 100,
            "id": 1140251,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=57a06e11ad7c7077",
            "url": "https://hosted.weblate.org/api/units/1140251/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:08+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command> keeps a log of all of its actions in <filename>/var/log/dpkg.log</filename>. This log is extremely verbose, since it details every one of the stages through which packages handled by <command>dpkg</command> go. In addition to offering a way to track dpkg's behavior, it helps, above all, to keep a history of the development of the system: one can find the exact moment when each package has been installed or updated, and this information can be extremely useful in understanding a recent change in behavior. Additionally, all versions being recorded, it is easy to cross-check the information with the <filename>changelog.Debian.gz</filename> for packages in question, or even with online bug reports."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -562092754075992450,
            "content_hash": -562092754075992450,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 356,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 108,
            "source_unit": "https://hosted.weblate.org/api/units/14749971/?format=api",
            "priority": 100,
            "id": 1140252,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=78330b9e467abe7e",
            "url": "https://hosted.weblate.org/api/units/1140252/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Multi-Arch Support"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5206450239213029894,
            "content_hash": 5206450239213029894,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 357,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14749972/?format=api",
            "priority": 100,
            "id": 1140253,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=c84106e8590a4a06",
            "url": "https://hosted.weblate.org/api/units/1140253/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<primary>Multi-Arch</primary>"
            ],
            "previous_source": "",
            "target": [
                "<primary>Multi-Arch</primary>"
            ],
            "id_hash": 6454142888231667849,
            "content_hash": 6454142888231667849,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 358,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14749973/?format=api",
            "priority": 100,
            "id": 1140254,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=d991b8c2e6a98889",
            "url": "https://hosted.weblate.org/api/units/1140254/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<primary>architecture</primary><secondary>multi-arch support</secondary>"
            ],
            "previous_source": "",
            "target": [
                "<primary>arhitektura</primary><secondary>multi-arch podrška</secondary>"
            ],
            "id_hash": -8825872237047138058,
            "content_hash": -8825872237047138058,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 359,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14749974/?format=api",
            "priority": 100,
            "id": 1140255,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=058433f63dd2b8f6",
            "url": "https://hosted.weblate.org/api/units/1140255/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "All Debian packages have an <literal>Architecture</literal> field in their control information. This field can contain either “<literal>all</literal>” (for packages that are architecture independent) or the name of the architecture that it targets (like “amd64”, “armhf”, …). In the latter case, by default, <command>dpkg</command> will only accept to install the package if its architecture matches the host's architecture as returned by <command>dpkg --print-architecture</command>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8954682292776411519,
            "content_hash": 8954682292776411519,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 363,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://hosted.weblate.org/api/units/14749975/?format=api",
            "priority": 100,
            "id": 1140256,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=fc456c19f16b217f",
            "url": "https://hosted.weblate.org/api/units/1140256/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "This restriction ensures that users do not end up with binaries compiled for an incorrect architecture. Everything would be perfect except that (some) computers can run binaries for multiple architectures, either natively (an “amd64“ system can run “i386” binaries) or through emulators."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2857089108407597944,
            "content_hash": 2857089108407597944,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 364,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://hosted.weblate.org/api/units/14749976/?format=api",
            "priority": 100,
            "id": 1140257,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=a7a66b681645bb78",
            "url": "https://hosted.weblate.org/api/units/1140257/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Enabling Multi-Arch"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7353708421530058348,
            "content_hash": -7353708421530058348,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 365,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14749977/?format=api",
            "priority": 100,
            "id": 1140258,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=19f26126f8e70194",
            "url": "https://hosted.weblate.org/api/units/1140258/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:09+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<emphasis>NOTE</emphasis> APT's multi-arch support"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4995329616574945177,
            "content_hash": 4995329616574945177,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 368,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14749978/?format=api",
            "priority": 100,
            "id": 1140261,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=c552f9d1e3f01799",
            "url": "https://hosted.weblate.org/api/units/1140261/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:10+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<emphasis>IN PRACTICE</emphasis> Using proprietary i386 binaries on amd64"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6543488702911210877,
            "content_hash": -6543488702911210877,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 372,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://hosted.weblate.org/api/units/14749980/?format=api",
            "priority": 100,
            "id": 1140264,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=2530dbb18f321a83",
            "url": "https://hosted.weblate.org/api/units/1140264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:10+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Multi-Arch Related Changes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3262952036504839230,
            "content_hash": 3262952036504839230,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 374,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://hosted.weblate.org/api/units/14749982/?format=api",
            "priority": 100,
            "id": 1140268,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=ad485596df02243e",
            "url": "https://hosted.weblate.org/api/units/1140268/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:11+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "It is worth noting that <literal>Multi-Arch: same</literal> packages must have their names qualified with their architecture to be unambiguously identifiable. They also have the possibility to share files with other instances of the same package; <command>dpkg</command> ensures that all packages have bit-for-bit identical files when they are shared. Last but not least, all instances of a package must have the same version. They must thus be upgraded together."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6251018717287805372,
            "content_hash": 6251018717287805372,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 377,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 68,
            "source_unit": "https://hosted.weblate.org/api/units/14749983/?format=api",
            "priority": 100,
            "id": 1140271,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=d6c014677041f1bc",
            "url": "https://hosted.weblate.org/api/units/1140271/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:11+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Multi-Arch support also brings some interesting challenges in the way dependencies are handled. Satisfying a dependency requires either a package marked “<literal>Multi-Arch: foreign</literal>” or a package whose architecture matches the one of the package declaring the dependency (in this dependency resolution process, architecture-independent packages are assumed to be of the same architecture than the host). A dependency can also be weakened to allow any architecture to fulfill it, with the <literal><replaceable>package</replaceable>:any</literal> syntax, but foreign packages can only satisfy such a dependency if they are marked “<literal>Multi-Arch: allowed</literal>”."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4816351693034436323,
            "content_hash": -4816351693034436323,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 378,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 87,
            "source_unit": "https://hosted.weblate.org/api/units/14749984/?format=api",
            "priority": 100,
            "id": 1140272,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=3d28e1a73f54c91d",
            "url": "https://hosted.weblate.org/api/units/1140272/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:11+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Coexistence with Other Packaging Systems"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6379984019306605603,
            "content_hash": 6379984019306605603,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 379,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://hosted.weblate.org/api/units/14749985/?format=api",
            "priority": 100,
            "id": 1140273,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=d88a41a9b7706c23",
            "url": "https://hosted.weblate.org/api/units/1140273/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:11+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<primary><command>alien</command></primary>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7378174729817566057,
            "content_hash": -7378174729817566057,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 383,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/14749988/?format=api",
            "priority": 100,
            "id": 1140276,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=199b752caa75d497",
            "url": "https://hosted.weblate.org/api/units/1140276/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:12+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Debian packages are not the only software packages used in the free software world. The main competitor is the RPM format of the Red Hat Linux distribution and its many derivatives. Red Hat is a very popular, commercial distribution. It is thus common for software provided by third parties to be offered as RPM packages rather than Debian."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2943894734435790172,
            "content_hash": 2943894734435790172,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 384,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 58,
            "source_unit": "https://hosted.weblate.org/api/units/14749989/?format=api",
            "priority": 100,
            "id": 1140277,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=a8dad0a9de302d5c",
            "url": "https://hosted.weblate.org/api/units/1140277/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:12+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "In this case, you should know that the program <command>rpm</command>, which handles RPM packages, is available as a Debian package, so it is possible to use this package format on Debian. Care should be taken, however, to limit these manipulations to extract the information from a package or to verify its integrity. It is, in truth, unreasonable to use <command>rpm</command> to install an RPM on a Debian system; RPM uses its own database, separate from those of native software (such as <command>dpkg</command>). This is why it is not possible to ensure a stable coexistence of two packaging systems."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8093038831834890061,
            "content_hash": -8093038831834890061,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 385,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 98,
            "source_unit": "https://hosted.weblate.org/api/units/14749990/?format=api",
            "priority": 100,
            "id": 1140278,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=0fafc00fab0a00b3",
            "url": "https://hosted.weblate.org/api/units/1140278/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:12+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "On the other hand, the <emphasis role=\"pkg\">alien</emphasis> utility can convert RPM packages into Debian packages, and vice versa."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3882864130356694557,
            "content_hash": 3882864130356694557,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 386,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://hosted.weblate.org/api/units/14749991/?format=api",
            "priority": 100,
            "id": 1140279,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b5e2b45ab1044e1d",
            "url": "https://hosted.weblate.org/api/units/1140279/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:12+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<emphasis>COMMUNITY</emphasis> Encouraging the adoption of <filename>.deb</filename>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4948569163206746574,
            "content_hash": 4948569163206746574,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 387,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/14749992/?format=api",
            "priority": 100,
            "id": 1140280,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=c4acd96f6f63e1ce",
            "url": "https://hosted.weblate.org/api/units/1140280/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:12+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "You will find that this process is extremely simple. You must know, however, that the package generated does not have any dependency information, since the dependencies in the two packaging formats don't have systematic correspondence. The administrator must thus manually ensure that the converted package will function correctly, and this is why Debian packages thus generated should be avoided as much as possible. Fortunately, Debian has the largest collection of software packages of all distributions, and it is likely that whatever you seek is already in there."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2861231149391994160,
            "content_hash": 2861231149391994160,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 390,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 87,
            "source_unit": "https://hosted.weblate.org/api/units/14749993/?format=api",
            "priority": 100,
            "id": 1140283,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=a7b5229227cadd30",
            "url": "https://hosted.weblate.org/api/units/1140283/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:13+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Looking at the man page for the <command>alien</command> command, you will also note that this program handles other packaging formats, especially the one used by the Slackware distribution (it is made of a simple <filename>tar.gz</filename> archive)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2403978544799009419,
            "content_hash": 2403978544799009419,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 391,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://hosted.weblate.org/api/units/14749994/?format=api",
            "priority": 100,
            "id": 1140284,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=a15ca5bfea67ca8b",
            "url": "https://hosted.weblate.org/api/units/1140284/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:13+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "The stability of the software deployed using the <command>dpkg</command> tool contributes to Debian's fame. The APT suite of tools, described in the following chapter, preserves this advantage, while relieving the administrator from managing the status of packages, a necessary but difficult task."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3340162805498621888,
            "content_hash": 3340162805498621888,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 392,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://hosted.weblate.org/api/units/14749995/?format=api",
            "priority": 100,
            "id": 1140285,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=ae5aa45fe9b7afc0",
            "url": "https://hosted.weblate.org/api/units/1140285/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2014-10-08T16:05:13+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "\n<computeroutput>Unpacking libgdm (from .../libgdm_3.8.3-2_amd64.deb) ...\ndpkg: error processing /var/cache/apt/archives/libgdm_3.8.3-2_amd64.deb (--unpack):\n trying to overwrite '/usr/bin/gdmflexiserver', which is also in package gdm3 3.4.1-9</computeroutput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7258664846701729372,
            "content_hash": 7258664846701729372,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 299,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://hosted.weblate.org/api/units/14767372/?format=api",
            "priority": 100,
            "id": 2365310,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=e4bbf5385345965c",
            "url": "https://hosted.weblate.org/api/units/2365310/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-28T11:27:35+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "\n<computeroutput>$ </computeroutput><userinput>dpkg --compare-versions 1.2-3 gt 1.1-4</userinput>\n<computeroutput>$ </computeroutput><userinput>echo $?</userinput>\n<computeroutput>0\n$ </computeroutput><userinput>dpkg --compare-versions 1.2-3 lt 1.1-4</userinput>\n<computeroutput>$ </computeroutput><userinput>echo $?</userinput>\n<computeroutput>1\n$ </computeroutput><userinput>dpkg --compare-versions 2.6.0pre3-1 lt 2.6.0-1</userinput>\n<computeroutput>$ </computeroutput><userinput>echo $?</userinput>\n<computeroutput>1</computeroutput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3916049311175407141,
            "content_hash": 3916049311175407141,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 348,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 30,
            "source_unit": "https://hosted.weblate.org/api/units/14767373/?format=api",
            "priority": 100,
            "id": 2365313,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b6589a19b385f625",
            "url": "https://hosted.weblate.org/api/units/2365313/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-28T11:27:35+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "\n<computeroutput>$ </computeroutput><userinput>dpkg --compare-versions 2.6.0~pre3-1 lt 2.6.0-1</userinput>\n<computeroutput>$ </computeroutput><userinput>echo $?</userinput>\n<computeroutput>0</computeroutput>"
            ],
            "previous_source": "",
            "target": [
                "\n<computeroutput># </computeroutput><userinput>ar x dpkg_1.16.10_amd64.deb</userinput>\n<computeroutput># </computeroutput><userinput>tar -C / -p -xzf data.tar.gz</userinput>"
            ],
            "id_hash": 3338552888151613578,
            "content_hash": 3338552888151613578,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 352,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/14767374/?format=api",
            "priority": 100,
            "id": 2365314,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=ae54ec29d221a08a",
            "url": "https://hosted.weblate.org/api/units/2365314/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-28T11:27:35+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Let us discuss the first case in greater detail with an example: all mail servers, such as <emphasis role=\"pkg\">postfix</emphasis> or <emphasis role=\"pkg\">sendmail</emphasis> are said to “provide” the <emphasis role=\"pkg\">mail-transport-agent</emphasis> virtual package. Thus, any package that needs this service to be functional (e.g. a mailing list manager, such as <emphasis role=\"pkg\">smartlist</emphasis> or <emphasis role=\"pkg\">sympa</emphasis>) simply states in its dependencies that it requires a <emphasis role=\"pkg\">mail-transport-agent</emphasis> instead of specifying a large yet incomplete list of possible solutions (e.g. <command>postfix | sendmail | exim4 | …</command>). Furthermore, it is useless to install two mail servers on the same machine, which is why each of these packages declares a conflict with the <emphasis role=\"pkg\">mail-transport-agent</emphasis> virtual package. A conflict between a package and itself is ignored by the system, but this technique will prohibit the installation of two mail servers side by side."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9099216060934170434,
            "content_hash": 9099216060934170434,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 126,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 138,
            "source_unit": "https://hosted.weblate.org/api/units/14767799/?format=api",
            "priority": 100,
            "id": 2374475,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=fe46e8cc3682a742",
            "url": "https://hosted.weblate.org/api/units/2374475/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-31T09:41:00+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Past Limitations"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6480221856216236955,
            "content_hash": -6480221856216236955,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 140,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/14767801/?format=api",
            "priority": 100,
            "id": 2374477,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=2611a08e32823c65",
            "url": "https://hosted.weblate.org/api/units/2374477/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-31T09:41:00+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Given the definitive nature of such data removals, a purge should not be taken lightly."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5549234449962343001,
            "content_hash": 5549234449962343001,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 196,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://hosted.weblate.org/api/units/14767803/?format=api",
            "priority": 100,
            "id": 2374481,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=cd02d754c55d9a59",
            "url": "https://hosted.weblate.org/api/units/2374481/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-31T09:41:01+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "If you have a source package, you can use the <command>dpkg-source</command> command (from the <emphasis role=\"pkg\">dpkg-dev</emphasis> package) to decompress it:"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7653115282195173761,
            "content_hash": -7653115282195173761,
            "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": 20,
            "source_unit": "https://hosted.weblate.org/api/units/14767805/?format=api",
            "priority": 100,
            "id": 2374484,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=15caac32e3a4ae7f",
            "url": "https://hosted.weblate.org/api/units/2374484/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-31T09:41:01+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Removal and purge of the <emphasis role=\"pkg\">debian-cd</emphasis> package"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3447616005814180654,
            "content_hash": 3447616005814180654,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 312,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://hosted.weblate.org/api/units/14767809/?format=api",
            "priority": 100,
            "id": 2374488,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=afd8647db4815b2e",
            "url": "https://hosted.weblate.org/api/units/2374488/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-08-31T09:41:01+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "The <literal>Enhances</literal> field also describes a suggestion, but in a different context. It is indeed located in the suggested package, and not in the package that benefits from the suggestion. Its interest lies in that it is possible to add a suggestion without having to modify the package that is concerned. Thus, all add-ons, plug-ins, and other extensions of a program can then appear in the list of suggestions related to the software. Although it has existed for several years, this last field is still largely ignored by programs such as <command>apt</command> or <command>synaptic</command>. Its purpose is for a suggestion made by the <literal>Enhances</literal> field to appear to the user in addition to the traditional suggestions — found in the <literal>Suggests</literal> field."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3769511219652963016,
            "content_hash": 3769511219652963016,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 95,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 122,
            "source_unit": "https://hosted.weblate.org/api/units/14769730/?format=api",
            "priority": 100,
            "id": 2508265,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b44ffe7b8843aac8",
            "url": "https://hosted.weblate.org/api/units/2508265/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:55+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command> will refuse to install a package if it triggers a conflict with an already installed package, except if the new package specifies that it will “replace” the installed package, in which case <command>dpkg</command> will choose to replace the old package with the new one. <command>apt</command> always follows your instructions: if you choose to install a new package, it will automatically offer to uninstall the package that poses a problem."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3956703202057835644,
            "content_hash": 3956703202057835644,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 108,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 70,
            "source_unit": "https://hosted.weblate.org/api/units/14769731/?format=api",
            "priority": 100,
            "id": 2508268,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b6e90899484ed47c",
            "url": "https://hosted.weblate.org/api/units/2508268/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:55+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command> will refuse to install a package that breaks an already installed package, and <command>apt</command> will try to resolve the problem by updating the package that would be broken to a newer version (which is assumed to be fixed and, thus, compatible again)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1737307676505615408,
            "content_hash": 1737307676505615408,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 114,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://hosted.weblate.org/api/units/14769732/?format=api",
            "priority": 100,
            "id": 2508270,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=981c28208bad2c30",
            "url": "https://hosted.weblate.org/api/units/2508270/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:55+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<emphasis>NOTE</emphasis> <command>dpkg</command> or <command>apt</command>?"
            ],
            "previous_source": "<emphasis>TOOLS</emphasis> <command>dpkg</command>, <command>APT</command> and <command>ar</command>",
            "target": [
                "<emphasis>ALATI</emphasis> <command>dpkg</command>, <command>APT</command> i <command>ar</command>"
            ],
            "id_hash": -2465642879462122866,
            "content_hash": -2465642879462122866,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 284,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/14769740/?format=api",
            "priority": 100,
            "id": 2508297,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=5dc846dd5ab05a8e",
            "url": "https://hosted.weblate.org/api/units/2508297/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:56+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command> should be seen as a system tool (backend), and <command>apt</command> as a tool closer to the user, which overcomes the limitations of the former. These tools work together, each one with its particularities, suited to specific tasks."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2133169502248398302,
            "content_hash": 2133169502248398302,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 285,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://hosted.weblate.org/api/units/14769741/?format=api",
            "priority": 100,
            "id": 2508299,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=9d9a8a5c3b366dde",
            "url": "https://hosted.weblate.org/api/units/2508299/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:56+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "A courageous administrator who is certain of the correctness of their analysis may choose to ignore a dependency or conflict and use the corresponding <literal>--force-*</literal> option. In this case, if they want to be able to continue to use <command>apt</command> or <command>aptitude</command>, they must edit <filename>/var/lib/dpkg/status</filename> to delete/modify the dependency, or conflict, that they chose to override."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3609190468282558952,
            "content_hash": 3609190468282558952,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 306,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 57,
            "source_unit": "https://hosted.weblate.org/api/units/14769742/?format=api",
            "priority": 100,
            "id": 2508305,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=b2166b9bccb529e8",
            "url": "https://hosted.weblate.org/api/units/2508305/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:56+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command>'s multi-arch support allows users to define “foreign architectures” that can be installed on the current system. This is simply done with <command>dpkg --add-architecture</command> like in the example below. There is a corresponding <command>dpkg --remove-architecture</command> to drop support of a foreign architecture, but it can only be used when no packages of this architecture remain."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2535606162923501938,
            "content_hash": -2535606162923501938,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 366,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://hosted.weblate.org/api/units/14769743/?format=api",
            "priority": 100,
            "id": 2508309,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=5ccfb7a108a7468e",
            "url": "https://hosted.weblate.org/api/units/2508309/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:56+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Foreign packages can then be installed with <command>apt install <replaceable>package</replaceable>:<replaceable>architecture</replaceable></command>."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6417835885853298127,
            "content_hash": -6417835885853298127,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 371,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/14769744/?format=api",
            "priority": 100,
            "id": 2508312,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=26ef4443d4f5b231",
            "url": "https://hosted.weblate.org/api/units/2508312/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-09-18T21:07:56+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<computeroutput># </computeroutput><userinput>apt full-upgrade\n</userinput><computeroutput>[...]\nYou might want to run 'apt-get -f install' to correct these.\nThe following packages have unmet dependencies:\n  rdesktop: Depends: libc6 (&gt;= 2.5) but 2.3.6.ds1-13etch7 is installed\nE: Unmet dependencies. Try using -f.</computeroutput>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4348323551000058179,
            "content_hash": 4348323551000058179,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 305,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://hosted.weblate.org/api/units/14771160/?format=api",
            "priority": 100,
            "id": 2596991,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=bc58593b31d2d943",
            "url": "https://hosted.weblate.org/api/units/2596991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-10-19T15:14:55+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "deb"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8028261627527389525,
            "content_hash": 8028261627527389525,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/16842798/?format=api",
            "priority": 100,
            "id": 16844077,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=ef6a1d6a28ab6155",
            "url": "https://hosted.weblate.org/api/units/16844077/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.110644+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "This chapter describes the structure and contents of “binary” and “source” packages. The former are files directly usable by <command>dpkg</command>, while the latter contain the source code, as well as instructions for building binary packages."
            ],
            "previous_source": "This chapter describes the structure and contents of “binary” and “source” packages. The former are <filename>.deb</filename> files, directly usable by <command>dpkg</command>, while the latter contain the source code, as well as instructions for building binary packages.",
            "target": [
                "Ovo poglavlje opisuje strukturu i sadržaj \"binarnog\" i \"izvornog\" paketa. Binarne su <filename>.deb</filename> datoteke direktno primijenjive koristeći <command>dpkg</command>, dok izvorni dio sadrži izvorni kod, kao i instrukcije za kreiranje binarnog paketa."
            ],
            "id_hash": -8915325984636341252,
            "content_hash": -8915325984636341252,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 35,
            "source_unit": "https://hosted.weblate.org/api/units/16842800/?format=api",
            "priority": 100,
            "id": 16844078,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=044666409cf0f3fc",
            "url": "https://hosted.weblate.org/api/units/16844078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.164215+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<primary>package</primary><secondary>binary package</secondary><seealso><filename>.deb</filename></seealso>"
            ],
            "previous_source": "<primary>package</primary><secondary>binary package</secondary>",
            "target": [
                "<primary>paket</primary><secondary>binarni paket</secondary>"
            ],
            "id_hash": 6830507899363853005,
            "content_hash": 6830507899363853005,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/16842802/?format=api",
            "priority": 100,
            "id": 16844079,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=decad6beb11502cd",
            "url": "https://hosted.weblate.org/api/units/16844079/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.212084+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "The Debian package format is designed so that its content may be extracted on any Unix system that has the classic commands <command>ar</command>, <command>tar</command>, and <command>xz</command> or sometimes <command>gzip</command> or <command>bzip2</command>. This seemingly trivial property is important for portability and disaster recovery."
            ],
            "previous_source": "The Debian package format is designed so that its content may be extracted on any Unix system that has the classic commands <command>ar</command>, <command>tar</command>, and <command>gzip</command> (sometimes <command>xz</command> or <command>bzip2</command>). This seemingly trivial property is important for portability and disaster recovery.",
            "target": [
                "Format Debian paketa je dizajniran na način da njegov sadržaj može biti raspakiran na bilo kojoj Unix platformi koja podržava klasične naredbe kao <command>ar</command>, <command>tar</command>, te <command>gzip</command>( katkada <command>xz</command> ili <command>bzip2</command>). Ova naočigled trivijalna mogućnost je važna zbog skalabilnosti i te u slučaju povratka podataka."
            ],
            "id_hash": -4834606022552240107,
            "content_hash": -4834606022552240107,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://hosted.weblate.org/api/units/16842804/?format=api",
            "priority": 100,
            "id": 16844080,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=3ce8076ff4cf4015",
            "url": "https://hosted.weblate.org/api/units/16844080/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.260217+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "Imagine, for example, that you mistakenly deleted the <command>dpkg</command> program, and that you could thus no longer install Debian packages. <command>dpkg</command> being a Debian package itself, it would seem your system would be done for... Fortunately, you know the format of a package and can therefore <ulink url=\"https://www.debian.org/distrib/packages#search_packages\">download</ulink> the <filename>.deb</filename> file of the <emphasis role=\"pkg\">dpkg</emphasis> package and install it manually (see sidebar <xref linkend=\"sidebar.dpkg-apt-ar\" />). If by some misfortune one or more of the programs <command>ar</command>, <command>tar</command> or <command>gzip</command>/<command>xz</command>/<command>bzip2</command> have disappeared, you will only need to copy the missing program from another system (since each of these operates in a completely autonomous manner, without dependencies, a simple copy will suffice). If your system suffered some even more outrageous fortune, and even these don't work (maybe the deepest system libraries are missing?), you should try the static version of <command>busybox</command> (provided in the <emphasis role=\"pkg\">busybox-static</emphasis> package), which is even more self-contained, and provides subcommands such as <command>busybox ar</command>, <command>busybox tar</command> and <command>busybox xz</command>."
            ],
            "previous_source": "Imagine, for example, that you mistakenly deleted the <command>dpkg</command> program, and that you could thus no longer install Debian packages. <command>dpkg</command> being a Debian package itself, it would seem your system would be done for... Fortunately, you know the format of a package and can therefore download the <filename>.deb</filename> file of the <emphasis role=\"pkg\">dpkg</emphasis> package and install it manually (see the “TOOLS” sidebar). If by some misfortune one or more of the programs <command>ar</command>, <command>tar</command> or <command>gzip</command>/<command>xz</command>/<command>bzip2</command> have disappeared, you will only need to copy the missing program from another system (since each of these operates in a completely autonomous manner, without dependencies, a simple copy will suffice).",
            "target": [
                "Zamislite da ste npr. slučajno obrisali <command>dpkg</command> program,\" i da više ne možete instalirati Debian pakete. Kako je <command>dpkg</command> paket sam po sebi, izgleda da je vas sustav gotov... Srećom, znate koji je format paketa te možete preuzeti <filename>.deb</filename> datoteku sa naglaskom na <emphasis role=\"pkg\">dpkg</emphasis> paket te ga instalirati ručno (pogledaj ALATI bočnu traku). Ako pak slučajem neke nesreće jedan ili više od programa <command>ar</command>, <command>tar</command> ili <command>gzip</command>/<command>xz</command>/<command>bzip2</command> nedostaju, trebate ih samo kopirati iz nekog drugog sistema (kako je svaki od njih kompletno autonoman, bez međuovisnosti, jednostavno kopiranje je dostatno)."
            ],
            "id_hash": 3176175794714204880,
            "content_hash": 3176175794714204880,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 162,
            "source_unit": "https://hosted.weblate.org/api/units/16842806/?format=api",
            "priority": 100,
            "id": 16844081,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=ac140b0ea4225ad0",
            "url": "https://hosted.weblate.org/api/units/16844081/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.309857+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<emphasis>In case of a misfortune you better also have a backup of your system (see <xref linkend=\"sect.backup\" />).</emphasis>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8615812240738052165,
            "content_hash": 8615812240738052165,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://hosted.weblate.org/api/units/16842808/?format=api",
            "priority": 100,
            "id": 16844082,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=f79183959ca76845",
            "url": "https://hosted.weblate.org/api/units/16844082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.352489+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<command>dpkg</command> is the program that handles <filename>.deb</filename> files (binary packages), notably extracting, analyzing, and unpacking them."
            ],
            "previous_source": "<command>dpkg</command> is the program that handles <filename>.deb</filename> files, notably extracting, analyzing, and unpacking them.",
            "target": [
                "<command>dpkg</command> je naredba koja manipulira sa <filename>.deb</filename> datotekama, pogotovo njihovim raspakiravanjem, analiziranjem te ekstrakcijom."
            ],
            "id_hash": -9201822936450511498,
            "content_hash": -9201822936450511498,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://hosted.weblate.org/api/units/16842814/?format=api",
            "priority": 100,
            "id": 16844085,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=004c8ecaead34d76",
            "url": "https://hosted.weblate.org/api/units/16844085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.424801+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<acronym>APT</acronym> (the abbreviation of \"Advanced Packaging Tool\") is a group of programs that allows the execution of higher-level modifications to the system: installing or removing a package (while keeping dependencies satisfied), updating and upgrading the system, listing the available packages, etc."
            ],
            "previous_source": "<command>APT</command> is a group of programs that allows the execution of higher-level modifications to the system: installing or removing a package (while keeping dependencies satisfied), updating the system, listing the available packages, etc.",
            "target": [
                "<command>APT</command> je grupa programa koji onogućuju izvršavanje modifikacija sustava na višoj razini: instalanje ili uklanjanje paketa (pri tome zadovoljavajući sve međusobne poveznice), nadogradnja sustava, pregled ponuđenih paketa, itd."
            ],
            "id_hash": -7178677588521334744,
            "content_hash": -7178677588521334744,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 41,
            "source_unit": "https://hosted.weblate.org/api/units/16842816/?format=api",
            "priority": 100,
            "id": 16844086,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=1c6036c47b20c828",
            "url": "https://hosted.weblate.org/api/units/16844086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.451600+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/05_packaging-system/hr/?format=api",
            "source": [
                "<filename>debian-binary</filename>"
            ],
            "previous_source": "<primary><filename>debian.tar.gz</filename> file</primary>",
            "target": [
                "<primary><filename>debian.tar.gz</filename> datoteka</primary>"
            ],
            "id_hash": -6659236847174456700,
            "content_hash": -6659236847174456700,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 40,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/16842824/?format=api",
            "priority": 100,
            "id": 16844090,
            "web_url": "https://hosted.weblate.org/translate/debian-handbook/05_packaging-system/hr/?checksum=2395a35ea0f96a84",
            "url": "https://hosted.weblate.org/api/units/16844090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-05-17T18:48:33.649539+02:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        }
    ]
}