-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
185 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from .zh_cn import zhlangtext | ||
from .custom_lang import zdylangtext,zdyconfig |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
def zdyconfig(): | ||
zdy = "繁体中文" | ||
a0 = "0x404" | ||
return zdy,a0 | ||
def zdylangtext(): | ||
info = "*-*<適配版本:1.2.10+>*-*\n項目地址:github-/KlparetlR/Vault-Patcher-Grocery-Store \n專門為VP模組而生的配寘編寫工具github-3093FengMing/VaultPatcher \n作者及版權方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian,科技輔助:XDawned\nFabric通用:github-LocalizedMC/HardcodeTextPatcher-Fabric \n彈窗使用github-rdbende/Sun-Valley-messageboxes" | ||
a1 ="處理的檔案" | ||
a2 ="選擇要保存的資料夾地址" | ||
a3 ="(必填)" | ||
a4 ="(選填)" | ||
a5 ="你需要選擇一個txt檔案和一個資料夾。" | ||
a6 ="你需要選擇一個txt檔案。" | ||
a7 ="你需要選擇一個資料夾。" | ||
a8 ="GUI語言" | ||
a9 ="保存的資料夾" | ||
a10 ="選擇" | ||
a11 ="翻譯作者-署名" | ||
a12 ="此翻譯名稱" | ||
a13 ="此翻譯描述" | ||
a14 ="翻譯的模組" | ||
a15 ="選定" | ||
a16 ="生成" | ||
vp1 ="硬編碼配寘" | ||
vp2 ="轉換時出現錯誤!請檢查類匹配的#END有沒有漏!\nERROR for <%s>" | ||
vp3 ="轉換時出現問題!方法名不在類匹配的範圍內!\nERROR for <&%s;>,是否繼續轉化?" | ||
vp4 ="錯誤!檔案路徑遺失!" | ||
vp5 ="VPtool成功將 %s.txt 檔案轉換為 VP或HP模組 的配寘格式。\n並儲存在%s目錄中。" | ||
vp6 = "轉換時出現問題!堆鍵深度值不在類匹配的範圍內!\nERROR for <&%s;>,是否繼續轉化?" | ||
return info,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,vp1,vp2,vp3,vp4,vp5,vp6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
def zhlangtext(): | ||
info = "*-*<适配版本:1.2.10+>*-*\n项目地址:github-KlparetlR/Vault-Patcher-Grocery-Store \n专门为VP模组而生的配置编写工具github-3093FengMing/VaultPatcher\n作者及版权方:晴笙墨染(莫安)、KlparetlR、捂脸Wulian, 技术辅助:XDawned\nFabric通用github-LocalizedMC/HardcodeTextPatcher-Fabric\n弹窗使用github-rdbende/Sun-Valley-messageboxes" | ||
a1 = "处理的文件" | ||
a2 = "选择要保存的文件夹地址" | ||
a3 = "(必填)" | ||
a4 = "(选填)" | ||
a5 = "你需要选择一个txt文件和一个文件夹。" | ||
a6 = "你需要选择一个txt文件。" | ||
a7 = "你需要选择一个文件夹。" | ||
a8 = "GUI语言" | ||
a9 = "保存的文件夹" | ||
a10 = "选择" | ||
a11 = "翻译作者-署名" | ||
a12 = "此翻译名称" | ||
a13 = "此翻译描述" | ||
a14 = "翻译的模组" | ||
a15 = "选定" | ||
a16 = "生成" | ||
vp1 = "硬编码配置" | ||
vp2 = "转换时出现错误!请检查类匹配的#END有没有漏!\nERROR for <%s>" | ||
vp3 = "转换时出现问题!方法名不在类匹配的范围内!\nERROR for <&%s;>,是否继续转化?" | ||
vp4 = "错误!文件路径丢失!" | ||
vp5 = "VPtool 成功将 %s.txt 文件转换为 VP或HP模组 的配置格式。\n并储存在 %s 目录中。" | ||
vp6 = "转换时出现问题!堆键深度值不在类匹配的范围内!\nERROR for <&%s;>,是否继续转化?" | ||
return info,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,vp1,vp2,vp3,vp4,vp5,vp6 |
File renamed without changes.
Oops, something went wrong.