# 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-exit = 結束 controls-menu = 控制 controls-menu-suspend = 暫停 controls-menu-resume = 繼續 help-menu = 說明 help-menu-join-discord = 加入 Discord help-menu-report-a-bug = 回報BUG... help-menu-sponsor-development = 贊助開發... help-menu-translate-ruffle = 翻譯 Ruffle... help-menu-about = 關於 Ruffle... debug-menu = 除錯工具 debug-menu-open-stage = 檢視背景資訊 debug-menu-open-movie = 檢視動畫資訊 debug-menu-open-movie-list = 檢視所有動畫資訊 debug-menu-search-display-objects = 搜尋顯示物體...