discourse/plugins/poll/config/locales/client.pt.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

118 lines
4.5 KiB
YAML
Raw Normal View History

2020-08-05 09:55:12 -04:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-04-29 13:07:25 -04:00
#
# To work with us on translations, join this project:
2020-08-05 09:55:12 -04:00
# https://translate.discourse.org/
2015-04-29 13:07:25 -04:00
2015-06-15 10:31:03 -04:00
pt:
js:
poll:
voters:
2020-06-14 17:39:33 -04:00
one: "votante"
other: "votantes"
2015-06-15 10:31:03 -04:00
total_votes:
2015-07-22 13:27:18 -04:00
one: "total da votação"
2015-06-15 10:31:03 -04:00
other: "total de votos"
average_rating: "Classificação média: <strong>%{average}</strong>."
2019-12-05 11:20:52 -05:00
public:
title: "Os votos são <strong>públicos</strong>."
2021-02-23 09:10:04 -05:00
results:
groups:
title: "Precisa de ser um membro de %{groups} para votar nesta sondagem."
vote:
title: "Os resultados serão mostrados após o <strong>voto</strong>."
closed:
title: "Os resultados serão mostrados após o <strong>fecho</strong>."
staff:
title: "Os resultados serão apenas mostrados aos membros do <strong>pessoal</strong>."
2020-06-14 17:39:33 -04:00
multiple:
help:
at_least_min_options:
one: "Escolha pelo menos <strong>%{count}</strong> opção."
other: "Escolha pelo menos <strong>%{count}</strong> opções."
up_to_max_options:
one: "Escolha até <strong>%{count}</strong> opção."
other: "Escolha até <strong>%{count}</strong> opções."
x_options:
one: "Escolha <strong>%{count}</strong> opção"
other: "Escolha <strong>%{count}</strong> opções"
between_min_and_max_options: "Escolha entre as opções <strong>%{min}</strong> e <strong>%{max}</strong>."
2015-06-15 10:31:03 -04:00
cast-votes:
2020-06-14 17:39:33 -04:00
title: "Vote"
2015-06-15 10:31:03 -04:00
label: "Vote agora!"
show-results:
2019-12-05 11:20:52 -05:00
title: "Exibir os resultados da sondagem"
2015-06-15 10:31:03 -04:00
label: "Mostrar resultados"
hide-results:
2020-06-14 17:39:33 -04:00
title: "Voltar para os seus votos"
2019-12-05 11:20:52 -05:00
label: "Mostrar voto"
group-results:
title: "Agrupar votos por campo de utilizador"
2021-02-23 09:10:04 -05:00
label: "Mostrar detalhes"
2019-12-05 11:20:52 -05:00
export-results:
2021-02-16 09:24:37 -05:00
title: "Exportar os resultados da sondagem"
2019-12-05 11:20:52 -05:00
label: "Exportar"
2015-06-15 10:31:03 -04:00
open:
2016-11-02 13:17:35 -04:00
title: "Abrir a sondagem"
2015-06-15 10:31:03 -04:00
label: "Abrir"
2017-07-20 05:27:02 -04:00
confirm: "Tem a certeza que deseja abrir esta sondagem?"
2015-06-15 10:31:03 -04:00
close:
2016-11-02 13:17:35 -04:00
title: "Fechar a sondagem"
2015-06-15 10:31:03 -04:00
label: "Fechar"
2019-12-05 11:20:52 -05:00
confirm: "Tem a certeza que deseja encerrar esta sondagem?"
2021-02-23 09:10:04 -05:00
automatic_close:
closes_in: "Fecha em <strong>%{timeLeft}</strong>."
age: "Fechou <strong>%{age}</strong>"
2021-02-16 09:24:37 -05:00
breakdown:
title: "Resultados da sondagem"
votes: "%{count} votos"
2021-02-23 09:10:04 -05:00
breakdown: "Detalhe"
2021-02-16 09:24:37 -05:00
percentage: "Percentagem"
2021-02-23 09:10:04 -05:00
count: "Soma"
error_while_toggling_status: "Lamentamos, mas ocorreu um erro ao alternar o estado desta sondagem."
error_while_casting_votes: "Lamentamos, mas ocorreu um erro ao submeter os seus votos."
error_while_fetching_voters: "Lamentamos, mas ocorreu um erro ao exibir os votantes."
error_while_exporting_results: "Lamentamos, mas ocorreu um erro ao exportar os resultados da sondagem."
2016-08-05 14:39:55 -04:00
ui_builder:
2016-11-02 13:17:35 -04:00
title: Criar Sondagem
2019-12-05 11:20:52 -05:00
insert: Inserir Sondagem
2016-08-05 14:39:55 -04:00
help:
2021-05-18 10:49:18 -04:00
options_min_count: Insira pelo menos uma opção.
2021-07-13 14:30:09 -04:00
options_max_count: Insira no máximo %{count} opções.
invalid_min_value: O valor mínimo deve ser pelo menos 1.
invalid_max_value: O valor máximo deve ser pelo menos 1, mas menor ou igual ao número de opções.
2018-05-03 15:23:01 -04:00
invalid_values: O valor mínimo deve ser menor que o valor máximo.
min_step_value: O valor mínimo é 1
2016-08-05 14:39:55 -04:00
poll_type:
label: Tipo
regular: Escolha Única
2017-07-20 05:27:02 -04:00
multiple: Escolha Múltipla
2020-06-14 17:39:33 -04:00
number: Classificação Numérica
2019-04-24 09:02:04 -04:00
poll_result:
2021-07-13 14:30:09 -04:00
label: Mostrar Resultados...
2021-02-16 09:24:37 -05:00
always: Sempre visível
2021-07-13 14:30:09 -04:00
vote: Somente após a votação
closed: Quando a enquete for fechada
2021-02-23 09:10:04 -05:00
staff: Apenas Pessoal
2021-07-13 14:30:09 -04:00
poll_groups:
label: Limitar a votação a estes grupos
2021-02-16 09:24:37 -05:00
poll_chart_type:
2021-07-13 14:30:09 -04:00
label: Gráfico de resultados
2021-02-16 09:24:37 -05:00
bar: Barras
pie: Circular
2016-08-05 14:39:55 -04:00
poll_config:
2021-07-13 14:30:09 -04:00
max: Máximo de Escolhas
min: Mínimo de Escolhas
2016-08-05 14:39:55 -04:00
step: Passo
poll_public:
2016-11-02 13:17:35 -04:00
label: Mostrar quem votou
2021-02-16 09:24:37 -05:00
poll_title:
label: Título (opcional)
2021-07-13 14:30:09 -04:00
poll_options:
label: Opções (uma por linha)
add: Adicionar alternativa
2021-02-16 09:24:37 -05:00
automatic_close:
label: Fechar sondagem automaticamente
2021-05-18 10:49:18 -04:00
show_advanced: "Mostrar Opções Avançadas"
hide_advanced: "Ocultar Opções Avançadas"