# A note on ellipsis: they indicate when an action won't immediately happen, but needs more information from the user. # For example, "Open File..." won't open a file, it'll ask the user to choose a file and *then* open the file. # Whereas "Close" or "About" wouldn't need any information, they'd immediately happen as soon as you click it. # In general, if clicking the thing immediately does that thing, no ellipsis. If it asks for more information, ellipsis. # This is the case for English, but other languages may have other rules or ways of showing this. # Some items may be also be duplicated here, like "About Ruffle" in the menu and "About Ruffle" elsewhere as the header of the about menu. # This is because some languages may use different wording for one or the other, especially with things like capitalisation. file-menu = Arquivo file-menu-open-quick = Abrir... file-menu-open-advanced = Abrir Avançado... file-menu-close = Fechar file-menu-reload = Recarregar file-menu-preferences = Preferências... file-menu-exit = Sair controls-menu = Controles controls-menu-suspend = Suspender controls-menu-resume = Continuar controls-menu-volume = Controles de volume help-menu = Ajuda help-menu-join-discord = Junte-se ao Discord help-menu-report-a-bug = Reportar um Erro... help-menu-sponsor-development = Patrocine o Desenvolvimento... help-menu-translate-ruffle = Traduzir Ruffle... help-menu-about = Sobre o Ruffle bookmarks-menu = Favoritos bookmarks-menu-add = Adicionar... bookmarks-menu-manage = Gerenciar Favoritos... debug-menu = Ferramentas de Depuração debug-menu-open-stage = Ver Informações do Estágio debug-menu-open-movie = Ver Filme debug-menu-open-movie-list = Mostrar Filmes Conhecidos debug-menu-open-domain-list = Mostrar domínios debug-menu-search-display-objects = Procurar Objetos de Exibição...