Strings Words Characters | |||
---|---|---|---|
107 1,789 12,601 |
|
All strings | Browse Translate Zen |
107 1,789 12,601 |
|
Translated strings | Browse Translate Zen |
11 225 1,650 |
|
Strings with suggestions | Browse Translate Zen |
11 163 1,563 |
|
Strings with any failing checks | Browse Translate Zen |
11 163 1,563 |
|
Translated strings with any failing checks | Browse Translate Zen |
1 3 19 |
|
Translated strings with dismissed checks | Browse Translate Zen |
10 135 1,313 |
|
Failing check: Unchanged translation | Browse Translate Zen |
1 28 250 |
|
Failing check: Mismatching line breaks | Browse Translate Zen |
107 1,789 12,601 |
|
Strings without a label | Browse Translate Zen |
Overview
Project website | pagure.io/fedora-docs-l10n/fedora | |
---|---|---|
Instructions for translators | Mailing list for translators: <trans@lists.fedoraproject.org |
|
Translation license | Creative Commons Attribution Share Alike 3.0 Unported | |
Translation process |
|
|
Source code repository |
ssh://pagure.io/fedora-docs-l10n/fedora.git
|
|
Repository branch | master | |
Last remote commit |
automatic update of pot/po files
0db1d49b5
♪ I'm a bot, bot, bot ♪ authored a month ago |
|
Last commit in Weblate |
Translated using Weblate (Czech)
29dca4c4a
![]() |
|
Weblate repository |
https://translate.fedoraproject.org/git/fedora-docs-l10n-fedora/nav/
|
|
File mask |
po/*/rawhide/pages/preparing-boot-media.po
|
|
Translation file |
Download
po/cs/rawhide/pages/preparing-boot-media.po
|
|
Last change | March 4, 2025, 12:44 a.m. | |
Last change made by | Anonymous | |
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
|
7 hours ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 107 | 1,789 | 12,601 | |||
Translated | 100% | 107 | 100% | 1,789 | 100% | 12,601 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 10% | 11 | 9% | 163 | 12% | 1,563 |
Strings with suggestions | 10% | 11 | 12% | 225 | 13% | 1,650 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
—
—
Hosted strings
—
—
Translated
—
—
Contributors
—
![]() Suggestion removed during cleanup |
|
![]() Changes committed |
Changes committed
11 hours ago
|
![]() Translation completed |
Translation completed
14 hours ago
|
![]() Translation changed |
|
![]() Translation added |
|
![]() Translation added |
|
![]() Translation changed |
|
![]() Translation added |
|
![]() Translation added |
|
![]() Translation added |
|
107 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
107 | 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 |
echo "Expected Checksum: $expected_checksum"
if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}
}
> echo "Expected Checksum: $expected_checksum"
> if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}