From a76cf66db6336a1b2ab3d3cd4ba2e6e42e7704f3 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Tue, 15 Aug 2023 08:43:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(zh=5FTW):=20=E7=94=B1=E6=96=BC=20`=E9=81=B8?= =?UTF-8?q?=E5=83=8F`=20=E9=8C=AF=E5=AD=97=EF=BC=8C=E6=89=80=E4=BB=A5?= =?UTF-8?q?=E6=94=B9=E7=94=A8=E7=B0=A1=E9=AB=94=E7=89=88=E7=BF=BB=E8=AD=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some settings have been moved to the settings tab. Find them in the Dynamic Prompts section. --- localizations/my.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/localizations/my.json5 b/localizations/my.json5 index 7193481..7964ab4 100644 --- a/localizations/my.json5 +++ b/localizations/my.json5 @@ -18,4 +18,6 @@ // ------------- "reallybigname": null, + // ------------- + "Some settings have been moved to the settings tab. Find them in the Dynamic Prompts section.": "一些选项已经被移动至设置中,在设置里的 Dynamic Prompt 选项下可以找到" }