Language | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
English
|
0 | 0 | 0 | 0 | 1 | 0 | 0 | ||
|
|||||||||
Chinese (Simplified)
|
85% | 1 | 126 | 928 | 0 | 0 | 0 | 0 | |
|
|||||||||
French
|
0 | 0 | 0 | 0 | 2 | 0 | 0 | ||
|
|||||||||
Portuguese (Brazil)
|
0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
Please sign in to see the alerts.
Overview
Project website | www.linuxfromscratch.org |
---|---|
Translation process |
|
Source code repository |
git@git.linuxfromscratch.org:fr-lfs
|
Repository branch | 11.3 |
Last remote commit |
Translated using Weblate (Portuguese (Brazil))
9a10776bec
![]() |
Last commit in Weblate |
Translated using Weblate (Portuguese (Brazil))
c1c4ff3e90
![]() |
Weblate repository |
https://translate.linuxfromscratch.org/git/linux-from-scratch-11-3/index/
|
File mask | lfs/*/chapter09/inputrc.po |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 28 | 1,172 | 8,348 | |||
Source | 7 | 293 | 2,087 | |||
Translated | 96% | 27 | 89% | 1,046 | 88% | 7,420 |
Needs editing | 3% | 1 | 10% | 126 | 11% | 928 |
Read-only | 25% | 7 | 25% | 293 | 25% | 2,087 |
Failing checks | 10% | 3 | 23% | 280 | 25% | 2,093 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
1,172
Hosted words
28
Hosted strings
96%
Translated
0
Contributors
and previous 30 days
Trends of last 30 days
+97%
Hosted words
+100%
+100%
Hosted strings
—
+96%
Translated
—
—
Contributors
+100%
Browse all component changes
<literal># Begin /etc/inputrc
# Modified by Chris Lynn <roryo@roryo.dynup.net>
# Allow the command prompt to wrap to the next line
set horizontal-scroll-mode Off
# Enable 8-bit input
set meta-flag On
set input-meta On
# Turns off 8th bit stripping
set convert-meta Off
# Keep the 8th bit for display
set output-meta On
# none, visible or audible
set bell-style none
# All of the following map the escape sequence of the value
# contained in the 1st argument to the readline specific functions
"\eOd": backward-word
"\eOc": forward-word
# for linux console
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
# for xterm
"\eOH": beginning-of-line
"\eOF": end-of-line
# for Konsole
"\e[H": beginning-of-line
"\e[F": end-of-line
# End /etc/inputrc</literal>
EOF</userinput>
<literal># Início do /etc/inputrc
# Modificado por Chris Lynn <roryo@roryo.dynup.net>
# Permite ao prompt de comando passar para a próxima linha
set horizontal-scroll-mode Off
# Habilita entrada gerada de 8 bits
set meta-flag On
set input-meta On
# Desliga o despojamento do oitavo bit
set convert-meta Off
# Mantém o oitavo bit para exibir
set output-meta On
# nada, visível ou audível
set bell-style none
# Tudo do seguinte mapeia a sequência de escape do valor contido no
# primeiro argumento para as funções específicas do readline
"\eOd": backward-word
"\eOc": forward-word
#
for linux consolePara o console do Linux"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": beginning-of-history
"\e[6~": end-of-history
"\e[3~": delete-char
"\e[2~": quoted-insert
#
forPara o xterm"\eOH": beginning-of-line
"\eOF": end-of-line
#
forPara o Konsole"\e[H": beginning-of-line
"\e[F": end-of-line
#
EndFim do /etc/inputrc</literal>EOF</userinput>