diff --git a/1.18/dashloader/lang/en_us.json b/1.18/dashloader/lang/en_us.json new file mode 100644 index 000000000..1eac23072 --- /dev/null +++ b/1.18/dashloader/lang/en_us.json @@ -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" +} \ No newline at end of file diff --git a/1.18/dashloader/lang/zh_tw.json b/1.18/dashloader/lang/zh_tw.json new file mode 100644 index 000000000..5d376f0aa --- /dev/null +++ b/1.18/dashloader/lang/zh_tw.json @@ -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 中" +} \ No newline at end of file diff --git a/assets/dashloader/lang/en_us.json b/assets/dashloader/lang/en_us.json new file mode 100644 index 000000000..a92a3f758 --- /dev/null +++ b/assets/dashloader/lang/en_us.json @@ -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" +} \ No newline at end of file diff --git a/assets/dashloader/lang/zh_tw.json b/assets/dashloader/lang/zh_tw.json index 55184cddc..c260a1972 100644 --- a/assets/dashloader/lang/zh_tw.json +++ b/assets/dashloader/lang/zh_tw.json @@ -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": "序列化對應中" } \ No newline at end of file