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 5bf03fdf81fb303b45c2ab19555b98853e822770
6f88856c49
Julien Lepiller authored 4 hours ago |
|
Last commit in Weblate |
Translated using Weblate (French)
5dd2ad217d
Weblate Admin authored an hour ago |
|
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
|
File mask |
blfs/*/kde/kf6/kf6-intro.po
|
|
Translation file | Not available | |
Last change | Jan. 31, 2025, 4:20 a.m. | |
Last change made by | None | |
Language | English | |
Language code | en | |
Text direction | Left to right | |
Case sensitivity | Case-sensitive | |
Number of speakers | 1,728,900,209 | |
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 1 | Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
Plural formula |
n != 1
|
3 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
−1%
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
![]() Source string added |
|
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>