| Strings Words Characters | |||
|---|---|---|---|
| 70 1,115 9,569 |
|
All strings | Browse Translate Zen |
| 1 19 161 |
|
Read-only strings | Browse Translate Zen |
| 66 895 6,005 |
|
Translated strings | Browse Translate Zen |
| 4 220 3,564 |
|
Unfinished strings | Browse Translate Zen |
| 4 220 3,564 |
|
Strings marked for edit | Browse Translate Zen |
| 4 220 3,564 |
|
Strings with suggestions | Browse Translate Zen |
| 6 159 2,578 |
|
Strings with any failing checks | Browse Translate Zen |
| 3 3 34 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 1 3 53 |
|
Translated strings with dismissed checks | Browse Translate Zen |
| 3 3 34 |
|
Failing check: Unchanged translation | Browse Translate Zen |
| 1 62 991 |
|
Failing check: Inconsistent | Browse Translate Zen |
| 3 156 2,544 |
|
Failing check: Has been translated | Browse Translate Zen |
Summary
| Project website | github.com/authselect/authselect | |
|---|---|---|
| Instructions for translators | Mailing list for translators: <trans@lists.fedoraproject.org |
|
| Project maintainers1 |
|
|
| Translation license | GNU General Public License v3.0 or later | |
| Translation process |
|
|
| Source code repository |
https://github.com/authselect/authselect
|
|
| Repository branch | master | |
| Last remote commit |
backup-restore: ignore missing switchable-auth in backup
4c7a7a2
|
|
| Last commit in Weblate |
po: update translations
fc33b51
Hosted Weblate authored 04/09/2026 |
|
| Weblate repository |
https://translate.fedoraproject.org/git/authselect/master-application/
|
|
| File mask |
src/man/po/authselect-profiles.5.adoc.*.po
|
|
| Translation file |
Download
src/man/po/authselect-profiles.5.adoc.cs.po
|
|
| Last change | Jan. 12, 2026, 1:41 p.m. | |
| Last change made by | Weblate Translation Memory | |
| Language | Czech | |
| Language code | cs | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 13,236,057 | |
| Number of plurals | 3 | |
| Plural type | One/few/other | |
| Plurals | One | 1 | Few | 2, 3, 4 |
| Other | 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, … | |
| Plural formula |
(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2
|
|
04/08/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 70 | 1,115 | 9,569 | |||
| Translated | 94% | 66 | 80% | 895 | 62% | 6,005 |
| Needs editing | 5% | 4 | 19% | 220 | 37% | 3,564 |
| Read-only | 1% | 1 | 1% | 19 | 1% | 161 |
| Failing checks | 8% | 6 | 14% | 159 | 26% | 2,578 |
| Strings with suggestions | 5% | 4 | 19% | 220 | 37% | 3,564 |
| Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+94%
—
Contributors
—
|
Suggestion added |
|
None
Resource updated |
The “
src/man/po/authselect-profiles.5.adoc.cs.po” file was changed.
10/01/2025
|
|
Extra flags updated |
|
None
Resource updated |
The “
src/man/po/authselect-profiles.5.adoc.cs.po” file was changed.
08/02/2025
|
|
Suggestion added |
|
None
Resource updated |
The “
src/man/po/authselect-profiles.5.adoc.cs.po” file was changed.
07/22/2025
|
None
String updated in the repository |
|
None
String updated in the repository |
|
|
Marked for edit |
|
|
Translation changed |
|
| 70 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 70 | 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 |
| 4 | 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 |
None
auth required pam_env.so
auth required pam_faildelay.so delay=2000000
auth required pam_faillock.so preauth silent deny=4 unlock_time=1200 {include if "with-faillock"}
auth [default=1 ignore=ignore success=ok] pam_succeed_if.so uid >= 1000 quiet
auth [default=1 ignore=ignore success=ok] pam_localuser.so
auth sufficient pam_unix.so nullok
auth requisite pam_succeed_if.so uid >= 1000 quiet_success
auth sufficient pam_sss.so forward_pass
auth required pam_faillock.so authfail deny=4 unlock_time=1200 {include if "with-faillock"}
auth required pam_deny.so
...
auth required pam_env.so
auth required pam_faildelay.so delay=2000000
auth required pam_faillock.so preauth silent deny=4 unlock_time=1200 {include if "with-faillock"}
auth [default=1 ignore=ignore success=ok] pam_succeed_if.so uid >= 1000 quiet
auth [default=1 ignore=ignore success=ok] pam_localuser.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 1000 quiet_success
auth sufficient pam_sss.so forward_pass
auth required pam_faillock.so authfail deny=4 unlock_time=1200 {include if "with-faillock"}
auth required pam_deny.so
...