0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

New translations client.en.yml (Portuguese)

Dieser Commit ist enthalten in:
Keegan George 2022-08-01 03:41:02 -07:00
Ursprung 66cb18701f
Commit bfda41a5ab

Datei anzeigen

@ -1,7 +1,7 @@
pt: pt:
js: js:
wizard: wizard:
complete_custom: "Completar o {{name}}" complete_custom: "Complete the {{name}}"
completed: "You have completed this wizard." completed: "You have completed this wizard."
not_permitted: "You are not permitted to access this wizard." not_permitted: "You are not permitted to access this wizard."
none: "There is no wizard here." none: "There is no wizard here."
@ -71,221 +71,221 @@ pt:
admin_js: admin_js:
admin: admin:
wizard: wizard:
label: "Assistente" label: "Wizard"
nav_label: "Assistentes" nav_label: "Wizards"
select: "Selecionar um assistente" select: "Select a wizard"
create: "Assistente de criação" create: "Create Wizard"
name: "Nome" name: "Name"
name_placeholder: "nome do assistente" name_placeholder: "wizard name"
background: "Background" background: "Background"
background_placeholder: "#hex" background_placeholder: "#hex"
save_submissions: "Salvar" save_submissions: "Save"
save_submissions_label: "Salvar submissões do assistente." save_submissions_label: "Save wizard submissions."
multiple_submissions: "Múltiplos" multiple_submissions: "Multiple"
multiple_submissions_label: "Os usuários podem enviar várias vezes." multiple_submissions_label: "Users can submit multiple times."
after_signup: "Registrar-se" after_signup: "Signup"
after_signup_label: "Usuários direcionados ao assistente após o horário de início." after_signup_label: "Users directed to wizard after signup."
after_time: "Horário" after_time: "Time"
after_time_label: "Usuários direcionados ao assistente após o horário de início:" after_time_label: "Users directed to wizard after start time:"
after_time_time_label: "Horário de Início" after_time_time_label: "Start Time"
after_time_modal: after_time_modal:
title: "Hora de Início do Assistente" title: "Wizard Start Time"
date: "Data" date: "Date"
time: "Horário" time: "Time"
done: "Definir horário" done: "Set Time"
clear: "Limpar" clear: "Clear"
required: "Obrigatório" required: "Required"
required_label: "Usuários não podem pular o assistente." required_label: "Users cannot skip the wizard."
prompt_completion: "Prompt" prompt_completion: "Prompt"
prompt_completion_label: "Solicitar usuário para completar o assistente." prompt_completion_label: "Prompt user to complete wizard."
restart_on_revisit: "Reiniciar" restart_on_revisit: "Restart"
restart_on_revisit_label: "Limpar submissões em cada visita." restart_on_revisit_label: "Clear submissions on each visit."
resume_on_revisit: "Retomar" resume_on_revisit: "Resume"
resume_on_revisit_label: "Pergunte ao usuário se eles querem retomar cada visita." resume_on_revisit_label: "Ask the user if they want to resume on each visit."
theme_id: "Tema" theme_id: "Theme"
no_theme: "Selecione um tema (opcional)" no_theme: "Select a Theme (optional)"
save: "Salvar as alterações" save: "Save Changes"
remove: "Apagar Assistente" remove: "Delete Wizard"
add: "Adicionar" add: "Add"
url: "Url" url: "Url"
key: "Chave" key: "Key"
value: "Valor" value: "Value"
profile: "perfil" profile: "profile"
translation: "Tradução" translation: "Translation"
translation_placeholder: "chave" translation_placeholder: "key"
type: "Tipo" type: "Type"
none: "Fazer uma seleção" none: "Make a selection"
submission_key: 'submeta a chave' submission_key: 'submission key'
param_key: 'param' param_key: 'param'
group: "Grupo" group: "Group"
permitted: "Permitido" permitted: "Permitted"
advanced: "Avançado" advanced: "Advanced"
undo: "Desfazer" undo: "Undo"
clear: "Limpar" clear: "Clear"
select_type: "Selecione um tipo" select_type: "Select a type"
condition: "Condição" condition: "Condition"
index: "Indexação" index: "Index"
category_settings: category_settings:
custom_wizard: custom_wizard:
title: "Assistente personalizado" title: "Custom Wizard"
create_topic_wizard: "Selecionar um assistente para substituir o novo compositor de tópicos nesta categoria." create_topic_wizard: "Select a wizard to replace the new topic composer in this category."
message: message:
wizard: wizard:
select: "Selecione um assistente, ou crie um novo" select: "Select a wizard, or create a new one"
edit: "Você está editando um assistente" edit: "You're editing a wizard"
create: "Você está criando um novo assistente" create: "You're creating a new wizard"
documentation: "Confira a documentação do assistente" documentation: "Check out the wizard documentation"
contact: "Entre em contato com o desenvolvedor" contact: "Contact the developer"
field: field:
type: "Selecione um tipo de campo" type: "Select a field type"
edit: "Você está editando um assistente" edit: "You're editing a field"
documentation: "Confira a documentação do assistente" documentation: "Check out the field documentation"
action: action:
type: "Selecionar um tipo de ação" type: "Select an action type"
edit: "Você está editando um assistente" edit: "You're editing an action"
documentation: "Confira a documentação do assistente" documentation: "Check out the action documentation"
custom_fields: custom_fields:
create: "Visualizar, criar, editar e destruir campos personalizados" create: "View, create, edit and destroy custom fields"
saved: "Campo personalizado salvo" saved: "Saved custom field"
error: "Falha ao salvar: {{messages}}" error: "Failed to save: {{messages}}"
documentation: Confira a documentação do assistente documentation: Check out the custom field documentation
manager: manager:
info: "Exportar, importar ou destruir assistentes" info: "Export, import or destroy wizards"
documentation: Confira a documentação do assistente documentation: Check out the manager documentation
none_selected: Por favor, selecione pelo menos um assistente válido none_selected: Please select atleast one wizard
no_file: Por favor, escolha um arquivo para importar no_file: Please choose a file to import
file_size_error: O tamanho do arquivo deve ser 512kb ou menos file_size_error: The file size must be 512kb or less
file_format_error: O arquivo deve ser um arquivo .json file_format_error: The file must be a .json file
server_error: "Erro: {{message}}" server_error: "Error: {{message}}"
importing: Importando assistentes... importing: Importing wizards...
destroying: Destruindo assistentes... destroying: Destroying wizards...
import_complete: Importação concluída import_complete: Import complete
destroy_complete: Destruição completa destroy_complete: Destruction complete
editor: editor:
show: "Apresentar" show: "Show"
hide: "Esconder" hide: "Hide"
preview: "Pré-visualização {{action}}" preview: "{{action}} Preview"
popover: "{{action}} Campos" popover: "{{action}} Fields"
input: input:
conditional: conditional:
name: 'se' name: 'if'
output: 'então' output: 'then'
assignment: assignment:
name: 'definir' name: 'set'
association: association:
name: 'mapa' name: 'map'
validation: validation:
name: 'garantir' name: 'ensure'
selector: selector:
label: label:
text: "texto" text: "text"
wizard_field: "campo assistente" wizard_field: "wizard field"
wizard_action: "ação do assistente" wizard_action: "wizard action"
user_field: "campo de usuário" user_field: "user field"
user_field_options: "opções do campo usuário" user_field_options: "user field options"
user: "usuário" user: "user"
category: "categoria" category: "category"
tag: "tag" tag: "tag"
group: "grupo" group: "group"
list: "lista" list: "list"
custom_field: "campo personalizado" custom_field: "custom field"
value: "valor" value: "value"
placeholder: placeholder:
text: "Inserir item" text: "Enter text"
property: "Selecione a propriedade" property: "Select property"
wizard_field: "Selecionar campo" wizard_field: "Select field"
wizard_action: "Selecionar ação" wizard_action: "Select action"
user_field: "Selecionar campo" user_field: "Select field"
user_field_options: "Selecionar campo" user_field_options: "Select field"
user: "Selecionar usuário" user: "Select user"
category: "Selecione a categoria" category: "Select category"
tag: "Selecionar tag" tag: "Select tag"
group: "Selecionar grupo" group: "Select group"
list: "Inserir item" list: "Enter item"
custom_field: "Selecionar campo" custom_field: "Select field"
value: "Selecione o valor" value: "Select value"
error: error:
failed: "falhou em salvar o assistente" failed: "failed to save wizard"
required: "{{type}} requer {{property}}" required: "{{type}} requires {{property}}"
invalid: "{{property}} é inválido" invalid: "{{property}} is invalid"
dependent: "{{property}} depende de {{dependent}}" dependent: "{{property}} is dependent on {{dependent}}"
conflict: "{{type}} com {{property}} '{{value}}' já existe" conflict: "{{type}} with {{property}} '{{value}}' already exists"
after_time: "Após tempo inválido" after_time: "After time invalid"
step: step:
header: "Passos" header: "Steps"
title: "Título" title: "Title"
banner: "Estandarte" banner: "Banner"
description: "Descrição" description: "Description"
required_data: required_data:
label: "Obrigatório" label: "Required"
not_permitted_message: "Mensagem exibida quando os dados necessários não estão presentes" not_permitted_message: "Message shown when required data not present"
permitted_params: permitted_params:
label: "Params" label: "Params"
force_final: force_final:
label: "Etapa final condicional" label: "Conditional Final Step"
description: "Exibir esta etapa como a última etapa se as condições em etapas posteriores não forem passadas quando o usuário chegar a esta etapa." description: "Display this step as the final step if conditions on later steps have not passed when the user reaches this step."
field: field:
header: "Campos" header: "Fields"
label: "Etiqueta" label: "Label"
description: "Descrição" description: "Description"
image: "Imagem" image: "Image"
image_placeholder: "Url da imagem" image_placeholder: "Image url"
required: "Obrigatório" required: "Required"
required_label: "O campo é obrigatório" required_label: "Field is Required"
min_length: "Comprimento Mínimo" min_length: "Min Length"
min_length_placeholder: "Comprimento mínimo em caracteres" min_length_placeholder: "Minimum length in characters"
max_length: "Comprimento máximo" max_length: "Max Length"
max_length_placeholder: "Comprimento mínimo em caracteres" max_length_placeholder: "Maximum length in characters"
char_counter: "Contador de Personagens" char_counter: "Character Counter"
char_counter_placeholder: "Exibir contador de caracteres" char_counter_placeholder: "Display Character Counter"
field_placeholder: "Espaço reservado" field_placeholder: "Field Placeholder"
file_types: "Tipos de arquivo" file_types: "File Types"
preview_template: "Modelo" preview_template: "Template"
limit: "Limite" limit: "Limit"
property: "Propriedade" property: "Property"
prefill: "Prefill" prefill: "Prefill"
content: "Conteúdo" content: "Content"
tag_groups: "Grupos de Tags" tag_groups: "Tag Groups"
date_time_format: date_time_format:
label: "Formato" label: "Format"
instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Formato moment.js</a>" instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Moment.js format</a>"
validations: validations:
header: "Validações em tempo real" header: "Realtime Validations"
enabled: "Ativado" enabled: "Enabled"
similar_topics: "Tópicos similares" similar_topics: "Similar Topics"
position: "Posição" position: "Position"
above: "Abaixo" above: "Above"
below: "Abaixo" below: "Below"
categories: "Categorias" categories: "Categories"
max_topic_age: "Idade máxima do tópico" max_topic_age: "Max Topic Age"
time_units: time_units:
days: "Dias" days: "Days"
weeks: "Semanas" weeks: "Weeks"
months: "Meses" months: "Months"
years: "Anos" years: "Years"
type: type:
text: "Texto" text: "Text"
textarea: Textarea textarea: Textarea
composer: Compositor composer: Composer
composer_preview: Visualização do compositor composer_preview: Composer Preview
text_only: Somente Texto text_only: Text Only
number: Numero number: Number
checkbox: Checkbox checkbox: Checkbox
url: Url url: Url
upload: Transferir upload: Upload
dropdown: Dropdown dropdown: Dropdown
tag: Tag tag: Tag
category: Categoria category: Category
group: Grupo group: Group
user_selector: Seletor de Usuário user_selector: User Selector
date: Data date: Date
time: Horário time: Time
date_time: Data e Hora date_time: Date & Time
connector: connector:
and: "e" and: "and"
or: "ou" or: "or"
then: "então" then: "then"
set: "definir" set: "set"
equal: '=' equal: '='
greater: '>' greater: '>'
less: '<' less: '<'
@ -295,209 +295,209 @@ pt:
association: '→' association: '→'
is: 'is' is: 'is'
action: action:
header: "Ações" header: "Actions"
include: "Incluir campos" include: "Include Fields"
title: "Título" title: "Title"
post: "Postagem" post: "Post"
topic_attr: "Atributo do tópico" topic_attr: "Topic Attribute"
interpolate_fields: "Inserir campos de assistente usando o field_id no w{}. Insira campos de usuário usando chave de campo em u{}." interpolate_fields: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
run_after: run_after:
label: "Executar depois" label: "Run After"
wizard_completion: "Conclusão do Assistente" wizard_completion: "Wizard Completion"
custom_fields: custom_fields:
label: "Personalizado" label: "Custom"
key: "campo" key: "field"
skip_redirect: skip_redirect:
label: "Redirecionar" label: "Redirect"
description: "Não redirecionar o usuário para este {{type}} após a conclusão do assistente" description: "Don't redirect the user to this {{type}} after the wizard completes"
suppress_notifications: suppress_notifications:
label: "Ocultar notificações" label: "Suppress Notifications"
description: "Ocultar notificações normais desencadeadas pela criação de publicações" description: "Suppress normal notifications triggered by post creation"
send_message: send_message:
label: "Enviar mensagem" label: "Send Message"
recipient: "Destinatário" recipient: "Recipient"
create_topic: create_topic:
label: "Criar tópico" label: "Create Topic"
category: "Categoria" category: "Category"
tags: "Tags" tags: "Tags"
visible: "Visível" visible: "Visible"
open_composer: open_composer:
label: "Abrir compositor" label: "Open Composer"
update_profile: update_profile:
label: "Atualizar o perfil" label: "Update Profile"
setting: "Campos" setting: "Fields"
key: "campo" key: "field"
watch_categories: watch_categories:
label: "Ver categorias" label: "Watch Categories"
categories: "Categorias" categories: "Categories"
mute_remainder: "Silenciar lembretes" mute_remainder: "Mute Remainder"
notification_level: notification_level:
label: "Nível de notificação" label: "Notification Level"
regular: "Normal" regular: "Normal"
watching: "Acompanhando" watching: "Watching"
tracking: "Rastreamento" tracking: "Tracking"
watching_first_post: "Assistindo primeira publicação" watching_first_post: "Watching First Post"
muted: "Silenciado" muted: "Muted"
select_a_notification_level: "Selecionar nível" select_a_notification_level: "Select level"
wizard_user: "Usuário do Assistente" wizard_user: "Wizard User"
usernames: "Usuários" usernames: "Users"
post_builder: post_builder:
checkbox: "Construtor de Postagens" checkbox: "Post Builder"
label: "Construir" label: "Builder"
user_properties: "Propriedades do usuário" user_properties: "User Properties"
wizard_fields: "Campo assistente" wizard_fields: "Wizard Fields"
wizard_actions: "Ação do assistente" wizard_actions: "Wizard Actions"
placeholder: "Inserir campos de assistente usando o field_id no w{}. Insira campos de usuário usando chave de campo em u{}." placeholder: "Insert wizard fields using the field_id in w{}. Insert user properties using property in u{}."
add_to_group: add_to_group:
label: "Adicionar ao Grupo" label: "Add to Group"
route_to: route_to:
label: "Rota para" label: "Route To"
url: "Url" url: "Url"
code: "Código" code: "Code"
send_to_api: send_to_api:
label: "Enviar para API" label: "Send to API"
api: "API" api: "API"
endpoint: "Endpoint" endpoint: "Endpoint"
select_an_api: "Selecione uma API" select_an_api: "Select an API"
select_an_endpoint: "Selecionar um endpoint" select_an_endpoint: "Select an endpoint"
body: "Conteúdo" body: "Body"
body_placeholder: "JSON" body_placeholder: "JSON"
create_category: create_category:
label: "Criar Categoria" label: "Create Category"
name: Nome name: Name
slug: Pedaço de texto slug: Slug
color: Cor color: Color
text_color: Cor do texto text_color: Text color
parent_category: Categoria Pai parent_category: Parent Category
permissions: Permissões permissions: Permissions
create_group: create_group:
label: Criar grupo label: Create Group
name: Nome name: Name
full_name: Nome Completo full_name: Full Name
title: Título title: Title
bio_raw: Sobre bio_raw: About
owner_usernames: Proprietários owner_usernames: Owners
usernames: Membros usernames: Members
grant_trust_level: Nível de confiança automático grant_trust_level: Automatic Trust Level
mentionable_level: Nível Mencionável mentionable_level: Mentionable Level
messageable_level: Nível Mensageável messageable_level: Messageable Level
visibility_level: Nível de visibilidade visibility_level: Visibility Level
members_visibility_level: Nível de Visibilidade dos Membros members_visibility_level: Members Visibility Level
custom_field: custom_field:
nav_label: "Campos personalizados" nav_label: "Custom Fields"
add: "Adicionar" add: "Add"
external: external:
label: "de outro plugin" label: "from another plugin"
title: "Este campo personalizado foi adicionado por outro plugin. Você pode usá-lo em seus assistentes, mas você não pode editar o campo aqui." title: "This custom field has been added by another plugin. You can use it in your wizards but you can't edit the field here."
name: name:
label: "Nome" label: "Name"
select: "nome_sublinhado" select: "underscored_name"
type: type:
label: "Tipo" label: "Type"
select: "Selecione um tipo" select: "Select a type"
string: "String" string: "String"
integer: "Inteiro" integer: "Integer"
boolean: "Boleano" boolean: "Boolean"
json: "JSON" json: "JSON"
klass: klass:
label: "Classe" label: "Class"
select: "Selecione uma classe" select: "Select a class"
post: "Postagem" post: "Post"
category: "Categoria" category: "Category"
topic: "Tópico" topic: "Topic"
group: "Grupo" group: "Group"
user: "Usuário" user: "User"
serializers: serializers:
label: "Serializadores" label: "Serializers"
select: "Selecionar serializadores" select: "Select serializers"
topic_view: "Exibição de tópico" topic_view: "Topic View"
topic_list_item: "Item da Lista de Tópicos" topic_list_item: "Topic List Item"
basic_category: "Categoria" basic_category: "Category"
basic_group: "Grupo" basic_group: "Group"
post: "Postagem" post: "Post"
submissions: submissions:
nav_label: "Submissões" nav_label: "Submissions"
title: "{{name}} Submissões" title: "{{name}} Submissions"
download: "Download" download: "Download"
api: api:
label: "API" label: "API"
nav_label: 'APIs' nav_label: 'APIs'
select: "Selecione uma API" select: "Select API"
create: "Criar API" create: "Create API"
new: 'Nova API' new: 'New API'
name: "Nome (não pode ser alterado)" name: "Name (can't be changed)"
name_placeholder: 'Sublinhado' name_placeholder: 'Underscored'
title: 'Título' title: 'Title'
title_placeholder: 'Nome para exibição' title_placeholder: 'Display name'
remove: 'Excluir' remove: 'Delete'
save: "Salvar" save: "Save"
auth: auth:
label: "Autorização" label: "Authorization"
btn: 'Autorizar' btn: 'Authorize'
settings: "Confirgurações" settings: "Settings"
status: "Estado" status: "Status"
redirect_uri: "Url de redirecionamento" redirect_uri: "Redirect url"
type: 'Tipo' type: 'Type'
type_none: 'Selecione um tipo' type_none: 'Select a type'
url: "Autorização de url" url: "Authorization url"
token_url: "Url do token" token_url: "Token url"
client_id: 'Id do Cliente' client_id: 'Client id'
client_secret: 'Segredo do cliente' client_secret: 'Client secret'
username: 'nome de usuário' username: 'username'
password: 'senha' password: 'password'
params: params:
label: 'Params' label: 'Params'
new: 'New param' new: 'New param'
status: status:
label: "Estado" label: "Status"
authorized: 'Autorizar' authorized: 'Authorized'
not_authorized: "Não autorizado" not_authorized: "Not authorized"
code: "Código" code: "Code"
access_token: "Token de acesso" access_token: "Access token"
refresh_token: "Atualizar token" refresh_token: "Refresh token"
expires_at: "Expira em" expires_at: "Expires at"
refresh_at: "Atualizar em" refresh_at: "Refresh at"
endpoint: endpoint:
label: "Endpoints" label: "Endpoints"
add: "Adicionar endpoint" add: "Add endpoint"
name: "Nome do endpoint" name: "Endpoint name"
method: "Selecione um método" method: "Select a method"
url: "Digite uma url" url: "Enter a url"
content_type: "Selecione um tipo de campo" content_type: "Select a content type"
success_codes: "Selecionar códigos de sucesso" success_codes: "Select success codes"
log: log:
label: "Registros" label: "Logs"
log: log:
nav_label: "Registros" nav_label: "Logs"
manager: manager:
nav_label: Administrador nav_label: Manager
title: Gerenciar Assistentes title: Manage Wizards
export: Exportação export: Export
import: Importação import: Import
imported: importado imported: imported
upload: Selecione wizards.json upload: Select wizards.json
destroy: Destruir destroy: Destroy
destroyed: destruído destroyed: destroyed
wizard_js: wizard_js:
group: group:
select: "Selecionar grupo" select: "Select a group"
location: location:
name: name:
title: "Nome (opcional)" title: "Name (optional)"
desc: "por exemplo, P. Sherman Dentist" desc: "e.g. P. Sherman Dentist"
street: street:
title: "Número e rua" title: "Number and Street"
desc: "e.g. 42 Wallaby Way" desc: "e.g. 42 Wallaby Way"
postalcode: postalcode:
title: "Código Postal (Zip)" title: "Postal Code (Zip)"
desc: "e.g. 2090" desc: "e.g. 2090"
neighbourhood: neighbourhood:
title: "Vizinhança" title: "Neighbourhood"
desc: "e.g. Cremorne Point" desc: "e.g. Cremorne Point"
city: city:
title: "City, Town or Village" title: "City, Town or Village"
desc: "e.g. Sydney" desc: "e.g. Sydney"
coordinates: "Coordenadas" coordinates: "Coordinates"
lat: lat:
title: "Latitude" title: "Latitude"
desc: "e.g. -31.9456702" desc: "e.g. -31.9456702"
@ -505,10 +505,10 @@ pt:
title: "Longitude" title: "Longitude"
desc: "e.g. 115.8626477" desc: "e.g. 115.8626477"
country_code: country_code:
title: "País" title: "Country"
placeholder: "Selecione um país" placeholder: "Select a Country"
query: query:
title: "Endereço" title: "Address"
desc: "e.g. 42 Wallaby Way, Sydney." desc: "e.g. 42 Wallaby Way, Sydney."
geo: geo:
desc: "Locations provided by {{provider}}" desc: "Locations provided by {{provider}}"