From 87a79974549117905aead496bbd10a6bdd74310c Mon Sep 17 00:00:00 2001 From: XXXXRT666 Date: Wed, 10 Apr 2024 23:03:22 +0100 Subject: [PATCH] a small change for i18n --- i18n/locale/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locale/en_US.json b/i18n/locale/en_US.json index 004c5412..dbdc6199 100644 --- a/i18n/locale/en_US.json +++ b/i18n/locale/en_US.json @@ -31,7 +31,7 @@ "凑四句一切": "Slice once every 4 sentences", "按英文句号.切": "Slice by English punct", "threshold:音量小于这个值视作静音的备选切割点": "Noise gate threshold (loudness below this value will be treated as noise", - "min_duration:每段最小多长,如果第一段太短一直和后面段连起来直到超过这个值": "min_duration: The minimum length for each segment. If the first segment is too short, it will be combined with subsequent segments until it exceeds this value.", + "min_duration:每段最短多长,如果第一段太短一直和后面段连起来直到超过这个值": "min_duration: The minimum length for each segment. If the first segment is too short, it will be combined with subsequent segments until it exceeds this value.", "max_duration:每段最长多长": "Maxium duration", "min_interval:最短切割间隔": "Minumum interval for audio cutting", "hop_size:怎么算音量曲线,越小精度越大计算量越高(不是精度越大效果越好)": "hop_size: FO hop size, the smaller the value, the higher the accuracy)",