Other components
Overview
Project website | pagure.io/fedora-docs-l10n/fedora-system-administrators-guide |
---|---|
Instructions for translators | Mailing list for translators: <<trans@lists.fedoraproject.org> |
Translation process |
|
Translation license | Creative Commons Attribution Share Alike 3.0 Unported |
Source code repository |
ssh://pagure.io/fedora-docs-l10n/fedora-system-administrators-guide.git
|
Repository branch | master |
Last remote commit |
Translated using Weblate (Indonesian)
f3d73ca84a3
![]() |
Last commit in Weblate |
Translated using Weblate (Turkish)
5f83132cee3
![]() |
Weblate repository |
https://translate.fedoraproject.org/git/fedora-docs-l10n-fedora-system-administrat/nav/
|
File mask | po/*/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po |
Translation file |
Download
po/ko/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po
|
Last change | May 15, 2022, 4:44 p.m. |
Last author | 김인수 |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 282 | 5,905 | 43,061 | |||
Translated | 43% | 122 | 16% | 1,001 | 24% | 10,472 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 1% | 1 | 1% | 9 | 1% | 62 |
Untranslated strings | 56% | 160 | 83% | 4,904 | 75% | 32,589 |
Browse all translation changes
282 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
282 | 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 |
160 | 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 |
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' f19c92f4-9ead-4207-b46a-723b7a2c51c8
else
search --no-floppy --fs-uuid --set=root f19c92f4-9ead-4207-b46a-723b7a2c51c8
fi
linux16 /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8
initrd16 /initramfs-3.17.4-301.fc21.x86_64.img
}
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1' f19c92f4-9ead-4207-b46a-723b7a2c51c8
else
elsesearch --no-floppy --fs-uuid --set=root f19c92f4-9ead-4207-b46a-723b7a2c51c8
fi
filinux16 /vmlinuz-3.17.4-301.fc21.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8
initrd16 /initramfs-3.17.4-301.fc21.x86_64.img
}