Language | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
English
|
0 | 0 | 0 | 0 | 298 | 0 | 2 | ||
|
|||||||||
Chinese (Simplified) GPL-3.0 | 1% | 4,492 | 141,175 | 920,472 | 4,492 | 1 | 0 | 0 | |
|
|||||||||
Chinese (Traditional) GPL-3.0 | 27% | 3,290 | 102,757 | 671,050 | 3,290 | 0 | 0 | 0 | |
|
|||||||||
Dutch GPL-3.0 | 97% | 121 | 6,109 | 41,898 | 54 | 4 | 0 | 0 | |
|
|||||||||
Esperanto GPL-3.0 | 9% | 4,068 | 131,783 | 861,765 | 3,664 | 23 | 0 | 0 | |
|
|||||||||
Finnish GPL-3.0 | 12% | 3,928 | 125,617 | 811,622 | 3,885 | 7 | 0 | 0 | |
|
|||||||||
French GPL-3.0 | 97% | 121 | 6,109 | 41,898 | 54 | 30 | 0 | 91 | |
|
|||||||||
Galician GPL-3.0 | 1% | 4,417 | 139,792 | 911,093 | 4,372 | 13 | 0 | 0 | |
|
|||||||||
German GPL-3.0 | 97% | 121 | 6,109 | 41,898 | 54 | 4 | 14 | 16 | |
|
|||||||||
Italian GPL-3.0 | 51% | 2,168 | 72,708 | 476,457 | 1,987 | 25 | 0 | 0 | |
|
|||||||||
Japanese GPL-3.0 | 10% | 4,043 | 127,682 | 831,917 | 3,982 | 27 | 0 | 0 | |
|
|||||||||
Polish GPL-3.0 | 85% | 644 | 25,061 | 164,083 | 377 | 24 | 0 | 0 | |
|
|||||||||
Portuguese (Brazil) GPL-3.0 | 97% | 117 | 5,474 | 35,932 | 53 | 3 | 0 | 0 | |
|
|||||||||
Spanish GPL-3.0 | 88% | 525 | 21,293 | 140,110 | 349 | 23 | 16 | 0 | |
|
|||||||||
Ukrainian GPL-3.0 | 97% | 121 | 6,109 | 41,898 | 54 | 5 | 0 | 0 | |
|
Please sign in to see the alerts.
Overview
Project website | darktable.org |
---|---|
Instructions for translators | Welcome to the translations for the darktable project. Currently only the repo dtdocs is using Weblate. |
Project maintainers |
![]() |
Translation process |
|
Translation license | GNU General Public License v3.0 or later |
Source code repository |
https://github.com/darktable-org/dtdocs
|
Repository branch | master |
Last remote commit |
disable zh_cn
2ff4cc70a
![]() |
Last commit in Weblate |
disable zh_cn
2ff4cc70a
![]() |
Weblate repository |
https://weblate.pixls.us/git/darktable/dtdocs/
|
File mask | po/content.*.po |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 67,618 | 2,119,133 | 13,829,450 | |||
Source | 4,652 | 144,808 | 951,644 | |||
Translated | 58% | 39,442 | 56% | 1,201,355 | 56% | 7,837,357 |
Needs editing | 2% | 1,509 | 2% | 53,069 | 2% | 363,651 |
Read-only | 6% | 4,652 | 6% | 144,808 | 6% | 951,644 |
Failing checks | 1% | 487 | 1% | 15,839 | 1% | 134,777 |
Strings with suggestions | 1% | 30 | 1% | 524 | 1% | 3,987 |
Untranslated strings | 39% | 26,667 | 40% | 864,709 | 40% | 5,628,442 |
Quick numbers
2,025 k
Hosted words
65,994
Hosted strings
62%
Translated
3
Contributors
and previous 30 days
Trends of last 30 days
—
Hosted words
—
—
Hosted strings
—
—
Translated
—
—
Contributors
−33%
![]() Translation changed |
|
![]() Translation changed |
|
![]() Translation changed |
|
![]() New translation |
|
![]() Rebased repository |
Rebased repository
12 minutes ago
|
![]() Received repository notification |
GitHub: https://github.com/darktable-org/dtdocs, master
12 minutes ago
|
![]() New strings to translate |
149 new strings to translate appeared to the translation.
47 minutes ago
|
![]() Resource update |
Parsing of the "
po/content.zh_cn.po " file was enforced.
47 minutes ago
|
![]() Resource update |
Parsing of the "
po/content.zh_Hant.po " file was enforced.
47 minutes ago
|
![]() String updated in the repository |
|
It is possible to use another variable as "default", e.g.
$(WIDTH.CROP-$(WIDTH.RAW))
$(var+alt_value) If var is set, return "alt_value" else return empty string
$(var:offset) Return var starting from offset
If offset is negative count from the end of the string
$(var:offset:length) Starting from offset, return at most length characters of var
If offset is negative the length is counted from the end of var
If length is negative this indicates the end of the result,
counted from the end of var, and not an actual length
$(var#pattern) Remove "pattern" from the start of var
$(var%pattern) Remove "pattern" from the end of var
$(var/pattern/replacement) Replace the first occurrence of "pattern" in var with "replacement"
If "replacement" is empty then "pattern" will be removed
$(var//pattern/replacement) Replace all occurrences of "pattern" in var with "replacement"
If "replacement" is empty then "pattern" will be removed
$(var/#pattern/replacement) If var starts with "pattern then "pattern" is replaced with "replacement"
$(var/%pattern/replacement) If var ends with "pattern" then "pattern" is replaced with "replacement"
$(var^) Make the first character of var uppercase
$(var^^) Make all characters of var uppercase
$(var,) Make the first character of var lowercase
$(var,,) Make all characters of var lowercase
É possível usar outra variável como "default", por exempleo
$(WIDTH.CROP-$(WIDTH.RAW))
$(var+alt_value) Se var foi fixada, devolve "alt_value" caso contrário,
devolve cadeia vazia
$(var:offset) Devolve o valor de var começando pelo caractere de número "offset"
Se offset é negativo, conta a partir do final da cadeia de caracteres
$(var:offset:comprimento) A partir da posição de "offset", devolve como máximo "comprimento"
caracteres de var
Se offset é negativo o comprimento se conta a partir do final de var
Se comprimento é negativo, isto indica o final do resultado,
contando a partir do final de var, e não o comprimento real
$(var#padronagem) Elimina "padronagem" do início de var
$(var%padronagem) Elimina "padronagem" do final de var
$(var/padronagem/substituicao) Sustitui a primeira ocorrência de "padronagem" em var com "substituicao"
Se "substituicao" está vazio, "padronagem" é eliminado
$(var//padronagem/substituicao) Sustitui todas as ocorrências de "padronagem" em var com "substituicao"
Se "substituicao" está vazio, "padronagem" é eliminado
$(var/#padronagem/substituicao) Se var começa por "padronagem" então "padronagem" é substituído com
"substituicao"
$(var/%padronagem/substituicao) Se var termina com "padronagem" então "padronagem" é substituído com
"substituicao"
$(var^) Converte o primeiro caractere de var em maiúscula
$(var^^) Converte todos os caracteres de var em maiúsculas
$(var,) Converte o primeiro caractere de var em minúscula
$(var,,) Converte todos os caracteres de var em minúsculas