Strings Words Characters | |||
---|---|---|---|
7 293 2,087 |
|
All strings | Browse Translate Zen |
7 293 2,087 |
|
Translated strings | Browse Translate Zen |
Overview
Project website | www.linuxfromscratch.org |
---|---|
Translation process |
|
Source code repository |
git@git.linuxfromscratch.org:fr-lfs
|
Repository branch | 11.3 |
Last remote commit |
Update translations for 11.3
6bfb71d1dc
Julien Lepiller authored a year ago |
Last commit in Weblate |
Translated using Weblate (Portuguese (Brazil))
c1c4ff3e90
jamenson authored a year ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/linux-from-scratch-11-3/index/
|
File mask | lfs/*/chapter09/inputrc.po |
Translation file |
Download
lfs/pt_BR/chapter09/inputrc.po
|
Last change | April 2, 2023, 8:24 a.m. |
Last author | Jamenson Ferreira Espindula de Almeida Melo |
3 weeks ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 7 | 293 | 2,087 | |||
Translated | 100% | 7 | 100% | 293 | 100% | 2,087 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
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
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
jamenson
Translation changed |
|
7 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
7 | 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/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>