# 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-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 = 搜索显示对象...