Strings Words Characters | |||
---|---|---|---|
34 649 6,834 |
|
All strings | Browse Translate Zen |
34 649 6,834 |
|
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 8a8c62b59cc70633f3d0d55e916848be28088c61
8970fc2524
Julien Lepiller authored an hour ago |
Last commit in Weblate |
Automatic BLFS commit based on 8a8c62b59cc70633f3d0d55e916848be28088c61
8970fc2524
Julien Lepiller authored an hour ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
File mask | blfs/*/kde/kf5/kf6-intro.po |
Translation file | Not available |
Last change | April 9, 2024, 4:19 p.m. |
Last author | None |
4 days ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 34 | 649 | 6,834 | |||
Translated | 100% | 34 | 100% | 649 | 100% | 6,834 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 34 | 100% | 649 | 100% | 6,834 |
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
—
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/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>