|
97 | 97 | "incoming_spam" => "Entrada (Rejeitados - Spam)", |
98 | 98 | "incoming_throttled" => "Entrada (Rejeitados - Throttled)", |
99 | 99 | "email_subject" => "Assunto do email", |
100 | | - "twig_html_warning" => "O Twig não é permitido dentro de tags / atributos HTML e será removido automaticamente ao salvar.", |
101 | 100 |
|
102 | 101 | // Modules |
103 | 102 | "modules" => "Módulo|Módulos", |
|
236 | 235 | "email_no_body" => "Falha ao identificar o corpo da mensagem de email.", |
237 | 236 | "email_runtime_error" => "Ocorreu um erro de tempo de execução ao criar o ticket / resposta.", |
238 | 237 | "email_reply_disabled" => "As respostas de e-mail do usuário foram desativadas para este departamento.", |
239 | | - "email_throttled" => "Muitos e-mails recebidos do usuário. O limite é :max_requests e-mails a cada :decay_time minutos.", |
240 | 238 |
|
241 | 239 | /* |
242 | 240 | * 2.1.0 |
|
369 | 367 | "multi_ip" => "Suporte Multi-IP", |
370 | 368 | "multi_ip_desc" => "Permite bloquear o SupportPal para mais de um IP interno / externo.", |
371 | 369 | "purchase" => "Compra", |
372 | | - "ticket_number_missing" => "Para emails relacionados a tickets, o campo de mesclagem {{ticket.number}} deve estar presente no assunto do email e deve ser agrupado <em> [# {{ticket.number}}] </em> ou <em> ( # {{ticket.number}}) </em> para encaminhar as respostas ao ticket correto. Se você deseja remover o número do ticket, considere habilitar o <a href='https://docs.supportpal.com/current/Email+Channel#SubAddressConfiguration' target='_blank'> sub-endereçamento de e-mail </a> .", |
373 | 370 |
|
374 | 371 | /* |
375 | 372 | * 2.5.0 |
376 | 373 | */ |
377 | | - "debug_mode_desc" => "Ative o modo de depuração para exibir erros, use apenas para depuração ou se for instruÃdo pelo suporte. Os erros e outras mensagens úteis de log são armazenados nos logs do aplicativo, que podem ser baixados em Utilitários - > Logs - > Log File Manager.", |
378 | 374 | "record_trash_relations" => "The records will be moved to the trash and then permanently deleted after :number dias along with the following related data: :relations. This will impact reports.", |
379 | 375 | "uninstall_plugable_warning" => "Desinstalar o :plugable excluirá todos os arquivos e dados associados. Recomendamos desativar o :plugable.", |
380 | 376 | "web_settings_desc" => "As configurações do canal da web se aplicam ao frontend. Por padrão, os tickets podem ser acessados por qualquer pessoa que conheça um URL exclusivo. Você pode desabilitar isso e exigir que os usuários efetuem login antes que possam acessar as informações do ticket.", |
|
575 | 571 | "file_not_found" => "File ':path' not found.", |
576 | 572 | "file_not_executable" => "File ':path' is not executable.", |
577 | 573 | "dependency_resolution" => "Unable to run health check.", |
578 | | - "debug_mode_warning" => "Debug mode should only be used temporarily.", |
579 | 574 | "custom_colour" => "Custom Colour", |
580 | 575 | "remove_colour" => "Remove Colour", |
581 | 576 | "background_colour" => "Background Colour", |
|
662 | 657 | /* |
663 | 658 | * 5.3.0 |
664 | 659 | */ |
665 | | - "ticket_channel_2" => "Fornecemos uma série de canais padrão. Você pode querer ativar e configurar os canais do Facebook e Twitter para coletar bilhetes gerados através das mÃdias sociais.", |
666 | 660 | "incoming_duplicate" => "Incoming (Duplicate)", |
667 | 661 |
|
668 | 662 | /* |
|
682 | 676 | "hcaptcha_desc" => "Please register at <a target='_blank' href=\"https://hcaptcha.com/\">hCaptcha</a>. Copy the site and secret key above.", |
683 | 677 | "captcha_type_desc" => "Select the Captcha to be used throughout the system. We recommend switching to Google reCAPTCHA, which requires additional configuration.", |
684 | 678 |
|
| 679 | + /* |
| 680 | + * 5.5.0 |
| 681 | + */ |
| 682 | + "ticket_channel_2" => "Fornecemos uma série de canais padrão. Você pode querer ativar e configurar os canais do Facebook e Twitter para coletar bilhetes gerados através das mÃdias sociais.", |
| 683 | + "selected_country_aria_label" => "Selected country", |
| 684 | + "no_country_selected" => "No country selected", |
| 685 | + "country_list_aria_label" => "List of countries", |
| 686 | + "zero_search_results" => "No results found", |
| 687 | + "one_search_result" => "1 result found", |
| 688 | + "multiple_search_results" => "\${count} results found", // ${count} is a JS variable and should not be changed. |
| 689 | + "advanced" => "Advanced", |
| 690 | + "table" => "Table", |
| 691 | + "cell" => "Cell", |
| 692 | + "cell_properties" => "Cell properties", |
| 693 | + "merge_cells" => "Merge cells", |
| 694 | + "split_cell" => "Split cell", |
| 695 | + "row" => "Row", |
| 696 | + "inset_row_before" => "Insert row before", |
| 697 | + "inset_row_after" => "Insert row after", |
| 698 | + "delete_row" => "Delete row", |
| 699 | + "row_properties" => "Row properties", |
| 700 | + "cut_row" => "Cut row", |
| 701 | + "copy_row" => "Copy row", |
| 702 | + "paste_row_before" => "Paste row before", |
| 703 | + "paste_row_after" => "Paste row after", |
| 704 | + "column" => "Column", |
| 705 | + "insert_column_before" => "Insert column before", |
| 706 | + "insert_column_after" => "Insert column after", |
| 707 | + "delete_column" => "Delete column", |
| 708 | + "cut_column" => "Cut column", |
| 709 | + "copy_column" => "Copy column", |
| 710 | + "paste_column_before" => "Paste column before", |
| 711 | + "paste_column_after" => "Paste column after", |
| 712 | + "table_properties" => "Table properties", |
| 713 | + "delete_table" => "Delete table", |
| 714 | + "width" => "Width", |
| 715 | + "height" => "Height", |
| 716 | + "cell_spacing" => "Cell spacing", |
| 717 | + "cell_padding" => "Cell padding", |
| 718 | + "border_width" => "Border width", |
| 719 | + "caption" => "Caption", |
| 720 | + "show_caption" => "Show caption", |
| 721 | + "alignment" => "Alignment", |
| 722 | + "border_style" => "Border style", |
| 723 | + "border_colour" => "Border colour", |
| 724 | + "cell_type" => "Cell type", |
| 725 | + "scope" => "Scope", |
| 726 | + "horizontal_align" => "Horizontal align", |
| 727 | + "vertical_align" => "Vertical align", |
| 728 | + "header_cell" => "Header cell", |
| 729 | + "row_group" => "Row group", |
| 730 | + "column_group" => "Column group", |
| 731 | + "left" => "Left", |
| 732 | + "center" => "Center", |
| 733 | + "right" => "Right", |
| 734 | + "top" => "Top", |
| 735 | + "middle" => "Middle", |
| 736 | + "bottom" => "Bottom", |
| 737 | + "anchor" => "Anchor", |
| 738 | + "example" => "Example", |
| 739 | + |
| 740 | + /* |
| 741 | + * 5.6.0 |
| 742 | + */ |
| 743 | + "email_template_enabled_desc" => "Disabling the email template will prevent notifications that use this template from being sent.", |
| 744 | + "template_disabled" => "Template Disabled", |
| 745 | + "reset_email_template" => "This will update the editor with the default email template content. Any previous changes made will be lost once the email template has been saved.", |
| 746 | + |
| 747 | + /* |
| 748 | + * 5.7.0 |
| 749 | + */ |
| 750 | + "cursor_position" => "Cursor Position", |
| 751 | + "set_cursor_position" => "Set Cursor Position", |
| 752 | + "private_message_notification" => "New Operator Private Message", |
| 753 | + "private_message_notification_desc" => "Notifies you when you receive correspondence from another operator via private message.", |
| 754 | + |
| 755 | + /* |
| 756 | + * 5.7.3 |
| 757 | + */ |
| 758 | + "solid" => "Solid", |
| 759 | + "dashed" => "Dashed", |
| 760 | + "dotted" => "Dotted", |
| 761 | + |
| 762 | + /* |
| 763 | + * 6.0.0 |
| 764 | + */ |
| 765 | + "bot" => "Bot", |
| 766 | + "start_tls" => "Start TLS", |
| 767 | + "shortcut_disabled" => "Disabled", |
| 768 | + "shortcut_edit" => "Edit shortcut", |
| 769 | + "shortcut_reset" => "Reset to default", |
| 770 | + "shortcut_press_key" => "Press a key combination...", |
| 771 | + "shortcut_already_in_use" => "This shortcut is already in use by ':name'.", |
| 772 | + "shortcut_invalid" => "Invalid shortcut. Please try again.", |
| 773 | + "shortcut_editor" => "Text Editor", |
| 774 | + "shortcut_editor_bold" => "Bold", |
| 775 | + "shortcut_editor_italic" => "Italic", |
| 776 | + "shortcut_editor_underline" => "Underline", |
| 777 | + "shortcut_editor_link" => "Insert link", |
| 778 | + "shortcut_editor_strikethrough" => "Strikethrough", |
| 779 | + "shortcut_editor_codesample" => "Insert code sample", |
| 780 | + "shortcut_editor_blockquote" => "Insert block quote", |
| 781 | + "shortcut_editor_numlist" => "Insert numbered list", |
| 782 | + "shortcut_editor_bullist" => "Insert bullet list", |
| 783 | + "shortcut_editor_outdent" => "Decrease indent", |
| 784 | + "shortcut_editor_indent" => "Increase indent", |
| 785 | + "shortcut_editor_removeformat" => "Remove formatting", |
| 786 | + "shortcut_editor_canned_responses" => "Insert canned response", |
| 787 | + "shortcut_editor_self_service" => "Insert self-service link", |
| 788 | + "shortcut_editor_submit" => "Submit form", |
| 789 | + "shortcut_editor_superscript" => "Superscript", |
| 790 | + "shortcut_editor_subscript" => "Subscript", |
| 791 | + "shortcut_editor_paragraph" => "Paragraph", |
| 792 | + "shortcut_editor_heading1" => "Heading 1", |
| 793 | + "shortcut_editor_heading2" => "Heading 2", |
| 794 | + "shortcut_editor_heading3" => "Heading 3", |
| 795 | + "shortcut_editor_heading4" => "Heading 4", |
| 796 | + "shortcut_editor_heading5" => "Heading 5", |
| 797 | + "shortcut_editor_heading6" => "Heading 6", |
| 798 | + // Activity Log Groups |
| 799 | + "ticket_events" => "Ticket Events", |
| 800 | + "user_events" => "User Events", |
| 801 | + "organisation_events" => "Organisation Events", |
| 802 | + "email_events" => "Email Events", |
| 803 | + "system_events" => "System Events", |
| 804 | + "selfservice_events" => "Self-Service Events", |
| 805 | + "ip_events" => "IP Events", |
| 806 | + "login_events" => "Login Events", |
| 807 | + "export_events" => "Export Events", |
| 808 | + "addon_events" => "Addon Events", |
| 809 | + "private_conversation_events" => "Private Conversation Events", |
| 810 | + "import_events" => "Import Events", |
| 811 | + "background_job_events" => "Background Job Events", |
| 812 | + "user_profile" => "Profile updates", |
| 813 | + "user_organisation" => "Organisation updates", |
| 814 | + "user_groups" => "Group membership changes", |
| 815 | + "user_password" => "Password changes", |
| 816 | + "user_merge" => "Merge events", |
| 817 | + "email_mass" => "Mass email events", |
| 818 | + "email_sent" => "Sent emails", |
| 819 | + "misc_events" => "Miscellaneous events", |
| 820 | + "system_tasks" => "Scheduled task events", |
| 821 | + "system_jobs" => "Background jobs events", |
| 822 | + "system_items" => "Created, updated & deleted records", |
| 823 | + "selfservice_articles" => "Article events", |
| 824 | + "selfservice_comments" => "Comment events", |
| 825 | + "selfservice_feedback" => "Feedback events", |
| 826 | + "email_throttled" => "Muitos e-mails recebidos do usuário. O limite é :max_requests e-mails a cada :decay_time minutos.", |
| 827 | + "debug_mode_desc" => "Ative o modo de depuração para exibir erros, use apenas para depuração ou se for instruÃdo pelo suporte. Os erros e outras mensagens úteis de log são armazenados nos logs do aplicativo, que podem ser baixados em Utilitários - > Logs - > Log File Manager.", |
| 828 | + "debug_mode_warning" => "Debug mode should only be used temporarily.", |
| 829 | + "debug_mode_error" => "App debug should not be enabled in production and will display errors to users, set APP_DEBUG to false. Use the debug mode option in the general settings instead.", |
| 830 | + |
685 | 831 | ); |
0 commit comments