Add chinese translation (#2074)
* add chinese translation * fix prettier problem
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const audio: BaseTranslation = {
|
||||
manager: {
|
||||
reduce: "说话时降低音乐音量",
|
||||
allow: "播放声音",
|
||||
},
|
||||
message: "音频消息",
|
||||
};
|
||||
|
||||
export default audio;
|
||||
Reference in New Issue
Block a user