Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
guix GPL-3.0-or-later | 90% | 207 | 2,315 | 16,124 | 121 | 46 | 1 | 0 | |
|
|||||||||
website AGPL-3.0-or-later | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
documentation-cookbook GFDL-1.3-or-later | 87% | 150 | 2,928 | 26,440 | 136 | 39 | 16 | 0 | |
|
|||||||||
documentation-manual GFDL-1.3-or-later | 79% | 3,251 | 49,791 | 390,582 | 1,347 | 760 | 556 | 0 | |
|
|||||||||
Glossary guix Glossary AGPL-3.0-or-later | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
packages GPL-3.0-or-later | 6% | 12,885 | 292,937 | 1,947,589 | 11,889 | 44 | 30 | 0 | |
|
Overview
Project website | guix.gnu.org | |
---|---|---|
Instructions for translators | See the manual for specific instructions. Need help translating? You can reach out to us on the mailing list help-guix@gnu.org, on IRC (#guix on Freenode), or ping @roptat |
|
Project maintainers |
![]() |
|
Language | French | |
Language code | fr | |
Text direction | Left to right | |
Number of speakers | 295,510,923 |
23 hours ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 33,479 | 591,149 | 4,204,252 | |||
Translated | 50% | 16,986 | 41% | 243,178 | 43% | 1,823,517 |
Needs editing | 8% | 3,000 | 4% | 26,033 | 5% | 220,727 |
Read-only | 1% | 9 | 1% | 12 | 1% | 82 |
Failing checks | 2% | 889 | 2% | 12,135 | 2% | 112,923 |
Strings with suggestions | 1% | 603 | 1% | 8,665 | 1% | 72,199 |
Untranslated strings | 40% | 13,493 | 54% | 321,938 | 51% | 2,160,008 |
Quick numbers
and previous 30 days
Trends of last 30 days
+32%
Hosted words
+100%
+25%
Hosted strings
+100%
−18%
Translated
+69%
+66%
Contributors
+100%
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Resource updated |
The “
po/doc/guix-manual.fr.po ” file was changed.
yesterday
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() Source string changed |
|
(use-service-modules desktop)
(operating-system
...
;; cons* adds items to the list given as its last argument.
(services (cons* (service gnome-desktop-service-type)
(service xfce-desktop-service-type)
%desktop-services))
...)
(use-service-modules desktop)
(operating-system
...
(services (cons* (service gnome-desktop-service-type)
(service xfce-desktop-service)
%desktop-services))
...)