From 9cbe089b4e7bdc7318f36a6f499d826c32ad8e0e Mon Sep 17 00:00:00 2001 From: an-lee Date: Wed, 3 Jul 2024 19:58:18 +0800 Subject: [PATCH] update locale --- enjoy/src/i18n/en.json | 2 +- enjoy/src/i18n/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enjoy/src/i18n/en.json b/enjoy/src/i18n/en.json index 79a6db7d..b2a8bfee 100644 --- a/enjoy/src/i18n/en.json +++ b/enjoy/src/i18n/en.json @@ -615,7 +615,7 @@ "uploadTranscriptFile": "Upload transcript file", "uploadTranscriptFileDescription": "Optional. Support formats: txt/srt/vtt.", "onlyTextFileIsSupported": "Only text file is supported", - "isolateVoice": "Isolate voice", + "isolateVoice": "Isolate voice(Experimental)", "isolateVoiceDescription": "Isolates voice from any music or background ambience. More accurate but slower", "sortBy": "Sort by", "createdAtDesc": "Created at desc", diff --git a/enjoy/src/i18n/zh-CN.json b/enjoy/src/i18n/zh-CN.json index 5d4a063d..d73d0fdb 100644 --- a/enjoy/src/i18n/zh-CN.json +++ b/enjoy/src/i18n/zh-CN.json @@ -615,7 +615,7 @@ "uploadTranscriptFile": "上传字幕文件", "uploadTranscriptFileDescription": "可选。支持字幕文件格式: txt/srt/vtt。", "onlyTextFileIsSupported": "仅支持文本文件", - "isolateVoice": "提取人声", + "isolateVoice": "提取人声(实验性)", "isolateVoiceDescription": "将人声从音乐、背景音中隔离,字幕对齐会更准确,但耗时较久。", "sortBy": "排序", "createdAtDesc": "创建时间降序",