Strings Words Characters | |||
---|---|---|---|
231 2,532 22,305 |
|
All strings | Browse Translate Zen |
231 2,532 22,305 |
|
Read-only strings | Browse Translate Zen |
9 155 1,307 |
|
Strings with any failing checks | Browse Translate Zen |
3 12 125 |
|
Failing check: Ellipsis | Browse Translate Zen |
6 143 1,182 |
|
Failing check: Multiple failing checks | 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 772b26160d4b765cd7a816d7a297dcbe86aea942
4301d98688
Julien Lepiller authored 2 hours ago |
Last commit in Weblate |
Translated using Weblate (Portuguese (Brazil))
addf722364
jamenson authored an hour ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
File mask | lfs/*/chapter08/glibc.po |
Translation file | Not available |
Last change | Jan. 26, 2025, 4:19 a.m. |
Last author | None |
4 days ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 231 | 2,532 | 22,305 | |||
Translated | 100% | 231 | 100% | 2,532 | 100% | 22,305 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 231 | 100% | 2,532 | 100% | 22,305 |
Failing checks | 3% | 9 | 6% | 155 | 5% | 1,307 |
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
+2%
Hosted words
+100%
+1%
Hosted strings
+100%
—
Translated
+100%
+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 |
|
231 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
231 | 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 |
ZONEINFO=/usr/share/zoneinfo
mkdir -pv $ZONEINFO/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
asia australasia backward; do
zic -L /dev/null -d $ZONEINFO ${tz}
zic -L /dev/null -d $ZONEINFO/posix ${tz}
zic -L leapseconds -d $ZONEINFO/right ${tz}
done
cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
zic -d $ZONEINFO -p America/New_York
unset ZONEINFO tz</userinput>