Add chinese translation (#2074)

* add chinese translation
* fix prettier problem
This commit is contained in:
Zachary Jia
2022-04-12 21:19:14 +08:00
committed by GitHub
parent d1e8243c47
commit 08e843549c
14 changed files with 382 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import type { BaseTranslation } from "../i18n-types";
const audio: BaseTranslation = {
manager: {
reduce: "说话时降低音乐音量",
allow: "播放声音",
},
message: "音频消息",
};
export default audio;