Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions VoiceCraft.Client/VoiceCraft.Client/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,25 @@
"Theme": "主题",
"BackgroundImage": "背景图片"
},
"Audio": {
"Audio": "音频设置",
"AutomaticGainControllers": "自动增益控制器",
"Denoisers": "降噪器",
"EchoCancelers": "回声消除器",
"Input": {
"Input": "输入设置",
"InputDevices": "输入设备",
"InputVolume": "输入音量",
"MicrophoneSensitivity": "麦克风灵敏度",
"OutputVolume": "输出音量",
"OutputDevices": "输出设备",
"TestOutput": "测试输出",
"Denoisers": "降噪器",
"AutomaticGainControllers": "自动增益控制器",
"EchoCancelers": "回声消除器",
"MicrophoneTest": {
"MicrophoneTest": "麦克风测试",
"Test": "测试"
}
},
"Output": {
"Output": "输出设置",
"OutputDevices": "输出设备",
"OutputVolume": "输出音量",
"TestOutput": "测试输出"
},
"Network": {
"Network": "网络设置",
"PositioningType": "定位类型",
Expand Down
20 changes: 12 additions & 8 deletions VoiceCraft.Client/VoiceCraft.Client/Locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,25 @@
"Theme": "主題",
"BackgroundImage": "背景圖片"
},
"Audio": {
"Audio": "音頻設置",
"AutomaticGainControllers": "自動增益控制器",
"Denoisers": "降噪器",
"EchoCancelers": "回聲消除器",
"Input": {
"Input": "輸入設置",
"InputDevices": "輸入設備",
"InputVolume": "輸入音量",
"MicrophoneSensitivity": "麥克風靈敏度",
"OutputVolume": "輸出音量",
"OutputDevices": "輸出設備",
"TestOutput": "測試輸出",
"Denoisers": "降噪器",
"AutomaticGainControllers": "自動增益控制器",
"EchoCancelers": "回聲消除器",
"MicrophoneTest": {
"MicrophoneTest": "麥克風測試",
"Test": "測試"
}
},
"Output": {
"Output": "輸出設置",
"OutputDevices": "輸出設備",
"OutputVolume": "輸出音量",
"TestOutput": "測試輸出"
},
"Network": {
"Network": "網路設置",
"PositioningType": "定位類型",
Expand Down
Loading