DAILY BASIS ENGLISH COURSE

Vocabulary

Programming

Common programming terms.
Contents

Project & Files

assets recursos / arquivos estáticos Store images and fonts in the assets folder. Guarde imagens e fontes na pasta de recursos.folder pasta Create a new folder for this feature. Crie uma nova pasta para esse recurso.file arquivo Save the file before closing the editor. Salve o arquivo antes de fechar o editor.module módulo This module handles user authentication. Este módulo lida com a autenticação do usuário.path caminho Check the file path in the import statement. Verifique o caminho do arquivo na instrução de importação.root diretório raiz The config file is in the root directory. O arquivo de configuração está no diretório raiz.import importar Import the component from another file. Importe o componente de outro arquivo.export exportar Export the function to use it elsewhere. Exporte a função para usá-la em outro lugar.

Layout & Structure

header cabeçalho The header contains the navigation menu. O cabeçalho contém o menu de navegação.footer rodapé The footer shows the copyright information. O rodapé mostra as informações de direitos autorais.section seção Each section explains a different feature. Cada seção explica um recurso diferente.container contêiner Wrap the content in a container. Envolva o conteúdo em um contêiner.height altura Set the height of the image to 200 pixels. Defina a altura da imagem para 200 pixels.width largura Adjust the width of the sidebar. Ajuste a largura da barra lateral.

Styling & CSS

stylesheet folha de estilo The stylesheet controls the page design. A folha de estilo controla o design da página.class classe Add a class to style this button. Adicione uma classe para estilizar este botão.selector seletor This selector targets all paragraphs. Este seletor seleciona todos os parágrafos.property propriedade Change the color property. Altere a propriedade de cor.responsive responsivo The layout is responsive on mobile devices. O layout é responsivo em dispositivos móveis.

Components & UI

components componentes The app is built with reusable components. O aplicativo é construído com componentes reutilizáveis.props propriedades (props) Pass data to the component using props. Passe dados para o componente usando props.state estado The state changes when the button is clicked. O estado muda quando o botão é clicado.fragment fragmento Use a fragment to group elements. Use um fragmento para agrupar elementos.render renderizar Render the list after fetching data. Renderize a lista após buscar os dados.

Rules & Access

forbidden proibido(a) Access to this page is forbidden. O acesso a esta página é proibido.permission permissão You need permission to edit this file. Você precisa de permissão para editar este arquivo.error erro The console shows an error message. O console mostra uma mensagem de erro.deprecated obsoleto / depreciado This API is deprecated. Esta API está obsoleta.

Performance & Behavior

load carregar The page loads quickly. A página carrega rapidamente.cache cache / armazenamento temporário Clear the cache to see the changes. Limpe o cache para ver as mudanças.event evento Click events trigger this function. Eventos de clique acionam esta função.refresh atualizar / recarregar Refresh the browser to apply the update. Atualize o navegador para aplicar a atualização.
Daily Basis English Course