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