Skip to content

Commit 9ec57a7

Browse files
committed
fix:整理缩进
1 parent 5eab254 commit 9ec57a7

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

dashboard/src/i18n/locales/en-US/features/config-metadata.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -917,52 +917,52 @@
917917
"provider_group": {
918918
"provider": {
919919
"gemini_tts_api_key": {
920-
"description": "Google Gemini TTS API Key",
921-
"hint": "Please obtain the Gemini TTS API key from Google Cloud Console for authentication and service calls."
920+
"description": "Google Gemini TTS API Key",
921+
"hint": "Please obtain the Gemini TTS API key from Google Cloud Console for authentication and service calls."
922922
},
923923
"gemini_tts_api_base": {
924-
"description": "Google Gemini TTS API Base URL",
924+
"description": "Google Gemini TTS API Base URL",
925925
"hint": "The API endpoint URL for Gemini TTS service. Default value is usually sufficient, modify only for special network environments."
926926
},
927927
"gemini_tts_timeout": {
928-
"description": "Google Gemini TTS Timeout",
929-
"hint": "Set API request timeout in seconds. 20 seconds is recommended, increase if network is poor."
928+
"description": "Google Gemini TTS Timeout",
929+
"hint": "Set API request timeout in seconds. 20 seconds is recommended, increase if network is poor."
930930
},
931931
"gemini_tts_model": {
932-
"description": "Google Gemini TTS Model Selection",
933-
"hint": "Select the TTS model to use. Default is gemini-2.5-flash-preview-tts, different models may support different features."
932+
"description": "Google Gemini TTS Model Selection",
933+
"hint": "Select the TTS model to use. Default is gemini-2.5-flash-preview-tts, different models may support different features."
934934
},
935935
"gemini_tts_prefix": {
936-
"description": "Google Gemini TTS Prefix Setting",
937-
"hint": "Optional parameter to add specific prefix text before speech synthesis."
936+
"description": "Google Gemini TTS Prefix Setting",
937+
"hint": "Optional parameter to add specific prefix text before speech synthesis."
938938
},
939939
"gemini_tts_voice_name": {
940-
"description": "Google Gemini TTS Voice Selection",
941-
"hint": "Select the voice for speech synthesis. Default is Leda, refer to official documentation for different voice effects."
940+
"description": "Google Gemini TTS Voice Selection",
941+
"hint": "Select the voice for speech synthesis. Default is Leda, refer to official documentation for different voice effects."
942942
},
943943
"character": {
944-
"description": "GPT-SoVITS Character Selection",
945-
"hint": "Select the voice character to use. The corresponding character model needs to be configured in GPT-SoVITS service in advance."
944+
"description": "GPT-SoVITS Character Selection",
945+
"hint": "Select the voice character to use. The corresponding character model needs to be configured in GPT-SoVITS service in advance."
946946
},
947947
"emotion": {
948-
"description": "GPT-SoVITS Emotion Selection",
949-
"hint": "Select the emotional style for speech synthesis. Default is default, available emotions depend on character model support."
948+
"description": "GPT-SoVITS Emotion Selection",
949+
"hint": "Select the emotional style for speech synthesis. Default is default, available emotions depend on character model support."
950950
},
951951
"edge-tts-voice": {
952-
"description": "Edge TTS Voice Selection",
953-
"hint": "Select the voice character for Microsoft Edge TTS. Default is zh-CN-XiaoxiaoNeural, refer to Microsoft official documentation for complete list."
952+
"description": "Edge TTS Voice Selection",
953+
"hint": "Select the voice character for Microsoft Edge TTS. Default is zh-CN-XiaoxiaoNeural, refer to Microsoft official documentation for complete list."
954954
},
955955
"rate": {
956-
"description": "Edge TTS Speech Rate Adjustment",
957-
"hint": "Adjust speech rate. Format like +0% means normal rate, can increase or decrease percentage."
956+
"description": "Edge TTS Speech Rate Adjustment",
957+
"hint": "Adjust speech rate. Format like +0% means normal rate, can increase or decrease percentage."
958958
},
959959
"volume": {
960-
"description": "Edge TTS Volume Adjustment",
961-
"hint": "Adjust speech volume. Format like +0% means normal volume, can increase or decrease percentage."
960+
"description": "Edge TTS Volume Adjustment",
961+
"hint": "Adjust speech volume. Format like +0% means normal volume, can increase or decrease percentage."
962962
},
963963
"pitch": {
964-
"description": "Edge TTS Pitch Adjustment",
965-
"hint": "Adjust speech pitch. Format like +0Hz means normal pitch, can increase or decrease Hz value."
964+
"description": "Edge TTS Pitch Adjustment",
965+
"hint": "Adjust speech pitch. Format like +0Hz means normal pitch, can increase or decrease Hz value."
966966
},
967967
"genie_onnx_model_dir": {
968968
"description": "ONNX Model Directory",

dashboard/src/i18n/locales/zh-CN/features/config-metadata.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -920,52 +920,52 @@
920920
"provider_group": {
921921
"provider": {
922922
"gemini_tts_api_key": {
923-
"description": "Google Gemini TTS API 密钥",
924-
"hint": "请在 Google Cloud Console 获取 Gemini TTS API 密钥,用于身份验证和服务调用。"
923+
"description": "Google Gemini TTS API 密钥",
924+
"hint": "请在 Google Cloud Console 获取 Gemini TTS API 密钥,用于身份验证和服务调用。"
925925
},
926926
"gemini_tts_api_base": {
927-
"description": "Google Gemini TTS API 基础地址",
928-
"hint": "Gemini TTS 服务的 API 接口地址,一般使用默认值即可,特殊网络环境可能需要修改。"
927+
"description": "Google Gemini TTS API 基础地址",
928+
"hint": "Gemini TTS 服务的 API 接口地址,一般使用默认值即可,特殊网络环境可能需要修改。"
929929
},
930930
"gemini_tts_timeout": {
931-
"description": "Google Gemini TTS 超时时间",
932-
"hint": "设置 API 请求超时时间(秒),建议 20 秒,网络较差时可适当增加。"
931+
"description": "Google Gemini TTS 超时时间",
932+
"hint": "设置 API 请求超时时间(秒),建议 20 秒,网络较差时可适当增加。"
933933
},
934934
"gemini_tts_model": {
935-
"description": "Google Gemini TTS 模型选择",
936-
"hint": "选择使用的 TTS 模型,默认为 gemini-2.5-flash-preview-tts,不同模型支持的特性可能不同。"
935+
"description": "Google Gemini TTS 模型选择",
936+
"hint": "选择使用的 TTS 模型,默认为 gemini-2.5-flash-preview-tts,不同模型支持的特性可能不同。"
937937
},
938938
"gemini_tts_prefix": {
939-
"description": "Google Gemini TTS 前缀设置",
940-
"hint": "可选参数,用于在合成语音前添加特定前缀文本。"
939+
"description": "Google Gemini TTS 前缀设置",
940+
"hint": "可选参数,用于在合成语音前添加特定前缀文本。"
941941
},
942942
"gemini_tts_voice_name": {
943-
"description": "Google Gemini TTS 音色选择",
944-
"hint": "选择合成语音的音色,默认为 Leda,不同音色效果可参考官方文档。"
943+
"description": "Google Gemini TTS 音色选择",
944+
"hint": "选择合成语音的音色,默认为 Leda,不同音色效果可参考官方文档。"
945945
},
946946
"character": {
947-
"description": "GPT-SoVITS 角色选择",
948-
"hint": "选择要使用的语音角色,需要提前在 GPT-SoVITS 服务中配置好对应的角色模型。"
947+
"description": "GPT-SoVITS 角色选择",
948+
"hint": "选择要使用的语音角色,需要提前在 GPT-SoVITS 服务中配置好对应的角色模型。"
949949
},
950950
"emotion": {
951-
"description": "GPT-SoVITS 情感选择",
952-
"hint": "选择合成语音的情感风格,默认为 default,具体可选情感取决于角色模型的支持。"
951+
"description": "GPT-SoVITS 情感选择",
952+
"hint": "选择合成语音的情感风格,默认为 default,具体可选情感取决于角色模型的支持。"
953953
},
954954
"edge-tts-voice": {
955-
"description": "Edge TTS 音色选择",
956-
"hint": "选择微软 Edge TTS 的语音角色,默认为 zh-CN-XiaoxiaoNeural,可参考微软官方文档获取完整列表。"
955+
"description": "Edge TTS 音色选择",
956+
"hint": "选择微软 Edge TTS 的语音角色,默认为 zh-CN-XiaoxiaoNeural,可参考微软官方文档获取完整列表。"
957957
},
958958
"rate": {
959-
"description": "Edge TTS 语速调节",
960-
"hint": "调整语音语速,格式如 +0% 表示正常语速,可增减百分比进行调整。"
959+
"description": "Edge TTS 语速调节",
960+
"hint": "调整语音语速,格式如 +0% 表示正常语速,可增减百分比进行调整。"
961961
},
962962
"volume": {
963-
"description": "Edge TTS 音量调节",
964-
"hint": "调整语音音量,格式如 +0% 表示正常音量,可增减百分比进行调整。"
963+
"description": "Edge TTS 音量调节",
964+
"hint": "调整语音音量,格式如 +0% 表示正常音量,可增减百分比进行调整。"
965965
},
966966
"pitch": {
967-
"description": "Edge TTS 音调调节",
968-
"hint": "调整语音音调,格式如 +0Hz 表示正常音调,可增减 Hz 值进行调整。"
967+
"description": "Edge TTS 音调调节",
968+
"hint": "调整语音音调,格式如 +0Hz 表示正常音调,可增减 Hz 值进行调整。"
969969
},
970970
"genie_onnx_model_dir": {
971971
"description": "ONNX 模型目录",

0 commit comments

Comments
 (0)