Update languages.py
Browse files- languages.py +2 -0
languages.py
CHANGED
@@ -4,6 +4,7 @@ languages = {
|
|
4 |
"intro": "这是一个由[MaktubCN](https://github.com/MaktubCN)构建的简单[OpenAI TTS Web](https://github.com/MaktubCN/OpenAI-TTS-WebUI),欢迎大家使用👏",
|
5 |
"input_text_label": "输入文本",
|
6 |
"input_text_placeholder": "请输入要合成的文本",
|
|
|
7 |
"voice_label": "声音",
|
8 |
"output_format_label": "输出格式",
|
9 |
"generate_button_label": "生成",
|
@@ -26,6 +27,7 @@ languages = {
|
|
26 |
"intro": "This is a simple [OpenAI TTS Web](https://github.com/MaktubCN/OpenAI-TTS-WebUI) built by [MaktubCN](https://github.com/MaktubCN), you are welcome to use it 👏!",
|
27 |
"input_text_label": "Input Text",
|
28 |
"input_text_placeholder": "Please enter the text to synthesize",
|
|
|
29 |
"voice_label": "Voice",
|
30 |
"output_format_label": "Output Format",
|
31 |
"generate_button_label": "Generate",
|
|
|
4 |
"intro": "这是一个由[MaktubCN](https://github.com/MaktubCN)构建的简单[OpenAI TTS Web](https://github.com/MaktubCN/OpenAI-TTS-WebUI),欢迎大家使用👏",
|
5 |
"input_text_label": "输入文本",
|
6 |
"input_text_placeholder": "请输入要合成的文本",
|
7 |
+
"model_label":"模型",
|
8 |
"voice_label": "声音",
|
9 |
"output_format_label": "输出格式",
|
10 |
"generate_button_label": "生成",
|
|
|
27 |
"intro": "This is a simple [OpenAI TTS Web](https://github.com/MaktubCN/OpenAI-TTS-WebUI) built by [MaktubCN](https://github.com/MaktubCN), you are welcome to use it 👏!",
|
28 |
"input_text_label": "Input Text",
|
29 |
"input_text_placeholder": "Please enter the text to synthesize",
|
30 |
+
"model_label":"model",
|
31 |
"voice_label": "Voice",
|
32 |
"output_format_label": "Output Format",
|
33 |
"generate_button_label": "Generate",
|