Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/ru/units/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4657,
    "next": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/units/?format=api&page=9",
    "previous": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/units/?format=api&page=7",
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nSudo Rules\n"
            ],
            "previous_source": "",
            "target": [
                "\nПравила Sudo\n"
            ],
            "id_hash": 3826088698536339632,
            "content_hash": 3826088698536339632,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2227,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722429/?format=api",
            "priority": 100,
            "id": 2727969,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=b518ff665b6528b0",
            "url": "https://translate.fedoraproject.org/api/units/2727969/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.424592Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nSudo Rules\n\nSudo (su \"do\") allows a system administrator to delegate authority to\ngive certain users (or groups of users) the ability to run some (or all)\ncommands as root or another user while providing an audit trail of the\ncommands and their arguments.\n\nFreeIPA provides a means to configure the various aspects of Sudo:\n   Users: The user(s)/group(s) allowed to invoke Sudo.\n   Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke Sudo.\n   Allow Command: The specific command(s) permitted to be run via Sudo.\n   Deny Command: The specific command(s) prohibited to be run via Sudo.\n   RunAsUser: The user(s) or group(s) of users whose rights Sudo will be invoked with.\n   RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n   Options: The various Sudoers Options that can modify Sudo's behavior.\n\nAn order can be added to a sudorule to control the order in which they\nare evaluated (if the client supports it). This order is an integer and\nmust be unique.\n\nFreeIPA provides a designated binddn to use with Sudo located at:\nuid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nTo enable the binddn run the following command to set the password:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nEXAMPLES:\n\n Create a new rule:\n   ipa sudorule-add readfiles\n\n Add sudo command object and add it as allowed command in the rule:\n   ipa sudocmd-add /usr/bin/less\n   ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n\n Add a host to the rule:\n   ipa sudorule-add-host readfiles --hosts server.example.com\n\n Add a user to the rule:\n   ipa sudorule-add-user readfiles --users jsmith\n\n Add a special Sudo rule for default Sudo server configuration:\n   ipa sudorule-add defaults\n\n Set a default Sudo option:\n   ipa sudorule-add-option defaults --sudooption '!authenticate'\n"
            ],
            "previous_source": "",
            "target": [
                "\nПравила Sudo\n\nSudo (su \"do\") позволяет системному администратору делегировать полномочия, чтобы дать определённым пользователям (или группам пользователей) возможность выполнять некоторые (или все) команды от имени пользователя \"root\" или другого пользователя, вместе с тем предоставляя журнал аудита команд и их аргументов.\n\nFreeIPA предоставляет возможности настройки различных аспектов Sudo:\n   Users: пользователь (пользователи) или группа (группы), которые могут вызывать Sudo.\n   Hosts: узел (узлы) или группа (группы) узлов, пользователи которых могут вызывать Sudo.\n   Allow Command: конкретная команда (команды), которые разрешены для выполнения с помощью Sudo.  \n   Deny Command: конкретная команда (команды), которые запрещены для выполнения с помощью Sudo.\n   RunAsUser: пользователь (пользователи) или группа (группы) пользователей, от имени которых Sudo будет выполнять команды.\n   RunAsGroup: группа (группы), от имени которых  Sudo будет выполнять команды.\n   Options: различные параметры sudoers (участники Sudo), которые могут изменить поведение Sudo.\n\nПравилу Sudo можно добавить порядок, который будет руководить порядком обработки записей (если такой порядок предусмотрен на клиентской стороне). Порядок определяется числовым индексом (целое число), который не должен повторяться.\n\nFreeIPA предусматривает специальную привязку DN (binddn) для использования с Sudo:\nuid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nЧтобы включить binddn, выполните следующую команду для установки пароля:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nПРИМЕРЫ:\n\n Создать новое правило:\n   ipa sudorule-add readfiles\n\n Добавить объект команды Sudo и добавить его в правило в качестве разрешённой команды:\n   ipa sudocmd-add /usr/bin/less\n   ipa sudorule-add-allow-command readfiles --sudocmds /usr/bin/less\n\n Добавить узел в правило:\n   ipa sudorule-add-host readfiles --hosts server.example.com\n\n Добавить пользователя в правило:\n   ipa sudorule-add-user readfiles --users jsmith\n\n Добавить специальное правило Sudo для конфигурации сервера Sudo по умолчанию:\n   ipa sudorule-add defaults\n\n Указать параметр Sudo по умолчанию:\n   ipa sudorule-add-option defaults --sudooption '!authenticate'\n"
            ],
            "id_hash": 5243186759813810045,
            "content_hash": 5243186759813810045,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1312,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 271,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727970/?format=api",
            "priority": 100,
            "id": 2727971,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=c8c38a9415bbc77d",
            "url": "https://translate.fedoraproject.org/api/units/2727971/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.489469Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nSudo Rules\n\nSudo (su \"do\") allows a system administrator to delegate authority to\ngive certain users (or groups of users) the ability to run some (or all)\ncommands as root or another user while providing an audit trail of the\ncommands and their arguments.\n\nFreeIPA provides a means to configure the various aspects of Sudo:\n   Users: The user(s)/group(s) allowed to invoke Sudo.\n   Hosts: The host(s)/hostgroup(s) which the user is allowed to to invoke Sudo.\n   Allow Command: The specific command(s) permitted to be run via Sudo.\n   Deny Command: The specific command(s) prohibited to be run via Sudo.\n   RunAsUser: The user(s) or group(s) of users whose rights Sudo will be invoked with.\n   RunAsGroup: The group(s) whose gid rights Sudo will be invoked with.\n   Options: The various Sudoers Options that can modify Sudo's behavior.\n\nAn order can be added to a sudorule to control the order in which they\nare evaluated (if the client supports it). This order is an integer and\nmust be unique.\n\nFreeIPA provides a designated binddn to use with Sudo located at:\nuid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nTo enable the binddn run the following command to set the password:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nFor more information, see the FreeIPA Documentation to Sudo.\n"
            ],
            "previous_source": "",
            "target": [
                "\nПравила Sudo\n\nSudo (su \"do\") позволяет системному администратору делегировать полномочия, чтобы дать определённым пользователям (или группам пользователей) возможность выполнять некоторые (или все) команды от имени пользователя \"root\" или другого пользователя, вместе с тем предоставляя журнал аудита команд и их аргументов.\n\nFreeIPA предоставляет возможности настройки различных аспектов Sudo:\n   Users: пользователь (пользователи) или группа (группы), которые могут вызывать Sudo.\n   Hosts: узел (узлы) или группа (группы) узлов, пользователи которых могут вызывать Sudo.\n   Allow Command: конкретная команда (команды), которые разрешены для выполнения с помощью Sudo.  \n   Deny Command: конкретная команда (команды), которые запрещены для выполнения с помощью Sudo.\n   RunAsUser: пользователь (пользователи) или группа (группы) пользователей, от имени которых Sudo будет выполнять команды.\n   RunAsGroup: группа (группы), от имени которых  Sudo будет выполнять команды.\n   Options: различные параметры sudoers (участники Sudo), которые могут изменить поведение Sudo.\n\nПравилу Sudo можно добавить порядок, который будет руководить порядком обработки записей (если такой порядок предусмотрен на клиентской стороне). Порядок определяется числовым индексом (целое число), который не должен повторяться.\n\nFreeIPA предусматривает специальную привязку DN (binddn) для использования с Sudo:\nuid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nЧтобы включить binddn, выполните следующую команду для установки пароля:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n\nДополнительные сведения приведены в документации FreeIPA по Sudo.\n"
            ],
            "id_hash": 5286877255075372738,
            "content_hash": 5286877255075372738,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1979,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 206,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717844/?format=api",
            "priority": 100,
            "id": 2727972,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=c95ec2da37dc1ec2",
            "url": "https://translate.fedoraproject.org/api/units/2727972/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.508029Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nSymmetric vault is similar to the standard vault, but it\npre-encrypts the secret using a password before transport.\nThe secret can only be retrieved using the same password.\n"
            ],
            "previous_source": "",
            "target": [
                "\nСимметричное хранилище похоже на стандартное хранилище, но в нём секрет перед передачей предварительно шифруется с помощью пароля. Секрет можно получить только с помощью этого пароля.\n"
            ],
            "id_hash": -1250196152028662193,
            "content_hash": -1250196152028662193,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2911,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 28,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717846/?format=api",
            "priority": 100,
            "id": 2727973,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=6ea669393ac5764f",
            "url": "https://translate.fedoraproject.org/api/units/2727973/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.525380Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThe automember-rebuild command can be used to retroactively run automember rules\nagainst existing entries, thus rebuilding their membership.\n"
            ],
            "previous_source": "",
            "target": [
                "\nКоманду automember-rebuild можно использовать, чтобы задним числом применить правила автоучастия в отношении уже существующих записей; это перестроит их участие.\n"
            ],
            "id_hash": 487339350148541984,
            "content_hash": 487339350148541984,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4445,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 18,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717848/?format=api",
            "priority": 100,
            "id": 2727974,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=86c3608e92ac6e20",
            "url": "https://translate.fedoraproject.org/api/units/2727974/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.542407Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThe date format is YYYY-mm-dd.\n"
            ],
            "previous_source": "",
            "target": [
                "\nФормат даты:  ГГГГ-мм-дд.\n"
            ],
            "id_hash": -8965788424769430264,
            "content_hash": -8965788424769430264,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4367,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717850/?format=api",
            "priority": 100,
            "id": 2727975,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=03931eee324f1d08",
            "url": "https://translate.fedoraproject.org/api/units/2727975/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.556325Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThe dogtag CA uses just the CN value of the CSR and forces the rest of the\nsubject to values configured in the server.\n"
            ],
            "previous_source": "",
            "target": [
                "\nСистема выдачи сертификатов Dogtag Certificate System использует только значение CN в CSR и принудительно устанавливает остальные параметры субъекта в соответствии со значениями, настроенными на сервере.\n"
            ],
            "id_hash": 1974543819253922871,
            "content_hash": 1974543819253922871,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4359,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 24,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717852/?format=api",
            "priority": 100,
            "id": 2727976,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=9b66fd245c12bc37",
            "url": "https://translate.fedoraproject.org/api/units/2727976/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.570263Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThe following revocation reasons are supported:\n\n"
            ],
            "previous_source": "",
            "target": [
                "\nПоддерживаются следующие причины отзыва:\n"
            ],
            "id_hash": 3235227853622324648,
            "content_hash": 3235227853622324648,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4380,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 6,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727977/?format=api",
            "priority": 100,
            "id": 2727978,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=ace5d697869bada8",
            "url": "https://translate.fedoraproject.org/api/units/2727978/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.603077Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThe status of a role is either enabled, configured, or absent.\n"
            ],
            "previous_source": "",
            "target": [
                "\nРоль может находиться в одном из следующих состояний: включена, настроена или отсутствует.\n"
            ],
            "id_hash": -8113387388885982810,
            "content_hash": -8113387388885982810,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3990,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717854/?format=api",
            "priority": 100,
            "id": 2727979,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=0f677528085121a6",
            "url": "https://translate.fedoraproject.org/api/units/2727979/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.618661Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThere are a number of allowed targets:\n1. subtree: a DN; the permission applies to the subtree under this DN\n2. target filter: an LDAP filter\n3. target: DN with possible wildcards, specifies entries permission applies to\n"
            ],
            "previous_source": "",
            "target": [
                "\nСуществует ряд разрешённых целей:\n1. subtree: DN; разрешение применяется к поддереву под этим DN.\n2. target filter: фильтр LDAP.\n3. target: DN с возможными подстановочными знаками, определяет записи, к которым применяется разрешение.\n"
            ],
            "id_hash": 6363040425721755732,
            "content_hash": 6363040425721755732,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3893,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717856/?format=api",
            "priority": 100,
            "id": 2727980,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=d84e0f8dea987854",
            "url": "https://translate.fedoraproject.org/api/units/2727980/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.628498Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThere are many structured DNS RR types where DNS data stored in LDAP server\nis not just a scalar value, for example an IP address or a domain name, but\na data structure which may be often complex. A good example is a LOC record\n[RFC1876] which consists of many mandatory and optional parts (degrees,\nminutes, seconds of latitude and longitude, altitude or precision).\n"
            ],
            "previous_source": "",
            "target": [
                "\nСуществует много структурированных типов записей ресурсов DNS, для которых данные DNS, хранящиеся на сервере LDAP, являются не просто скалярным значением, например IP-адрес или имя домена, а структурой данных, которая часто может быть сложной. Примером может быть запись LOC [RFC1876], которая состоит из многих обязательных и необязательных частей (градусов, минут, секунд широты и долготы, высоты и погрешности).\n"
            ],
            "id_hash": -6104100288073432336,
            "content_hash": -6104100288073432336,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4169,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 64,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717858/?format=api",
            "priority": 100,
            "id": 2727981,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=2b49e121000602f0",
            "url": "https://translate.fedoraproject.org/api/units/2727981/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.644079Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nThis code is an extension to the otptoken plugin and provides support for\nreading/writing YubiKey tokens directly.\n"
            ],
            "previous_source": "",
            "target": [
                "\nЭтот код является расширением подключаемого модуля otptoken и предоставляет поддержку прямого чтения или записи токенов YubiKey.\n"
            ],
            "id_hash": -4163847224838384327,
            "content_hash": -4163847224838384327,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 207,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 17,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717860/?format=api",
            "priority": 100,
            "id": 2727982,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=46370b0290831539",
            "url": "https://translate.fedoraproject.org/api/units/2727982/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.662776Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nTo enable the binddn run the following command to set the password:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n"
            ],
            "previous_source": "",
            "target": [
                "\nЧтобы включить binddn, выполните следующую команду для установки пароля:\nLDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n"
            ],
            "id_hash": -3221335256931527069,
            "content_hash": -3221335256931527069,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2232,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722436/?format=api",
            "priority": 100,
            "id": 2727983,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=534b84a6b4279663",
            "url": "https://translate.fedoraproject.org/api/units/2727983/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.676483Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nTo verify that no server is disconnected in the topology of the given suffix,\nuse:\n  ipa topologysuffix-verify $suffix\n"
            ],
            "previous_source": "",
            "target": [
                "\nЧтобы проверить, что ни один сервер не отключается в топологии указанного суффикса, используйте эту команду:\n  ipa topologysuffix-verify $suffix\n"
            ],
            "id_hash": -8702029852911145454,
            "content_hash": -8702029852911145454,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4318,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 18,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722438/?format=api",
            "priority": 100,
            "id": 2727984,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=073c2df44062ee12",
            "url": "https://translate.fedoraproject.org/api/units/2727984/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.688403Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nTopology\n\nManagement of a replication topology at domain level 1.\n"
            ],
            "previous_source": "",
            "target": [
                "\nТопология\n\nУправление топологией репликации на уровне домена 1.\n"
            ],
            "id_hash": -5518247178736845650,
            "content_hash": -5518247178736845650,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4314,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722440/?format=api",
            "priority": 100,
            "id": 2727985,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=336b3f6d8896bcae",
            "url": "https://translate.fedoraproject.org/api/units/2727985/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.703968Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nTopology\n\nManagement of a replication topology at domain level 1.\n\nIPA server's data is stored in LDAP server in two suffixes:\n* domain suffix, e.g., 'dc=example,dc=com', contains all domain related data\n* ca suffix, 'o=ipaca', is present only on server with CA installed. It\n  contains data for Certificate Server component\n\nData stored on IPA servers is replicated to other IPA servers. The way it is\nreplicated is defined by replication agreements. Replication agreements needs\nto be set for both suffixes separately. On domain level 0 they are managed\nusing ipa-replica-manage and ipa-csreplica-manage tools. With domain level 1\nthey are managed centrally using `ipa topology*` commands.\n\nAgreements are represented by topology segments. By default topology segment\nrepresents 2 replication agreements - one for each direction, e.g., A to B and\nB to A. Creation of unidirectional segments is not allowed.\n\nTo verify that no server is disconnected in the topology of the given suffix,\nuse:\n  ipa topologysuffix-verify $suffix\n\n\nExamples:\n  Find all IPA servers:\n    ipa server-find\n\n  Find all suffixes:\n    ipa topologysuffix-find\n\n  Add topology segment to 'domain' suffix:\n    ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n\n  Add topology segment to 'ca' suffix:\n    ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n\n  List all topology segments in 'domain' suffix:\n    ipa topologysegment-find domain\n\n  List all topology segments in 'ca' suffix:\n    ipa topologysegment-find ca\n\n  Delete topology segment in 'domain' suffix:\n    ipa topologysegment-del domain segment_name\n\n  Delete topology segment in 'ca' suffix:\n    ipa topologysegment-del ca segment_name\n\n  Verify topology of 'domain' suffix:\n    ipa topologysuffix-verify domain\n\n  Verify topology of 'ca' suffix:\n    ipa topologysuffix-verify ca\n"
            ],
            "previous_source": "",
            "target": [
                "\nТопология\n\nУправление топологией репликации на уровне домена 1.\n\nДанные IPA-сервера хранятся на LDAP-сервере в двух суффиксах:\n* суффикс домена (domain), например, \"dc=example,dc=com\", содержит все связанные с доменом данные\n* суффикс центра сертификации (ca), \"o=ipaca\", имеется только на серверах с установленным CA. Он содержит данные для компонента сервера сертификатов\n\nДанные, которые хранятся на IPA-серверах, реплицируются на другие IPA-серверы. Способ репликации определяется соглашениями о репликации. Соглашения о репликации необходимо устанавливать для каждого из суффиксов отдельно. На уровне домена 0 управление ими выполняется с помощью средств ipa-replica-manage и ipa-csreplica-manage. На уровне домена 1 управление выполняется централизованно с помощью команд \"ipa topology*\".\n\nСоглашения представляются сегментами топологии. По умолчанию сегмент топологии представляет 2 соглашения о репликации: по одному для каждого направления, например, от A до B и от B до A. Создание однонаправленных сегментов запрещено.\n\nЧтобы проверить, что ни один сервер не отключается в топологии указанного суффикса, используйте эту команду:\n  ipa topologysuffix-verify $suffix\n\n\nПримеры:\n  Найти все IPA-серверы:\n    ipa server-find\n\n  Найти все суффиксы:\n    ipa topologysuffix-find\n\n  Добавить сегмент топологии в суффикс \"domain\":\n    ipa topologysegment-add domain --left IPA_SERVER_A --right IPA_SERVER_B\n\n  Добавить сегмент топологии в суффикс \"ca\":\n    ipa topologysegment-add ca --left IPA_SERVER_A --right IPA_SERVER_B\n\n  Вывести список всех сегментов топологии в суффиксе \"domain\":\n    ipa topologysegment-find domain\n\n  Вывести список всех сегментов топологии в суффиксе \"ca\":\n    ipa topologysegment-find ca\n\n  Удалить сегмент топологии в суффиксе \"domain\":\n    ipa topologysegment-del domain segment_name\n\n  Удалить сегмент топологии в суффиксе \"ca\":\n    ipa topologysegment-del ca segment_name\n\n  Проверить топологию суффикса \"domain\":\n    ipa topologysuffix-verify domain\n\n  Проверить топологию суффикса \"ca\":\n    ipa topologysuffix-verify ca\n"
            ],
            "id_hash": 1909699744103143581,
            "content_hash": 1909699744103143581,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1817,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 251,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727986/?format=api",
            "priority": 100,
            "id": 2727987,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=9a809dcc9aec189d",
            "url": "https://translate.fedoraproject.org/api/units/2727987/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.738833Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nTopology\n\nManagement of a replication topology.\n\nRequires minimum domain level 1.\n"
            ],
            "previous_source": "",
            "target": [
                "\nТопология\n\nУправление топологией репликации.\n\nТребуется уровень домена не ниже 1.\n"
            ],
            "id_hash": -7605089279202908543,
            "content_hash": -7605089279202908543,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1712,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722442/?format=api",
            "priority": 100,
            "id": 2727988,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=16754b9813faa681",
            "url": "https://translate.fedoraproject.org/api/units/2727988/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.757312Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nUSING STRUCTURED PER-TYPE OPTIONS\n"
            ],
            "previous_source": "",
            "target": [
                "\nИСПОЛЬЗОВАНИЕ СТРУКТУРИРОВАННЫХ ПАРАМЕТРОВ ДЛЯ ОТДЕЛЬНЫХ ТИПОВ\n"
            ],
            "id_hash": 6015968902953100808,
            "content_hash": 6015968902953100808,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4168,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717862/?format=api",
            "priority": 100,
            "id": 2727989,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=d37d03d7e050e608",
            "url": "https://translate.fedoraproject.org/api/units/2727989/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.768026Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nUnlock a user account\n\n    An account may become locked if the password is entered incorrectly too\n    many times within a specific time period as controlled by password\n    policy. A locked account is a temporary condition and may be unlocked by\n    an administrator.\n    "
            ],
            "previous_source": "",
            "target": [
                "\nРазблокировка учётной записи пользователя.\n    \nУчётная запись может быть заблокирована, если в течение определённого периода времени слишком большое количество раз был введён неверный пароль (соответствующие ограничения регулируются политикой паролей). Запись блокируется временно, она может быть разблокирована администратором."
            ],
            "id_hash": -1197286045834854404,
            "content_hash": -1197286045834854404,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1424,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 42,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727990/?format=api",
            "priority": 100,
            "id": 2727991,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=6f6262af4f7b3ffc",
            "url": "https://translate.fedoraproject.org/api/units/2727991/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.799678Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nUser vaults are vaults owned used by a particular user. Private\nvaults are vaults owned the current user. Service vaults are\nvaults owned by a service. Shared vaults are owned by the admin\nbut they can be used by other users or services.\n"
            ],
            "previous_source": "",
            "target": [
                "\nХранилища пользователей — это хранилища, владельцем которых является конкретный пользователь. Личными являются хранилища, владельцем которых является текущий пользователь. Владельцем хранилища службы является определённая служба. Хранилища совместного использования принадлежат администратору, но могут использоваться другими пользователями или службами.\n"
            ],
            "id_hash": -6076349657865065414,
            "content_hash": -6076349657865065414,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2908,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 43,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717864/?format=api",
            "priority": 100,
            "id": 2727992,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=2bac782e17e2ec3a",
            "url": "https://translate.fedoraproject.org/api/units/2727992/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.816767Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nUsers\n\nManage user entries. All users are POSIX users.\n\nIPA supports a wide range of username formats, but you need to be aware of any\nrestrictions that may apply to your particular environment. For example,\nusernames that start with a digit or usernames that exceed a certain length\nmay cause problems for some UNIX systems.\nUse 'ipa config-mod' to change the username format allowed by IPA tools.\n\nDisabling a user account prevents that user from obtaining new Kerberos\ncredentials. It does not invalidate any credentials that have already\nbeen issued.\n\nPassword management is not a part of this module. For more information\nabout this topic please see: ipa help passwd\n\nAccount lockout on password failure happens per IPA master. The user-status\ncommand can be used to identify which master the user is locked out on.\nIt is on that master the administrator must unlock the user.\n\nEXAMPLES:\n\n Add a new user:\n   ipa user-add --first=Tim --last=User --password tuser1\n\n Find all users whose entries include the string \"Tim\":\n   ipa user-find Tim\n\n Find all users with \"Tim\" as the first name:\n   ipa user-find --first=Tim\n\n Disable a user account:\n   ipa user-disable tuser1\n\n Enable a user account:\n   ipa user-enable tuser1\n\n Delete a user:\n   ipa user-del tuser1\n"
            ],
            "previous_source": "",
            "target": [
                "\nПользователи\n\nУправление записями пользователей. Все пользователи являются POSIX-пользователями.\n\nIPA поддерживает широкий спектр форматов имён пользователей, но следует учитывать те ограничения, которые могут существовать в конкретной среде. Например, имена пользователей, которые начинаются с цифры или превышают определённую длину, могут  привести к проблемам в некоторых системах UNIX.\nИспользуйте команду \"ipa config-mod\" для изменения формата имени пользователя, разрешённого средствами IPA.\n\nОтключение учётной записи пользователя сделает невозможным получение таким пользователем новых учётных данных Kerberos. Это не сделает недействительными те учётные данные, которые уже были предоставлены.\n\nУправление паролями не входит в этот модуль. Дополнительные сведения можно получить с помощью команды ipa help passwd\n\nБлокировка учётной записи при ошибке пароля выполняется на одном из главных IPA-серверов. Чтобы определить, на каком главном сервере заблокирован пользователь,  можно использовать команду user-status.\nНа этом главном сервере администратор должен разблокировать пользователя:\n\nПРИМЕРЫ:\n\n Добавить нового пользователя:\n   ipa user-add --first=Tim --last=User --password tuser1\n\n Найти всех пользователей, записи которых содержат строку \"Tim\":\n   ipa user-find Tim\n\n Найти всех пользователей, в записях \"Tim\" является именем:\n   ipa user-find --first=Tim\n\n Отключить учётную запись пользователя:\n   ipa user-disable tuser1\n\n Включить учётную запись пользователя:\n   ipa user-enable tuser1\n\n Удалить пользователя:\n   ipa user-del tuser1\n"
            ],
            "id_hash": -5123558458158025577,
            "content_hash": -5123558458158025577,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1365,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 201,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717866/?format=api",
            "priority": 100,
            "id": 2727993,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=38e576ba638af497",
            "url": "https://translate.fedoraproject.org/api/units/2727993/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.833863Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nVault is a secure place to store a secret. One vault can only\nstore one secret. When archiving a secret in a vault, the\nexisting secret (if any) is overwritten.\n"
            ],
            "previous_source": "",
            "target": [
                "\nХранилище — это безопасное место для хранения секрета. В одном хранилище может храниться только один секрет. При архивировании секрета в хранилище существующий секрет (если имеется) будет перезаписан.\n"
            ],
            "id_hash": -1801737391915850964,
            "content_hash": -1801737391915850964,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2906,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 30,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727994/?format=api",
            "priority": 100,
            "id": 2727995,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=66fef1635851232c",
            "url": "https://translate.fedoraproject.org/api/units/2727995/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.875589Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nVaults\n"
            ],
            "previous_source": "",
            "target": [
                "\nХранилища\n"
            ],
            "id_hash": -1458588629445514929,
            "content_hash": -1458588629445514929,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2904,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717868/?format=api",
            "priority": 100,
            "id": 2727996,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=6bc20d5e9479e94f",
            "url": "https://translate.fedoraproject.org/api/units/2727996/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.891874Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nVaults\n\nManage vaults.\n\nVault is a secure place to store a secret.\n\nBased on the ownership there are three vault categories:\n* user/private vault\n* service vault\n* shared vault\n\nUser vaults are vaults owned used by a particular user. Private\nvaults are vaults owned the current user. Service vaults are\nvaults owned by a service. Shared vaults are owned by the admin\nbut they can be used by other users or services.\n\nBased on the security mechanism there are three types of\nvaults:\n* standard vault\n* symmetric vault\n* asymmetric vault\n\nStandard vault uses a secure mechanism to transport and\nstore the secret. The secret can only be retrieved by users\nthat have access to the vault.\n\nSymmetric vault is similar to the standard vault, but it\npre-encrypts the secret using a password before transport.\nThe secret can only be retrieved using the same password.\n\nAsymmetric vault is similar to the standard vault, but it\npre-encrypts the secret using a public key before transport.\nThe secret can only be retrieved using the private key.\n\nEXAMPLES:\n\n List vaults:\n   ipa vault-find\n       [--user <user>|--service <service>|--shared]\n\n Add a standard vault:\n   ipa vault-add <name>\n       [--user <user>|--service <service>|--shared]\n       --type standard\n\n Add a symmetric vault:\n   ipa vault-add <name>\n       [--user <user>|--service <service>|--shared]\n       --type symmetric --password-file password.txt\n\n Add an asymmetric vault:\n   ipa vault-add <name>\n       [--user <user>|--service <service>|--shared]\n       --type asymmetric --public-key-file public.pem\n\n Show a vault:\n   ipa vault-show <name>\n       [--user <user>|--service <service>|--shared]\n\n Modify vault description:\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --desc <description>\n\n Modify vault type:\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --type <type>\n       [old password/private key]\n       [new password/public key]\n\n Modify symmetric vault password:\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --change-password\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --old-password <old password>\n       --new-password <new password>\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --old-password-file <old password file>\n       --new-password-file <new password file>\n\n Modify asymmetric vault keys:\n   ipa vault-mod <name>\n       [--user <user>|--service <service>|--shared]\n       --private-key-file <old private key file>\n       --public-key-file <new public key file>\n\n Delete a vault:\n   ipa vault-del <name>\n       [--user <user>|--service <service>|--shared]\n\n Display vault configuration:\n   ipa vaultconfig-show\n\n Archive data into standard vault:\n   ipa vault-archive <name>\n       [--user <user>|--service <service>|--shared]\n       --in <input file>\n\n Archive data into symmetric vault:\n   ipa vault-archive <name>\n       [--user <user>|--service <service>|--shared]\n       --in <input file>\n       --password-file password.txt\n\n Archive data into asymmetric vault:\n   ipa vault-archive <name>\n       [--user <user>|--service <service>|--shared]\n       --in <input file>\n\n Retrieve data from standard vault:\n   ipa vault-retrieve <name>\n       [--user <user>|--service <service>|--shared]\n       --out <output file>\n\n Retrieve data from symmetric vault:\n   ipa vault-retrieve <name>\n       [--user <user>|--service <service>|--shared]\n       --out <output file>\n       --password-file password.txt\n\n Retrieve data from asymmetric vault:\n   ipa vault-retrieve <name>\n       [--user <user>|--service <service>|--shared]\n       --out <output file> --private-key-file private.pem\n\n Add vault owners:\n   ipa vault-add-owner <name>\n       [--user <user>|--service <service>|--shared]\n       [--users <users>]  [--groups <groups>] [--services <services>]\n\n Delete vault owners:\n   ipa vault-remove-owner <name>\n       [--user <user>|--service <service>|--shared]\n       [--users <users>] [--groups <groups>] [--services <services>]\n\n Add vault members:\n   ipa vault-add-member <name>\n       [--user <user>|--service <service>|--shared]\n       [--users <users>] [--groups <groups>] [--services <services>]\n\n Delete vault members:\n   ipa vault-remove-member <name>\n       [--user <user>|--service <service>|--shared]\n       [--users <users>] [--groups <groups>] [--services <services>]\n"
            ],
            "previous_source": "",
            "target": [
                "\nХранилища\n\nУправление хранилищами.\n\nХранилище — это безопасное место для хранения секрета.\n\nВ зависимости от владения хранилища подразделяются на три категории:\n* хранилища пользователей или личные хранилища\n* хранилища служб\n* хранилища совместного использования\n\nХранилища пользователей — это хранилища, владельцем которых является конкретный пользователь. Личными являются хранилища, владельцем которых является текущий пользователь. Владельцем хранилища службы является определённая служба. Хранилища совместного использования принадлежат администратору, но могут использоваться другими пользователями или службами.\n\nВ зависимости от механизма обеспечения безопасности выделяют три типа хранилищ:\n* стандартные хранилища\n* симметричные хранилища\n* асимметричные хранилища\n\nВ стандартном хранилище для передачи и хранения секрета используются безопасные механизмы. Секрет могут получить только те пользователи, у которых есть доступ к хранилищу.\n\nСимметричное хранилище похоже на стандартное хранилище, но в нём секрет перед передачей предварительно шифруется с помощью пароля. Секрет можно получить только с помощью этого пароля.\n\nАсимметричное хранилище похоже на стандартное хранилище, но в нём секрет перед передачей предварительно шифруется с помощью открытого ключа. Секрет можно получить только с помощью закрытого ключа.\n\nПРИМЕРЫ:\n\n Вывести список хранилищ:\n   ipa vault-find\n       [--user <пользователь>|--service <служба>|--shared]\n\n Добавить стандартное хранилище:\n   ipa vault-add <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --type standard\n\n Добавить симметричное хранилище:\n   ipa vault-add <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --type symmetric --password-file password.txt\n\n Добавить асимметричное хранилище:\n   ipa vault-add <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --type asymmetric --public-key-file public.pem\n\n Показать хранилище:\n   ipa vault-show <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n\n Изменить описание хранилища:\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --desc <описание>\n\n Изменить тип хранилища:\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --type <тип>\n       [старый пароль / закрытый ключ]\n       [новый пароль / открытый ключ]\n\n Изменить пароль симметричного хранилища:\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --change-password\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --old-password <старый пароль>\n       --new-password <новый пароль>\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --old-password-file <файл старого пароля>\n       --new-password-file <файл нового пароля>\n\n Изменить ключи асимметричного хранилища:\n   ipa vault-mod <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --private-key-file <файл старого закрытого ключа>\n       --public-key-file <файл нового открытого ключа>\n\n Удалить хранилище:\n   ipa vault-del <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n\n Показать конфигурацию хранилища:\n   ipa vaultconfig-show\n\n Архивировать данные в стандартное хранилище:\n   ipa vault-archive <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --in <файл входных данных>\n\n Архивировать данные в симметричное хранилище:\n   ipa vault-archive <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --in <файл входных данных>\n       --password-file password.txt\n\n Архивировать данные в асимметричное хранилище:\n   ipa vault-archive <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --in <файл входных данных>\n\n Получить данные из стандартного хранилища:\n   ipa vault-retrieve <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --out <файл выходных данных>\n\n Получить данные из симметричного хранилища:\n   ipa vault-retrieve <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --out <файл выходных данных>\n       --password-file password.txt\n\n Получить данные из асимметричного хранилища:\n   ipa vault-retrieve <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       --out <файл выходных данных> --private-key-file private.pem\n\n Добавить владельцев хранилища:\n   ipa vault-add-owner <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       [--users <пользователи>]  [--groups <группы>] [--services <службы>]\n\n Удалить владельцев хранилища:\n   ipa vault-remove-owner <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       [--users <пользователи>] [--groups <группы>] [--services <службы>]\n\n Добавить участников хранилища:\n   ipa vault-add-member <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       [--users <пользователи>] [--groups <группы>] [--services <службы>]\n\n Удалить участников хранилища:\n   ipa vault-remove-member <имя>\n       [--user <пользователь>|--service <служба>|--shared]\n       [--users <пользователи>] [--groups <группы>] [--services <службы>]\n"
            ],
            "id_hash": -794037724542937281,
            "content_hash": -794037724542937281,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1753,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 482,
            "source_unit": "https://translate.fedoraproject.org/api/units/2727997/?format=api",
            "priority": 100,
            "id": 2727998,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=74fb02e5825bd73f",
            "url": "https://translate.fedoraproject.org/api/units/2727998/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.928014Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nVerify replication topology for suffix.\n\nChecks done:\n  1. check if a topology is not disconnected. In other words if there are\n     replication paths between all servers.\n  2. check if servers don't have more than the recommended number of\n     replication agreements\n"
            ],
            "previous_source": "",
            "target": [
                "\nПроверка топологии репликации для суффикса.\n\nПроверки, которые выполняются:\n  1. проверка того, не отключена ли топология (иначе говоря, имеются ли пути репликации между всеми серверами).\n  2. проверка того, не превышено ли рекомендованное количество соглашений о репликации между серверами.\n \n"
            ],
            "id_hash": -4212394714959102112,
            "content_hash": -4212394714959102112,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4355,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 40,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722448/?format=api",
            "priority": 100,
            "id": 2727999,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=458a915331213f60",
            "url": "https://translate.fedoraproject.org/api/units/2727999/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.951086Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nVerify replication topology for suffix.\n\nChecks done:\n  1. check if a topology is not disconnected. In other words if there are\n     replication paths between all servers.\n  2. check if servers don't have more than the recommended number of\n     replication agreements\n    "
            ],
            "previous_source": "",
            "target": [
                "\nПроверка топологии репликации для суффикса.\n\nПроверки, которые выполняются:\n  1. проверка того, не отключена ли топология (иначе говоря, имеются ли пути репликации между всеми серверами).\n  2. проверка того, не превышено ли рекомендованное количество соглашений о репликации между серверами.  \n    "
            ],
            "id_hash": 5842981302331114739,
            "content_hash": 5842981302331114739,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1747,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 40,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728000/?format=api",
            "priority": 100,
            "id": 2728001,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=d11670897ab204f3",
            "url": "https://translate.fedoraproject.org/api/units/2728001/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:01.991419Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nWhen adding a record, either RR specific options or standard option for a raw\nvalue can be used, they just should not be combined in one add operation. When\nmodifying an existing entry, new RR specific options can be used to change\none part of a DNS record, where the standard option for raw value is used\nto specify the modified value. The following example demonstrates\na modification of MX record preference from 0 to 1 in a record without\nmodifying the exchanger:\nipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n"
            ],
            "previous_source": "",
            "target": [
                "\n\nПри добавлении записи можно воспользоваться параметрами, специально предназначенными для записей ресурсов, или стандартным параметром для необработанного значения (сочетать эти варианты в одном действии по добавлению нельзя). При внесении изменений в существующую запись можно воспользоваться для изменения одной части записи DNS новыми специальными параметрами записей ресурсов, причём для определения изменённого значения будет использован стандартный вариант необработанного значения. В приведенном ниже примере показано изменение приоритета записи MX с 0 на 1 в записи без внесения изменений в обменник:\nipa dnsrecord-mod --mx-rec=\"0 mx.example.com.\" --mx-preference=1\n"
            ],
            "id_hash": -3074353053715811587,
            "content_hash": -3074353053715811587,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4171,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 88,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717870/?format=api",
            "priority": 100,
            "id": 2728002,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=5555b42faf21b2fd",
            "url": "https://translate.fedoraproject.org/api/units/2728002/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.009823Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nWhen searching on dates the _from date does a >= search and the _to date\ndoes a <= search. When combined these are done as an AND.\n"
            ],
            "previous_source": "",
            "target": [
                "\nЕсли поиск выполняется по дате _с, используется сравнение >=, а если выполняется поиск  _до — сравнение <=. Сочетание обоих видов поиска приводит к поиску с логической операцией И.\n"
            ],
            "id_hash": -1558289207049858953,
            "content_hash": -1558289207049858953,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4365,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 27,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717872/?format=api",
            "priority": 100,
            "id": 2728003,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=6a5fd838ec77d077",
            "url": "https://translate.fedoraproject.org/api/units/2728003/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.026849Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nYubiKey Tokens\n"
            ],
            "previous_source": "",
            "target": [
                "\nТокены YubiKey\n"
            ],
            "id_hash": 1756445678303185971,
            "content_hash": 1756445678303185971,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 205,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714987/?format=api",
            "priority": 100,
            "id": 2728004,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=98602609d2880c33",
            "url": "https://translate.fedoraproject.org/api/units/2728004/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.043203Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nYubiKey Tokens\n\nManage YubiKey tokens.\n\nThis code is an extension to the otptoken plugin and provides support for\nreading/writing YubiKey tokens directly.\n\nEXAMPLES:\n\n Add a new token:\n   ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n"
            ],
            "previous_source": "",
            "target": [
                "\nТокены YubiKey\n\nУправление токенами YubiKey.\n\nЭтот код является расширением подключаемого модуля otptoken и предоставляет поддержку прямого чтения или записи токенов YubiKey.\n\nПРИМЕРЫ:\n\n Добавить новый токен:\n   ipa otptoken-add-yubikey --owner=jdoe --desc=\"My YubiKey\"\n"
            ],
            "id_hash": 5312162563820132141,
            "content_hash": 5312162563820132141,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1088,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 32,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728005/?format=api",
            "priority": 100,
            "id": 2728006,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=c9b897b4eda0972d",
            "url": "https://translate.fedoraproject.org/api/units/2728006/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.073743Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\nhttp://www.ietf.org/rfc/rfc5280.txt\n\n"
            ],
            "previous_source": "",
            "target": [
                "\nhttp://www.ietf.org/rfc/rfc5280.txt\n\n"
            ],
            "id_hash": -2818832609911186177,
            "content_hash": -2818832609911186177,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4392,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728007/?format=api",
            "priority": 100,
            "id": 2728008,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=58e17ead14f4dcff",
            "url": "https://translate.fedoraproject.org/api/units/2728008/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.113055Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 0 - unspecified\n"
            ],
            "previous_source": "",
            "target": [
                "    * 0 - не указана\n"
            ],
            "id_hash": -6805252617885689843,
            "content_hash": -6805252617885689843,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4381,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728009/?format=api",
            "priority": 100,
            "id": 2728010,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=218ee2ccc020580d",
            "url": "https://translate.fedoraproject.org/api/units/2728010/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.153861Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 1 - keyCompromise\n"
            ],
            "previous_source": "",
            "target": [
                "    * 1 - keyCompromise\n"
            ],
            "id_hash": 1930973486846509558,
            "content_hash": 1930973486846509558,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4382,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728011/?format=api",
            "priority": 100,
            "id": 2728012,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=9acc3227d22f01f6",
            "url": "https://translate.fedoraproject.org/api/units/2728012/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.196767Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 10 - aACompromise\n"
            ],
            "previous_source": "",
            "target": [
                "    * 10 - aACompromise\n"
            ],
            "id_hash": -9088074248655775904,
            "content_hash": -9088074248655775904,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4390,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728013/?format=api",
            "priority": 100,
            "id": 2728014,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=01e0ac9f1c7f5760",
            "url": "https://translate.fedoraproject.org/api/units/2728014/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.235331Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 2 - cACompromise\n"
            ],
            "previous_source": "",
            "target": [
                "    * 2 - cACompromise\n"
            ],
            "id_hash": -4862142809337587447,
            "content_hash": -4862142809337587447,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4383,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728015/?format=api",
            "priority": 100,
            "id": 2728016,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=3c8632e02a369909",
            "url": "https://translate.fedoraproject.org/api/units/2728016/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.269315Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 3 - affiliationChanged\n"
            ],
            "previous_source": "",
            "target": [
                "    * 3 - affiliationChanged\n"
            ],
            "id_hash": -4685402260955590212,
            "content_hash": -4685402260955590212,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4384,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728017/?format=api",
            "priority": 100,
            "id": 2728018,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=3efa1b77cdee11bc",
            "url": "https://translate.fedoraproject.org/api/units/2728018/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.299977Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 4 - superseded\n"
            ],
            "previous_source": "",
            "target": [
                "    * 4 - superseded\n"
            ],
            "id_hash": 4393216064758907330,
            "content_hash": 4393216064758907330,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4385,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728019/?format=api",
            "priority": 100,
            "id": 2728020,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=bcf7d6bc117e81c2",
            "url": "https://translate.fedoraproject.org/api/units/2728020/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.341112Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 5 - cessationOfOperation\n"
            ],
            "previous_source": "",
            "target": [
                "    * 5 - cessationOfOperation\n"
            ],
            "id_hash": -5558570148677113674,
            "content_hash": -5558570148677113674,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4386,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728021/?format=api",
            "priority": 100,
            "id": 2728022,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=32dbfde67d02a8b6",
            "url": "https://translate.fedoraproject.org/api/units/2728022/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.373726Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 6 - certificateHold\n"
            ],
            "previous_source": "",
            "target": [
                "    * 6 - certificateHold\n"
            ],
            "id_hash": -7000303178927806143,
            "content_hash": -7000303178927806143,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4387,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728023/?format=api",
            "priority": 100,
            "id": 2728024,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=1ed9ed5913f86941",
            "url": "https://translate.fedoraproject.org/api/units/2728024/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.406808Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 8 - removeFromCRL\n"
            ],
            "previous_source": "",
            "target": [
                "    * 8 - removeFromCRL\n"
            ],
            "id_hash": -3056051245449398488,
            "content_hash": -3056051245449398488,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4388,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728025/?format=api",
            "priority": 100,
            "id": 2728026,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=5596b9957b993728",
            "url": "https://translate.fedoraproject.org/api/units/2728026/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.438646Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "    * 9 - privilegeWithdrawn\n"
            ],
            "previous_source": "",
            "target": [
                "    * 9 - privilegeWithdrawn\n"
            ],
            "id_hash": -6736058949938788387,
            "content_hash": -6736058949938788387,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4389,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/2728027/?format=api",
            "priority": 100,
            "id": 2728028,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=2284b612fecec7dd",
            "url": "https://translate.fedoraproject.org/api/units/2728028/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.473939Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "  ipa <command> --help"
            ],
            "previous_source": "",
            "target": [
                "  ipa <команда> --help"
            ],
            "id_hash": 9026228657488961841,
            "content_hash": 9026228657488961841,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2058,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714712/?format=api",
            "priority": 100,
            "id": 2728029,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=fd439b241714a131",
            "url": "https://translate.fedoraproject.org/api/units/2728029/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.488405Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                " -8 '${cn}'"
            ],
            "previous_source": "",
            "target": [
                " -8 '${cn}'"
            ],
            "id_hash": 7935038721324895201,
            "content_hash": 7935038721324895201,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-brace-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3316,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722453/?format=api",
            "priority": 100,
            "id": 2728030,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=ee1eebace78a4be1",
            "url": "https://translate.fedoraproject.org/api/units/2728030/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.500502Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                " Alternatively, following servers are capable of running this command: %(masters)s"
            ],
            "previous_source": "",
            "target": [
                " Кроме того, выполнить эту команду могут следующие серверы: %(masters)s"
            ],
            "id_hash": -1259606215247774541,
            "content_hash": -1259606215247774541,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4008,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714990/?format=api",
            "priority": 100,
            "id": 2728031,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=6e84fad227483cb3",
            "url": "https://translate.fedoraproject.org/api/units/2728031/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.511578Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\"%s\" is not a valid permission type"
            ],
            "previous_source": "",
            "target": [
                "\"%s\" не является корректным типом разрешения"
            ],
            "id_hash": 2929934395198278349,
            "content_hash": 2929934395198278349,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3902,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717877/?format=api",
            "priority": 100,
            "id": 2728032,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=a8a937cf18fe0acd",
            "url": "https://translate.fedoraproject.org/api/units/2728032/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.522365Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "\"%s\" is not an object type"
            ],
            "previous_source": "",
            "target": [
                "\"%s\" не является типом объекта"
            ],
            "id_hash": 1977490265425572635,
            "content_hash": 1977490265425572635,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3901,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate.fedoraproject.org/api/units/2717879/?format=api",
            "priority": 100,
            "id": 2728033,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=9b7174eb517bf31b",
            "url": "https://translate.fedoraproject.org/api/units/2728033/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.531732Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "${count} certificate(s) present"
            ],
            "previous_source": "",
            "target": [
                "Имеется сертификатов: ${count}"
            ],
            "id_hash": 8699103075620292653,
            "content_hash": 8699103075620292653,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-brace-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3309,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/2722458/?format=api",
            "priority": 100,
            "id": 2728034,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=f8b96c284edb082d",
            "url": "https://translate.fedoraproject.org/api/units/2728034/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.542573Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "${count} item(s) added"
            ],
            "previous_source": "",
            "target": [
                "Добавлено записей: ${count}"
            ],
            "id_hash": -223653850936459470,
            "content_hash": -223653850936459470,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-brace-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3019,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714992/?format=api",
            "priority": 100,
            "id": 2728035,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=7ce56c01ee48bf32",
            "url": "https://translate.fedoraproject.org/api/units/2728035/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.553445Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "${count} item(s) deleted"
            ],
            "previous_source": "",
            "target": [
                "Удалено записей: ${count}"
            ],
            "id_hash": -5770214846208037724,
            "content_hash": -5770214846208037724,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-brace-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3804,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714994/?format=api",
            "priority": 100,
            "id": 2728036,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=2fec142b5615aca4",
            "url": "https://translate.fedoraproject.org/api/units/2728036/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.563143Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/freeipa/ipa-4-8/ru/?format=api",
            "source": [
                "${count} item(s) disabled"
            ],
            "previous_source": "",
            "target": [
                "Отключено записей: ${count}"
            ],
            "id_hash": 4236950755566921492,
            "content_hash": 4236950755566921492,
            "location": "",
            "context": "",
            "note": "",
            "flags": "python-brace-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3806,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.fedoraproject.org/api/units/2714996/?format=api",
            "priority": 100,
            "id": 2728037,
            "web_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/ru/?checksum=baccac438c63a714",
            "url": "https://translate.fedoraproject.org/api/units/2728037/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-03-25T09:51:02.572916Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        }
    ]
}