[ 'actions' => [ 'clone' => [ 'label' => 'Clonar', ], 'add' => [ 'label' => 'Adicionar em :label', 'modal' => [ 'heading' => 'Adicionar em :label', 'actions' => [ 'add' => [ 'label' => 'Adicionar', ], ], ], ], 'add_between' => [ 'label' => 'Inserir entre blocos', 'modal' => [ 'heading' => 'Adicionar em :label', 'actions' => [ 'add' => [ 'label' => 'Adicionar', ], ], ], ], 'delete' => [ 'label' => 'Excluir', ], 'edit' => [ 'label' => 'Editar', 'modal' => [ 'heading' => 'Editar bloco', 'actions' => [ 'save' => [ 'label' => 'Salvar alterações', ], ], ], ], 'reorder' => [ 'label' => 'Mover', ], 'move_down' => [ 'label' => 'Mover para baixo', ], 'move_up' => [ 'label' => 'Mover para cima', ], 'collapse' => [ 'label' => 'Recolher', ], 'expand' => [ 'label' => 'Expandir', ], 'collapse_all' => [ 'label' => 'Recolher todos', ], 'expand_all' => [ 'label' => 'Expandir todos', ], ], ], 'checkbox_list' => [ 'actions' => [ 'deselect_all' => [ 'label' => 'Desmarcar todos', ], 'select_all' => [ 'label' => 'Marcar todos', ], ], ], 'file_upload' => [ 'editor' => [ 'actions' => [ 'cancel' => [ 'label' => 'Cancelar', ], 'drag_crop' => [ 'label' => 'Modo de arrastar "cortar"', ], 'drag_move' => [ 'label' => 'Modo de arrastar "mover"', ], 'flip_horizontal' => [ 'label' => 'Inverter imagem horizontalmente', ], 'flip_vertical' => [ 'label' => 'Inverter imagem verticalmente', ], 'move_down' => [ 'label' => 'Mover imagem para baixo', ], 'move_left' => [ 'label' => 'Mover imagem para esquerda', ], 'move_right' => [ 'label' => 'Mover imagem para direita', ], 'move_up' => [ 'label' => 'Mover imagem para cima', ], 'reset' => [ 'label' => 'Limpar', ], 'rotate_left' => [ 'label' => 'Rotacionar imagem para esquerda', ], 'rotate_right' => [ 'label' => 'Rotacionar imagem para direita', ], 'set_aspect_ratio' => [ 'label' => 'Definir proporção para :ratio', ], 'save' => [ 'label' => 'Salvar', ], 'zoom_100' => [ 'label' => 'Ampliar imagem para 100%', ], 'zoom_in' => [ 'label' => 'Mais zoom', ], 'zoom_out' => [ 'label' => 'Menos zoom', ], ], 'fields' => [ 'height' => [ 'label' => 'Altura', 'unit' => 'px', ], 'rotation' => [ 'label' => 'Rotação', 'unit' => 'deg', ], 'width' => [ 'label' => 'Largura', 'unit' => 'px', ], 'x_position' => [ 'label' => 'X', 'unit' => 'px', ], 'y_position' => [ 'label' => 'Y', 'unit' => 'px', ], ], 'aspect_ratios' => [ 'label' => 'Proporções', 'no_fixed' => [ 'label' => 'Livre', ], ], 'svg' => [ 'messages' => [ 'confirmation' => 'Não é recomendado editar arquivos SVG, pois pode resultar em perda de qualidade ao dimensionar.\n Você tem certeza de que deseja continuar?', 'disabled' => 'A edição de arquivos SVG está desativada, pois pode resultar em perda de qualidade ao dimensionar.', ], ], ], ], 'key_value' => [ 'actions' => [ 'add' => [ 'label' => 'Adicionar linha', ], 'delete' => [ 'label' => 'Excluir linha', ], 'reorder' => [ 'label' => 'Reordenar linha', ], ], 'fields' => [ 'key' => [ 'label' => 'Chave', ], 'value' => [ 'label' => 'Valor', ], ], ], 'markdown_editor' => [ 'file_attachments_accepted_file_types_message' => 'Os arquivos enviados devem ser do tipo: :values.', 'file_attachments_max_size_message' => 'Os arquivos enviados não devem ser maiores que :max kilobytes.', 'tools' => [ 'attach_files' => 'Anexar arquivos', 'blockquote' => 'Bloco de citação', 'bold' => 'Negrito', 'bullet_list' => 'Lista com marcadores', 'code_block' => 'Bloco de código', 'heading' => 'Título', 'italic' => 'Itálico', 'link' => 'Link', 'ordered_list' => 'Lista ordenada', 'redo' => 'Refazer', 'strike' => 'Tachado', 'table' => 'Tabela', 'undo' => 'Desfazer', ], ], 'modal_table_select' => [ 'actions' => [ 'select' => [ 'label' => 'Selecionar', 'actions' => [ 'select' => [ 'label' => 'Selecionar', ], ], ], ], ], 'radio' => [ 'boolean' => [ 'true' => 'Sim', 'false' => 'Não', ], ], 'repeater' => [ 'actions' => [ 'add' => [ 'label' => 'Adicionar em :label', ], 'add_between' => [ 'label' => 'Inserir', ], 'delete' => [ 'label' => 'Excluir', ], 'clone' => [ 'label' => 'Clonar', ], 'reorder' => [ 'label' => 'Mover', ], 'move_down' => [ 'label' => 'Mover para baixo', ], 'move_up' => [ 'label' => 'Mover para cima', ], 'collapse' => [ 'label' => 'Recolher', ], 'expand' => [ 'label' => 'Expandir', ], 'collapse_all' => [ 'label' => 'Recolher todos', ], 'expand_all' => [ 'label' => 'Expandir todos', ], ], ], 'rich_editor' => [ 'actions' => [ 'attach_files' => [ 'label' => 'Carregar arquivo', 'modal' => [ 'heading' => 'Carregar arquivo', 'form' => [ 'file' => [ 'label' => [ 'new' => 'Arquivo', 'existing' => 'Substituir arquivo', ], ], 'alt' => [ 'label' => [ 'new' => 'Texto alternativo', 'existing' => 'Alterar texto alternativo', ], ], ], ], ], 'custom_block' => [ 'modal' => [ 'actions' => [ 'insert' => [ 'label' => 'Inserir', ], 'save' => [ 'label' => 'Salvar', ], ], ], ], 'grid' => [ 'label' => 'Grade', 'modal' => [ 'heading' => 'Grade', 'form' => [ 'preset' => [ 'label' => 'Predefinição', 'placeholder' => 'Nenhum', 'options' => [ 'two' => 'Dois', 'three' => 'Três', 'four' => 'Quatro', 'five' => 'Cinco', 'two_start_third' => 'Dois (Início Terço)', 'two_end_third' => 'Dois (Fim Terço)', 'two_start_fourth' => 'Dois (Início Quarto)', 'two_end_fourth' => 'Dois (Fim Quarto)', ], ], 'columns' => [ 'label' => 'Colunas', ], 'from_breakpoint' => [ 'label' => 'A partir do breakpoint', 'options' => [ 'default' => 'Todos', 'sm' => 'Pequeno', 'md' => 'Médio', 'lg' => 'Grande', 'xl' => 'Extra grande', '2xl' => 'Duas vezes extra grande', ], ], 'is_asymmetric' => [ 'label' => 'Duas colunas assimétricas', ], 'start_span' => [ 'label' => 'Início do espaçamento', ], 'end_span' => [ 'label' => 'Fim do espaçamento', ], ], ], ], 'link' => [ 'label' => 'Editar', 'modal' => [ 'heading' => 'Link', 'form' => [ 'url' => [ 'label' => 'URL', ], 'should_open_in_new_tab' => [ 'label' => 'Abrir em uma nova aba', ], ], ], ], 'text_color' => [ 'label' => 'Cor do texto', 'modal' => [ 'heading' => 'Cor do texto', 'form' => [ 'color' => [ 'label' => 'Cor', ], 'custom_color' => [ 'label' => 'Cor personalizada', ], ], ], ], ], 'file_attachments_accepted_file_types_message' => 'Os arquivos enviados devem ser do tipo: :values.', 'file_attachments_max_size_message' => 'Os arquivos enviados não devem ser maiores que :max kilobytes.', 'no_merge_tag_search_results_message' => 'Nenhuma tag dinâmica encontrada.', 'tools' => [ 'align_center' => 'Alinhar ao centro', 'align_end' => 'Alinhar ao fim', 'align_justify' => 'Alinhar justificado', 'align_start' => 'Alinhar ao início', 'attach_files' => 'Anexar arquivos', 'blockquote' => 'Bloco de citação', 'bold' => 'Negrito', 'bullet_list' => 'Lista com marcadores', 'clear_formatting' => 'Limpar formatação', 'code' => 'Código', 'code_block' => 'Bloco de código', 'custom_blocks' => 'Blocos', 'details' => 'Detalhes', 'h1' => 'Título', 'h2' => 'Cabeçalho', 'h3' => 'Subtítulo', 'grid' => 'Grade', 'grid_delete' => 'Deletar grade', 'highlight' => 'Destacar', 'horizontal_rule' => 'Linha horizontal', 'italic' => 'Itálico', 'lead' => 'Texto de destaque', 'link' => 'Link', 'merge_tags' => 'Tags dinâmicas', 'ordered_list' => 'Lista ordenada', 'redo' => 'Refazer', 'small' => 'Texto pequeno', 'strike' => 'Tachado', 'subscript' => 'Subscrito', 'superscript' => 'Sobrescrito', 'table' => 'Tabela', 'table_delete' => 'Excluir tabela', 'table_add_column_before' => 'Adicionar coluna antes', 'table_add_column_after' => 'Adicionar coluna depois', 'table_delete_column' => 'Excluir coluna', 'table_add_row_before' => 'Adicionar linha acima', 'table_add_row_after' => 'Adicionar linha abaixo', 'table_delete_row' => 'Excluir linha', 'table_merge_cells' => 'Mesclar células', 'table_split_cell' => 'Dividir célula', 'table_toggle_header_row' => 'Alternar linha de cabeçalho', 'text_color' => 'Cor do texto', 'underline' => 'Sublinhado', 'undo' => 'Desfazer', ], 'uploading_file_message' => 'Carregando arquivo...', ], 'select' => [ 'actions' => [ 'create_option' => [ 'label' => 'Criar', 'modal' => [ 'heading' => 'Criar', 'actions' => [ 'create' => [ 'label' => 'Criar', ], 'create_another' => [ 'label' => 'Salvar e criar outro', ], ], ], ], 'edit_option' => [ 'label' => 'Editar', 'modal' => [ 'heading' => 'Editar', 'actions' => [ 'save' => [ 'label' => 'Salvar', ], ], ], ], ], 'boolean' => [ 'true' => 'Sim', 'false' => 'Não', ], 'loading_message' => 'Carregando...', 'max_items_message' => 'Apenas :count item pode ser selecionado.|Apenas :count itens podem ser selecionados.', 'no_search_results_message' => 'Nenhuma opção corresponde à sua pesquisa.', 'placeholder' => 'Selecione uma opção', 'searching_message' => 'Pesquisando...', 'search_prompt' => 'Comece a digitar para pesquisar...', ], 'tags_input' => [ 'placeholder' => 'Nova tag', ], 'text_input' => [ 'actions' => [ 'copy' => [ 'label' => 'Copiar', 'message' => 'Copiado', ], 'hide_password' => [ 'label' => 'Esconder senha', ], 'show_password' => [ 'label' => 'Mostrar senha', ], ], ], 'toggle_buttons' => [ 'boolean' => [ 'true' => 'Sim', 'false' => 'Não', ], ], ];