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=55
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=56",
    "previous": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/units/?format=api&page=54",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "*Locale-Codes* is a distribution containing a set of modules designed to work with sets of codes which uniquely identify something. For example, there are codes associated with different countries, different currencies, different languages, etc. These sets of codes are typically maintained in some standard.\n\nThis distribution provides a way to work with these lists of codes. Because the data from the various standards is not available in any sort of consistent API, access to the lists is not available in any direct fashion. To compensate for this, the list of codes is stored internally within this distribution, and the distribution is updated on a regular basis to include all known codes at that point in time. This does mean that it is necessary to keep this distribution up-to-date to keep up with the various changes that are made in the various standards.\n\nTraditionally, a module has been created to work with each type of code sets. So, there is a module for working with country lists, one for currency lists, etc. Since version 3.00, all of these individual modules were written as wrappers around a central module (which was not intended to be used directly) which did all of the real work.\n\nStarting with version 3.50, the central module was reworked slightly to provide an object-oriented interface. All of the modules for working with individual types of code sets were reworked to use the improved OO module, so the traditional interfaces still work as they always have. As a result, you are free to use the traditional functional (non-OO) interfaces, or to use the OO interface and bypass the wrapper modules entirely.\n\nBoth methods will be supported in the future, so use the one that is best suited to your needs.\n\nWithin each type, any number of code sets are allowed. For example, sets of country codes are maintained in several different locations including the ISO-3166 standard, the IANA, and by the United Nations. The lists of countries are similar, but not identical. Multiple code sets are supported, though trying to convert from one code set to another will not always work since the list of countries is not one-to-one.\n\nAll data in all of these modules comes directly from the original standards (or as close to direct as possible), so it should be up-to-date at the time of release.\n\nI plan on releasing a new version several times a year to incorporate any changes made in the standards. However, I don't always know about changes that occur, so if any of the standards change, and you want a new release sooner, just email me and I'll get one out."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8775482638770448929,
            "content_hash": -8775482638770448929,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Locale-Codes/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2602,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 440,
            "source_unit": "https://l10n.opensuse.org/api/units/12802111/?format=api",
            "priority": 100,
            "id": 12806146,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=06373908d77ad5df",
            "url": "https://l10n.opensuse.org/api/units/12806146/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.347675Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, _both in the sense of GNU gettext and Maketext_. As a result, you _enjoy both their advantages, and get rid of both their problems, too._\n\nYou start as a usual GNU gettext localization project: Work on PO files with the help of translators, reviewers and Emacs. Turn them into MO files with _msgfmt_. Copy them into the appropriate locale directory, such as _/usr/share/locale/de/LC_MESSAGES/myapp.mo_.\n\nThen, build your Maketext localization class, with your base class changed from Locale::Maketext(3) to Locale::Maketext::Gettext. That is all."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4599864575266857438,
            "content_hash": 4599864575266857438,
            "location": "",
            "context": "",
            "note": "leap/perl-Locale-Maketext-Gettext/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1120,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 105,
            "source_unit": "https://l10n.opensuse.org/api/units/12802112/?format=api",
            "priority": 100,
            "id": 12806147,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=bfd60075c7af21de",
            "url": "https://l10n.opensuse.org/api/units/12806147/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.355759Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Minion is a high performance job queue for the Perl programming language, with support for multiple named queues, priorities, high priority fast lane, delayed jobs, job dependencies, job progress, job results, retries with backoff, rate limiting, unique jobs, expiring jobs, statistics, distributed workers, parallel processing, autoscaling, remote control, at https://mojolicious.org admin ui, resource leak protection and multiple backends (such as at https://www.postgresql.org).\n\nJob queues allow you to process time and/or computationally intensive tasks in background processes, outside of the request/response lifecycle of web applications. Among those tasks you'll commonly find image resizing, spam filtering, HTTP downloads, building tarballs, warming caches and basically everything else you can imagine that's not super fast.\n\nTake a look at our excellent documentation in Minion::Guide!"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1679847580593020702,
            "content_hash": -1679847580593020702,
            "location": "",
            "context": "",
            "note": "leap/perl-Minion/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 120,
            "source_unit": "https://l10n.opensuse.org/api/units/12802113/?format=api",
            "priority": 100,
            "id": 12806148,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=68affb8691f420e2",
            "url": "https://l10n.opensuse.org/api/units/12806148/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.471862Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the at https://html.spec.whatwg.org/ and at https://www.w3.org/TR/xml/, and matching based on at https://www.w3.org/TR/selectors/. It will even try to interpret broken HTML and XML, so you should not use it for validation."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 592569024858161075,
            "content_hash": 592569024858161075,
            "location": "",
            "context": "",
            "note": "leap/perl-Mojo-DOM58/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1281,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://l10n.opensuse.org/api/units/12802114/?format=api",
            "priority": 100,
            "id": 12806149,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=88393a637791ffb3",
            "url": "https://l10n.opensuse.org/api/units/12806149/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.522236Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8622159795093213584,
            "content_hash": -8622159795093213584,
            "location": "",
            "context": "",
            "note": "leap/perl-Mojolicious-Plugin-AssetPack/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1292,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://l10n.opensuse.org/api/units/12802115/?format=api",
            "priority": 100,
            "id": 12806150,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=0857ef5938d06e70",
            "url": "https://l10n.opensuse.org/api/units/12806150/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.559093Z",
            "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::AssetPack is a Mojolicious plugin for processing static assets. The idea is that JavaScript and CSS files should be served as one minified file to save bandwidth and roundtrip time to the server.\n\nThere are many external tools for doing this, but integrating them with Mojolicious can be a struggle: You want to serve the source files directly while developing, but a minified version in production. This assetpack plugin will handle all of that automatically for you.\n\nYour application creates and refers to an asset by its topic (virtual asset name). The process of building actual assets from their components is delegated to \"pipe objects\"."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7859413363472809808,
            "content_hash": 7859413363472809808,
            "location": "",
            "context": "",
            "note": "leap/perl-Mojolicious-Plugin-AssetPack/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1293,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 105,
            "source_unit": "https://l10n.opensuse.org/api/units/12802116/?format=api",
            "priority": 100,
            "id": 12806151,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ed123ed028c13f50",
            "url": "https://l10n.opensuse.org/api/units/12806151/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.565418Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Make your Moo-based object constructors blow up on unknown attributes"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5487614020323012558,
            "content_hash": 5487614020323012558,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-StrictConstructor/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2647,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://l10n.opensuse.org/api/units/12802117/?format=api",
            "priority": 100,
            "id": 12806152,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cc27ebe079ce6fce",
            "url": "https://l10n.opensuse.org/api/units/12806152/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.641683Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Simply loading this module makes your constructors \"strict\". If your constructor is called with an attribute init argument that your class does not declare, then it dies. This is a great way to catch small typos.\n\nYour application can use Carp::Always to generate stack traces on 'die'. Previously all exceptions contained traces, but this could potentially leak sensitive information, e.g.\n\n    My::Sensitive::Class->new( password => $sensitive, extra_value => 'foo' );"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5802744215165988166,
            "content_hash": 5802744215165988166,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-MooX-StrictConstructor/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2648,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 68,
            "source_unit": "https://l10n.opensuse.org/api/units/12802118/?format=api",
            "priority": 100,
            "id": 12806153,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=d0877d1e936bed46",
            "url": "https://l10n.opensuse.org/api/units/12806153/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.650510Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Mouse role for processing command line options"
            ],
            "previous_source": "",
            "target": [
                "Библиотека языка C для разбора параметров командной строки"
            ],
            "id_hash": -4072798475942460528,
            "content_hash": -4072798475942460528,
            "location": "",
            "context": "",
            "note": "leap/perl-MouseX-Getopt/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1428,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12802119/?format=api",
            "priority": 100,
            "id": 12806154,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=477a835d5fb28390",
            "url": "https://l10n.opensuse.org/api/units/12806154/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.713322Z",
            "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 role which provides an alternate constructor for creating objects using parameters passed in from the command line.\n\nThis module attempts to DWIM as much as possible with the command line params by introspecting your class's attributes. It will use the name of your attribute as the command line option, and if there is a type constraint defined, it will configure Getopt::Long to handle the option accordingly.\n\nYou can use the trait MouseX::Getopt::Meta::Attribute::Trait or the attribute metaclass MouseX::Getopt::Meta::Attribute to get non-default commandline option names and aliases.\n\nYou can use the trait MouseX::Getopt::Meta::Attribute::Trait::NoGetopt or the attribute metaclass MouseX::Getopt::Meta::Attribute::NoGetopt to have 'MouseX::Getopt' ignore your attribute in the commandline options.\n\nBy default, attributes which start with an underscore are not given commandline argument support, unless the attribute's metaclass is set to MouseX::Getopt::Meta::Attribute. If you don't want your accessors to have the leading underscore in their name, you can do this:\n\n     has '_foo' => (accessor => 'foo', ...);\n\n     has '_bar' => (reader => 'bar', ...);\n\nThis will mean that Getopt will not handle a --foo param, but your code can still call the 'foo' method.\n\nIf your class also uses a configfile-loading role based on MouseX::ConfigFromFile, such as MouseX::SimpleConfig, MouseX::Getopt's 'new_with_options' will load the configfile specified by the '--configfile' option (or the default you've given for the configfile attribute) for you.\n\nOptions specified in multiple places follow the following precedence order: commandline overrides configfile, which overrides explicit new_with_options parameters."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4978466862854871352,
            "content_hash": -4978466862854871352,
            "location": "",
            "context": "",
            "note": "leap/perl-MouseX-Getopt/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1429,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 237,
            "source_unit": "https://l10n.opensuse.org/api/units/12802120/?format=api",
            "priority": 100,
            "id": 12806155,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3ae8eec3e97b66c8",
            "url": "https://l10n.opensuse.org/api/units/12806155/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.726330Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses.\n\nThe cidrvalidate() function, described below, checks that its argument is a single, valid IP address or a CIDR. The remaining functions expect that their parameters consist of validated IPs or CIDRs. See cidrvalidate() and BUGS, below, for more information."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7068363961447216516,
            "content_hash": 7068363961447216516,
            "location": "",
            "context": "",
            "note": "leap/perl-Net-CIDR/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1444,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 63,
            "source_unit": "https://l10n.opensuse.org/api/units/12802121/?format=api",
            "priority": 100,
            "id": 12806156,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=e217df92b93bf584",
            "url": "https://l10n.opensuse.org/api/units/12806156/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.741153Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8924295967631251812,
            "content_hash": 8924295967631251812,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Net-CIDR-Lite/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2657,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://l10n.opensuse.org/api/units/12802122/?format=api",
            "priority": 100,
            "id": 12806157,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fbd977e64d1c9964",
            "url": "https://l10n.opensuse.org/api/units/12806157/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.751510Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Net::INET6Glue is a collection of modules to make common modules IPv6 ready by hotpatching them.\n\nUnfortunatly the current state of IPv6 support in perl is that no IPv6 support is in the core and that a lot of important modules (like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6 sockets like Socket6, IO::Socket::IP or IO::Socket::INET6 are available.\n\nThis module tries to mitigate this by hotpatching. Currently the following submodules are available: \n* Net::INET6Glue::INET_is_INET6\n\nMakes IO::Socket::INET behave like IO::Socket::IP (with fallback to like IO::Socket::INET6), especially make it capable to create IPv6 sockets. This makes LWP, Net::SMTP and others IPv6 capable. \n* Net::INET6Glue::FTP\n\nHotpatches Net::FTP to support EPRT and EPSV commands which are needed to deal with FTP over IPv6. Also loads Net::INET6Glue::INET_is_INET6."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5055033827579643000,
            "content_hash": -5055033827579643000,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Net-INET6Glue/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2660,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 126,
            "source_unit": "https://l10n.opensuse.org/api/units/12802123/?format=api",
            "priority": 100,
            "id": 12806158,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=39d8e9843b883b88",
            "url": "https://l10n.opensuse.org/api/units/12806158/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.774890Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Parse, manipulate and lookup IP network blocks"
            ],
            "previous_source": "",
            "target": [
                "Анализ, обработка и поиск блоков IP-сетей"
            ],
            "id_hash": 5705952198577666405,
            "content_hash": 5705952198577666405,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Net-Netmask/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2664,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12802124/?format=api",
            "priority": 100,
            "id": 12806159,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cf2f9d4b0d94b965",
            "url": "https://l10n.opensuse.org/api/units/12806159/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.795009Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "This Perl class parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl::Critic policies and similar code.\n\nThe parse is fairly straightforward, and a little poking around with _eg/pqldump_ should show how it normally goes.\n\nBut there is at least one quote-like thing that probably needs some explanation."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9080529138331197931,
            "content_hash": 9080529138331197931,
            "location": "",
            "context": "",
            "note": "leap/perl-PPIx-QuoteLike/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1555,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://l10n.opensuse.org/api/units/12802125/?format=api",
            "priority": 100,
            "id": 12806160,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fe048523fed0a1eb",
            "url": "https://l10n.opensuse.org/api/units/12806160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.828985Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Parse mime-types, match against media ranges"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -608366153913790974,
            "content_hash": -608366153913790974,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Parse-MIME/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2683,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12802126/?format=api",
            "priority": 100,
            "id": 12806161,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=778ea634ce990e02",
            "url": "https://l10n.opensuse.org/api/units/12806161/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.887734Z",
            "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 basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5100605638111058048,
            "content_hash": -5100605638111058048,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Parse-MIME/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2684,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://l10n.opensuse.org/api/units/12802127/?format=api",
            "priority": 100,
            "id": 12806162,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3937023241092780",
            "url": "https://l10n.opensuse.org/api/units/12806162/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.916392Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "OO interface for testing low-level Plack/PSGI apps"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4399106099152869689,
            "content_hash": -4399106099152869689,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Plack-Test-Agent/summary\ntumbleweed/perl-Plack-Test-Agent/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2705,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/12802128/?format=api",
            "priority": 100,
            "id": 12806163,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=42f33c4f6ebd26c7",
            "url": "https://l10n.opensuse.org/api/units/12806163/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:53.984080Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "PostgreSQL features for SQL::Abstract"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4675252325736692018,
            "content_hash": -4675252325736692018,
            "location": "",
            "context": "",
            "note": "leap/perl-SQL-Abstract-Pg/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1727,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12802129/?format=api",
            "priority": 100,
            "id": 12806164,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=3f1e2ac7c12546ce",
            "url": "https://l10n.opensuse.org/api/units/12806164/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.110212Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "SQL::Abstract::Pg extends SQL::Abstract with a few PostgreSQL features used by Mojo::Pg."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -6220454086271214892,
            "content_hash": -6220454086271214892,
            "location": "",
            "context": "",
            "note": "leap/perl-SQL-Abstract-Pg/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1728,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://l10n.opensuse.org/api/units/12802130/?format=api",
            "priority": 100,
            "id": 12806165,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=29ac81f7462d5ad4",
            "url": "https://l10n.opensuse.org/api/units/12806165/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.117149Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Trim whitespace from your strings"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5860853984687389890,
            "content_hash": -5860853984687389890,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-String-Trim/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2752,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/12802131/?format=api",
            "priority": 100,
            "id": 12806166,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=2eaa105a6246833e",
            "url": "https://l10n.opensuse.org/api/units/12806166/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.229560Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "'String::Trim' trims whitespace off your strings. chomp trims only '$/' (typically, that's newline), but 'trim' will trim all leading and trailing whitespace."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2096257655528729676,
            "content_hash": -2096257655528729676,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-String-Trim/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2753,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://l10n.opensuse.org/api/units/12802132/?format=api",
            "priority": 100,
            "id": 12806167,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=62e898c4cc8453b4",
            "url": "https://l10n.opensuse.org/api/units/12806167/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.236575Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Helper routines for using Sub::Exporter to build methods"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5576925288628039063,
            "content_hash": 5576925288628039063,
            "location": "",
            "context": "",
            "note": "leap/perl-Sub-Exporter-ForMethods/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1833,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12802133/?format=api",
            "priority": 100,
            "id": 12806168,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=cd6538008f912d97",
            "url": "https://l10n.opensuse.org/api/units/12806168/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.254997Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "*Template::Tiny* is a reimplementation of a subset of the functionality from Template Toolkit in as few lines of code as possible.\n\nIt is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the retain the familiarity of TT-style templates.\n\nFor the subset of functionality it implements, it has fully-compatible template and stash API. All templates used with *Template::Tiny* should be able to be transparently upgraded to full Template Toolkit.\n\nUnlike Template Toolkit, *Template::Tiny* will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2758796579155627005,
            "content_hash": 2758796579155627005,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Template-Tiny/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2770,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 115,
            "source_unit": "https://l10n.opensuse.org/api/units/12802134/?format=api",
            "priority": 100,
            "id": 12806169,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a64936df3c224bfd",
            "url": "https://l10n.opensuse.org/api/units/12806169/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.323074Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Retrieve terminal size"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5883859050081423016,
            "content_hash": -5883859050081423016,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Size-Any/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2772,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/12802135/?format=api",
            "priority": 100,
            "id": 12806170,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=2e58555e336df158",
            "url": "https://l10n.opensuse.org/api/units/12806170/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.334534Z",
            "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 unified interface to retrieve terminal size. It loads one module of a list of known alternatives, each implementing some way to get the desired terminal information. This loaded module will actually do the job on behalf of 'Term::Size::Any'.\n\nThus, 'Term::Size::Any' depends on the availability of one of these modules:\n\n    Term::Size           (soon to be supported)     Term::Size::Perl     Term::Size::ReadKey  (soon to be supported)     Term::Size::Win32\n\nThis release fallbacks to Term::Size::Win32 if running in Windows 32 systems. For other platforms, it uses the first of Term::Size::Perl, Term::Size or Term::Size::ReadKey which loads successfully. (To be honest, I disabled the fallback to Term::Size and Term::Size::ReadKey which are buggy by now.)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5049117180553036850,
            "content_hash": 5049117180553036850,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Size-Any/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2773,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 106,
            "source_unit": "https://l10n.opensuse.org/api/units/12802136/?format=api",
            "priority": 100,
            "id": 12806171,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=c6121153082f8432",
            "url": "https://l10n.opensuse.org/api/units/12806171/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.340711Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Perl extension for retrieving terminal size (Perl version)"
            ],
            "previous_source": "Perl Extension for Writing PlRPC Servers",
            "target": [
                "Расширение Perl для написания серверов PlRPC"
            ],
            "id_hash": -54441926986632887,
            "content_hash": -54441926986632887,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Size-Perl/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2774,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12802137/?format=api",
            "priority": 100,
            "id": 12806172,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=7f3e955b1912f149",
            "url": "https://l10n.opensuse.org/api/units/12806172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.347564Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Yet another implementation of 'Term::Size'. Now in pure Perl, with the exception of a C probe run on build time."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7942763867182855602,
            "content_hash": 7942763867182855602,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Term-Size-Perl/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2775,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://l10n.opensuse.org/api/units/12802138/?format=api",
            "priority": 100,
            "id": 12806173,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ee3a5da7963df5b2",
            "url": "https://l10n.opensuse.org/api/units/12806173/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.359832Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style.\n\nBuilt using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.).\n\n_Note:_ This module will make more sense, if you are already familiar with the \"standard\" mechanisms for testing perl code. Those unfamiliar with Test::Harness, Test::Simple, Test::More and friends should go take a look at them now. Test::Tutorial is a good starting point."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8346573726313992229,
            "content_hash": 8346573726313992229,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-Class/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2781,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 77,
            "source_unit": "https://l10n.opensuse.org/api/units/12802139/?format=api",
            "priority": 100,
            "id": 12806174,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=f3d4fc95008dd025",
            "url": "https://l10n.opensuse.org/api/units/12806174/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.386878Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Implement a mock HTTP server for use in tests"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2596890327520320318,
            "content_hash": 2596890327520320318,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-HTTP-MockServer/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2790,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://l10n.opensuse.org/api/units/12802140/?format=api",
            "priority": 100,
            "id": 12806175,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=a40a01fe747f1b3e",
            "url": "https://l10n.opensuse.org/api/units/12806175/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.415435Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Sometimes, when writing a test, you don't have to oportunity to do dependency injection of the type of transport used in a specific API. Sometimes that code willl unequivocally always use actual HTTP and the only control you have is over the host and port to which it will connect.\n\nThis class offer a simple way to mock the service being called. It does that by binding to a random port on localhost and allowing you to inspect which port that was. Using a random port means that this can be used by tests running in parallel on the same host.\n\nThe socket will be bound and listened on the main test process, such that the lifetime of the connection is defined by the lifetime of the test itself.\n\nSince the socket will be already bound and listened to, the two conntrol methods (start_mock_server and stop_mock_server) fork only for the accept call, which means that it is safe to call start and stop several times during the test in order to change the expectations of the mocked code.\n\nThat allows you to easily configure the expectations of the mock server across each step of your test case. On the other hand, it also means that no state is shared between the code running in the mock server and the test code."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9005341276056127021,
            "content_hash": 9005341276056127021,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Test-HTTP-MockServer/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2791,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 221,
            "source_unit": "https://l10n.opensuse.org/api/units/12802141/?format=api",
            "priority": 100,
            "id": 12806176,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=fcf9662da07d062d",
            "url": "https://l10n.opensuse.org/api/units/12806176/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.422731Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Simple Eyecandy ASCII Tables"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4544207720771901007,
            "content_hash": -4544207720771901007,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Text-SimpleTable/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2815,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12802142/?format=api",
            "priority": 100,
            "id": 12806177,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=40efbb2779cda9b1",
            "url": "https://l10n.opensuse.org/api/units/12806177/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.545371Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Simple eyecandy ASCII tables."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3130486682176736361,
            "content_hash": -3130486682176736361,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Text-SimpleTable/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2816,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.opensuse.org/api/units/12802143/?format=api",
            "priority": 100,
            "id": 12806178,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=548e46f2d6c3b397",
            "url": "https://l10n.opensuse.org/api/units/12806178/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.551918Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Text::SimpleTable::AutoWidth - Simple eyecandy ASCII tables with auto-wi[cut]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2713150932630083189,
            "content_hash": -2713150932630083189,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Text-SimpleTable-AutoWidth/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2817,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.opensuse.org/api/units/12802144/?format=api",
            "priority": 100,
            "id": 12806179,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5a58f39a0690698b",
            "url": "https://l10n.opensuse.org/api/units/12806179/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.558387Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Simple eyecandy ASCII tables with auto-selection columns width, as seen in Catalyst."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3694967085421711326,
            "content_hash": 3694967085421711326,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-Text-SimpleTable-AutoWidth/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2818,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://l10n.opensuse.org/api/units/12802145/?format=api",
            "priority": 100,
            "id": 12806180,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b34728fcc7524fde",
            "url": "https://l10n.opensuse.org/api/units/12806180/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.564549Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Require() modules from a variable [deprecated]"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5445845783749123625,
            "content_hash": -5445845783749123625,
            "location": "",
            "context": "",
            "note": "leap/perl-UNIVERSAL-require/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2201,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12802146/?format=api",
            "priority": 100,
            "id": 12806181,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=346c781cee1321d7",
            "url": "https://l10n.opensuse.org/api/units/12806181/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.641461Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Before using this module, you should look at the alternatives, some of which are listed in SEE ALSO below.\n\nThis module provides a safe mechanism for loading a module at runtime, when you have the name of the module in a variable.\n\nIf you've ever had to do this...\n\n    eval \"require $module\";\n\nto get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this:\n\n    $module->require;\n\nIt doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3749349397036483724,
            "content_hash": 3749349397036483724,
            "location": "",
            "context": "",
            "note": "leap/perl-UNIVERSAL-require/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2202,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 117,
            "source_unit": "https://l10n.opensuse.org/api/units/12802147/?format=api",
            "priority": 100,
            "id": 12806182,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=b4085d69652f448c",
            "url": "https://l10n.opensuse.org/api/units/12806182/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.649771Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Class providing URI query string manipulation"
            ],
            "previous_source": "Class for easy date and time manipulation",
            "target": [
                "Класс для удобной обработки даты и времени"
            ],
            "id_hash": -3417056532034266171,
            "content_hash": -3417056532034266171,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-URI-Query/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2836,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/12802148/?format=api",
            "priority": 100,
            "id": 12806183,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=50942d303eab5bc5",
            "url": "https://l10n.opensuse.org/api/units/12806183/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.656720Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "URI::Query provides simple URI query string manipulation, allowing you to create and manipulate URI query strings from GET and POST requests in web applications. This is primarily useful for creating links where you wish to preserve some subset of the parameters to the current request, and potentially add or replace others. Given a query string this is doable with regexes, of course, but making sure you get the anchoring and escaping right is tedious and error-prone - this module is simpler."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1971448855213284406,
            "content_hash": -1971448855213284406,
            "location": "",
            "context": "",
            "note": "tumbleweed/perl-URI-Query/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2837,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 81,
            "source_unit": "https://l10n.opensuse.org/api/units/12802149/?format=api",
            "priority": 100,
            "id": 12806184,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=64a401b61c2963ca",
            "url": "https://l10n.opensuse.org/api/units/12806184/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.666678Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "A Perl interface to various services that shorten URLs. These sites maintain databases of long URLs, each of which has a unique identifier."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 323093239164250751,
            "content_hash": 323093239164250751,
            "location": "",
            "context": "",
            "note": "leap/perl-WWW-Shorten/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2243,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://l10n.opensuse.org/api/units/12802150/?format=api",
            "priority": 100,
            "id": 12806185,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=847bdb96d5b72a7f",
            "url": "https://l10n.opensuse.org/api/units/12806185/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-13T03:23:54.714638Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "'B::Keywords' supplies several arrays of exportable keywords: '@Scalars', '@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions', '@Barewords', '@BarewordsExtra', '@TieIOMethods', '@UNIVERSALMethods' and '@ExporterSymbols'.\n\nThe '@Symbols' array includes the contents of each of '@Scalars', '@Arrays', '@Hashes', '@Functions' and '@Filehandles'.\n\nSimilarly, '@Barewords' adds a few non-function keywords and operators to the '@Functions' array.\n\n'@BarewordsExtra' adds a few barewords which are not in keywords.h.\n\nAll additions and modifications are welcome.\n\nThe perl parser uses a static list of keywords from _regen/keywords.pl_ which constitutes the strict list of keywords @Functions and @Barewords, though some @Functions are not functions in the strict sense. Several library functions use more special symbols, handles and methods."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4113620576273482205,
            "content_hash": -4113620576273482205,
            "location": "",
            "context": "",
            "note": "leap/perl-B-Keywords/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 117,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 104,
            "source_unit": "https://l10n.opensuse.org/api/units/13182436/?format=api",
            "priority": 100,
            "id": 13184982,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=46e97be17a7b3e23",
            "url": "https://l10n.opensuse.org/api/units/13184982/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.404728Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Convenience assertions for common situations"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2845215275264810318,
            "content_hash": -2845215275264810318,
            "location": "",
            "context": "",
            "note": "leap/perl-Carp-Assert-More/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 198,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/13182437/?format=api",
            "priority": 100,
            "id": 13184983,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5883c3c8205362b2",
            "url": "https://l10n.opensuse.org/api/units/13184983/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.457140Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Carp::Assert::More is a convenient set of assertions to make the habit of writing assertions even easier.\n\nEverything in here is effectively syntactic sugar. There's no technical difference between calling one of these functions:\n\n    assert_datetime( $foo );     assert_isa( $foo, 'DateTime' );\n\nthat are provided by Carp::Assert::More and calling these assertions from Carp::Assert\n\n    assert( defined $foo );     assert( ref($foo) eq 'DateTime' );\n\nMy intent here is to make common assertions easy so that we as programmers have no excuse to not use them."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1603292929346395742,
            "content_hash": 1603292929346395742,
            "location": "",
            "context": "",
            "note": "leap/perl-Carp-Assert-More/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 199,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 81,
            "source_unit": "https://l10n.opensuse.org/api/units/13182438/?format=api",
            "priority": 100,
            "id": 13184984,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=96400a6cb4965e5e",
            "url": "https://l10n.opensuse.org/api/units/13184984/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.462159Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Simple .ini-file format"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1081379921182425673,
            "content_hash": -1081379921182425673,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-INI/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 310,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://l10n.opensuse.org/api/units/13182439/?format=api",
            "priority": 100,
            "id": 13184985,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=70fe2ab0eaae7db7",
            "url": "https://l10n.opensuse.org/api/units/13184985/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.630605Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "An MVP config reader for .ini files"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3113460087855227775,
            "content_hash": -3113460087855227775,
            "location": "",
            "context": "",
            "note": "leap/perl-Config-MVP-Reader-INI/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 316,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/13182440/?format=api",
            "priority": 100,
            "id": 13184986,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=54cac48bc1085c81",
            "url": "https://l10n.opensuse.org/api/units/13184986/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.648531Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any platforms.\n\nOften macOS's homebrew OpenSSL cause a problem on installation due to include path is not added. Some CPAN module provides to modify include path with configure-args, but Carton or Module::CPANfile is not supported to pass configure-args to each modules. Crypt::OpenSSL::* modules should use it on your Makefile.PL.\n\nThis module resolves the include path by Net::SSLeay's workaround. Original code is taken from 'inc/Module/Install/PRIVATE/Net/SSLeay.pm' by Net::SSLeay."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8041484009924426834,
            "content_hash": 8041484009924426834,
            "location": "",
            "context": "",
            "note": "leap/perl-Crypt-OpenSSL-Guess/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 360,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 75,
            "source_unit": "https://l10n.opensuse.org/api/units/13182441/?format=api",
            "priority": 100,
            "id": 13184987,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=ef991719f6877c52",
            "url": "https://l10n.opensuse.org/api/units/13184987/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:19.800616Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Parse and validate simple name/value option pairs"
            ],
            "previous_source": "parse and validate simple name/value option pairs",
            "target": [
                "Анализ и проверка простых пар опций имя/значение"
            ],
            "id_hash": -3129149558028124668,
            "content_hash": -3129149558028124668,
            "location": "",
            "context": "",
            "note": "leap/perl-Data-OptList/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 456,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.opensuse.org/api/units/13182442/?format=api",
            "priority": 100,
            "id": 13184988,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=5493070e50a9be04",
            "url": "https://l10n.opensuse.org/api/units/13184988/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:20.150055Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Unified interface to mail representations"
            ],
            "previous_source": "",
            "target": [
                "Интерфейс Perl к библиотеке uulib"
            ],
            "id_hash": 2046684009197051636,
            "content_hash": 2046684009197051636,
            "location": "",
            "context": "",
            "note": "leap/perl-Email-Abstract/summary",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 614,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://l10n.opensuse.org/api/units/13182443/?format=api",
            "priority": 100,
            "id": 13184989,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=9c67484337a99ef4",
            "url": "https://l10n.opensuse.org/api/units/13184989/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:20.686987Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Configure-time utilities for using C headers,"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 6322567475662643223,
            "content_hash": 6322567475662643223,
            "location": "",
            "context": "",
            "note": "leap/perl-ExtUtils-CChecker/summary",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 677,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://l10n.opensuse.org/api/units/13182444/?format=api",
            "priority": 100,
            "id": 13184990,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=d7be459ee74f6017",
            "url": "https://l10n.opensuse.org/api/units/13184990/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:20.912587Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        },
        {
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ru/?format=api",
            "source": [
                "Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the _Build.PL_ or _Makefile.PL_ file to check for the existance of these requirements before attempting to actually build the module.\n\nObjects in this class provide an extension around ExtUtils::CBuilder to simplify the creation of a _.c_ file, compiling, linking and running it, to test if a certain feature is present.\n\nIt may also be necessary to search for the correct library to link against, or for the right include directories to find header files in. This class also provides assistance here."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4274940211040593138,
            "content_hash": 4274940211040593138,
            "location": "",
            "context": "",
            "note": "leap/perl-ExtUtils-CChecker/description",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 678,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 104,
            "source_unit": "https://l10n.opensuse.org/api/units/13182445/?format=api",
            "priority": 100,
            "id": 13184991,
            "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ru/?checksum=bb53a378eb1ba4f2",
            "url": "https://l10n.opensuse.org/api/units/13184991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-23T16:55:20.916787Z",
            "last_updated": "2024-05-14T08:33:51.112561Z"
        }
    ]
}