import type { Translation } from "../i18n-types"; const audio: NonNullable = { manager: { reduce: "说话时降低音乐音量", allow: "播放声音", }, message: "音频消息", }; export default audio;