upd dict
This commit is contained in:
parent
4a9a1ec799
commit
b7c3c23c0b
16
config.json
16
config.json
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"hotkey": "ctrl+shift+space",
|
||||
"language": "de",
|
||||
"sample_rate": 16000,
|
||||
"vocab_path": "shared_data/vocabulary.json",
|
||||
"model_dir": "shared_data/"
|
||||
{
|
||||
"hotkey": "ctrl+shift+space",
|
||||
"language": "de",
|
||||
"sample_rate": 16000,
|
||||
"vocab_path": "shared_data/vocabulary.json",
|
||||
"model_dir": "shared_data/",
|
||||
"grammar_check": true,
|
||||
"paste_delay_ms": 300,
|
||||
"media_duck": true,
|
||||
"duck_percent": 20
|
||||
}
|
||||
|
|
@ -70,6 +70,14 @@
|
|||
{
|
||||
"from": "GRA App",
|
||||
"to": "KRAH-App"
|
||||
},
|
||||
{
|
||||
"from": "Zar matt",
|
||||
"to": "Zammad"
|
||||
},
|
||||
{
|
||||
"from": "Langbannsystem",
|
||||
"to": "KANBAN-System"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue