-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.json
29 lines (29 loc) · 837 Bytes
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"fonts":{
"font": "Segoe UI",
"font_mono": "consolas",
"font_size": 15,
"font_size_big": 25
},
"labels":{
"SettingFrame":{
"header_name": "Recording Settings",
"label_input_source": "Input Source",
"label_option": "Options",
"label_cut": "Silence Removal",
"label_mp3": "MP3",
"label_normalize": "Normalize"
},
"MonitorFrame":{
"header_name": "Monitor",
"label_level": "Input Level"
},
"RecordingFrame":{
"header_name": "Recording Panel",
"label_recording": "⏺️",
"label_stop": "⏹️",
"label_recording_pause": "⏸️",
"text_pause": "Paused"
}
}
}