Fluxos de trabalho de tradução

Using Weblate raises quality, reduces manual work, and brings everyone involved in the localization process closer to each other. It is up to you to decide how many of Weblate features you want to make use of.

The following is not a complete list of ways to configure Weblate. You can base other workflows on the examples listed here.

Personalização de fluxo de trabalho

In addition to configuration at Configuração de projeto and Configuração de componente (as Habilitar revisões, Habilitar sugestões, Votação de sugestões, and Aceitar sugestões automaticamente), the translation workflow can be customized per language.

Site-wide workflow customization can be done while Alterando as definições de idioma.

Per-project customization can be done on each language page of the project.

All workflow settings can be overridden, the only limitation is that Habilitar revisões needs to be turned on and can only be disabled in customization.

The first existing setting applies:

  1. Project-language customization

  2. Language customization

  3. The project/component settings

Nota

Please be careful when using site-wide override as that applies to all projects (unless they have own overrides for a given language).

Acesso à tradução

O controle de acesso não é discutido em detalhe como um todo nos fluxos de trabalho, pois a maioria de suas opções pode ser aplicada a qualquer fluxo de trabalho. Consulte a respectiva documentação sobre como gerenciar o acesso às traduções.

In the following chapters, any user means a user who has access to the translation. It can be any authenticated user if the project is public, or a user with Translate permission to the project.

Estados de tradução

Each translated string can be in one of the following states:

Não traduzido

A tradução está vazia, pode ou não estar armazenada no arquivo, dependendo do formato do arquivo.

Necessita edição

Translation needs editing, this is usually the result of a source string change, fuzzy matching or translator action. The translation is stored in the file, depending on the file format it might be marked as needing edit (for example as it gets a fuzzy flag in the gettext file).

Aguardando revisão

A tradução está feita, mas não revisada. Ela é armazenada no arquivo como uma tradução válida.

Aprovado

A tradução foi aprovada na revisão. Não pode mais ser alterada por tradutores, mas apenas por revisores. Tradutores só podem adicionar sugestões a ela.

Este estado está disponível apenas quando revisões estão habilitadas.

Sugestões

As sugestões estão armazenadas apenas no Weblate e não no arquivo de tradução.

Os estados são representados nos arquivos de tradução quando possível.

Dica

If the file format you use does not support storing states, you might want to use the Marcar traduções não alteradas como “Necessita edição” add-on to flag unchanged strings as needing editing.

Tradução direta

The most common setup for smaller teams, where anybody can translate directly. This is also the default setup in Weblate.

  • Qualquer usuário pode editar traduções.

  • Sugestões são formas opcionais de sugerir alterações, quando os tradutores não têm certeza sobre a alteração.

Configuração

Valor

Nota

Habilitar revisões

desativada

Configurada a nível de projeto.

Habilitar sugestões

ativada

Useful for users to be able to suggest when they are not sure.

Votação de sugestões

desativada

Aceitar sugestões automaticamente

0

Grupo de tradutores

Usuários

Ou Traduzir com controle de acesso por projeto.

Grupo de revisores

N/D

Não usada.

Revisão por pares

With this workflow, anybody can add a suggestion, which needs approval from additional member(s) before it is accepted as a translation.

  • Qualquer usuário pode adicionar sugestões.

  • Qualquer usuário pode votar em sugestões.

  • Sugestões tornam-se traduções quando dado um número predeterminado de votos.

Configuração

Valor

Nota

Habilitar revisões

desativada

Configurada a nível de projeto.

Habilitar sugestões

ativada

Votação de sugestões

desativada

Aceitar sugestões automaticamente

1

You can set higher value to require more peer reviews.

Grupo de tradutores

Usuários

Ou Traduzir com controle de acesso por projeto.

Grupo de revisores

N/D

Não usada, todos os tradutores revisam.

Revisores dedicados

Com revisores dedicados você tem dois grupos de usuários, um capaz de enviar traduções e outro capaz de revisá-los para garantir que as traduções sejam consistentes e que a qualidade seja boa.

  • Qualquer usuário pode editar traduções não aprovadas.

  • Revisor pode aprovar / retirar a aprovação de textos.

  • Revisor pode editar todas as traduções (incluindo as aprovadas).

  • Sugestões também podem ser usadas para sugerir alterações para textos aprovados.

Configuração

Valor

Nota

Habilitar revisões

ativada

Configurada a nível de projeto.

Habilitar sugestões

desativada

Useful for users to be able to suggest when they are not sure.

Votação de sugestões

desativada

Aceitar sugestões automaticamente

0

Grupo de tradutores

Usuários

Ou Traduzir com controle de acesso por projeto.

Grupo de revisores

Revisores

Ou Revisar com controle de acesso por projeto.

Ativando revisões

As revisões podem ser ativadas na configuração do projeto, a partir da subpágina Fluxo de trabalho das configurações do projeto (pode ser encontrada no menu GerenciarConfigurações):

_images/project-workflow.webp

Rota de qualidade para os textos fonte

In many cases the original source language strings are coming from developers, because they write the code and provide initial strings. However developers are often not native speakers in the source language and do not provide desired quality of the source strings. The intermediate translation can help you address this - there is an additional quality gateway for the strings between developers and translators.

By setting Arquivo de idioma intermediário, this file is used for translating strings to the source language by translators/editors. Once this stage is done, strings are available for translations to target languages, based on what is now a polished source language.

digraph translations { graph [fontname = "sans-serif", fontsize=10]; node [fontname = "sans-serif", fontsize=10, margin=0.1, height=0, style=filled, fillcolor=white, shape=note]; edge [fontname = "sans-serif", fontsize=10]; subgraph cluster_dev { style=filled; color=lightgrey; label = "Development process"; "Developers" [shape=box, fillcolor="#144d3f", fontcolor=white]; "Developers" -> "Intermediate file"; } subgraph cluster_l10n { style=filled; color=lightgrey; label = "Localization process"; "Translators" [shape=box, fillcolor="#144d3f", fontcolor=white]; "Editors" [shape=box, fillcolor="#144d3f", fontcolor=white]; "Editors" -> "Monolingual base language file"; "Translators" -> "Translation language file"; } "Intermediate file" -> "Monolingual base language file" [constraint=false]; "Monolingual base language file" -> "Translation language file" [constraint=false]; }

Revisões de textos fonte

With Habilitar revisões de fontes enabled, the review process can be applied for source strings. Once enabled, users can report issues with source strings. The actual process depends on whether bilingual or monolingual formats are in use.

For monolingual formats, source string review functions similarly to Revisores dedicados — once an issue with a source string is reported, it is marked as Needs editing.

Bilingual formats do not allow direct editing of source strings (these are typically extracted directly from the source code). In this case, a Source needs review label is attached to strings reported by translators. You should review such strings and either edit them in the source code, or remove the label.