|
2 | 2 | admin: |
3 | 3 | wizard: |
4 | 4 | submission: |
5 | | - no_user: "deleted (user_id: %{user_id})" |
| 5 | + no_user: "excluído (user_id: %{user_id})" |
6 | 6 | wizard: |
7 | | - custom_title: "Wizard" |
| 7 | + custom_title: "Assistente" |
8 | 8 | custom_field: |
9 | 9 | error: |
10 | | - required_attribute: "'%{attr}' is a required attribute" |
11 | | - unsupported_class: "'%{class}' is not a supported class" |
12 | | - unsupported_serializers: "'%{serializers}' are not supported serializers for '%{class}'" |
13 | | - unsupported_type: "%{type} is not a supported custom field type" |
14 | | - name_invalid: "'%{name}' is not a valid custom field name" |
15 | | - name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})" |
16 | | - name_already_taken: "'%{name}' is already taken as a custom field name" |
17 | | - save_default: "Failed to save custom field '%{name}'" |
| 10 | + required_attribute: "'%{attr}' é um atributo obrigatório" |
| 11 | + unsupported_class: "'%{class}' não é uma classe suportada" |
| 12 | + unsupported_serializers: "'%{serializers}' não é suportado serializadores para '%{class}'" |
| 13 | + unsupported_type: "%{type} não é um tipo de campo personalizado suportado" |
| 14 | + name_invalid: "'%{name}' não é um nome de campo personalizado válido" |
| 15 | + name_too_short: "'%{name}' é muito curto para um nome de campo personalizado (comprimento mínimo é #{min_length})" |
| 16 | + name_already_taken: "'%{name}' já está tomado como um nome de campo personalizado" |
| 17 | + save_default: "Falha ao salvar o campo personalizado '%{name}'" |
18 | 18 | field: |
19 | | - too_short: "%{label} must be at least %{min} characters" |
20 | | - too_long: "%{label} must not be more than %{max} characters" |
21 | | - required: "%{label} is required." |
22 | | - not_url: "%{label} must be a valid url" |
23 | | - invalid_file: "%{label} must be a %{types}" |
24 | | - invalid_date: "Invalid date" |
25 | | - invalid_time: "Invalid time" |
26 | | - none: "We couldn't find a wizard at that address." |
27 | | - no_skip: "Wizard can't be skipped" |
| 19 | + too_short: "%{label} deve ter pelo menos %{min} caracteres" |
| 20 | + too_long: "%{label} deve ter pelo menos %{max} caracteres" |
| 21 | + required: "%{label} é obrigatório." |
| 22 | + not_url: "%{label} deve ser uma url válida" |
| 23 | + invalid_file: "%{label} deve ser um %{types}" |
| 24 | + invalid_date: "Data inválida" |
| 25 | + invalid_time: "Tempo inválido" |
| 26 | + none: "Nós não conseguimos encontrar um assistente nesse endereço." |
| 27 | + no_skip: "Assistente não pode ser ignorado" |
28 | 28 | export: |
29 | 29 | error: |
30 | | - select_one: "Please select at least one valid wizard" |
31 | | - invalid_wizards: "No valid wizards selected" |
| 30 | + select_one: "Por favor, selecione pelo menos um assistente válido" |
| 31 | + invalid_wizards: "Nenhum assistente válido selecionado" |
32 | 32 | import: |
33 | 33 | error: |
34 | | - no_file: "No file selected" |
35 | | - file_large: "File too large" |
36 | | - invalid_json: "File is not a valid json file" |
| 34 | + no_file: "Nenhum arquivo selecionado" |
| 35 | + file_large: "Arquivo muito grande" |
| 36 | + invalid_json: "O arquivo não é um arquivo json válido" |
37 | 37 | destroy: |
38 | 38 | error: |
39 | | - no_template: No template found |
40 | | - default: Error destroying wizard |
| 39 | + no_template: Nenhum modelo encontrado |
| 40 | + default: Erro ao destruir assistente |
41 | 41 | validation: |
42 | | - required: "%{property} is required" |
43 | | - conflict: "Wizard with id '%{wizard_id}' already exists" |
44 | | - after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled." |
45 | | - after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard." |
46 | | - after_time: "After time setting is invalid." |
47 | | - liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}" |
| 42 | + required: "%{property} é obrigatório" |
| 43 | + conflict: "Assistente com id '%{wizard_id}' já existe" |
| 44 | + after_signup: "Você só pode ter um assistente 'após a inscrição' por vez. %{wizard_id} tem 'após a inscrição' habilitado." |
| 45 | + after_signup_after_time: "Você não pode usar 'após tempo' e 'após a inscrição' no mesmo assistente." |
| 46 | + after_time: "Após a configuração do tempo é inválido." |
| 47 | + liquid_syntax_error: "Erro de sintaxe Liquid em %{attribute}: %{message}" |
48 | 48 | site_settings: |
49 | | - custom_wizard_enabled: "Enable custom wizards." |
50 | | - wizard_redirect_exclude_paths: "Routes excluded from wizard redirects." |
51 | | - wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview" |
52 | | - wizard_apis_enabled: "Enable API features (experimental)." |
| 49 | + custom_wizard_enabled: "Ativar assistentes personalizados." |
| 50 | + wizard_redirect_exclude_paths: "Rotas excluídas dos redirecionamentos do assistente." |
| 51 | + wizard_recognised_image_upload_formats: "Tipos de arquivo que resultarão no upload exibindo uma visualização da imagem" |
| 52 | + wizard_apis_enabled: "Habilitar recursos API (experimental)." |
0 commit comments