Skip to content

mods_update(DashLoader): 更新與分離兩個版本的翻譯 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 1.18/dashloader/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"initializing": "Initializing",
"debug": "Debug Mode is active in config.",
"convert": "Converting",
"convert.blockstate": "Converting Blockstates",
"convert.model": "Converting Models",
"convert.image": "Converting Images",
"convert.particle": "Converting Particles",
"convert.font": "Converting Fonts",
"convert.splashtext": "Converting Splash Text",
"convert.shader": "Converting Shaders",
"export.model": "Exporting Models",
"export.image": "Exporting Images",
"export.registry": "Exporting Registry",
"export.identifier": "Exporting Identifiers",
"export.quad": "Exporting Quads"
}
17 changes: 17 additions & 0 deletions 1.18/dashloader/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"initializing": "正在初始化",
"debug": "除錯模式已在設定中啟用。",
"convert": "轉化中",
"convert.blockstate": "轉化方塊狀態中",
"convert.model": "轉化模型中",
"convert.image": "轉化圖片中",
"convert.particle": "轉化粒子效果中",
"convert.font": "轉化字體中",
"convert.splashtext": "轉化閃爍標語中",
"convert.shader": "轉化光影中",
"export.model": "匯出模型中",
"export.image": "匯出圖片中",
"export.registry": "匯出登錄檔中",
"export.identifier": "匯出識別碼中",
"export.quad": "匯出 Quads 中"
}
11 changes: 11 additions & 0 deletions assets/dashloader/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"debug": "Debug Mode is active in config.",
"save": "Initializing",
"save.cache": "Caching",
"save.cache.model": "Caching models",
"save.cache.image": "Caching images",
"save.cache.misc": "Caching miscellaneous",
"save.serialize": "Serializing",
"save.serialize.fragment": "Serializing fragments",
"save.serialize.mapping": "Serializing mappings"
}
24 changes: 9 additions & 15 deletions assets/dashloader/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"initializing": "初始化中",
"debug": "Debug 模式已在設定中啟用。",
"convert": "轉化中",
"convert.blockstate": "轉化方塊狀態中",
"convert.model": "轉化模型中",
"convert.image": "轉化圖片中",
"convert.particle": "轉化粒子效果中",
"convert.font": "轉化字體中",
"convert.splashtext": "轉化閃爍標語中",
"convert.shader": "轉化光影中",
"export.model": "導出模型中",
"export.image": "導出圖片中",
"export.registry": "導出註冊表中",
"export.identifier": "導出標示 ID 中",
"export.quad": "導出四邊形中"
"debug": "除錯模式已在設定檔中啟用。",
"save": "正在初始化",
"save.cache": "正在快取處理中",
"save.cache.model": "快取模型中",
"save.cache.image": "快取圖片中",
"save.cache.misc": "快取其他檔案中",
"save.serialize": "序列化中",
"save.serialize.fragment": "序列化片段中",
"save.serialize.mapping": "序列化對應中"
}