This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods_localize(Applied Mekanistics): Cell -> 單元 (#78)
- Loading branch information
1 parent
9430837
commit 8e1baa8
Showing
2 changed files
with
40 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"itemGroup.appmek": "Applied Mekanistics", | ||
|
||
"gui.appmek.chemical": "Chemical", | ||
|
||
"item.appmek.chemical_cell_housing": "ME Chemical Cell Housing", | ||
"item.appmek.creative_chemical_cell": "Creative ME Chemical Cell", | ||
|
||
"item.appmek.chemical_storage_cell_1k": "1k ME Chemical Storage Cell", | ||
"item.appmek.chemical_storage_cell_4k": "4k ME Chemical Storage Cell", | ||
"item.appmek.chemical_storage_cell_16k": "16k ME Chemical Storage Cell", | ||
"item.appmek.chemical_storage_cell_64k": "64k ME Chemical Storage Cell", | ||
"item.appmek.chemical_storage_cell_256k": "256k ME Chemical Storage Cell", | ||
|
||
"item.appmek.portable_chemical_storage_cell_16k": "16k Portable Chemical Cell", | ||
"item.appmek.portable_chemical_storage_cell_1k": "1k Portable Chemical Cell", | ||
"item.appmek.portable_chemical_storage_cell_4k": "4k Portable Chemical Cell", | ||
"item.appmek.portable_chemical_storage_cell_64k": "64k Portable Chemical Cell", | ||
"item.appmek.portable_chemical_storage_cell_256k": "256k Portable Chemical Cell", | ||
|
||
"item.appmek.chemical_p2p_tunnel": "Chemical P2P Tunnel", | ||
|
||
"text.appmek.qio_frequency": "QIO Frequency (%s)" | ||
} |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"itemGroup.appmek": "應用能源|通用機械擴充", | ||
"itemGroup.appmek": "應用能源|通用機械擴充", | ||
|
||
"gui.appmek.chemical": "化學", | ||
"gui.appmek.chemical": "化學", | ||
|
||
"item.appmek.chemical_cell_housing": "ME 化學元件外殼", | ||
"item.appmek.creative_chemical_cell": "創造模式 ME 化學元件", | ||
"item.appmek.chemical_cell_housing": "ME 化學單元外殼", | ||
"item.appmek.creative_chemical_cell": "創造模式 ME 化學單元", | ||
|
||
"item.appmek.chemical_storage_cell_1k": "1k ME 化學儲存元件", | ||
"item.appmek.chemical_storage_cell_4k": "4k ME 化學儲存元件", | ||
"item.appmek.chemical_storage_cell_16k": "16k ME 化學儲存元件", | ||
"item.appmek.chemical_storage_cell_64k": "64k ME 化學儲存元件", | ||
"item.appmek.chemical_storage_cell_256k": "256k ME 化學儲存元件", | ||
"item.appmek.chemical_storage_cell_1k": "1k ME 化學儲存單元", | ||
"item.appmek.chemical_storage_cell_4k": "4k ME 化學儲存單元", | ||
"item.appmek.chemical_storage_cell_16k": "16k ME 化學儲存單元", | ||
"item.appmek.chemical_storage_cell_64k": "64k ME 化學儲存單元", | ||
"item.appmek.chemical_storage_cell_256k": "256k ME 化學儲存單元", | ||
|
||
"item.appmek.portable_chemical_storage_cell_16k": "16k 攜帶式化學元件", | ||
"item.appmek.portable_chemical_storage_cell_1k": "1k 攜帶式化學元件", | ||
"item.appmek.portable_chemical_storage_cell_4k": "4k 攜帶式化學元件", | ||
"item.appmek.portable_chemical_storage_cell_64k": "64k 攜帶式化學元件", | ||
"item.appmek.portable_chemical_storage_cell_256k": "256k 攜帶式化學元件", | ||
"item.appmek.portable_chemical_storage_cell_16k": "16k 攜帶式化學單元", | ||
"item.appmek.portable_chemical_storage_cell_1k": "1k 攜帶式化學單元", | ||
"item.appmek.portable_chemical_storage_cell_4k": "4k 攜帶式化學單元", | ||
"item.appmek.portable_chemical_storage_cell_64k": "64k 攜帶式化學單元", | ||
"item.appmek.portable_chemical_storage_cell_256k": "256k 攜帶式化學單元", | ||
|
||
"item.appmek.chemical_p2p_tunnel": "化學 P2P 通道", | ||
"item.appmek.chemical_p2p_tunnel": "化學 P2P 通道", | ||
|
||
"text.appmek.qio_frequency": "QIO 頻率(%s)" | ||
"text.appmek.qio_frequency": "QIO 頻率(%s)" | ||
} |