Strings Words Characters | |||
---|---|---|---|
34 652 6,883 |
|
All strings | Browse Translate Zen |
34 652 6,883 |
|
Read-only strings | Browse Translate Zen |
Overview
Project website | www.linuxfromscratch.org |
---|---|
Translation process |
|
Source code repository |
git@git.linuxfromscratch.org:fr-lfs
|
Repository branch | trunk |
Last remote commit |
Automatic BLFS commit based on 90842acba6bf254afe2e18fa47f3c25579749af9
ee3d5c0e03
Julien Lepiller authored 7 hours ago |
Last commit in Weblate |
Automatic BLFS commit based on 90842acba6bf254afe2e18fa47f3c25579749af9
ee3d5c0e03
Julien Lepiller authored 7 hours ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
File mask | blfs/*/kde/kf6/kf6-intro.po |
Translation file | Not available |
Last change | Aug. 28, 2024, 4:21 a.m. |
Last author | None |
3 weeks ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 34 | 652 | 6,883 | |||
Translated | 100% | 34 | 100% | 652 | 100% | 6,883 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 34 | 100% | 652 | 100% | 6,883 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
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
+100%
—
Contributors
+100%
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
34 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
34 | 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 |
<literal># Begin /etc/profile.d/kf6.sh
export KF6_PREFIX=/opt/kf6
pathappend $KF6_PREFIX/bin PATH
pathappend $KF6_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
pathappend $KF6_PREFIX/etc/xdg XDG_CONFIG_DIRS
pathappend $KF6_PREFIX/share XDG_DATA_DIRS
pathappend $KF6_PREFIX/lib/plugins QT_PLUGIN_PATH
pathappend $KF6_PREFIX/lib/plugins/kcms QT_PLUGIN_PATH
pathappend $KF6_PREFIX/lib/qml QML2_IMPORT_PATH
pathappend $KF6_PREFIX/lib/python&python3-majorver;/site-packages PYTHONPATH
pathappend $KF6_PREFIX/share/man MANPATH
pathappend $KF6_PREFIX/include CPLUS_INCLUDE_PATH
# End /etc/profile.d/kf6.sh</literal>
EOF
cat >> /etc/profile.d/qt6.sh << "EOF"
<literal># Begin Qt6 changes for KF6
pathappend /usr/lib/plugins QT_PLUGIN_PATH
pathappend $QT6DIR/plugins QT_PLUGIN_PATH
pathappend $QT6DIR/qml QML2_IMPORT_PATH
# End Qt6 changes for KF6</literal>
EOF</userinput>