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=53
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=54",
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/units/?format=api&page=52",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This library provides a set of Path::Tiny types and coercions for Specio. These types can be used with Moose, Moo, Params::ValidationCompiler, and other modules."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8130834594065476959,
            "content_hash": 8130834594065476959,
            "location": "",
            "context": "",
            "note": "leap/perl-Specio-Library-Path-Tiny/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1785,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://l10n.opensuse.org/api/units/12714811/?format=api",
            "priority": 100,
            "id": 12295891,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f0d686fbfabaed5f",
            "url": "https://l10n.opensuse.org/api/units/12295891/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:41.675980Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Spreadsheet::ReadSXC extracts data from OpenOffice 1.x spreadsheet files (.sxc). It exports the function read_sxc() which takes a filename and an optional reference to a hash of options as arguments and returns a reference to a hash of references to two-dimensional arrays. The hash keys correspond to the names of worksheets in the OpenOffice workbook. The two-dimensional arrays correspond to rows and cells in the respective spreadsheets. If you don't like this because the order of sheets is not preserved in a hash, read on. The 'OrderBySheet' option provides an array of hashes instead.\n\nIf you prefer to unpack the .sxc file yourself, you can use the function read_xml_file() instead and pass the path to content.xml as an argument. Or you can extract the XML string from content.xml and pass the string to the function read_xml_string(). Both functions also take a reference to a hash of options as an optional second argument.\n\nSpreadsheet::ReadSXC uses XML::Twig to parse the XML contained in .sxc files. Only the contents of text:p elements are returned, not the actual values of table:value attributes. For example, a cell might have a table:value-type attribute of \"currency\", a table:value attribute of \"-1500.99\" and a table:currency attribute of \"USD\". The text:p element would contain \"-$1,500.99\". This is the string which is returned by the read_sxc() function, not the value of -1500.99.\n\nSpreadsheet::ReadSXC was written with data import into an SQL database in mind. Therefore empty spreadsheet cells correspond to undef values in array rows. The example code above shows how to replace undef values with empty strings.\n\nIf the .sxc file contains an empty spreadsheet its hash element will point to an empty array (unless you use the 'NoTruncate' option in which case it will point to an array of an array containing one undefined element).\n\nOpenOffice uses UTF-8 encoding. It depends on your environment how the data returned by the XML Parser is best handled:\n\n  use Unicode::String qw(latin1 utf8);   $unicode_string = utf8($$workbook_ref{\"Sheet1\"}[0][0])->as_string;\n\n  \n\n  $latin1_string = utf8($$workbook_ref{\"Sheet1\"}[0][0])->latin1;\n\nOf course there are other modules than Unicode::String on CPAN that handle conversion between encodings. It's your choice.\n\nTable rows in .sxc files may have a \"table:number-rows-repeated\" attribute, which is often used for consecutive empty rows. When you format whole rows and/or columns in OpenOffice, it sets the numbers of rows in a worksheet to 32,000 and the number of columns to 256, even if only a few lower-numbered rows and cells actually contain data. Spreadsheet::ReadSXC truncates such sheets so that there are no empty rows after the last row containing data and no empty columns after the last column containing data (unless you use the 'NoTruncate' option).\n\nStill it is perfectly legal for an .sxc file to apply the \"table:number-rows-repeated\" attribute to rows that actually contain data (although I have only been able to produce such files manually, not through OpenOffice itself). To save on memory usage in these cases, Spreadsheet::ReadSXC does not copy rows by value, but by reference (remember that multi-dimensional arrays in Perl are really arrays of references to arrays). Therefore, if you change a value in one row, it is possible that you find the corresponding value in the next row changed, too:\n\n  $$workbook_ref{\"Sheet1\"}[0][0] = 'new string';   print $$workbook_ref{\"Sheet1\"}[1][0];\n\nAs of version 0.20 the references returned by read_sxc() et al. remain valid after subsequent calls to the same function. In earlier versions, calling read_sxc() with a different file as the argument would change the data referenced by the original return value, so you had to derefence it before making another call. Thanks to H. Merijn Brand for fixing this."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7848468818918140614,
            "content_hash": -7848468818918140614,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Spreadsheet-ReadSXC/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2749,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 590,
            "source_unit": "https://l10n.opensuse.org/api/units/12714812/?format=api",
            "priority": 100,
            "id": 12295892,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=1314a33131a7953a",
            "url": "https://l10n.opensuse.org/api/units/12295892/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:41.834181Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "String processing utility functions"
            ],
            "previous_source": "BSD process resource limit and priority functions",
            "target": [
                "BSD-функции для ограничения ресурсов процессов и назначения приоритетов"
            ],
            "id_hash": -752145397435981950,
            "content_hash": -752145397435981950,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-String-Util/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2754,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714813/?format=api",
            "priority": 100,
            "id": 12295893,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=758fd7befe621f82",
            "url": "https://l10n.opensuse.org/api/units/12295893/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:41.973787Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "String::Util provides a collection of small, handy functions for processing strings in various ways."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1215610116020304347,
            "content_hash": 1215610116020304347,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-String-Util/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2755,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://l10n.opensuse.org/api/units/12714814/?format=api",
            "priority": 100,
            "id": 12295894,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=90deb6f5bec2f9db",
            "url": "https://l10n.opensuse.org/api/units/12295894/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.048961Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Make simple lightweight record-like structures"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8345678520921643654,
            "content_hash": 8345678520921643654,
            "location": "",
            "context": "",
            "note": "leap/perl-Struct-Dumb/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1827,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714815/?format=api",
            "priority": 100,
            "id": 12295895,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f3d1ce65c1245a86",
            "url": "https://l10n.opensuse.org/api/units/12295895/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.143326Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Alternative handles_via implementation"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 851773089507295160,
            "content_hash": 851773089507295160,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Sub-HandlesVia/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2758,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714816/?format=api",
            "priority": 100,
            "id": 12295896,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=8bd21b1cad51bfb8",
            "url": "https://l10n.opensuse.org/api/units/12295896/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.197325Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "If you've used Moose's native attribute traits, or MooX::HandlesVia before, you should have a fairly good idea what this does.\n\nWhy re-invent the wheel? Well, this is an implementation that should work okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it. One ring to rule them all, so to speak.\n\nAlso, unlike MooX::HandlesVia, it honours type constraints, plus it doesn't have the limitation that it can't mutate non-reference values."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 50280764202914193,
            "content_hash": 50280764202914193,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Sub-HandlesVia/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2759,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 74,
            "source_unit": "https://l10n.opensuse.org/api/units/12714817/?format=api",
            "priority": 100,
            "id": 12295897,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=80b2a216b1599191",
            "url": "https://l10n.opensuse.org/api/units/12295897/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.245882Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Module for accessing System load averages."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8588493437256898206,
            "content_hash": 8588493437256898206,
            "location": "",
            "context": "",
            "note": "leap/perl-Sys-LoadAvg/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1869,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12714818/?format=api",
            "priority": 100,
            "id": 12295898,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f73075470378969e",
            "url": "https://l10n.opensuse.org/api/units/12295898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.330259Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Query the total free and used physical memory"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5762597693853351774,
            "content_hash": 5762597693853351774,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Sys-MemInfo/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2761,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714819/?format=api",
            "priority": 100,
            "id": 12295899,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cff8dc122d9d3f5e",
            "url": "https://l10n.opensuse.org/api/units/12295899/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.416070Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables.\n\nTotal amount of free and user swap memory are alse returned in totalswap and freeswap variables.\n\nThis module has been tested on Linux 3.13.0, UnixWare 7.1.2, AIX5, OpenBSD 3.8, NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5, Mac OS X 10.2 darwin and Windows XP.\n\nIt should work on FreeBSD 4 and Windows 9X/ME/NT/200X/Vista."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2020888056357441071,
            "content_hash": 2020888056357441071,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Sys-MemInfo/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2762,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 75,
            "source_unit": "https://l10n.opensuse.org/api/units/12714820/?format=api",
            "priority": 100,
            "id": 12295900,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=9c0ba2faea03ce2f",
            "url": "https://l10n.opensuse.org/api/units/12295900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.452305Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Object for running system commands"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6756143399655330521,
            "content_hash": 6756143399655330521,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-System-Command/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2763,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714821/?format=api",
            "priority": 100,
            "id": 12295901,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ddc2a4a05c0e52d9",
            "url": "https://l10n.opensuse.org/api/units/12295901/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.490016Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their 'STDIN', 'STDOUT' and 'STDERR' handles."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7274411069274367399,
            "content_hash": 7274411069274367399,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-System-Command/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2764,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://l10n.opensuse.org/api/units/12714822/?format=api",
            "priority": 100,
            "id": 12295902,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e4f3e6537644a5a7",
            "url": "https://l10n.opensuse.org/api/units/12295902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.521310Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Colorizes text using ANSI colors"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8909381857229327508,
            "content_hash": 8909381857229327508,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Plugin-Filter-ANSIColor/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2765,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714823/?format=api",
            "priority": 100,
            "id": 12295903,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fba47b986076cc94",
            "url": "https://l10n.opensuse.org/api/units/12295903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.554088Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "colorizes text using ANSI colors"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -230121767538390392,
            "content_hash": -230121767538390392,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Plugin-Filter-ANSIColor/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2766,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714824/?format=api",
            "priority": 100,
            "id": 12295904,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=7cce7178beca0a88",
            "url": "https://l10n.opensuse.org/api/units/12295904/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.589008Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Adds a .json vmethod and a json filter"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7786366484019465,
            "content_hash": 7786366484019465,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Plugin-JSON-Escape/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2767,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714825/?format=api",
            "priority": 100,
            "id": 12295905,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=801ba9a8b85ef909",
            "url": "https://l10n.opensuse.org/api/units/12295905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.670526Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This plugin allows you to embed JSON strings in HTML. In the output, special characters such as '<' and '&' are escaped as '\\uxxxx' to prevent XSS attacks.\n\nIt also provides decoding function to keep compatibility with Template::Plugin::JSON."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8162336893178821569,
            "content_hash": 8162336893178821569,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Plugin-JSON-Escape/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2768,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 38,
            "source_unit": "https://l10n.opensuse.org/api/units/12714826/?format=api",
            "priority": 100,
            "id": 12295906,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f14672288efd3bc1",
            "url": "https://l10n.opensuse.org/api/units/12295906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.753890Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Template Toolkit reimplemented in as little code as possible"
            ],
            "previous_source": "A date object with as little code as possible",
            "target": [
                "Объект даты с минимумом кода"
            ],
            "id_hash": 274448016209543673,
            "content_hash": 274448016209543673,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Tiny/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2769,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12714827/?format=api",
            "priority": 100,
            "id": 12295907,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=83cf0904437b01f9",
            "url": "https://l10n.opensuse.org/api/units/12295907/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:42.907154Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Access the terminfo database"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7278148925967079712,
            "content_hash": -7278148925967079712,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Terminfo/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2776,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714829/?format=api",
            "priority": 100,
            "id": 12295909,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=1afed21cf55766e0",
            "url": "https://l10n.opensuse.org/api/units/12295909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.099503Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Objects in this class provide access to _terminfo_ database entires.\n\nThis database provides information about a terminal, in three separate sets of capabilities. Flag capabilities indicate the presence of a particular ability, feature, or bug simply by their presence. Number capabilities give the size, count or other numeric detail of some feature of the terminal. String capabilities are usually control strings that the terminal will recognise, or send.\n\nCapabilities each have two names; a short name called the capname, and a longer name called the varname. This class provides two sets of methods, one that works on capnames, one that work on varnames.\n\nThis module optionally uses _unibilium_ to access the terminfo(5) database, if it is available at compile-time. If not, it will use _<term.h>_ and _-lcurses_. For more detail, see the SEE ALSO section below."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2990018909014292478,
            "content_hash": -2990018909014292478,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Terminfo/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2777,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 136,
            "source_unit": "https://l10n.opensuse.org/api/units/12714830/?format=api",
            "priority": 100,
            "id": 12295910,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=568151a4e0808802",
            "url": "https://l10n.opensuse.org/api/units/12295910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.159893Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test a list of subroutines provided by a module"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4985167198388285628,
            "content_hash": -4985167198388285628,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-API/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2778,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12714831/?format=api",
            "priority": 100,
            "id": 12295911,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3ad120d87a230f44",
            "url": "https://l10n.opensuse.org/api/units/12295911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.219336Z",
            "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 test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5314918204986580646,
            "content_hash": -5314918204986580646,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-API/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2779,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://l10n.opensuse.org/api/units/12714832/?format=api",
            "priority": 100,
            "id": 12295912,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=363d9e0d5d84a15a",
            "url": "https://l10n.opensuse.org/api/units/12295912/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.297704Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Incredibly simple helpers for testing code with exceptions"
            ],
            "previous_source": "incredibly simple helpers for testing code with exceptions",
            "target": [
                "Невероятно простые помощники для тестирования кода с исключениями"
            ],
            "id_hash": 1757956381115822734,
            "content_hash": 1757956381115822734,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Fatal/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2785,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714833/?format=api",
            "priority": 100,
            "id": 12295913,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=98658403bb0a328e",
            "url": "https://l10n.opensuse.org/api/units/12295913/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.485015Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.\n\nIt exports one routine by default: 'exception'. \n*Achtung!* 'exception' intentionally does not manipulate the call stack. User-written test functions that use 'exception' must be careful to avoid false positives if exceptions use stack traces that show arguments. For a more magical approach involving globally overriding 'caller', see Test::Exception."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4802277907042656861,
            "content_hash": 4802277907042656861,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Fatal/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2786,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 76,
            "source_unit": "https://l10n.opensuse.org/api/units/12714834/?format=api",
            "priority": 100,
            "id": 12295914,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=c2a51e5019fbe25d",
            "url": "https://l10n.opensuse.org/api/units/12295914/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.543469Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test file attributes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2734264793245386039,
            "content_hash": 2734264793245386039,
            "location": "",
            "context": "",
            "note": "leap/perl-Test-File/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1955,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12714835/?format=api",
            "priority": 100,
            "id": 12295915,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a5f20f57bb3f8537",
            "url": "https://l10n.opensuse.org/api/units/12295915/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.618184Z",
            "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 is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatly facilitates testing of networking client code where the server follows a known protocol.\n\nThe synopsis describes a typical case where you want to test how your application reacts to various responses from the server. This module will let you send back various responses depending on the request, without having to set up a real server to test against. This can be invaluable when you need to test edge cases or error conditions that are not normally returned from the server.\n\nThere are a lot of different ways you can set up the response mappings, and hook into this module; see the documentation for the individual interface methods.\n\nYou can use a PSGI app to handle the requests - see _examples/call_psgi.t_ in this distribution, and also register_psgi below.\n\nOR, you can route some or all requests through the network as normal, but still gain the hooks provided by this class to test what was sent and received:\n\n    my $useragent = Test::LWP::UserAgent->new(network_fallback => 1);\n\nor:\n\n    $useragent->map_network_response(qr/real.network.host/);\n\n    \n\n         is(         $useragent->last_useragent->timeout,         180,         'timeout was overridden properly',     );     is(         $useragent->last_http_request_sent->uri,         'uri my code should have constructed',     );     is(         $useragent->last_http_response_received->code,         '200',         'I should have gotten an OK response',     );"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4380390309481493216,
            "content_hash": 4380390309481493216,
            "location": "",
            "context": "",
            "note": "leap/perl-Test-LWP-UserAgent/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1973,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 230,
            "source_unit": "https://l10n.opensuse.org/api/units/12714836/?format=api",
            "priority": 100,
            "id": 12295916,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=bcca45c7363532e0",
            "url": "https://l10n.opensuse.org/api/units/12295916/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.757750Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mocking framework with method stubs and behaviour verification"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4523601314180170970,
            "content_hash": -4523601314180170970,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Magpie/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2799,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714837/?format=api",
            "priority": 100,
            "id": 12295917,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=4138f09262ccfb26",
            "url": "https://l10n.opensuse.org/api/units/12295917/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.808585Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test::Magpie is a test double framework heavily inspired by the Mockito framework for Java, and also the Python-Mockito project. In Mockito, you \"spy\" on objects for their behaviour, rather than being upfront about what should happen. I find this approach to be significantly more flexible and easier to work with than mocking systems like EasyMock, so I created a Perl implementation. \n* Mock objects\n\nMock objects, represented by Test::Magpie::Mock objects, are objects that pretend to be everything you could ever want them to be. A mock object can have any method called on it, does every roles, and isa subclass of any superclass. This allows you to easily throw a mock object around it will be treated as though it was a real object. \n* Method stubbing\n\nAny method can be called on a mock object, and it will be logged as an invocation. By default, method calls return 'undef' in scalar context or an empty list in list context. Often, though, clients will be interested in the result of calling a method with some arguments. So you may specify how a method stub should respond when it is called. \n* Verify interactions\n\nAfter calling your concrete code (the code under test) you may want to check that the code did operate correctly on the mock. To do this, you can use verifications to make sure code was called, with correct parameters and the correct amount of times. \n* Argument matching\n\nMagpie gives you some helpful methods to validate arguments passed in to calls. You can check equality between arguments, or consume a general type of argument, or consume multiple arguments. See Test::Magpie::ArgumentMatcher for the juicy details."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2025794673777061412,
            "content_hash": -2025794673777061412,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Magpie/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2800,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 277,
            "source_unit": "https://l10n.opensuse.org/api/units/12714838/?format=api",
            "priority": 100,
            "id": 12295918,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=63e2ee7a31a3d1dc",
            "url": "https://l10n.opensuse.org/api/units/12295918/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.878250Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Interact with a t/test_manifest file"
            ],
            "previous_source": "",
            "target": [
                "Взаимодействие с файлом t/test_manifest"
            ],
            "id_hash": 5562895539982986896,
            "content_hash": 5562895539982986896,
            "location": "",
            "context": "",
            "note": "leap/perl-Test-Manifest/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1980,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714839/?format=api",
            "priority": 100,
            "id": 12295919,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cd336005274a6e90",
            "url": "https://l10n.opensuse.org/api/units/12295919/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:43.953165Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Assert that code produces metrics via L<Metrics::Any>"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3793026948493843985,
            "content_hash": 3793026948493843985,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Metrics-Any/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2801,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12714840/?format=api",
            "priority": 100,
            "id": 12295920,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b4a389e9d0759e11",
            "url": "https://l10n.opensuse.org/api/units/12295920/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.057485Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This test module helps write unit tests which assert that the code under test reports metrics via Metrics::Any.\n\nLoading this module automatically sets the Metrics::Any::Adapter type to 'Test'."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9194157867085013070,
            "content_hash": 9194157867085013070,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Metrics-Any/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2802,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://l10n.opensuse.org/api/units/12714841/?format=api",
            "priority": 100,
            "id": 12295921,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ff9835de0c77204e",
            "url": "https://l10n.opensuse.org/api/units/12295921/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.131658Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mock Datetime->Now Calls During Tests"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1492255850258109827,
            "content_hash": 1492255850258109827,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-MockDateTime/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2803,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714842/?format=api",
            "priority": 100,
            "id": 12295922,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=94b58eca1ca21583",
            "url": "https://l10n.opensuse.org/api/units/12295922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.212827Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Getting the current time sometimes is not very helpful for testing scenarios. Instead, if you could obtain a known value during the runtime of a testcase will make your results predictable.\n\nWhy another Date Mocker? I wanted something simple with a very concise usage pattern and a mocked date should only exist and stay constant inside a scope. After leaving the scope the current time should be back. This lead to this tiny module.\n\nThis simple module allows faking a given date and time for the runtime of a subsequent code block. By default the 'on' keyword is exported into the namespace of the test file. The date to get mocked must be in a format that is recognized by DateTime::Format::DateParse.\n\n    on '2013-01-02 03:04:05', sub { ... };\n\nis basically the same as\n\n    {         my $now = DateTime::Format::DateParse->parse_datetime(             '2013-01-02 03:04:05'         );\n\n        local *DateTime::now = sub { $now->clone };\n\n        ... everything from code block above     }\n\nA drawback when relying on this module is that you must know that the module you are testing uses 'DateTime->now' to obtain the current time. =cut"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2256211474857343757,
            "content_hash": 2256211474857343757,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-MockDateTime/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2804,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 181,
            "source_unit": "https://l10n.opensuse.org/api/units/12714843/?format=api",
            "priority": 100,
            "id": 12295923,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=9f4fac61e9083b0d",
            "url": "https://l10n.opensuse.org/api/units/12295923/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.273669Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "precision testing for modern perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7429668957920629485,
            "content_hash": 7429668957920629485,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Modern/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2805,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714844/?format=api",
            "priority": 100,
            "id": 12295924,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e71b7c8d9b9b12ed",
            "url": "https://l10n.opensuse.org/api/units/12295924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.335184Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test::Modern provides the best features of the Test::More manpage, the Test::Fatal manpage, the Test::Warnings manpage, the Test::API manpage, the Test::LongString manpage, and the Test::Deep manpage, as well as ideas from the Test::Requires manpage, the Test::DescribeMe manpage, the Test::Moose manpage, and the Test::CleanNamespaces manpage.\n\nTest::Modern also automatically imposes the strict manpage and the warnings manpage on your script, and loads the IO::File manpage. (Much of the same stuff the Modern::Perl manpage does.)\n\nAlthough Test::Modern is a modern testing framework, it should run fine on pre-modern versions of Perl. It should be easy to install on Perl 5.8.9 and above; and if you can persuade its dependencies to install (not necessarily easy!), should be OK on anything back to Perl 5.6.1."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7127014471506035181,
            "content_hash": -7127014471506035181,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Modern/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2806,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 119,
            "source_unit": "https://l10n.opensuse.org/api/units/12714845/?format=api",
            "priority": 100,
            "id": 12295925,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=1d17c21944d07e13",
            "url": "https://l10n.opensuse.org/api/units/12295925/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.381228Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Module to align text"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5872550547813494094,
            "content_hash": 5872550547813494094,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Text-Aligner/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2812,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714846/?format=api",
            "priority": 100,
            "id": 12295926,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=d17f7d9beff2ed4e",
            "url": "https://l10n.opensuse.org/api/units/12295926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.556991Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Sprintf-like function with named conversions"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 710814710442320148,
            "content_hash": 710814710442320148,
            "location": "",
            "context": "",
            "note": "leap/perl-Text-Sprintf-Named/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2126,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714847/?format=api",
            "priority": 100,
            "id": 12295927,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=89dd52368d096114",
            "url": "https://l10n.opensuse.org/api/units/12295927/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.699504Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Tied handle that hides the beginning of a file"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6615957603753518787,
            "content_hash": 6615957603753518787,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Tie-Handle-Offset/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2819,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12714848/?format=api",
            "priority": 100,
            "id": 12295928,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=dbd09a6344c5e6c3",
            "url": "https://l10n.opensuse.org/api/units/12295928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.746721Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This modules provides a file handle that hides the beginning of a file. After opening, the file is positioned at the offset location. 'seek()' and 'tell()' calls are modified to preserve the offset.\n\nFor example, 'tell($fh)' will return 0, though the actual file position is at the offset. Likewise, 'seek($fh,80,0)' will seek to 80 bytes from the offset instead of 80 bytes from the actual start of the file."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2348340105089514515,
            "content_hash": 2348340105089514515,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Tie-Handle-Offset/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2820,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 69,
            "source_unit": "https://l10n.opensuse.org/api/units/12714849/?format=api",
            "priority": 100,
            "id": 12295929,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a096fae22fa9fc13",
            "url": "https://l10n.opensuse.org/api/units/12295929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.803345Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Graphical user interface toolkit for Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2694588949644924339,
            "content_hash": 2694588949644924339,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Tk/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2821,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12714850/?format=api",
            "priority": 100,
            "id": 12295930,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a5651a5f874755b3",
            "url": "https://l10n.opensuse.org/api/units/12295930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:44.945678Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Development files for perl-Tk"
            ],
            "previous_source": "",
            "target": [
                "Файлы разработки для utempter"
            ],
            "id_hash": -1455145660197141408,
            "content_hash": -1455145660197141408,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Tk/perl-Tk-devel/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2825,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714852/?format=api",
            "priority": 100,
            "id": 12295932,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6bce48bb537f8460",
            "url": "https://l10n.opensuse.org/api/units/12295932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.092389Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Development files for Tk - a graphical user interface toolkit for Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8728246083456924802,
            "content_hash": -8728246083456924802,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Tk/perl-Tk-devel/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2826,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://l10n.opensuse.org/api/units/12714853/?format=api",
            "priority": 100,
            "id": 12295933,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=06df0a6e6b5b037e",
            "url": "https://l10n.opensuse.org/api/units/12295933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.191608Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "AnyEvent HTTP server for PSGI"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8249415340732893103,
            "content_hash": 8249415340732893103,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Twiggy/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2828,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714854/?format=api",
            "priority": 100,
            "id": 12295934,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f27bcf8b8d0ac7af",
            "url": "https://l10n.opensuse.org/api/units/12295934/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.264400Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Twiggy is a lightweight and fast HTTP server with unique features such as: \n* PSGI\n\nCan run any PSGI applications. Fully supports _psgi.nonblocking_ and _psgi.streaming_ interfaces. \n* AnyEvent\n\nThis server uses AnyEvent and runs in a non-blocking event loop, so it's best to run event-driven web applications that runs I/O bound jobs or delayed responses such as long-poll, WebSocket or streaming content (server push).\n\nThis software used to be called Plack::Server::AnyEvent but was renamed to Twiggy. \n* Fast header parser\n\nUses XS/C based HTTP header parser for the best performance. (optional, install the HTTP::Parser::XS module to enable it; see also Plack::HTTPParser for more information). \n* Lightweight and Fast\n\nThe memory required to run twiggy is 6MB and it can serve more than 4500 req/s with a single process on Perl 5.10 with MacBook Pro 13\" late 2009. \n* Superdaemon aware\n\nSupports Server::Starter for hot deploy and graceful restarts.\n\nTo use it, instead of the usual:\n\n    plackup --server Twiggy --port 8111 app.psgi\n\ninstall Server::Starter and use:\n\n    start_server --port 8111 -- plackup --server Twiggy app.psgi"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2491863987708359869,
            "content_hash": -2491863987708359869,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Twiggy/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2829,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 173,
            "source_unit": "https://l10n.opensuse.org/api/units/12714855/?format=api",
            "priority": 100,
            "id": 12295935,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5d6b1ee7d80e0b43",
            "url": "https://l10n.opensuse.org/api/units/12295935/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.361442Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Turns ref() into a multimethod"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5466089187291109829,
            "content_hash": 5466089187291109829,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-UNIVERSAL-ref/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2834,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714856/?format=api",
            "priority": 100,
            "id": 12295936,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cbdb7327bf1719c5",
            "url": "https://l10n.opensuse.org/api/units/12295936/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.487919Z",
            "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 changes the behavior of the builtin function ref(). If ref() is called on an object that has requested an overloaded ref, the object's '->ref' method will be called and its return value used instead."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8413039867824400267,
            "content_hash": 8413039867824400267,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-UNIVERSAL-ref/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2835,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://l10n.opensuse.org/api/units/12714857/?format=api",
            "priority": 100,
            "id": 12295937,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f4c11f2f82df678b",
            "url": "https://l10n.opensuse.org/api/units/12295937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.563617Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "WebSocket support for URI package"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7536956876733059503,
            "content_hash": 7536956876733059503,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-URI-ws/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2839,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12714858/?format=api",
            "priority": 100,
            "id": 12295938,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e898a658cd1c91af",
            "url": "https://l10n.opensuse.org/api/units/12295938/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.629783Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "After this module is installed, the URI package provides the same set of methods for WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2867708620568235709,
            "content_hash": -2867708620568235709,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-URI-ws/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2840,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 28,
            "source_unit": "https://l10n.opensuse.org/api/units/12714859/?format=api",
            "priority": 100,
            "id": 12295939,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5833da340fb47143",
            "url": "https://l10n.opensuse.org/api/units/12295939/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.705898Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "DCE compatible Universally Unique Identifier library for Perl"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9084490660196350814,
            "content_hash": 9084490660196350814,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-UUID/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2841,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12714860/?format=api",
            "priority": 100,
            "id": 12295940,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fe12981fae5b7b5e",
            "url": "https://l10n.opensuse.org/api/units/12295940/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.825404Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. For instance, they could be used to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash.\n\nThe generated UUIDs can be reasonably expected to be unique within a system, and unique across all systems, and are compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1917418058517041356,
            "content_hash": -1917418058517041356,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-UUID/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2842,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 82,
            "source_unit": "https://l10n.opensuse.org/api/units/12714861/?format=api",
            "priority": 100,
            "id": 12295941,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=6563f66f482c2f34",
            "url": "https://l10n.opensuse.org/api/units/12295941/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.884827Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "East Asian Width properties"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8773568494152131603,
            "content_hash": 8773568494152131603,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Unicode-EastAsianWidth/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2843,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12714862/?format=api",
            "priority": 100,
            "id": 12295942,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f9c1fa0fa27f2413",
            "url": "https://l10n.opensuse.org/api/units/12295942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-15T06:47:45.949207Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        }
    ]
}