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.

112 lines
4.1 KiB
YAML
Raw Normal View History

2020-08-05 21:55:12 +08:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-04-30 01:07:25 +08:00
#
# To work with us on translations, join this project:
2020-08-05 21:55:12 +08:00
# https://translate.discourse.org/
2015-04-30 01:07:25 +08:00
2015-06-15 22:31:03 +08:00
pt:
js:
poll:
voters:
2020-06-15 05:39:33 +08:00
one: "votante"
other: "votantes"
2015-06-15 22:31:03 +08:00
total_votes:
2015-07-23 01:27:18 +08:00
one: "total da votação"
2015-06-15 22:31:03 +08:00
other: "total de votos"
average_rating: "Classificação média: <strong>%{average}</strong>."
2019-12-06 00:20:52 +08:00
public:
title: "Os votos são <strong>públicos</strong>."
2021-02-23 22:10:04 +08: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-15 05:39:33 +08: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 22:31:03 +08:00
cast-votes:
2020-06-15 05:39:33 +08:00
title: "Vote"
2015-06-15 22:31:03 +08:00
label: "Vote agora!"
show-results:
2019-12-06 00:20:52 +08:00
title: "Exibir os resultados da sondagem"
2015-06-15 22:31:03 +08:00
label: "Mostrar resultados"
hide-results:
2020-06-15 05:39:33 +08:00
title: "Voltar para os seus votos"
2019-12-06 00:20:52 +08:00
label: "Mostrar voto"
group-results:
title: "Agrupar votos por campo de utilizador"
2021-02-23 22:10:04 +08:00
label: "Mostrar detalhes"
2019-12-06 00:20:52 +08:00
export-results:
2021-02-16 22:24:37 +08:00
title: "Exportar os resultados da sondagem"
2019-12-06 00:20:52 +08:00
label: "Exportar"
2015-06-15 22:31:03 +08:00
open:
2016-11-03 01:17:35 +08:00
title: "Abrir a sondagem"
2015-06-15 22:31:03 +08:00
label: "Abrir"
2017-07-20 17:27:02 +08:00
confirm: "Tem a certeza que deseja abrir esta sondagem?"
2015-06-15 22:31:03 +08:00
close:
2016-11-03 01:17:35 +08:00
title: "Fechar a sondagem"
2015-06-15 22:31:03 +08:00
label: "Fechar"
2019-12-06 00:20:52 +08:00
confirm: "Tem a certeza que deseja encerrar esta sondagem?"
2021-02-23 22:10:04 +08:00
automatic_close:
closes_in: "Fecha em <strong>%{timeLeft}</strong>."
age: "Fechou <strong>%{age}</strong>"
2021-02-16 22:24:37 +08:00
breakdown:
title: "Resultados da sondagem"
votes: "%{count} votos"
2021-02-23 22:10:04 +08:00
breakdown: "Detalhe"
2021-02-16 22:24:37 +08:00
percentage: "Percentagem"
2021-02-23 22:10:04 +08: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-06 02:39:55 +08:00
ui_builder:
2016-11-03 01:17:35 +08:00
title: Criar Sondagem
2019-12-06 00:20:52 +08:00
insert: Inserir Sondagem
2016-08-06 02:39:55 +08:00
help:
2020-06-15 05:39:33 +08:00
options_count: Insira pelo menos uma opção
2018-05-04 03:23:01 +08: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-06 02:39:55 +08:00
poll_type:
label: Tipo
regular: Escolha Única
2017-07-20 17:27:02 +08:00
multiple: Escolha Múltipla
2020-06-15 05:39:33 +08:00
number: Classificação Numérica
2019-04-24 21:02:04 +08:00
poll_result:
label: Resultados
2021-02-16 22:24:37 +08:00
always: Sempre visível
vote: Em votação
closed: Quando fechado
2021-02-23 22:10:04 +08:00
staff: Apenas Pessoal
2021-02-16 22:24:37 +08:00
poll_groups:
label: Grupos permitidos
poll_chart_type:
label: Tipo de gráfico
bar: Barras
pie: Circular
2016-08-06 02:39:55 +08:00
poll_config:
max: Máximo
min: Mínimo
step: Passo
poll_public:
2016-11-03 01:17:35 +08:00
label: Mostrar quem votou
2021-02-16 22:24:37 +08:00
poll_title:
label: Título (opcional)
2016-08-06 02:39:55 +08:00
poll_options:
2020-06-15 05:39:33 +08:00
label: Insira uma opção de sondagem por linha
2021-02-16 22:24:37 +08:00
automatic_close:
label: Fechar sondagem automaticamente