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 server.en.yml (Portuguese)

Dieser Commit ist enthalten in:
Richard Odekerken 2023-12-09 11:08:25 +01:00
Ursprung 7dfe6d9eef
Commit 53324c3d9c

Datei anzeigen

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