Skip to content

Commit

Permalink
extract new messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Jan 22, 2025
1 parent 224430c commit da0a62e
Show file tree
Hide file tree
Showing 8 changed files with 216 additions and 168 deletions.
4 changes: 3 additions & 1 deletion docs/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@
| retrie | Efficient Trie-based regex unions for blacklist/whitelist filtering and one-pass mapping-based string replacing | MIT License |
| lxml | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. | BSD License (BSD-3-Clause) |
| textual | Modern Text User Interface framework | MIT License |
| flet | Flet for Python - easily build interactive multi-platform apps in Python | Apache Software License |
| textual-fspicker | A simple Textual filesystem picker dialog library. | MIT License |
| flet | Flet for Python - easily build interactive multi-platform apps in Python | Apache Software License |
| repro-zipfile | A tiny, zero-dependency replacement for Python's zipfile.ZipFile for creating reproducible/deterministic ZIP archives. | MIT License |
6 changes: 3 additions & 3 deletions docs/project_formats.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
| 格式后缀 | 适用引擎/软件 | 基本类型 | 类型说明 | 备注 | 开发状态 |
| ------------ | ------------------------------ | -------- | ------------------------------- | ------------------------------- | ---- |
| `acep` | ACE Studio | 标准序列化格式 | 基于json;内容使用了zstandard压缩 | 公测期间曾更换过加密方法,最终于1.7.8版本移除 | 活跃开发 |
| `ais` | AISingers Web | 混合类型 | 将json头和自定义文本拼接而成 | | 尚在维护 |
| `aisp` | AISingers Studio | 混合类型 | 基于json;为两段json拼接而成 | | 活跃开发 |
| `ais` | AISingers Web | 混合类型 | 将json头和自定义文本拼接而成 | | 暂停维护 |
| `aisp` | AISingers Studio | 混合类型 | 基于json;为两段json拼接而成 | | 尚在维护 |
| `ccs/ccst` | CeVIO Creative Studio | 标准序列化格式 | 基于xml | | 活跃开发 |
| `ds` | DiffSinger | 标准序列化格式 | 基于json | 为临时解决方案 | 活跃开发 |
| `dsc` | 大市唱 | 标准序列化格式 | 基于json | | 活跃开发 |
Expand Down Expand Up @@ -35,6 +35,6 @@
| `vsq` | Vocaloid 2 | 自定义二进制格式 | 基于MIDI和INI | | 停止开发 |
| `vsqx` | Vocaloid 3/4 | 标准序列化格式 | 基于xml | | 尚在维护 |
| `vvproj` | VOICEVOX | 标准序列化格式 | 基于json | | 活跃开发 |
| `vxf` | VOCALOID β-STUDIO | 自定义二进制格式 | 基于MIDI2.0切片(SMF2CLIP)格式 | | 活跃开发 |
| `vxf` | VOCALOID β-STUDIO | 自定义二进制格式 | 基于MIDI2.0切片(SMF2CLIP)格式 | | 活跃开发 |
| `xvsq` | Cadencii | 标准序列化格式 | 基于xml | | 停止开发 |
| `y77` | 元七七编辑器 | 标准序列化格式 | 基于json | | 停止开发 |
2 changes: 1 addition & 1 deletion libresvip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

__version__ = "1.7.0"
__version__ = "1.8.0"
os.environ.setdefault("LOGURU_AUTOINIT", "false")
8 changes: 8 additions & 0 deletions libresvip/plugins/ass/ass.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ msgstr ""
msgid "New line by"
msgstr ""

msgid "Ignore slur notes"
msgstr ""

msgid ""
"Ignore '-' lyrics that are used to indicate slur notes in singing "
"synthesizers."
msgstr ""

msgid "Text encoding"
msgstr ""

8 changes: 8 additions & 0 deletions libresvip/plugins/lrc/lrc.po
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ msgstr ""
msgid "New line by"
msgstr ""

msgid "Ignore slur notes"
msgstr ""

msgid ""
"Ignore '-' lyrics that are used to indicate slur notes in singing "
"synthesizers."
msgstr ""

msgid "Write timeline"
msgstr ""

Expand Down
8 changes: 8 additions & 0 deletions libresvip/plugins/srt/srt.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ msgstr ""
msgid "New line by"
msgstr ""

msgid "Ignore slur notes"
msgstr ""

msgid ""
"Ignore '-' lyrics that are used to indicate slur notes in singing "
"synthesizers."
msgstr ""

msgid "Text encoding"
msgstr ""

Expand Down
18 changes: 18 additions & 0 deletions libresvip/plugins/tsmsln/tsmsln.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
msgid "TSMSln"
msgstr ""

msgid "Techno-Speech Mobile Solution file"
msgstr ""

msgid "Conversion plugin for VoiSona Mobile project file"
msgstr ""

msgid "SoulMelody"
msgstr ""

msgid "Unsupported lyric: "
msgstr ""

msgid "Pitch value is out of bounds"
msgstr ""

Loading

0 comments on commit da0a62e

Please sign in to comment.