0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-10 04:12:53 +01:00

New translations server.en.yml (Portuguese, Brazilian)

Dieser Commit ist enthalten in:
Richard Odekerken 2024-07-08 12:05:30 +02:00
Ursprung 947cc7de1f
Commit d0b4ad5105

Datei anzeigen

@ -2,57 +2,57 @@ pt:
admin: admin:
wizard: wizard:
submission: submission:
no_user: "deleted (user_id: %{user_id})" no_user: "excluído (user_id: %{user_id})"
wizard: wizard:
custom_title: "Wizard" custom_title: "Assistente"
custom_field: custom_field:
error: error:
required_attribute: "'%{attr}' is a required attribute" required_attribute: "'%{attr}' é um atributo obrigatório"
unsupported_class: "'%{class}' is not a supported class" unsupported_class: "'%{class}' não é uma classe suportada"
unsupported_serializers: "'%{serializers}' are not supported serializers for '%{class}'" unsupported_serializers: "'%{serializers}' não são serializadores suportados por '%{class}'"
unsupported_type: "%{type} is not a supported custom field type" unsupported_type: "%{type} não é um tipo de campo customizado suportado"
name_invalid: "'%{name}' is not a valid custom field name" name_invalid: "'%{name}' não é um nome de campo customizado válido"
name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})" name_too_short: "'%{name}' é muito curto para o nome de um campo customizado (o comprimento mínimo é #{min_length})"
name_already_taken: "'%{name}' is already taken as a custom field name" name_already_taken: "'%{name}' já está em uso como nome de um campo customizado"
save_default: "Failed to save custom field '%{name}'" save_default: "Falha ao salvar o campo customizado '%{name}'"
subscription_type: "%{type} custom fields require a subscription" subscription_type: "%{type} custom fields require a subscription"
field: field:
too_short: "%{label} must be at least %{min} characters" too_short: "%{label} deve ter ao menos %{min} caracteres"
too_long: "%{label} must not be more than %{max} characters" too_long: "%{label} deve ter no máximo %{max} caracteres"
required: "%{label} is required." required: "%{label} é obrigatório."
not_url: "%{label} must be a valid url" not_url: "%{label} deve ser uma url válida"
invalid_file: "%{label} must be a %{types}" invalid_file: "%{label} deve ser um %{types}"
invalid_date: "Invalid date" invalid_date: "Data inválida"
invalid_time: "Invalid time" invalid_time: "Horário inválido"
none: "We couldn't find a wizard at that address." none: "Não conseguimos encontrar um assistente neste endereço."
no_skip: "Wizard can't be skipped" no_skip: "Assistente não pode ser ignorado"
export: export:
error: error:
select_one: "Please select at least one valid wizard" select_one: "Por favor, selecione ao menos um assistente válido"
invalid_wizards: "No valid wizards selected" invalid_wizards: "Nenhum assistente válido selecionado"
import: import:
error: error:
no_file: "No file selected" no_file: "Nenhum arquivo selecionado"
file_large: "File too large" file_large: "Arquivo muito grande"
invalid_json: "File is not a valid json file" invalid_json: "O arquivo não é um arquivo JSON válido"
destroy: destroy:
error: error:
no_template: No template found no_template: Nenhum modelo encontrado
default: Error destroying wizard default: Erro ao destruir assistente
validation: validation:
required: "%{property} is required" required: "%{property} é obrigatório"
conflict: "Wizard with id '%{wizard_id}' already exists" conflict: "Assistente com id '%{wizard_id}' já existe"
after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled." after_signup: "Você só pode ter apenas um assiste com 'após cadastro' ativo. %{wizard_id} já possui essa propriedade ativa."
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard." after_signup_after_time: "Você não pode usar 'após tempo' e 'após cadastro' em um mesmo assistente."
after_time: "After time setting is invalid." after_time: "A configuração do 'após tempo' é inválida."
liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}" liquid_syntax_error: "Erro de sintaxe líquida em %{attribute}: %{message}"
subscription: "%{type} %{property} usage is not supported on your subscription" subscription: "%{type} %{property} usage is not supported on your subscription"
not_permitted_for_guests: "%{object_id} is not permitted when guests can access the wizard" not_permitted_for_guests: "%{object_id} is not permitted when guests can access the wizard"
error_messages: error_messages:
wizard_replacing_composer: "Category not allowed for topic creation." wizard_replacing_composer: "Category not allowed for topic creation."
site_settings: site_settings:
custom_wizard_enabled: "Enable custom wizards." custom_wizard_enabled: "Habilitar assistentes customizados."
wizard_redirect_exclude_paths: "Routes excluded from wizard redirects." wizard_redirect_exclude_paths: "Rotas excluídas dos redirecionamentos do assistente."
wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview" wizard_recognised_image_upload_formats: "Tipos de arquivo que resultarão no upload exibindo uma visualização da imagem"
wizard_apis_enabled: "Enable API features (experimental)." wizard_apis_enabled: "Habilitar recursos da API (experimental)."
wizard_critical_notices_on_dashboard: "Show critical notices about the custom wizard plugin on the admin dashboard." wizard_critical_notices_on_dashboard: "Show critical notices about the custom wizard plugin on the admin dashboard."