# 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 = Файл file-menu-open-quick = Відкрити... file-menu-open-advanced = Відкрити додаткові... file-menu-close = Закрити file-menu-reload = Перезавантажити file-menu-recents = Останні file-menu-recents-empty = Немає останніх записів file-menu-preferences = Уподобання... file-menu-exit = Вихід controls-menu = Елементи керування controls-menu-suspend = Призупинити controls-menu-resume = Продовжити controls-menu-volume = Елементи керування гучністю help-menu = Допомога help-menu-join-discord = Приєднуйтесь до Discord help-menu-report-a-bug = Повідомити про помилку... help-menu-sponsor-development = Спонсорство розвитку... help-menu-translate-ruffle = Перекласти Ruffle... help-menu-about = Про Ruffle bookmarks-menu = Закладки bookmarks-menu-add = Додати... bookmarks-menu-manage = Керувати закладками... debug-menu = Інструменти налагодження debug-menu-open-stage = Переглянути інформацію про сцену debug-menu-open-movie = Переглянути фільм debug-menu-open-movie-list = Показати відомі фільми debug-menu-open-domain-list = Показати домени debug-menu-search-display-objects = Пошук зображуваних об’єктів...