diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..eaf91e2 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Musicreater.iml b/.idea/Musicreater.iml new file mode 100644 index 0000000..2946dc0 --- /dev/null +++ b/.idea/Musicreater.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..ccecc23 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,47 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8d93904 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b125bed --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..9661ac7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/languages/__pycache__/__init__.cpython-39.pyc b/languages/__pycache__/__init__.cpython-39.pyc index b74192e..eb9b629 100644 Binary files a/languages/__pycache__/__init__.cpython-39.pyc and b/languages/__pycache__/__init__.cpython-39.pyc differ diff --git a/languages/__pycache__/zhCN.cpython-39.pyc b/languages/__pycache__/zhCN.cpython-39.pyc index 2d8b476..4da8852 100644 Binary files a/languages/__pycache__/zhCN.cpython-39.pyc and b/languages/__pycache__/zhCN.cpython-39.pyc differ diff --git a/languages/autosave.tmp.txt b/languages/autosave.tmp.txt index db9a328..874d3f8 100644 --- a/languages/autosave.tmp.txt +++ b/languages/autosave.tmp.txt @@ -1,5 +1,13 @@ -zh-CN -简体中文 中国大陆 -Simplified Chinese, Chinese Mainland -简体中文 中国大陆 +zh-ME +喵喵文 中国大陆 +Meow Catsese, China Mainland +喵喵喵~ 祖国喵~ +金羿,Email EillesWan@outlook.com,QQ 2647547478 +音创创喵~ +音·创 Musicreater +音创创喵的主人们 +凌天之云创新我的世界开发团队\n×\n凌天之云创新计算机应用软件开发团队 +~ 主人们 ~ +~ 爸爸妈妈们 ~ +好哒~ diff --git a/languages/lang.py b/languages/lang.py index 4ed2ab4..e78dd08 100644 --- a/languages/lang.py +++ b/languages/lang.py @@ -84,6 +84,7 @@ def __loadLanguage(languageFilename: str): from msctLib.log import log log(f'丢失对于 {line[0]} 的本地化文本', 'WARRING') langkeys = _text.keys() + # print(_text) return _text @@ -180,6 +181,8 @@ if __name__ == '__main__': Translatetextbar.edit_redo() Translatetextbar.bind("", ctrlY) + Translatetextbar.bind("", _autoSave) + tk.Button(Translaterame, text='保存', command=_autoSave).pack(side='bottom', fill='x') tk.Label(Orignrame, text='中文原文').pack(side='top') diff --git a/languages/log/2022-03-28 22_56_14.msct.log b/languages/log/2022-03-28 22_56_14.msct.log new file mode 100644 index 0000000..c777907 --- /dev/null +++ b/languages/log/2022-03-28 22_56_14.msct.log @@ -0,0 +1 @@ +22:56:14-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 22_57_35.msct.log b/languages/log/2022-03-28 22_57_35.msct.log new file mode 100644 index 0000000..fa0fc4d --- /dev/null +++ b/languages/log/2022-03-28 22_57_35.msct.log @@ -0,0 +1 @@ +22:57:35-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 22_59_36.msct.log b/languages/log/2022-03-28 22_59_36.msct.log new file mode 100644 index 0000000..9e14d6b --- /dev/null +++ b/languages/log/2022-03-28 22_59_36.msct.log @@ -0,0 +1 @@ +22:59:36-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_08_19.msct.log b/languages/log/2022-03-28 23_08_19.msct.log new file mode 100644 index 0000000..5814704 --- /dev/null +++ b/languages/log/2022-03-28 23_08_19.msct.log @@ -0,0 +1 @@ +23:08:19-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_08_51.msct.log b/languages/log/2022-03-28 23_08_51.msct.log new file mode 100644 index 0000000..ad8dfe2 --- /dev/null +++ b/languages/log/2022-03-28 23_08_51.msct.log @@ -0,0 +1 @@ +23:08:51-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_09_24.msct.log b/languages/log/2022-03-28 23_09_24.msct.log new file mode 100644 index 0000000..7d322fe --- /dev/null +++ b/languages/log/2022-03-28 23_09_24.msct.log @@ -0,0 +1 @@ +23:09:24-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_09_42.msct.log b/languages/log/2022-03-28 23_09_42.msct.log new file mode 100644 index 0000000..c463b09 --- /dev/null +++ b/languages/log/2022-03-28 23_09_42.msct.log @@ -0,0 +1 @@ +23:09:42-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_10_49.msct.log b/languages/log/2022-03-28 23_10_49.msct.log new file mode 100644 index 0000000..f7954f2 --- /dev/null +++ b/languages/log/2022-03-28 23_10_49.msct.log @@ -0,0 +1 @@ +23:10:49-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/languages/log/2022-03-28 23_11_14.msct.log b/languages/log/2022-03-28 23_11_14.msct.log new file mode 100644 index 0000000..b8ed669 --- /dev/null +++ b/languages/log/2022-03-28 23_11_14.msct.log @@ -0,0 +1 @@ +23:11:14-[ERROR] 无法找到本地化文本LANGLOCALNAME diff --git a/msctLib/__pycache__/__init__.cpython-39.pyc b/msctLib/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..033498f Binary files /dev/null and b/msctLib/__pycache__/__init__.cpython-39.pyc differ diff --git a/msctLib/__pycache__/log.cpython-39.pyc b/msctLib/__pycache__/log.cpython-39.pyc new file mode 100644 index 0000000..26b6f31 Binary files /dev/null and b/msctLib/__pycache__/log.cpython-39.pyc differ