Language | Translated | Words | Needs editing | Checks | Suggestions | Comments |
|
|
---|---|---|---|---|---|---|---|---|
Arabic |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Catalan |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Chinese (China) |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.7% | 0.0% | Translate |
Chinese (Taiwan) |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Czech |
|
100.0% | 100.0% | 0.0% | 17.6% | 0.0% | 0.0% | Translate |
Danish |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Dutch |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Finnish |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
French |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
German |
|
6.5% | 3.5% | 0.0% | 2.0% | 0.0% | 0.0% | Translate |
Hindi |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Hungarian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Indonesian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Italian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Japanese |
|
73.9% | 60.6% | 0.0% | 7.8% | 0.0% | 0.0% | Translate |
Kabyle |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Korean |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Lithuanian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Norwegian Nynorsk |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Polish |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Portuguese |
|
100.0% | 100.0% | 0.0% | 19.0% | 0.0% | 0.0% | Translate |
Portuguese (Brazil) |
|
100.0% | 100.0% | 0.0% | 21.6% | 0.0% | 0.0% | Translate |
Russian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Spanish |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
Ukrainian |
|
0.0% | 0.0% | 0.0% | 0.0% | 0.0% | 0.0% | Translate |
License information missing.
Any publicly available project should have defined license to indicate what terms apply to contributions.
Could not push the repository.
Weblate could not push changes to the upstream repository.
ERROR: Permission to openSUSE/doc-sle-translations.git denied to opensuse-i18n. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. (128)
Repository has changes.
The VCS repository has many changes compared to the upstream. Please merge the changes manually or set up push to automate this.
DocumentationProject website | https://documentation.suse.com/sles | |
---|---|---|
Translation process |
|
|
Repository |
git@github.com:openSUSE/doc-sle-translations.git
|
|
Repository branch |
master
f67adfc , 2 years ago
|
|
Repository containing Weblate translations | https://l10n.opensuse.org/git/doc-sle-translations/main-opensuse-master/ |
|
Filemask | */po/adm_shell.*.po |
|
Number of strings | 3825 | |
Number of words | 41425 | |
Number of languages | 25 | |
Number of source strings | 153 | |
Number of source words | 1657 |
When | User | Action | Detail | Object | |
---|---|---|---|---|---|
a month ago | ![]() |
Committed changes | doc-sle-translations/adm_shell master - Portuguese | ||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
corre o comando da direita, quando o comando da esquerda falha (lógico OU). A seguinte linha cria apenas uma diretoria em <filename>/home/wilber/bar</filename> quando a criação de uma diretoria em <filename>/home/tux/foo</filename> falha:
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
<literal>Comando1 || Comando2</literal>
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
<prompt>tux > </prompt>cat filelist.txt && ls -l filelist.txt
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
corre o comando da direita, se o comando da esquerda correr com sucesso (lógico E). A seguinte linha mostra o conteúdo do ficheiro e imprime as propriedades do mesmo apenas, quando o comando anterior é bem sucedido (isto é compara o código de saída do primeiro comando e se for bem sucedido executa o segundo):
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
<literal>Comando1 && Comando2</literal>
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
<prompt>tux > </prompt>cat filelist.txt ; ls -l filelist.txt
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
executa os comandos em ordem sequencial. O código de saída não é verificado. A seguinte linha mostra o conteúdo do ficheiro com o comando <command>cat</command> e imprime as propriedades do ficheiro com o comando <command>ls</command> independentemente dos códigos de saída:
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
<literal>Comando1 ; Comando2</literal>
|
|||||
a month ago | ![]() |
New translation | doc-sle-translations/adm_shell master - Portuguese | ||
A seguinte lista mostra-lhe, como os comandos podem ser agrupados:
|