Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
mods_update(DashLoader): 更新與分離兩個版本的翻譯 (#133)
Browse files Browse the repository at this point in the history
* mods_update(DashLoader): 更新與分離兩個版本的翻譯

* mods_fix(DashLoader): 套用審核者的建議

Co-authored-by: StarskyXIII <[email protected]>

---------

Co-authored-by: StarskyXIII <[email protected]>
  • Loading branch information
xMikux and StarskyXIII authored Jan 29, 2023
1 parent 8aff12c commit f5d74ed
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 15 deletions.
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": "序列化對應中"
}

0 comments on commit f5d74ed

Please sign in to comment.