# 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 = Archivo file-menu-open-quick = Abrir... file-menu-open-advanced = Abrir avanzado... file-menu-close = Cerrar file-menu-reload = Recargar file-menu-preferences = Preferencias... file-menu-exit = Salir controls-menu = Controles controls-menu-suspend = Suspender controls-menu-resume = Reanudar controls-menu-volume = Controles de volumen help-menu = Ayuda help-menu-join-discord = Únete al Discord help-menu-report-a-bug = Reportar un problema... help-menu-sponsor-development = Patrocinar desarrollo... help-menu-translate-ruffle = Traducir Ruffle... help-menu-about = Sobre Ruffle bookmarks-menu = Favoritos bookmarks-menu-add = Añadir... bookmarks-menu-manage = Gestionar favoritos... debug-menu = Herramientas de depuración debug-menu-open-stage = Ver información de la página debug-menu-open-movie = Ver película debug-menu-open-movie-list = Mostrar películas conocidas debug-menu-open-domain-list = Mostrar dominios debug-menu-search-display-objects = Buscar los objetos de rendimiento...