admin commited on
Commit
1ea9287
·
1 Parent(s): 30d61fb
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,7 +23,9 @@ ZH2EN = {
23
  "表白信封自定义配置工具": "eLuvLetter JSON Generator",
24
  "生成": "Generate",
25
  "清空": "Clear",
26
- "本工具可为你生成自定义版 content.json 用于替换你复刻得到的 <a href='https://github.com/Society-Genius/eLuvLetter' target='_blank'>eLuvLetter</a> 仓库内的 font/content.json, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。": "This tool can generate your customized content.json to replace the font/content.json in your forked <a href='https://github.com/Society-Genius/eLuvLetter' target='_blank'>eLuvLetter</a> repository, in which the BGM widget is used to upload the audio played when opening the envelope, it is recommended not to be too large, please make sure the audio is completely uploaded before clicking the Generate button.",
 
 
27
  }
28
 
29
 
 
23
  "表白信封自定义配置工具": "eLuvLetter JSON Generator",
24
  "生成": "Generate",
25
  "清空": "Clear",
26
+ """
27
+ 本工具可为你生成自定义版 content.json 用于替换你复刻得到的 <a href='https://github.com/Society-Genius/eLuvLetter' target='_blank'>eLuvLetter</a> 仓库内的 font/content.json, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。""": """
28
+ This tool can generate your customized content.json to replace the font/content.json in your forked <a href='https://github.com/Society-Genius/eLuvLetter' target='_blank'>eLuvLetter</a> repository, in which the BGM widget is used to upload the audio played when opening the envelope, it is recommended not to be too large, please make sure the audio is completely uploaded before clicking the Generate button.""",
29
  }
30
 
31