Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
Simplified Chinese Update
  • Loading branch information
SuperZombi committed Jan 14, 2025
1 parent aa57f21 commit af23958
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion GICutscenesUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import requests

CONSOLE_DEBUG_MODE = False
__version__ = '0.6.1'
__version__ = '0.6.2'

# ---- Required Functions ----

Expand Down
21 changes: 16 additions & 5 deletions GICutscenesUI/web/locales/zh-hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,38 @@
"save_title": "导出设置到文件",
"language": "语言:",
"output_folder": "输出文件夹:",
"merge": "合并视频和音频",
"clear": "🗑清空",
"start": "开始",
"stop": "停止",
"appearance": "外观",
"theme": "主题:",
"light": "浅色",
"dark": "深色",

"merging_area": "合并",
"merge": "合并视频和音频",
"using_ffmpeg_promt": "使用 ffmpeg",
"audio_track": "音轨语言:",
"quality": "品质:",
"delete_after_merge": "合并后删除不必要的文件",

"no_files": "无文件!",
"select_script_file": "选择脚本文件!",
"saved": "已保存!",
"confirm_delete_settings": "确定删除所有设置吗?",

"using_ffmpeg_promt": "使用 ffmpeg",
"track_index_promt": "音轨列表",

"copy_files": "正在复制文件...",
"run_demux": "正在转换和解密...",
"rename_files": "正在重命名文件...",
"run_merge": "正在合并视频和音频...",
"open_output_dir": "打开输出文件夹",
"stopped": "停止",

"new_update": "新版本可用!",
"update": "升级",

"new_update": "新的版本可用!"
"donate_title": "喜欢这个免费程序吗?",
"donate_description": "你可以考虑通过小额捐款来支持开发工作!",
"donate_thanks": "感谢你的支持!",
"donate_button": "捐赠"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<strong> User Interface for <a href="https://github.com/ToaHartor/GI-cutscenes">Genshin Cutscenes Demuxer</a></strong>
</p>
<p align="center">
<img src="https://shields.io/badge/version-v0.6.1-blue"></br>
<img src="https://shields.io/badge/version-v0.6.2-blue"></br>
<a href="#donate"><img src="https://shields.io/badge/💲-Support_the_Project-2ea043"></a>
</p>

Expand Down
8 changes: 4 additions & 4 deletions github/ver
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 6, 1, 0),
prodvers=(0, 6, 1, 0),
filevers=(0, 6, 2, 0),
prodvers=(0, 6, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,11 +16,11 @@ VSVersionInfo(
u'040904B0',
[
StringStruct(u'FileDescription', u'Genshin Impact Cutscenes'),
StringStruct(u'FileVersion', u'0.6.1'),
StringStruct(u'FileVersion', u'0.6.2'),
StringStruct(u'InternalName', u'GICutscenesUI'),
StringStruct(u'OriginalFilename', u'GICutscenesUI.exe'),
StringStruct(u'ProductName', u'GI-Cutscenes UI'),
StringStruct(u'ProductVersion', u'0.6.1')])
StringStruct(u'ProductVersion', u'0.6.2')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit af23958

Please sign in to comment.