Other components
Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
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 | |
|
|||||||||
packages GPL-3.0-or-later | 6% | 12,885 | 292,937 | 1,947,589 | 11,889 | 44 | 30 | 0 | |
|
|||||||||
guix GPL-3.0-or-later | 90% | 207 | 2,315 | 16,124 | 121 | 46 | 1 | 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 |
![]() |
|
Translation license | GNU Free Documentation License v1.3 or later | |
Translation process |
|
|
Source code repository |
git@framagit.org:tyreunom/guix-translations.git
|
|
Repository branch | master | |
Last remote commit |
Automatic translation update
9487779b
![]() |
|
Last commit in Weblate |
Translated using Weblate (Russian)
3a9480ba
![]() |
|
Weblate repository |
https://translate.fedoraproject.org/git/guix/guix/
|
|
File mask |
po/doc/guix-manual.*.po
|
|
Translation file |
Download
po/doc/guix-manual.fr.po
|
|
Last change | Feb. 10, 2025, 2:20 p.m. | |
Last change made by | Weblate Translation Memory | |
Language | French | |
Language code | fr | |
Text direction | Left to right | |
Number of speakers | 295,510,923 | |
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 0, 1 | Plural | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … |
Plural formula |
n > 1
|
18 hours ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 15,954 | 234,908 | 1,800,912 | |||
Translated | 79% | 12,703 | 78% | 185,117 | 78% | 1,410,330 |
Needs editing | 11% | 1,904 | 7% | 18,305 | 9% | 166,111 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 4% | 760 | 4% | 10,269 | 5% | 96,008 |
Strings with suggestions | 3% | 556 | 3% | 7,551 | 3% | 62,866 |
Untranslated strings | 8% | 1,347 | 13% | 31,486 | 12% | 224,471 |
Quick numbers
and previous 30 days
Trends of last 30 days
+1%
Hosted words
+100%
+1%
Hosted strings
+100%
−1%
Translated
+81%
+66%
Contributors
+100%
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Suggestion added |
|
![]() Resource updated |
The “
po/doc/guix-manual.fr.po ” file was changed.
22 hours ago
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() String added in the repository |
|
![]() Source string changed |
|
![]() String added in the repository |
|
15,954 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
15,954 | 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 |
3,251 | 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 |
(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))
...)