The translation was automatically locked due to following alerts: Could not merge the repository.
Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
Glossary freeipa GPL-3.0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
ipa-4-11 GPL-3.0 | 0 | 0 | 0 | 0 | 323 | 0 | 0 | ||
|
|||||||||
ipa-4-8 GPL-3.0 | 98% | 65 | 5,045 | 31,535 | 10 | 339 | 61 | 0 | |
|
|||||||||
ipa-4-10 GPL-3.0 | 0 | 0 | 0 | 0 | 343 | 16 | 0 | ||
|
|||||||||
ipa-4-9 GPL-3.0 | 0 | 0 | 0 | 0 | 325 | 0 | 0 | ||
|
Overview
Project website | www.freeipa.org |
---|---|
Instructions for translators | Mailing list for translators: <<trans@lists.fedoraproject.org> |
Project maintainers |
![]() ![]() |
Translation license | GNU General Public License v3.0 or later |
Translation process |
|
Source code repository |
https://github.com/freeipa/freeipa
|
Repository branch | master |
Last remote commit |
Integration tests: disable test_sso
5028b391f
Florence Blanc-Renaud authored 8 days ago |
Last commit in Weblate |
Translated using Weblate (Georgian)
6882adea4
![]() |
Weblate repository |
https://translate.fedoraproject.org/git/freeipa/master/
|
File mask | po/*.po |
Translation file |
Download
po/ru.po
|
Last change | Sept. 14, 2023, 7:22 a.m. |
Last author | None |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 4,877 | 59,800 | 413,465 | |||
Translated | 93% | 4,555 | 86% | 51,502 | 87% | 359,856 |
Needs editing | 4% | 196 | 5% | 3,539 | 5% | 24,428 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 7% | 365 | 52% | 31,116 | 53% | 221,341 |
Strings with suggestions | 5% | 257 | 12% | 7,752 | 12% | 49,741 |
Untranslated strings | 2% | 126 | 7% | 4,759 | 7% | 29,181 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+93%
—
Contributors
+100%
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
4,877 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
4,877 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
322 | Unfinished strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
Users
Manage user entries. All users are POSIX users.
IPA supports a wide range of username formats, but you need to be aware of any
restrictions that may apply to your particular environment. For example,
usernames that start with a digit or usernames that exceed a certain length
may cause problems for some UNIX systems.
Use 'ipa config-mod' to change the username format allowed by IPA tools.
The user name must follow these rules:
- cannot contain only numbers
- must start with a letter, a number, _ or .
- may contain letters, numbers, _, ., or -
- may end with a letter, a number, _, ., - or $
Disabling a user account prevents that user from obtaining new Kerberos
credentials. It does not invalidate any credentials that have already
been issued.
Password management is not a part of this module. For more information
about this topic please see: ipa help passwd
Account lockout on password failure happens per IPA master. The user-status
command can be used to identify which master the user is locked out on.
It is on that master the administrator must unlock the user.
EXAMPLES:
Add a new user:
ipa user-add --first=Tim --last=User --password tuser1
Find all users whose entries include the string "Tim":
ipa user-find Tim
Find all users with "Tim" as the first name:
ipa user-find --first=Tim
Disable a user account:
ipa user-disable tuser1
Enable a user account:
ipa user-enable tuser1
Delete a user:
ipa user-del tuser1
Пользователи
Управление записями пользователей. Все пользователи являются POSIX-пользователями.
IPA поддерживает широкий спектр форматов имён пользователей, но следует учитывать те ограничения, которые могут существовать в конкретной среде. Например, имена пользователей, которые начинаются с цифры или превышают определённую длину, могут привести к проблемам в некоторых системах UNIX.
Используйте команду "ipa config-mod" для изменения формата имени пользователя, разрешённого средствами IPA.
Отключение учётной записи пользователя сделает невозможным получение таким пользователем новых учётных данных Kerberos. Это не сделает недействительными те учётные данные, которые уже были предоставлены.
Управление паролями не входит в этот модуль. Дополнительные сведения можно получить с помощью команды ipa help passwd
Блокировка учётной записи при ошибке пароля выполняется на одном из главных IPA-серверов. Чтобы определить, на каком главном сервере заблокирован пользователь, можно использовать команду user-status.
На этом главном сервере администратор должен разблокировать пользователя:
ПРИМЕРЫ:
Добавить нового пользователя:
ipa user-add --first=Tim --last=User --password tuser1
Найти всех пользователей, записи которых содержат строку "Tim":
ipa user-find Tim
Найти всех пользователей, в записях "Tim" является именем:
ipa user-find --first=Tim
Отключить учётную запись пользователя:
ipa user-disable tuser1
Включить учётную запись пользователя:
ipa user-enable tuser1
Удалить пользователя:
ipa user-del tuser1