Translation components API.

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

GET /api/translations/packages-i18n/perl-master/cs/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/cs/units/?format=api&page=3",
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/units/?format=api",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Interface to Bzip2 compression library"
            ],
            "previous_source": "",
            "target": [
                "Perlové rozhraní k části komprimační knihovny info-zip zlib"
            ],
            "id_hash": 3088969316522686942,
            "content_hash": 3088969316522686942,
            "location": "",
            "context": "",
            "note": "leap/perl-Compress-Bzip2/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "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": 3891000,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=aade393a316a79de",
            "url": "https://l10n.opensuse.org/api/units/3891000/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Generic Config Module"
            ],
            "previous_source": "",
            "target": [
                "Generický konfigurační modul"
            ],
            "id_hash": -260586131590147950,
            "content_hash": -260586131590147950,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-General/summary",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "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": 3891010,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=7c62364b412d1092",
            "url": "https://l10n.opensuse.org/api/units/3891010/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891014,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=d091aa50383f22f7",
            "url": "https://l10n.opensuse.org/api/units/3891014/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Simple configuration file class"
            ],
            "previous_source": "",
            "target": [
                "Nástroje pro konfiguraci sítě"
            ],
            "id_hash": -5460214810374279026,
            "content_hash": -5460214810374279026,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-Simple/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "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": 3891018,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=34396b8f3650708e",
            "url": "https://l10n.opensuse.org/api/units/3891018/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891024,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=676e27caf8097871",
            "url": "https://l10n.opensuse.org/api/units/3891024/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891028,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=db90b5344d6ade14",
            "url": "https://l10n.opensuse.org/api/units/3891028/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891032,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=d2d76f61ceb9d5a1",
            "url": "https://l10n.opensuse.org/api/units/3891032/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Perl interface to the uulib library"
            ],
            "previous_source": "",
            "target": [
                "Perlové rozhraní ke knihovně uulib"
            ],
            "id_hash": 5152515066045552964,
            "content_hash": 5152515066045552964,
            "location": "",
            "context": "",
            "note": "leap/perl-Convert-UUlib/summary",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "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": 3891036,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=c7816927437e5944",
            "url": "https://l10n.opensuse.org/api/units/3891036/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:15Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891042,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=56f3849cdbade418",
            "url": "https://l10n.opensuse.org/api/units/3891042/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891046,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=f3012c0cdda80a50",
            "url": "https://l10n.opensuse.org/api/units/3891046/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891050,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=06832c4110b24bc6",
            "url": "https://l10n.opensuse.org/api/units/3891050/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891054,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=d751329e4e07b08f",
            "url": "https://l10n.opensuse.org/api/units/3891054/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891064,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=80d10b2e05b58cfa",
            "url": "https://l10n.opensuse.org/api/units/3891064/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891068,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=0b282f1b5f203e96",
            "url": "https://l10n.opensuse.org/api/units/3891068/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891074,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=a3fb5351153a6bc6",
            "url": "https://l10n.opensuse.org/api/units/3891074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891078,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=59da7a7c06bfe853",
            "url": "https://l10n.opensuse.org/api/units/3891078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891082,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=140d7441d1ce4fb8",
            "url": "https://l10n.opensuse.org/api/units/3891082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891086,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=940a7f5df683596c",
            "url": "https://l10n.opensuse.org/api/units/3891086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891090,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=4185ac579e5d04cf",
            "url": "https://l10n.opensuse.org/api/units/3891090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891096,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=f49301f44198d079",
            "url": "https://l10n.opensuse.org/api/units/3891096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891100,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=26a9047dee19e79e",
            "url": "https://l10n.opensuse.org/api/units/3891100/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:16Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891104,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=04c5c89421fb8616",
            "url": "https://l10n.opensuse.org/api/units/3891104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891108,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=295ffd5c1917a3bc",
            "url": "https://l10n.opensuse.org/api/units/3891108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891112,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=2133beffb764b9b7",
            "url": "https://l10n.opensuse.org/api/units/3891112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Perl implementation of the RC4 encryption algorithm"
            ],
            "previous_source": "",
            "target": [
                "Implementace klientské části specifikace HBCI "
            ],
            "id_hash": -715671084261707472,
            "content_hash": -715671084261707472,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-RC4/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "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": 3891116,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=76116cf0ce8ff130",
            "url": "https://l10n.opensuse.org/api/units/3891116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891122,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=343eb7f8ad034e22",
            "url": "https://l10n.opensuse.org/api/units/3891122/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891126,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=c0dbeccf643f21b1",
            "url": "https://l10n.opensuse.org/api/units/3891126/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891134,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=76be33d71dbc6d5a",
            "url": "https://l10n.opensuse.org/api/units/3891134/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "perl module Crypt::SmbHash"
            ],
            "previous_source": "",
            "target": [
                "perlový modul Crypt::SmbHash"
            ],
            "id_hash": 4349485509970458050,
            "content_hash": 4349485509970458050,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-SmbHash/summary",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "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": 3891144,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=bc5c7a06d97f75c2",
            "url": "https://l10n.opensuse.org/api/units/3891144/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "This module provides functions to generate LM/NT hashes as used by Samba"
            ],
            "previous_source": "",
            "target": [
                "Tento modul poskytuje funkce pro vytváření LM/NT hashů používaných Sambou"
            ],
            "id_hash": 363338751146149990,
            "content_hash": 363338751146149990,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-SmbHash/description",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "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": 3891148,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=850ad6ab4b334866",
            "url": "https://l10n.opensuse.org/api/units/3891148/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891156,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=39511eab5d90e3d8",
            "url": "https://l10n.opensuse.org/api/units/3891156/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891160,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=e0c1231c4fc1d5ed",
            "url": "https://l10n.opensuse.org/api/units/3891160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891168,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=4f39e9528f29930b",
            "url": "https://l10n.opensuse.org/api/units/3891168/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891172,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=315dcc3c3e488db1",
            "url": "https://l10n.opensuse.org/api/units/3891172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891176,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=ab3fe8359027a619",
            "url": "https://l10n.opensuse.org/api/units/3891176/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891180,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=b5d41b4208e2068f",
            "url": "https://l10n.opensuse.org/api/units/3891180/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:17Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891188,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=e15537ec2aaf1a62",
            "url": "https://l10n.opensuse.org/api/units/3891188/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891190,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=ff045c2647afdcc9",
            "url": "https://l10n.opensuse.org/api/units/3891190/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891192,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=62291debafc7b9cf",
            "url": "https://l10n.opensuse.org/api/units/3891192/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891196,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=eef263076db63509",
            "url": "https://l10n.opensuse.org/api/units/3891196/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891200,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=ca57d13d8f950307",
            "url": "https://l10n.opensuse.org/api/units/3891200/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891210,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=6735260c20522653",
            "url": "https://l10n.opensuse.org/api/units/3891210/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?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": 3891218,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=216874858308607d",
            "url": "https://l10n.opensuse.org/api/units/3891218/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output using the least number of Perl statements as convenient, usually only one. Self-referential structures, closures, and objects are output correctly.\n\nThe return value can be evaled to get back an identical copy of the original reference structure. In some cases this may require the use of utility subs that Data::Dump::Streamer will optionally export.\n\nThis module is very similar in concept to the core module Data::Dumper, with the major differences being that this module is designed to output to a stream instead of constructing its output in memory (trading speed for memory), and that the traversal over the data structure is effectively breadth first versus the depth first traversal done by the others.\n\nIn fact the data structure is scanned twice, first in breadth first mode to perform structural analysis, and then in depth first mode to actually produce the output, but obeying the depth relationships of the first pass."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6634474676210431100,
            "content_hash": 6634474676210431100,
            "location": "",
            "context": "",
            "note": "leap/perl-Data-Dump-Streamer/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 441,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 177,
            "source_unit": "https://l10n.opensuse.org/api/units/12606665/?format=api",
            "priority": 100,
            "id": 3891222,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=dc1263912ad8f47c",
            "url": "https://l10n.opensuse.org/api/units/3891222/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "a simple date object"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7706155836902352089,
            "content_hash": -7706155836902352089,
            "location": "",
            "context": "",
            "note": "leap/perl-Date-Simple/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 494,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606670/?format=api",
            "priority": 100,
            "id": 3891244,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=150e3c1865a1db27",
            "url": "https://l10n.opensuse.org/api/units/3891244/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "Date and Time Object for Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 218197252944318708,
            "content_hash": 218197252944318708,
            "location": "",
            "context": "",
            "note": "leap/perl-DateTime/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 498,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12606672/?format=api",
            "priority": 100,
            "id": 3891254,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=8307313ed8b650f4",
            "url": "https://l10n.opensuse.org/api/units/3891254/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see http://datetime.perl.org/. The DateTime site has a FAQ which may help answer many \"how do I do X?\" questions. The FAQ is at http://datetime.perl.org/wiki/datetime/page/FAQ.\n\nIt represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the \"proleptic Gregorian calendar\". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.\n\nThe calendar represented does have a year 0, and in that way differs from how dates are often written using \"BCE/CE\" or \"BC/AD\".\n\nFor infinite datetimes, please see the DateTime::Infinite module."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2767320592678665546,
            "content_hash": 2767320592678665546,
            "location": "",
            "context": "",
            "note": "leap/perl-DateTime/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 499,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 136,
            "source_unit": "https://l10n.opensuse.org/api/units/12606673/?format=api",
            "priority": 100,
            "id": 3891258,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=a6677f6aca3c3d4a",
            "url": "https://l10n.opensuse.org/api/units/3891258/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:18Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "The Mayan Long Count, Haab, and Tzolkin calendars"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2521287570233884625,
            "content_hash": 2521287570233884625,
            "location": "",
            "context": "",
            "note": "leap/perl-DateTime-Calendar-Mayan/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 502,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12606674/?format=api",
            "priority": 100,
            "id": 3891262,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=a2fd69afd065ffd1",
            "url": "https://l10n.opensuse.org/api/units/3891262/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:19Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in \"Calendrical Calculations The Millennium Edition\". Supplemented by \"Frequently Asked Questions about Calendars\".\n\nAuthor:\n-------     Joshua Hoblitt <jhoblitt@cpan.org>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6193920472985232650,
            "content_hash": -6193920472985232650,
            "location": "",
            "context": "",
            "note": "leap/perl-DateTime-Calendar-Mayan/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 503,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://l10n.opensuse.org/api/units/12606675/?format=api",
            "priority": 100,
            "id": 3891266,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=2a0ac62588b21af6",
            "url": "https://l10n.opensuse.org/api/units/3891266/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:19Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/cs/?format=api",
            "source": [
                "meatier versions of C<caller>"
            ],
            "previous_source": "",
            "target": [
                "KDE klient pro Subversion"
            ],
            "id_hash": -1500851634880536839,
            "content_hash": -1500851634880536839,
            "location": "",
            "context": "",
            "note": "leap/perl-Devel-Caller/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 533,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12606676/?format=api",
            "priority": 100,
            "id": 3891270,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/cs/?checksum=6b2be763d2619ef9",
            "url": "https://l10n.opensuse.org/api/units/3891270/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-12-01T14:41:19Z"
        }
    ]
}