Translation components API.

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

GET /api/translations/packages-i18n/perl-master/da/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2874,
    "next": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/units/?format=api&page=3",
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/units/?format=api",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Generate fast XS accessors without runtime compilation"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1118076163214803441,
            "content_hash": 1118076163214803441,
            "location": "",
            "context": "",
            "note": "leap/perl-Class-XSAccessor/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 279,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12606608/?format=api",
            "priority": 100,
            "id": 7374878,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=8f843458bc4001f1",
            "url": "https://l10n.opensuse.org/api/units/7374878/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as 'has_foo()' for testing whether the attribute 'foo' exists in the object (which is different from \"is defined within the object\"). It only works with objects that are implemented as ordinary hashes. the Class::XSAccessor::Array manpage implements the same interface for objects that use arrays for their internal representation.\n\nSince version 0.10, the module can also generate simple constructors (implemented in XS). Simply supply the 'constructor => 'constructor_name'' option or the 'constructors => ['new', 'create', 'spawn']' option. These constructors do the equivalent of the following Perl code:\n\n  sub new {     my $class = shift;     return bless { @_ }, ref($class)||$class;   }\n\nThat means they can be called on objects and classes but will not clone objects entirely. Parameters to 'new()' are added to the object.\n\nThe XS accessor methods are between 3 and 4 times faster than typical pure-Perl accessors in some simple benchmarking. The lower factor applies to the potentially slightly obscure 'sub set_foo_pp {$_[0]->{foo} = $_[1]}', so if you usually write clear code, a factor of 3.5 speed-up is a good estimate. If in doubt, do your own benchmarking!\n\nThe method names may be fully qualified. The example in the synopsis could have been written as 'MyClass::get_foo' instead of 'get_foo'. This way, methods can be installed in classes other than the current class. See also: the 'class' option below.\n\nBy default, the setters return the new value that was set, and the accessors (mutators) do the same. This behaviour can be changed with the 'chained' option - see below. The predicates return a boolean.\n\nSince version 1.01, 'Class::XSAccessor' can generate extremely simple methods which just return true or false (and always do so). If that seems like a really superfluous thing to you, then consider a large class hierarchy with interfaces such as the PPI manpage. These methods are provided by the 'true' and 'false' options - see the synopsis.\n\n'defined_predicates' check whether a given object attribute is defined. 'predicates' is an alias for 'defined_predicates' for compatibility with older versions of 'Class::XSAccessor'. 'exists_predicates' checks whether the given attribute exists in the object using 'exists'."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1898230410238549760,
            "content_hash": -1898230410238549760,
            "location": "",
            "context": "",
            "note": "leap/perl-Class-XSAccessor/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 280,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 361,
            "source_unit": "https://l10n.opensuse.org/api/units/12606609/?format=api",
            "priority": 100,
            "id": 7374879,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=65a8217fc7e32100",
            "url": "https://l10n.opensuse.org/api/units/7374879/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "This module provides a 'clone()' method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.\n\n'clone()' takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, pass them in by reference, e.g.\n\n    my $copy = clone (\\@array);\n\n    \n\n    my %copy = %;"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3069545941008508349,
            "content_hash": 3069545941008508349,
            "location": "",
            "context": "",
            "note": "leap/perl-Clone/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 282,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 52,
            "source_unit": "https://l10n.opensuse.org/api/units/12606612/?format=api",
            "priority": 100,
            "id": 7374883,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=aa9937c52b8de5bd",
            "url": "https://l10n.opensuse.org/api/units/7374883/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Interface to Bzip2 compression library"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3088969316522686942,
            "content_hash": 3088969316522686942,
            "location": "",
            "context": "",
            "note": "leap/perl-Compress-Bzip2/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 292,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12606613/?format=api",
            "priority": 100,
            "id": 7374884,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=aade393a316a79de",
            "url": "https://l10n.opensuse.org/api/units/7374884/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Low-Level Interface to lzma compression library"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7136045810930183620,
            "content_hash": -7136045810930183620,
            "location": "",
            "context": "",
            "note": "leap/perl-Compress-Raw-Lzma/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 294,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12595588/?format=api",
            "priority": 100,
            "id": 7374886,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=1cf7ac24b297923c",
            "url": "https://l10n.opensuse.org/api/units/7374886/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-07-26T01:17:11.362063Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "'Compress::Raw::Lzma' provides an interface to the in-memory compression/uncompression functions from the lzma compression library.\n\nAlthough the primary purpose for the existence of 'Compress::Raw::Lzma' is for use by the 'IO::Compress::Lzma', 'IO::Uncompress::UnLzma', 'IO::Compress::Xz' and 'IO::Uncompress::UnXz' modules, it can be used on its own for simple compression/uncompression tasks.\n\nThere are two functions, called 'code' and 'flush', used in all the compression and uncompression interfaces defined in this module. By default both of these functions overwrites any data stored in its output buffer parameter. If you want to compress/uncompress to a single buffer, and have 'code' and 'flush' append to that buffer, enable the 'AppendOutput' option when you create the compression/decompression object."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -341079023521206087,
            "content_hash": -341079023521206087,
            "location": "",
            "context": "",
            "note": "leap/perl-Compress-Raw-Lzma/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 295,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 108,
            "source_unit": "https://l10n.opensuse.org/api/units/12595599/?format=api",
            "priority": 100,
            "id": 7374887,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=7b443e6f6aae70b9",
            "url": "https://l10n.opensuse.org/api/units/7374887/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-07-26T01:17:11.473145Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Generic Config Module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -260586131590147950,
            "content_hash": -260586131590147950,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-General/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 304,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12606615/?format=api",
            "priority": 100,
            "id": 7374888,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=7c62364b412d1092",
            "url": "https://l10n.opensuse.org/api/units/7374888/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "This module opens a config file and parses its contents for you. The *new* method requires one parameter which needs to be a filename. The method\n*getall* returns a hash which contains all options and its associated values of your config file.\n\nThe format of config files supported by *Config::General* is inspired by the well known Apache config format, in fact, this module is 100% compatible to Apache configs, but you can also just use simple name/value pairs in your config files.\n\nIn addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments or multiline options."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5805608656175047415,
            "content_hash": 5805608656175047415,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-General/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 305,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 104,
            "source_unit": "https://l10n.opensuse.org/api/units/12606616/?format=api",
            "priority": 100,
            "id": 7374889,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=d091aa50383f22f7",
            "url": "https://l10n.opensuse.org/api/units/7374889/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Simple configuration file class"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5460214810374279026,
            "content_hash": -5460214810374279026,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-Simple/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 320,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606617/?format=api",
            "priority": 100,
            "id": 7374890,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=34396b8f3650708e",
            "url": "https://l10n.opensuse.org/api/units/7374890/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it.\n\nConfig::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1770433850811778959,
            "content_hash": -1770433850811778959,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-Simple/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 321,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 55,
            "source_unit": "https://l10n.opensuse.org/api/units/12606618/?format=api",
            "priority": 100,
            "id": 7374891,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=676e27caf8097871",
            "url": "https://l10n.opensuse.org/api/units/7374891/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "ASN.1 Basic Encoding Rules"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6597972690339552788,
            "content_hash": 6597972690339552788,
            "location": "",
            "context": "",
            "note": "leap/perl-Convert-BER/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 333,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606619/?format=api",
            "priority": 100,
            "id": 7374892,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=db90b5344d6ade14",
            "url": "https://l10n.opensuse.org/api/units/7374892/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Convert::BER is a Perl object class implementation for encoding and decoding objects as described by ITU-T standard X.209 (ASN.1) using Basic Encoding Rules (BER).\n\nWARNING this module is no longer supported, See Convert::ASN1"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5969362296973677985,
            "content_hash": 5969362296973677985,
            "location": "",
            "context": "",
            "note": "leap/perl-Convert-BER/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 334,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://l10n.opensuse.org/api/units/12606620/?format=api",
            "priority": 100,
            "id": 7374893,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=d2d76f61ceb9d5a1",
            "url": "https://l10n.opensuse.org/api/units/7374893/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Perl interface to the uulib library"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5152515066045552964,
            "content_hash": 5152515066045552964,
            "location": "",
            "context": "",
            "note": "leap/perl-Convert-UUlib/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 339,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12606621/?format=api",
            "priority": 100,
            "id": 7374894,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=c7816927437e5944",
            "url": "https://l10n.opensuse.org/api/units/7374894/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "A Perl interface to the uulib library"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2957874721016912872,
            "content_hash": -2957874721016912872,
            "location": "",
            "context": "",
            "note": "leap/perl-Convert-UUlib/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 340,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12606622/?format=api",
            "priority": 100,
            "id": 7374895,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=56f3849cdbade418",
            "url": "https://l10n.opensuse.org/api/units/7374895/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "This module converts Perl data structures to JSON and vice versa. Its primary goal is to be _correct_ and its secondary goal is to be _fast_. To reach the latter goal it was written in C.\n\nAs this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.\n\nSee below for the cPanel fork.\n\nSee MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values and vice versa."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -185082360821268506,
            "content_hash": -185082360821268506,
            "location": "",
            "context": "",
            "note": "leap/perl-Cpanel-JSON-XS/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 344,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 111,
            "source_unit": "https://l10n.opensuse.org/api/units/12653782/?format=api",
            "priority": 100,
            "id": 7374897,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=7d6e7492cd0ebfe6",
            "url": "https://l10n.opensuse.org/api/units/7374897/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-07-16T13:17:46.820279Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Perl Blowfish encryption module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8286953223108430416,
            "content_hash": 8286953223108430416,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-Blowfish/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 345,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606623/?format=api",
            "priority": 100,
            "id": 7374898,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=f3012c0cdda80a50",
            "url": "https://l10n.opensuse.org/api/units/7374898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Blowfish is capable of strong encryption and can use key sizes up to 56 bytes (a 448 bit key). You're encouraged to take advantage of the full key size to ensure the strongest encryption possible from this module."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8754104592713495610,
            "content_hash": -8754104592713495610,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-Blowfish/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 346,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://l10n.opensuse.org/api/units/12606624/?format=api",
            "priority": 100,
            "id": 7374899,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=06832c4110b24bc6",
            "url": "https://l10n.opensuse.org/api/units/7374899/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Perl DES encryption module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6291865809908641935,
            "content_hash": 6291865809908641935,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-DES/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 349,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606625/?format=api",
            "priority": 100,
            "id": 7374900,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=d751329e4e07b08f",
            "url": "https://l10n.opensuse.org/api/units/7374900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::DH Using GMP Directly"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 58840562424712442,
            "content_hash": 58840562424712442,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-DH-GMP/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 351,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606627/?format=api",
            "priority": 100,
            "id": 7374902,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=80d10b2e05b58cfa",
            "url": "https://l10n.opensuse.org/api/units/7374902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented mostly in C."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8419427708762571114,
            "content_hash": -8419427708762571114,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-DH-GMP/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 352,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://l10n.opensuse.org/api/units/12606628/?format=api",
            "priority": 100,
            "id": 7374903,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=0b282f1b5f203e96",
            "url": "https://l10n.opensuse.org/api/units/7374903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "The Eksblowfish Block Cipher"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2592757618195459014,
            "content_hash": 2592757618195459014,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-Eksblowfish/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 353,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606629/?format=api",
            "priority": 100,
            "id": 7374904,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=a3fb5351153a6bc6",
            "url": "https://l10n.opensuse.org/api/units/7374904/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "An object of this type encapsulates a keyed instance of the Eksblowfish block cipher, ready to encrypt and decrypt.\n\nEksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. (\"Eks\" stands for \"expensive key schedule\".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. See the Crypt::Eksblowfish::Bcrypt manpage for the hash algorithm. See the Crypt::Eksblowfish::Blowfish manpage for the unmodified Blowfish cipher.\n\nEksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the \"salt\". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. See the Crypt::Eksblowfish::Family manpage for a way to encapsulate an Eksblowfish cipher family."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2748749949448492973,
            "content_hash": -2748749949448492973,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-Eksblowfish/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 354,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 161,
            "source_unit": "https://l10n.opensuse.org/api/units/12606630/?format=api",
            "priority": 100,
            "id": 7374905,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=59da7a7c06bfe853",
            "url": "https://l10n.opensuse.org/api/units/7374905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Emulate the MySQL PASSWORD() function"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7778433155357323336,
            "content_hash": -7778433155357323336,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-MySQL/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 355,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12606631/?format=api",
            "priority": 100,
            "id": 7374906,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=140d7441d1ce4fb8",
            "url": "https://l10n.opensuse.org/api/units/7374906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient. You can compare encrypted passwords, without real MySQL environment."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1444106672070154604,
            "content_hash": 1444106672070154604,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-MySQL/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 356,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://l10n.opensuse.org/api/units/12606632/?format=api",
            "priority": 100,
            "id": 7374907,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=940a7f5df683596c",
            "url": "https://l10n.opensuse.org/api/units/7374907/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "OpenSSL's multiprecision integer arithmetic"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4502002760167914289,
            "content_hash": -4502002760167914289,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-Bignum/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 357,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606633/?format=api",
            "priority": 100,
            "id": 7374908,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=4185ac579e5d04cf",
            "url": "https://l10n.opensuse.org/api/units/7374908/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.\n\n_NOTE_: Many of the methods in this package can croak, so use eval, or Error.pm's try/catch mechanism to capture errors."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8400059878560288889,
            "content_hash": 8400059878560288889,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-Bignum/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 358,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 69,
            "source_unit": "https://l10n.opensuse.org/api/units/12606634/?format=api",
            "priority": 100,
            "id": 7374909,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=f49301f44198d079",
            "url": "https://l10n.opensuse.org/api/units/7374909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "RSA encoding and decoding, using the openSSL libraries"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6437609253437315170,
            "content_hash": -6437609253437315170,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-RSA/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 361,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12606635/?format=api",
            "priority": 100,
            "id": 7374910,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=26a9047dee19e79e",
            "url": "https://l10n.opensuse.org/api/units/7374910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA functionality.  It does this by providing a glue to the RSA functions in the OpenSSL library."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8879470551740217834,
            "content_hash": -8879470551740217834,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-RSA/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 362,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://l10n.opensuse.org/api/units/12606636/?format=api",
            "priority": 100,
            "id": 7374911,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=04c5c89421fb8616",
            "url": "https://l10n.opensuse.org/api/units/7374911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Routines for accessing the OpenSSL pseudo-random number generator"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6241991986512419908,
            "content_hash": -6241991986512419908,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-Random/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 363,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12606637/?format=api",
            "priority": 100,
            "id": 7374912,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=295ffd5c1917a3bc",
            "url": "https://l10n.opensuse.org/api/units/7374912/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL library's pseudo-random number generator."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6830906204288140873,
            "content_hash": -6830906204288140873,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-Random/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 364,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://l10n.opensuse.org/api/units/12606638/?format=api",
            "priority": 100,
            "id": 7374913,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=2133beffb764b9b7",
            "url": "https://l10n.opensuse.org/api/units/7374913/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Perl implementation of the RC4 encryption algorithm"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -715671084261707472,
            "content_hash": -715671084261707472,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-RC4/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 367,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12606639/?format=api",
            "priority": 100,
            "id": 7374914,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=76116cf0ce8ff130",
            "url": "https://l10n.opensuse.org/api/units/7374914/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "A simple implementation of the RC4 algorithm, developed by RSA Security, Inc. Here is the description from RSA's website:\n\nRC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA Security). It is a variable key-size stream cipher with byte-oriented operations. The algorithm is based on the use of a random permutation. Analysis shows that the period of the cipher is overwhelmingly likely to be greater than 10100. Eight to sixteen machine operations are required per output byte, and the cipher can be expected to run very quickly in software. Independent analysts have scrutinized the algorithm and it is considered secure."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5458723419644015070,
            "content_hash": -5458723419644015070,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-RC4/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 368,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 104,
            "source_unit": "https://l10n.opensuse.org/api/units/12606640/?format=api",
            "priority": 100,
            "id": 7374915,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=343eb7f8ad034e22",
            "url": "https://l10n.opensuse.org/api/units/7374915/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Crypt::CBC compliant Rijndael encryption module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4673589413811265969,
            "content_hash": 4673589413811265969,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-Rijndael/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 369,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12606641/?format=api",
            "priority": 100,
            "id": 7374916,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=c0dbeccf643f21b1",
            "url": "https://l10n.opensuse.org/api/units/7374916/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "OpenSSL support for LWP"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -667038695794381478,
            "content_hash": -667038695794381478,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-SSLeay/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 373,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606643/?format=api",
            "priority": 100,
            "id": 7374918,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=76be33d71dbc6d5a",
            "url": "https://l10n.opensuse.org/api/units/7374918/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "perl module Crypt::SmbHash"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4349485509970458050,
            "content_hash": 4349485509970458050,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-SmbHash/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 377,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12606645/?format=api",
            "priority": 100,
            "id": 7374920,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=bc5c7a06d97f75c2",
            "url": "https://l10n.opensuse.org/api/units/7374920/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "This module provides functions to generate LM/NT hashes as used by Samba"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 363338751146149990,
            "content_hash": 363338751146149990,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-SmbHash/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 378,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://l10n.opensuse.org/api/units/12606646/?format=api",
            "priority": 100,
            "id": 7374921,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=850ad6ab4b334866",
            "url": "https://l10n.opensuse.org/api/units/7374921/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Perl Xs Interface for a Portable Traditional"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -445152175210491965,
            "content_hash": -445152175210491965,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-UnixCrypt_XS/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 379,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12653731/?format=api",
            "priority": 100,
            "id": 7374922,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=79d2807485960fc3",
            "url": "https://l10n.opensuse.org/api/units/7374922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-07-16T13:17:36.237018Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "This module implements the DES-based Unix _crypt_ function. For those who need to construct non-standard variants of _crypt_, the various building blocks used in _crypt_ are also supplied separately."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5093255982221302824,
            "content_hash": -5093255982221302824,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-UnixCrypt_XS/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 380,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://l10n.opensuse.org/api/units/12606648/?format=api",
            "priority": 100,
            "id": 7374923,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=39511eab5d90e3d8",
            "url": "https://l10n.opensuse.org/api/units/7374923/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Terminal screen handling and optimization"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6971892302650398189,
            "content_hash": 6971892302650398189,
            "location": "",
            "context": "",
            "note": "leap/perl-Curses/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 383,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12606649/?format=api",
            "priority": 100,
            "id": 7374924,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=e0c1231c4fc1d5ed",
            "url": "https://l10n.opensuse.org/api/units/7374924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "ODBC Driver for DBI"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3514521493387504885,
            "content_hash": -3514521493387504885,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-ODBC/summary\nleap/perl-DBD-ODBC/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 391,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606651/?format=api",
            "priority": 100,
            "id": 7374926,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=4f39e9528f29930b",
            "url": "https://l10n.opensuse.org/api/units/7374926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "PostgreSQL database driver for the DBI module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5666148197047169615,
            "content_hash": -5666148197047169615,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-Pg/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 392,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12606652/?format=api",
            "priority": 100,
            "id": 7374927,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=315dcc3c3e488db1",
            "url": "https://l10n.opensuse.org/api/units/7374927/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3116464783913100825,
            "content_hash": 3116464783913100825,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-Pg/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 393,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://l10n.opensuse.org/api/units/12606653/?format=api",
            "priority": 100,
            "id": 7374928,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=ab3fe8359027a619",
            "url": "https://l10n.opensuse.org/api/units/7374928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Self-contained RDBMS in a DBI Driver"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3878755149503661711,
            "content_hash": 3878755149503661711,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-SQLite/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 394,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12606654/?format=api",
            "priority": 100,
            "id": 7374929,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=b5d41b4208e2068f",
            "url": "https://l10n.opensuse.org/api/units/7374929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "MySQL driver for the Perl5 Database Interface (DBI)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7013573482167343714,
            "content_hash": 7013573482167343714,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-mysql/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 398,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12606656/?format=api",
            "priority": 100,
            "id": 7374931,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=e15537ec2aaf1a62",
            "url": "https://l10n.opensuse.org/api/units/7374931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "*DBD::mysql* is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them. :-)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9152541662204910793,
            "content_hash": 9152541662204910793,
            "location": "",
            "context": "",
            "note": "leap/perl-DBD-mysql/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 399,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 59,
            "source_unit": "https://l10n.opensuse.org/api/units/12606657/?format=api",
            "priority": 100,
            "id": 7374932,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=ff045c2647afdcc9",
            "url": "https://l10n.opensuse.org/api/units/7374932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Database independent interface for Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2150154448989079089,
            "content_hash": -2150154448989079089,
            "location": "",
            "context": "",
            "note": "leap/perl-DBI/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 400,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12606658/?format=api",
            "priority": 100,
            "id": 7374933,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=62291debafc7b9cf",
            "url": "https://l10n.opensuse.org/api/units/7374933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.\n\nIt is important to remember that the DBI is just an interface. The DBI is a layer of \"glue\" between an application and one or more database _driver_ modules. It is the driver modules which do most of the real work. The DBI provides a standard interface and framework for the drivers to operate within.\n\nThis document often uses terms like _references_, _objects_, _methods_. If you're not familiar with those terms then it would be a good idea to read at least the following perl manuals first: perlreftut, perldsc, perllol, and perlboot."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7994561172092630281,
            "content_hash": 7994561172092630281,
            "location": "",
            "context": "",
            "note": "leap/perl-DBI/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 401,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 126,
            "source_unit": "https://l10n.opensuse.org/api/units/12606659/?format=api",
            "priority": 100,
            "id": 7374934,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=eef263076db63509",
            "url": "https://l10n.opensuse.org/api/units/7374934/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Allow transactions to be nested in DBI"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5356980344112612103,
            "content_hash": 5356980344112612103,
            "location": "",
            "context": "",
            "note": "leap/perl-DBIx-Transaction/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 428,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12606660/?format=api",
            "priority": 100,
            "id": 7374935,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=ca57d13d8f950307",
            "url": "https://l10n.opensuse.org/api/units/7374935/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Polymorphic data cloning"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1786479843658815917,
            "content_hash": -1786479843658815917,
            "location": "",
            "context": "",
            "note": "leap/perl-Data-Clone/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 434,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12606662/?format=api",
            "priority": 100,
            "id": 7374937,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=6735260c20522653",
            "url": "https://l10n.opensuse.org/api/units/7374937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/da/?format=api",
            "source": [
                "Accurately serialize a data structure as Perl code"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6816069919247409027,
            "content_hash": -6816069919247409027,
            "location": "",
            "context": "",
            "note": "leap/perl-Data-Dump-Streamer/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 440,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12606664/?format=api",
            "priority": 100,
            "id": 7374939,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/da/?checksum=216874858308607d",
            "url": "https://l10n.opensuse.org/api/units/7374939/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        }
    ]
}