Translation components API.

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

GET /api/translations/packages-i18n/perl-master/ru/units/?format=api&page=51
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/ru/units/?format=api&page=52",
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/units/?format=api&page=50",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. *Please note that self-referencing hashes, or recursive references, are not handled well by this method.*\n\nValues in hashes are considered to be either ARRAY references, HASH references, or otherwise are treated as SCALARs. By default, the data passed to the merge function will be cloned using the Clone module; however, if necessary, this behavior can be changed to use as many of the original values as possible. (See 'set_clone_behavior')."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6310285400755819216,
            "content_hash": 6310285400755819216,
            "location": "",
            "context": "",
            "note": "leap/perl-Hash-Merge/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 951,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 137,
            "source_unit": "https://l10n.opensuse.org/api/units/12714707/?format=api",
            "priority": 100,
            "id": 12295787,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=d792a3237f6252d0",
            "url": "https://l10n.opensuse.org/api/units/12295787/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:34.762319Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Perl extensions for keeping data partially sorted"
            ],
            "previous_source": "Perl extension for generating and using LALR parsers",
            "target": [
                "Расширение Perl для создания и использования программ разбора LALR"
            ],
            "id_hash": 7124971985779863619,
            "content_hash": 7124971985779863619,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Heap/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2573,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714708/?format=api",
            "priority": 100,
            "id": 12295788,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e2e0fc457704b043",
            "url": "https://l10n.opensuse.org/api/units/12295788/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:34.882782Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided).\n\nIf the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted.\n\nThe elements must be objects as described in \"Heap::Elem\" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the\n*Heap::Elem* interface."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4705045502782669708,
            "content_hash": 4705045502782669708,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Heap/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2574,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 103,
            "source_unit": "https://l10n.opensuse.org/api/units/12714709/?format=api",
            "priority": 100,
            "id": 12295789,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=c14badf4d569038c",
            "url": "https://l10n.opensuse.org/api/units/12295789/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:34.989466Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 93901764340133210,
            "content_hash": 93901764340133210,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-Async/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2575,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 71,
            "source_unit": "https://l10n.opensuse.org/api/units/12714710/?format=api",
            "priority": 100,
            "id": 12295790,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=814d9b283b46ad5a",
            "url": "https://l10n.opensuse.org/api/units/12295790/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.064656Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Write lzma files/buffers"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6406380522776921266,
            "content_hash": -6406380522776921266,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-Compress-Lzma/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2578,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714711/?format=api",
            "priority": 100,
            "id": 12295791,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=2717f6db63e67b4e",
            "url": "https://l10n.opensuse.org/api/units/12295791/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.148063Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This module provides a Perl interface that allows writing lzma compressed data to files or buffer.\n\nFor reading lzma files/buffers, see the companion module IO::Uncompress::UnLzma."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2327783417454323534,
            "content_hash": 2327783417454323534,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-Compress-Lzma/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2579,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://l10n.opensuse.org/api/units/12714712/?format=api",
            "priority": 100,
            "id": 12295792,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a04df2af5f68e74e",
            "url": "https://l10n.opensuse.org/api/units/12295792/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.174195Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard.\n\nThe algorithm as implemented here is: \n* 1.\n\nIf the file begins with a byte order mark indicating UTF-16LE, UTF-16BE, or UTF-8, then that is the encoding. \n* 2.\n\nIf the first '$bytes_to_check' bytes of the file contain a '<meta>' tag that indicates the charset, and Encode recognizes the specified charset name, then that is the encoding. (This portion of the algorithm is implemented by 'find_charset_in'.)\n\nThe '<meta>' tag can be in one of two formats:\n\n  <meta charset=\"...\">   <meta http-equiv=\"Content-Type\" content=\"...charset=...\">\n\nThe search is case-insensitive, and the order of attributes within the tag is irrelevant. Any additional attributes of the tag are ignored. The first matching tag with a recognized encoding ends the search. \n* 3.\n\nIf the first '$bytes_to_check' bytes of the file are valid UTF-8 (with at least 1 non-ASCII character), then the encoding is UTF-8. \n* 4.\n\nIf all else fails, use the default character encoding. The HTML5 standard suggests the default encoding should be locale dependent, but currently it is always 'cp1252' unless you set '$IO::HTML::default_encoding' to a different value. Note: 'sniff_encoding' does not apply this step; only 'html_file' does that."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -435523225394497755,
            "content_hash": -435523225394497755,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-HTML/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2580,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 216,
            "source_unit": "https://l10n.opensuse.org/api/units/12714713/?format=api",
            "priority": 100,
            "id": 12295793,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=79f4b5ef1aedb725",
            "url": "https://l10n.opensuse.org/api/units/12295793/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.243052Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Select a pager (possibly perl-based) & pipe it text if a TTY"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7040544657902197779,
            "content_hash": 7040544657902197779,
            "location": "",
            "context": "",
            "note": "leap/perl-IO-Pager/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 980,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://l10n.opensuse.org/api/units/12714714/?format=api",
            "priority": 100,
            "id": 12295794,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e1b50a105f88dc13",
            "url": "https://l10n.opensuse.org/api/units/12295794/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.357062Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "I/O on in-core objects like strings and arrays"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1748628621251913271,
            "content_hash": 1748628621251913271,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-stringy/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2585,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714715/?format=api",
            "priority": 100,
            "id": 12295795,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=9844607765cd2637",
            "url": "https://l10n.opensuse.org/api/units/12295795/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.427963Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things _other_ than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.\n\nIn the more-traditional IO::Handle front, we have IO::AtomicFile which may be used to painlessly create files which are updated atomically.\n\nAnd in the \"this-may-prove-useful\" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -923208193862053555,
            "content_hash": -923208193862053555,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-IO-stringy/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2586,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 92,
            "source_unit": "https://l10n.opensuse.org/api/units/12714716/?format=api",
            "priority": 100,
            "id": 12295796,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=73301b09ff1f514d",
            "url": "https://l10n.opensuse.org/api/units/12295796/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.444652Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "System() and background procs w/ piping, redirs, ptys (Unix, Win32)"
            ],
            "previous_source": "",
            "target": [
                "System() и фоновые процессы с каналами, перенаправлением и PTY"
            ],
            "id_hash": 3842889287414943526,
            "content_hash": 3842889287414943526,
            "location": "",
            "context": "",
            "note": "leap/perl-IPC-Run/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1009,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://l10n.opensuse.org/api/units/12714717/?format=api",
            "priority": 100,
            "id": 12295797,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b554af7247858f26",
            "url": "https://l10n.opensuse.org/api/units/12295797/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.489107Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This module first checks to see if either Cpanel::JSON::XS or JSON::XS (at at least version 3.0) is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.\n\nIt then exports the 'encode_json' and 'decode_json' functions from the loaded module, along with a 'JSON' constant that returns the class name for calling 'new' on.\n\nIf you're writing fresh code rather than replacing JSON.pm usage, you might want to pass options as constructor args rather than calling mutators, so we provide our own 'new' method that supports that."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1798741650571344273,
            "content_hash": -1798741650571344273,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-JSON-MaybeXS/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2589,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 109,
            "source_unit": "https://l10n.opensuse.org/api/units/12714718/?format=api",
            "priority": 100,
            "id": 12295798,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=670995ffbafec66f",
            "url": "https://l10n.opensuse.org/api/units/12295798/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.615230Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Parse JSON"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8771717471026486077,
            "content_hash": -8771717471026486077,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-JSON-Parse/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2590,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/12714719/?format=api",
            "priority": 100,
            "id": 12295799,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=0644996f4560e4c3",
            "url": "https://l10n.opensuse.org/api/units/12295799/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.676100Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "A module for parsing JSON. (JSON means \"JavaScript Object Notation\" and it is specified in RFC 8259.)\n\nJSON::Parse offers the function parse_json, which takes a string containing JSON, and returns an equivalent Perl structure. It also offers validation of JSON via valid_json, which returns true or false depending on whether the JSON is correct or not, and assert_valid_json, which produces a descriptive fatal error if the JSON is invalid. A function read_json reads JSON from a file, and there is a safer version of parse_json called parse_json_safe which doesn't throw exceptions.\n\nFor special cases of parsing, there are also methods new and parse, which create a JSON parsing object and run it on text. See METHODS.\n\nJSON::Parse accepts only UTF-8 as input. See UTF-8 only and Handling of Unicode."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6796926275000214878,
            "content_hash": 6796926275000214878,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-JSON-Parse/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2591,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 129,
            "source_unit": "https://l10n.opensuse.org/api/units/12714720/?format=api",
            "priority": 100,
            "id": 12295800,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=de53886f79e8255e",
            "url": "https://l10n.opensuse.org/api/units/12295800/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.746722Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "JSON::Validator is a data structure validation library based around at https://json-schema.org/. This module can be used directly with a JSON schema or you can use the elegant DSL schema-builder JSON::Validator::Joi to define the schema programmatically."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1226352633967232430,
            "content_hash": 1226352633967232430,
            "location": "",
            "context": "",
            "note": "leap/perl-JSON-Validator/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1052,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://l10n.opensuse.org/api/units/12714721/?format=api",
            "priority": 100,
            "id": 12295801,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=9104e1391cfb45ae",
            "url": "https://l10n.opensuse.org/api/units/12295801/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.803530Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Stemming of words"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1254206260171859905,
            "content_hash": -1254206260171859905,
            "location": "",
            "context": "",
            "note": "leap/perl-Lingua-Stem/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1085,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714722/?format=api",
            "priority": 100,
            "id": 12295802,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6e982a0d2b62983f",
            "url": "https://l10n.opensuse.org/api/units/12295802/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.908850Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Binary Search within a sorted array."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6892652004286345322,
            "content_hash": 6892652004286345322,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-List-BinarySearch/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2598,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12714723/?format=api",
            "priority": 100,
            "id": 12295803,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=dfa79e7aa3df306a",
            "url": "https://l10n.opensuse.org/api/units/12295803/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:35.993157Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "A binary search searches *sorted* lists using a divide and conquer technique. On each iteration the search domain is cut in half, until the result is found. The computational complexity of a binary search is O(log n).\n\nThe binary search algorithm implemented in this module is known as a _Deferred Detection_ variant on the traditional Binary Search. Deferred Detection provides *stable searches*. Stable binary search algorithms have the following characteristics, contrasted with their unstable binary search cousins: \n* In the case of non-unique keys, a stable binary search will always   return the lowest-indexed matching element.  An unstable binary search   would return the first one found, which may not be the chronological first. \n* Best and worst case time complexity is always O(log n).  Unstable   searches may stop once the target is found, but in the worst case are   still O(log n).  In practical terms, this difference is usually not   meaningful. \n* Stable binary searches only require one relational comparison of a   given pair of data elements per iteration, where unstable binary searches   require two comparisons per iteration. \n* The net result is that although an unstable binary search might have   better \"best case\" performance, the fact that a stable binary search gets   away with fewer comparisons per iteration gives it better performance in the   worst case, and approximately equal performance in the average case. By   trading away slightly better \"best case\" performance, the stable search gains   the guarantee that the element found will always be the lowest-indexed   element in a range of non-unique keys.\n\nThis module has a companion \"XS\" module: the List::BinarySearch::XS manpage which users are strongly encouraged to install as well. If List::BinarySearch::XS is also installed, 'binsearch' and 'binsearch_pos' will use XS code. This behavior may be overridden by setting '$ENV{List_BinarySearch_PP}' to a true value. Most CPAN installers will either automatically install the XS module, or prompt to automatically install it. See CONFIGURATION for details."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6681748421498891828,
            "content_hash": 6681748421498891828,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-List-BinarySearch/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2599,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 317,
            "source_unit": "https://l10n.opensuse.org/api/units/12714724/?format=api",
            "priority": 100,
            "id": 12295804,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=dcba56c9b5f7ee34",
            "url": "https://l10n.opensuse.org/api/units/12295804/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.029866Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Compare elements of two or more lists"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 991953351836719520,
            "content_hash": 991953351836719520,
            "location": "",
            "context": "",
            "note": "leap/perl-List-Compare/summary\nleap/perl-List-Compare/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1109,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714725/?format=api",
            "priority": 100,
            "id": 12295805,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=8dc4205161fc59a0",
            "url": "https://l10n.opensuse.org/api/units/12295805/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.080618Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "(DEPRECATED) Send Log::Any logs to a subroutine"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1904818995123443287,
            "content_hash": -1904818995123443287,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Log-Any-Adapter-Callback/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2603,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714726/?format=api",
            "priority": 100,
            "id": 12295806,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6590b937524029a9",
            "url": "https://l10n.opensuse.org/api/units/12295806/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.136314Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "DEPRECATION NOTICE: Log::Any distribution since 1.708 comes with Log::Any::Adapter::Capture which does the same thing. I'm deprecating this adapter now.\n\nThis adapter lets you specify callback subroutine to be called by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and detection methods (like $log->is_warning(), $log->is_fatal(), etc.).\n\nThis adapter is used for customized logging, and is mostly a convenient construct to save a few lines of code. You could achieve the same effect by creating a full Log::Any adapter class.\n\nYour logging callback subroutine will be called with these arguments:\n\n ($method, $self, $format, @params)\n\nwhere $method is the name of method (like \"debug\") and ($self, $format, @params) are given by Log::Any."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2085060865796353188,
            "content_hash": -2085060865796353188,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Log-Any-Adapter-Callback/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2604,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 108,
            "source_unit": "https://l10n.opensuse.org/api/units/12714727/?format=api",
            "priority": 100,
            "id": 12295807,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=631060308f23d35c",
            "url": "https://l10n.opensuse.org/api/units/12295807/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.172190Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Work with Mac plists at a low level"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -546858296409025495,
            "content_hash": -546858296409025495,
            "location": "",
            "context": "",
            "note": "leap/perl-Mac-PropertyList/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1165,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714728/?format=api",
            "priority": 100,
            "id": 12295808,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=78692b46dc109429",
            "url": "https://l10n.opensuse.org/api/units/12295808/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.268906Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Object Oriented Authentication-Results Headers"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3298860784722153185,
            "content_hash": -3298860784722153185,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mail-AuthenticationResults/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2606,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714729/?format=api",
            "priority": 100,
            "id": 12295809,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=523817982b2b711f",
            "url": "https://l10n.opensuse.org/api/units/12295809/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.289749Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "General message object"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2265201230946864345,
            "content_hash": -2265201230946864345,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mail-Message/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2609,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714731/?format=api",
            "priority": 100,
            "id": 12295811,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6090637b64a27327",
            "url": "https://l10n.opensuse.org/api/units/12295811/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.461367Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "A 'Mail::Message' object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to folders is implemented in the Mail::Box::Message extension."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 239765182191235129,
            "content_hash": 239765182191235129,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mail-Message/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2610,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 44,
            "source_unit": "https://l10n.opensuse.org/api/units/12714732/?format=api",
            "priority": 100,
            "id": 12295812,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=8353d129b203f039",
            "url": "https://l10n.opensuse.org/api/units/12295812/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.518285Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Use Mail Transfer Agents (MTAs)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1523082952954257036,
            "content_hash": -1523082952954257036,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mail-Transport/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2613,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714733/?format=api",
            "priority": 100,
            "id": 12295813,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6adcec1fb9b56174",
            "url": "https://l10n.opensuse.org/api/units/12295813/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.622252Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Objects which extend 'Mail::Transport' implement sending and/or receiving of messages, using various protocols.\n\nMail::Transport::Send extends this class, and offers general functionality for send protocols, like SMTP. Mail::Transport::Receive also extends this class, and offers receive method. Some transport protocols will implement both sending and receiving.\n\nExtends \"DESCRIPTION\" in Mail::Reporter."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8814860994442926640,
            "content_hash": 8814860994442926640,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mail-Transport/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2614,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 48,
            "source_unit": "https://l10n.opensuse.org/api/units/12714734/?format=api",
            "priority": 100,
            "id": 12295814,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fa54ad5f0e379a30",
            "url": "https://l10n.opensuse.org/api/units/12295814/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.753807Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Manipulate 64 bits integers in Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7961572915852352515,
            "content_hash": 7961572915852352515,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Math-Int64/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2616,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12714735/?format=api",
            "priority": 100,
            "id": 12295815,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ee7d30627ec01c03",
            "url": "https://l10n.opensuse.org/api/units/12295815/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:36.939452Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This module adds support for 64 bit integers, signed and unsigned, to Perl."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1117299463640805924,
            "content_hash": -1117299463640805924,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Math-Int64/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2617,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://l10n.opensuse.org/api/units/12714736/?format=api",
            "priority": 100,
            "id": 12295816,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=707e8e0eb9f48ddc",
            "url": "https://l10n.opensuse.org/api/units/12295816/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.000707Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This is a base class for some mathematical paths which map an integer position '$n' to and from coordinates '$x,$y' in the 2D plane.\n\nThe current classes include the following. The intention is that any 'Math::PlanePath::Something' is a PlanePath, and supporting base classes or related things are further down like 'Math::PlanePath::Base::Xyzzy'.\n\n    SquareSpiral           four-sided spiral     PyramidSpiral          square base pyramid     TriangleSpiral         equilateral triangle spiral     TriangleSpiralSkewed   equilateral skewed for compactness     DiamondSpiral          four-sided spiral, looping faster     PentSpiral             five-sided spiral     PentSpiralSkewed       five-sided spiral, compact     HexSpiral              six-sided spiral     HexSpiralSkewed        six-sided spiral skewed for compactness     HeptSpiralSkewed       seven-sided spiral, compact     AnvilSpiral            anvil shape     OctagramSpiral         eight pointed star     KnightSpiral           an infinite knight's tour     CretanLabyrinth        7-circuit extended infinitely\n\n    SquareArms             four-arm square spiral     DiamondArms            four-arm diamond spiral     AztecDiamondRings      four-sided rings     HexArms                six-arm hexagonal spiral     GreekKeySpiral         square spiral with Greek key motif     MPeaks                 \"M\" shape layers\n\n    SacksSpiral            quadratic on an Archimedean spiral     VogelFloret            seeds in a sunflower     TheodorusSpiral        unit steps at right angles     ArchimedeanChords      unit chords on an Archimedean spiral     MultipleRings          concentric circles     PixelRings             concentric rings of midpoint pixels     FilledRings            concentric rings of pixels     Hypot                  points by distance     HypotOctant            first octant points by distance     TriangularHypot        points by triangular distance     PythagoreanTree        X^2+Y^2=Z^2 by trees\n\n    PeanoCurve             3x3 self-similar quadrant     PeanoDiagonals         across unit squares     WunderlichSerpentine   transpose parts of PeanoCurve     HilbertCurve           2x2 self-similar quadrant     HilbertSides           along sides of unit squares     HilbertSpiral          2x2 self-similar whole-plane     ZOrderCurve            replicating Z shapes     GrayCode               Gray code splits     WunderlichMeander      3x3 \"R\" pattern quadrant     BetaOmega              2x2 self-similar half-plane     AR2W2Curve             2x2 self-similar of four parts     KochelCurve            3x3 self-similar of two parts     DekkingCurve           5x5 self-similar, edges     DekkingCentres         5x5 self-similar, centres     CincoCurve             5x5 self-similar\n\n    ImaginaryBase          replicate in four directions     ImaginaryHalf          half-plane replicate three directions     CubicBase              replicate in three directions     SquareReplicate        3x3 replicating squares     CornerReplicate        2x2 replicating \"U\"     LTiling                self-similar L shapes     DigitGroups            digits grouped by zeros     FibonacciWordFractal   turns by Fibonacci word bits\n\n    Flowsnake              self-similar hexagonal tile traversal     FlowsnakeCentres         likewise but centres of hexagons     GosperReplicate        self-similar hexagonal tiling     GosperIslands          concentric island rings     GosperSide             single side or radial\n\n    QuintetCurve           self-similar \"+\" traversal     QuintetCentres           likewise but centres of squares     QuintetReplicate       self-similar \"+\" tiling\n\n    DragonCurve            paper folding     DragonRounded          paper folding rounded corners     DragonMidpoint         paper folding segment midpoints     AlternatePaper         alternating direction folding     AlternatePaperMidpoint alternating direction folding, midpoints     TerdragonCurve         ternary dragon     TerdragonRounded       ternary dragon rounded corners     TerdragonMidpoint      ternary dragon segment midpoints     AlternateTerdragon     alternate ternary dragon     R5DragonCurve          radix-5 dragon curve     R5DragonMidpoint       radix-5 dragon curve midpoints     CCurve                 \"C\" curve     ComplexPlus            base i+realpart     ComplexMinus           base i-realpart, including twindragon     ComplexRevolving       revolving base i+1\n\n    SierpinskiCurve        self-similar right-triangles     SierpinskiCurveStair   self-similar right-triangles, stair-step     HIndexing              self-similar right-triangles, squared up\n\n    KochCurve              replicating triangular notches     KochPeaks              two replicating notches     KochSnowflakes         concentric notched 3-sided rings     KochSquareflakes       concentric notched 4-sided rings     QuadricCurve           eight segment zig-zag     QuadricIslands           rings of those zig-zags     SierpinskiTriangle     self-similar triangle by rows     SierpinskiArrowhead    self-similar triangle connectedly     SierpinskiArrowheadCentres  likewise but centres of triangles\n\n    Rows                   fixed-width rows     Columns                fixed-height columns     Diagonals              diagonals between X and Y axes     DiagonalsAlternating   diagonals Y to X and back again     DiagonalsOctant        diagonals between Y axis and X=Y centre     Staircase              stairs down from the Y to X axes     StaircaseAlternating   stairs Y to X and back again     Corner                 expanding stripes around a corner     CornerAlternating      expanding up and down around a corner     PyramidRows            expanding stacked rows pyramid     PyramidSides           along the sides of a 45-degree pyramid     CellularRule           cellular automaton by rule number     CellularRule54         cellular automaton rows pattern     CellularRule57         cellular automaton (rule 99 mirror too)     CellularRule190        cellular automaton (rule 246 mirror too)     UlamWarburton          cellular automaton diamonds     UlamWarburtonQuarter   cellular automaton quarter-plane\n\n    DiagonalRationals      rationals X/Y by diagonals     FactorRationals        rationals X/Y by prime factorization     GcdRationals           rationals X/Y by rows with GCD integer     RationalsTree          rationals X/Y by tree     FractionsTree          fractions 0<X/Y<1 by tree     ChanTree               rationals X/Y multi-child tree     CfracDigits            continued fraction 0<X/Y<1 by digits     CoprimeColumns         coprime X,Y     DivisibleColumns       X divisible by Y     WythoffArray           Fibonacci recurrences     WythoffPreliminaryTriangle     PowerArray             powers in rows     File                   points from a disk file\n\nAnd in the separate Math-PlanePath-Toothpick distribution\n\n    ToothpickTree          pattern of toothpicks     ToothpickReplicate     same by replication rather than tree     ToothpickUpist         toothpicks only growing upwards     ToothpickSpiral        toothpicks around the origin\n\n    LCornerTree            L-shape corner growth     LCornerReplicate       same by replication rather than tree     OneOfEight     HTree                  H shapes replicated\n\nThe paths are object oriented to allow parameters, though many have none. See 'examples/numbers.pl' in the Math-PlanePath sources for a sample printout of numbers from selected paths or all paths."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6878574647427326426,
            "content_hash": -6878574647427326426,
            "location": "",
            "context": "",
            "note": "leap/perl-Math-PlanePath/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1204,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 692,
            "source_unit": "https://l10n.opensuse.org/api/units/12714737/?format=api",
            "priority": 100,
            "id": 12295817,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=208a64cd6b161e26",
            "url": "https://l10n.opensuse.org/api/units/12295817/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.110674Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "CPAN client"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3547981105857807985,
            "content_hash": 3547981105857807985,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Menlo/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2618,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.opensuse.org/api/units/12714738/?format=api",
            "priority": 100,
            "id": 12295818,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b13cf6048c73c671",
            "url": "https://l10n.opensuse.org/api/units/12295818/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.157520Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Menlo is a backend for _cpanm 2.0_, developed with the goal to replace cpanm internals with a set of modules that are more flexible, extensible and easier to use."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4859694951203303029,
            "content_hash": -4859694951203303029,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Menlo/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2619,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://l10n.opensuse.org/api/units/12714739/?format=api",
            "priority": 100,
            "id": 12295819,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3c8ee5308cc4918b",
            "url": "https://l10n.opensuse.org/api/units/12295819/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.208538Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Legacy internal and client support for Menlo"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7062582583584085293,
            "content_hash": 7062582583584085293,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Menlo-Legacy/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2620,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714740/?format=api",
            "priority": 100,
            "id": 12295820,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e2035570cb63d52d",
            "url": "https://l10n.opensuse.org/api/units/12295820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.260245Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Menlo::Legacy is a package to install Menlo::CLI::Compat which is a compatibility library that implements the classic version of cpanminus internals and behavios. This is so that existing users of cpanm and API clients such as Carton, Carmel and App::cpm) can rely on the stable features and specific behaviors of cpanm.\n\nThis way Menlo can evolve and be refactored without the fear of breaking any downstream clients, including 'cpanm' itself."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8226110885755561349,
            "content_hash": 8226110885755561349,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Menlo-Legacy/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2621,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 69,
            "source_unit": "https://l10n.opensuse.org/api/units/12714741/?format=api",
            "priority": 100,
            "id": 12295821,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f22904444c6f2585",
            "url": "https://l10n.opensuse.org/api/units/12295821/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.324997Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Abstract collection of monitoring metrics"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 374312677501389631,
            "content_hash": 374312677501389631,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Metrics-Any/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2622,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714742/?format=api",
            "priority": 100,
            "id": 12295822,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=8531d365a1654b3f",
            "url": "https://l10n.opensuse.org/api/units/12295822/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.445542Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Provides a central location for modules to report monitoring metrics, such as counters of the number of times interesting events have happened, and programs to collect up and send those metrics to monitoring services.\n\nInspired by Log::Any, this module splits the overall problem into two sides. Modules wishing to provide metrics for monitoring purposes can use the 'use Metrics::Any' statement to obtain a _collector_ into which they can report metric events. By default this collector doesn't actually do anything, so modules can easily use it without adding extra specific dependencies for specific reporting.\n\nA program using one or more such modules can apply a different policy and request a particular _adapter_ implementation in order to actually report these metrics to some external system, by using the 'use Metrics::Any::Adapter' statement.\n\nThis separation of concerns allows module authors to write code which will report metrics without needing to care about the exact mechanism of that reporting (as well as to write code which does not itself depend on the code required to perform that reporting)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7426897661673829205,
            "content_hash": 7426897661673829205,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Metrics-Any/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2623,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 173,
            "source_unit": "https://l10n.opensuse.org/api/units/12714743/?format=api",
            "priority": 100,
            "id": 12295823,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e711a412eb3f7355",
            "url": "https://l10n.opensuse.org/api/units/12295823/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.520052Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Construct prereq parameters of Module::Build from cpanfile"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8561601387821977311,
            "content_hash": -8561601387821977311,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Module-Build-Prereqs-FromCPANfile/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2625,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714744/?format=api",
            "priority": 100,
            "id": 12295824,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=092f14e62a613121",
            "url": "https://l10n.opensuse.org/api/units/12295824/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.658744Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This simple module reads cpanfile and converts its content into valid prereq parameters for 'new()' method of Module::Build.\n\nCurrently it does not support \"optional features\" specification (See cpanfile/feature)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5364984707838139555,
            "content_hash": -5364984707838139555,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Module-Build-Prereqs-FromCPANfile/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2626,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://l10n.opensuse.org/api/units/12714745/?format=api",
            "priority": 100,
            "id": 12295825,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=358bbed547e7a35d",
            "url": "https://l10n.opensuse.org/api/units/12295825/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.684809Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Extend Module::Build to more easily use platform libraries provided by pkg-config"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 119300797227729240,
            "content_hash": 119300797227729240,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Module-Build-Using-PkgConfig/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2627,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://l10n.opensuse.org/api/units/12714746/?format=api",
            "priority": 100,
            "id": 12295826,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=81a7d771682e0158",
            "url": "https://l10n.opensuse.org/api/units/12295826/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.729415Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This subclass of Module::Build provides some handy methods to assist the _Build.PL_ script of XS-based module distributions that make use of platform libraries managed by _pkg-config_.\n\nAs well as supporting libraries installed on a platform-wide basis and thus visible to _pkg-config_ itself, this subclass also assists with 'Alien::'-based wrappers of these system libraries, allowing them to be dynamically installed at build time if the platform does not provide them."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2339216021803605186,
            "content_hash": -2339216021803605186,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Module-Build-Using-PkgConfig/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2628,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 69,
            "source_unit": "https://l10n.opensuse.org/api/units/12714747/?format=api",
            "priority": 100,
            "id": 12295827,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5f896f6bff7e633e",
            "url": "https://l10n.opensuse.org/api/units/12295827/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.780461Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "*Module::Signature* adds cryptographic authentications to CPAN distributions, via the special _SIGNATURE_ file.\n\nIf you are a module user, all you have to do is to remember to run 'cpansign -v' (or just 'cpansign') before issuing 'perl Makefile.PL' or 'perl Build.PL'; that will ensure the distribution has not been tampered with.\n\nModule authors can easily add the _SIGNATURE_ file to the distribution tarball; see NOTES below for how to do it as part of 'make dist'.\n\nIf you _really_ want to sign a distribution manually, simply add 'SIGNATURE' to _MANIFEST_, then type 'cpansign -s' immediately before 'make dist'. Be sure to delete the _SIGNATURE_ file afterwards.\n\nPlease also see NOTES about _MANIFEST.SKIP_ issues, especially if you are using *Module::Build* or writing your own _MANIFEST.SKIP_.\n\nSignatures made with Module::Signature prior to version 0.82 used the SHA1 algorithm by default. SHA1 is now considered broken, and therefore module authors are strongly encouraged to regenerate their _SIGNATURE_ files. Users verifying old SHA1 signature files will receive a warning."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4957869487758630315,
            "content_hash": 4957869487758630315,
            "location": "",
            "context": "",
            "note": "leap/perl-Module-Signature/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1275,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 164,
            "source_unit": "https://l10n.opensuse.org/api/units/12714748/?format=api",
            "priority": 100,
            "id": 12295828,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=c4cde407fc99ddab",
            "url": "https://l10n.opensuse.org/api/units/12295828/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.852120Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Colored Mojo logging"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8122981715590812897,
            "content_hash": -8122981715590812897,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mojo-Log-Colored/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2632,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714749/?format=api",
            "priority": 100,
            "id": 12295829,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=0f455f2ac5376b1f",
            "url": "https://l10n.opensuse.org/api/units/12295829/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.926847Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mojo::Log::Colored is a logger for Mojolicious with colored output for the terminal. It lets you define colors for each log level based on Term::ANSIColor and comes with sensible default colors. The full lines in the log will be colored.\n\nSince this inherits from Mojo::Log you can still give it a 'file', but the output would also be colored. That does not make a lot of sense, so you don't want to do that. Use this for development, not production."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7955754745576758831,
            "content_hash": -7955754745576758831,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mojo-Log-Colored/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2633,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 79,
            "source_unit": "https://l10n.opensuse.org/api/units/12714750/?format=api",
            "priority": 100,
            "id": 12295830,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=11977b35d5c4e1d1",
            "url": "https://l10n.opensuse.org/api/units/12295830/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:37.951356Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mojolicious::Plugin::Status is a Mojolicious plugin providing a server status ui for Mojo::Server::Daemon and Mojo::Server::Prefork. Note that this module is *EXPERIMENTAL* and should therefore only be used for debugging purposes."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 595445756430096110,
            "content_hash": 595445756430096110,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mojolicious-Plugin-Status/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2637,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://l10n.opensuse.org/api/units/12714752/?format=api",
            "priority": 100,
            "id": 12295832,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=884372c2bb0796ee",
            "url": "https://l10n.opensuse.org/api/units/12295832/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.088549Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mojolicious ♥ Webpack"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3533250640295598369,
            "content_hash": -3533250640295598369,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Mojolicious-Plugin-Webpack/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2638,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714753/?format=api",
            "priority": 100,
            "id": 12295833,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=4ef75f433ac266df",
            "url": "https://l10n.opensuse.org/api/units/12295833/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.152069Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Allow Moo attributes to get their values from %ENV"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3532381660573847179,
            "content_hash": 3532381660573847179,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-Attribute-ENV/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2641,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12714755/?format=api",
            "priority": 100,
            "id": 12295835,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b1058a67a99bce8b",
            "url": "https://l10n.opensuse.org/api/units/12295835/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.284369Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Provide API used in translator modules without translating"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4665716267945180595,
            "content_hash": -4665716267945180595,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-Locale-Passthrough/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2643,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714757/?format=api",
            "priority": 100,
            "id": 12295837,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3f400bc63a5dc24d",
            "url": "https://l10n.opensuse.org/api/units/12295837/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.358518Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "'MooX::Locale::Passthrough' is made to allow CPAN modules use translator API without adding heavy dependencies (external software) or requirements (operating resulting solution).\n\nThis software is released together with MooX::Locale::TextDomain::OO, which allowes then to plugin any desired translation."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5665138649162087693,
            "content_hash": -5665138649162087693,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-Locale-Passthrough/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2644,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://l10n.opensuse.org/api/units/12714758/?format=api",
            "priority": 100,
            "id": 12295838,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=31616269ed5b82f3",
            "url": "https://l10n.opensuse.org/api/units/12295838/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.451671Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Explicit Options eXtension for Object Class"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4048770195237694141,
            "content_hash": 4048770195237694141,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-Options/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2645,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12714759/?format=api",
            "priority": 100,
            "id": 12295839,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b8301f0a9054eabd",
            "url": "https://l10n.opensuse.org/api/units/12295839/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.564130Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Create a command line tool with your Moo, Moose objects.\n\nEverything is explicit. You have an 'option' keyword to replace the usual 'has' to explicitly use your attribute into the command line.\n\nThe 'option' keyword takes additional parameters and uses Getopt::Long::Descriptive to generate a command line tool."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -365371965537744174,
            "content_hash": -365371965537744174,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-Options/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2646,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 47,
            "source_unit": "https://l10n.opensuse.org/api/units/12714760/?format=api",
            "priority": 100,
            "id": 12295840,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=7aedf022173c8ad2",
            "url": "https://l10n.opensuse.org/api/units/12295840/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:38.616037Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        }
    ]
}