mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
initial commit
This commit is contained in:
parent
5f7ca0859f
commit
908f622433
598
Musicreater.py
598
Musicreater.py
File diff suppressed because it is too large
Load Diff
BIN
languages/__pycache__/__init__.cpython-39.pyc
Normal file
BIN
languages/__pycache__/__init__.cpython-39.pyc
Normal file
Binary file not shown.
BIN
languages/__pycache__/enGB.cpython-39.pyc
Normal file
BIN
languages/__pycache__/enGB.cpython-39.pyc
Normal file
Binary file not shown.
BIN
languages/__pycache__/lang.cpython-39.pyc
Normal file
BIN
languages/__pycache__/lang.cpython-39.pyc
Normal file
Binary file not shown.
BIN
languages/__pycache__/zhCN.cpython-39.pyc
Normal file
BIN
languages/__pycache__/zhCN.cpython-39.pyc
Normal file
Binary file not shown.
@ -1,8 +1,7 @@
|
|||||||
# -*- coding:utf-8 -*-
|
# -*- coding:utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
DEFAULTLANGUAGE = 'en-GB'
|
DEFAULTLANGUAGE = 'zh-CN'
|
||||||
|
|
||||||
|
|
||||||
LANGUAGELIST = {
|
LANGUAGELIST = {
|
||||||
'zh-CN': (
|
'zh-CN': (
|
||||||
@ -19,5 +18,3 @@ if DEFAULTLANGUAGE == 'zh-CN':
|
|||||||
from languages.zhCN import READABLETEXT
|
from languages.zhCN import READABLETEXT
|
||||||
elif DEFAULTLANGUAGE == 'en-GB':
|
elif DEFAULTLANGUAGE == 'en-GB':
|
||||||
from languages.enGB import READABLETEXT
|
from languages.enGB import READABLETEXT
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@
|
|||||||
# 请在所需翻译文件前from 此文件 import READABLETEXT
|
# 请在所需翻译文件前from 此文件 import READABLETEXT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
READABLETEXT = {
|
READABLETEXT = {
|
||||||
'Translator': (("金羿 Eilles 原稿", True),),
|
'Translator': (("金羿 Eilles 原稿", True),),
|
||||||
# 此处是语言翻译者列表,其中每个元组第一项为显示文本,第二项为此文本是否为开发者名字
|
# 此处是语言翻译者列表,其中每个元组第一项为显示文本,第二项为此文本是否为开发者名字
|
||||||
|
6
log/2022-01-18 21_43_16.msct.log
Normal file
6
log/2022-01-18 21_43_16.msct.log
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
21:43:16 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
21:43:16 启动root.mainloop(窗口)
|
||||||
|
21:44:19 发送错误报告
|
||||||
|
21:44:19 添加标题与正文
|
||||||
|
21:44:55 退出
|
||||||
|
21:44:55 程序正常退出
|
7903
log/2022-01-18 21_45_55.msct.log
Normal file
7903
log/2022-01-18 21_45_55.msct.log
Normal file
File diff suppressed because one or more lines are too long
8
log/2022-01-18 21_49_21.msct.log
Normal file
8
log/2022-01-18 21_49_21.msct.log
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
21:49:21 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
21:49:21 启动root.mainloop(窗口)
|
||||||
|
21:49:34 刷新音轨1
|
||||||
|
21:49:34 刷新音轨1
|
||||||
|
21:49:35 刷新音轨2
|
||||||
|
21:49:35 刷新音轨2
|
||||||
|
21:49:57 退出
|
||||||
|
21:49:57 程序正常退出
|
3
log/2022-01-18 21_50_44.msct.log
Normal file
3
log/2022-01-18 21_50_44.msct.log
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
21:50:44 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
21:50:44 启动root.mainloop(窗口)
|
||||||
|
21:50:50 无法打开L:/0WorldMusicCreater-MFMS new edition/框架/v0.1.0-not my updata/test.msct
|
4
log/2022-01-18 21_51_22.msct.log
Normal file
4
log/2022-01-18 21_51_22.msct.log
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
21:51:22 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
21:51:22 启动root.mainloop(窗口)
|
||||||
|
21:52:52 退出
|
||||||
|
21:52:52 程序正常退出
|
7896
log/2022-01-19 10_05_27.msct.log
Normal file
7896
log/2022-01-19 10_05_27.msct.log
Normal file
File diff suppressed because one or more lines are too long
6
log/2022-01-19 10_10_25.msct.log
Normal file
6
log/2022-01-19 10_10_25.msct.log
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
10:10:25 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
10:10:26 启动root.mainloop(窗口)
|
||||||
|
10:10:33 无法打开L:/0WorldMusicCreater-MFMS new edition/框架/v0.1.0-not my updata/test.msct
|
||||||
|
10:10:54 刷新音轨2
|
||||||
|
10:11:32 退出
|
||||||
|
10:11:32 程序正常退出
|
4
log/2022-01-19 10_12_45.msct.log
Normal file
4
log/2022-01-19 10_12_45.msct.log
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
10:12:45 更新执行位置,当前文件位置 L:\0WorldMusicCreater-MFMS new edition\框架\v0.1.0-not my updata\Musicreater.py
|
||||||
|
10:12:45 启动root.mainloop(窗口)
|
||||||
|
10:13:18 退出
|
||||||
|
10:13:18 程序正常退出
|
0
logs/amulet_core.log
Normal file
0
logs/amulet_core.log
Normal file
1
logs/pymctranslate.log
Normal file
1
logs/pymctranslate.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
2022-01-19 10:12:58,079 - pymctranslate - INFO - PyMCTranslate Version 139
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user