-
Notifications
You must be signed in to change notification settings - Fork 1k
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
1 parent
e330941
commit 07a968d
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
projects/1.21/assets/applied-experienced/appex/lang/en_us.json
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,27 @@ | ||
{ | ||
"text.appex.experience": "Experience", | ||
"text.appex.creative_tab": "Applied Experienced", | ||
"text.appex.experience_button.insert": "Insert: %s %s", | ||
"text.appex.experience_button.extract": "Extract: %s %s", | ||
"appex.gui.element.experience.tooltip": "%s / %s", | ||
"gui.appex.experience_converter": "Experience Converter", | ||
|
||
"item.appex.experience_cell_housing": "ME Experience Cell Housing", | ||
|
||
"item.appex.experience_storage_cell_1k": "1k ME Experience Storage Cell", | ||
"item.appex.experience_storage_cell_4k": "4k ME Experience Storage Cell", | ||
"item.appex.experience_storage_cell_16k": "16k ME Experience Storage Cell", | ||
"item.appex.experience_storage_cell_64k": "64k ME Experience Storage Cell", | ||
"item.appex.experience_storage_cell_256k": "256k ME Experience Storage Cell", | ||
|
||
"item.appex.portable_experience_cell_16k": "16k Portable Experience Cell", | ||
"item.appex.portable_experience_cell_1k": "1k Portable Experience Cell", | ||
"item.appex.portable_experience_cell_4k": "4k Portable Experience Cell", | ||
"item.appex.portable_experience_cell_64k": "64k Portable Experience Cell", | ||
"item.appex.portable_experience_cell_256k": "256k Portable Experience Cell", | ||
|
||
"item.appex.experience_p2p_tunnel": "Experience P2P Tunnel", | ||
|
||
"block.appex.experience_acceptor": "ME Experience Acceptor", | ||
"block.appex.experience_converter": "Experience Converter" | ||
} |
29 changes: 29 additions & 0 deletions
29
projects/1.21/assets/applied-experienced/appex/lang/zh_cn.json
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 @@ | ||
{ | ||
"text.appex.experience": "经验", | ||
"text.appex.creative_tab": "Applied Experienced", | ||
"text.appex.experience_button.insert": "存入:%s %s", | ||
"text.appex.experience_button.extract": "取出:%s %s", | ||
"appex.gui.element.experience.tooltip": "%s / %s", | ||
"gui.appex.experience_converter": "经验转换器", | ||
|
||
"item.appex.experience_cell_housing": "ME经验元件外壳", | ||
|
||
"item.appex.experience_storage_cell_1k": "1k ME经验存储元件", | ||
"item.appex.experience_storage_cell_4k": "4k ME经验存储元件", | ||
"item.appex.experience_storage_cell_16k": "16k ME经验存储元件", | ||
"item.appex.experience_storage_cell_64k": "64k ME经验存储元件", | ||
"item.appex.experience_storage_cell_256k": "256k ME经验存储元件", | ||
|
||
"item.appex.portable_experience_cell_16k": "16k便携经验元件", | ||
"item.appex.portable_experience_cell_1k": "1k便携经验元件", | ||
"item.appex.portable_experience_cell_4k": "4k便携经验元件", | ||
"item.appex.portable_experience_cell_64k": "64k便携经验元件", | ||
"item.appex.portable_experience_cell_256k": "256k便携经验元件", | ||
|
||
"item.appex.experience_p2p_tunnel": "经验P2P通道", | ||
|
||
"block.appex.experience_acceptor": "ME经验接收器", | ||
"block.appex.experience_converter": "经验转换器", | ||
|
||
"item.appex.cable_experience_acceptor": "ME经验接收器" | ||
} |