-
Notifications
You must be signed in to change notification settings - Fork 7
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
665ac44
commit 2119775
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
common/src/main/resources/assets/memoryusagescreen/lang/zh_tw.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,8 @@ | ||
{ | ||
"text.autoconfig.memoryusagescreen.title": "記憶體使用畫面配置", | ||
"text.autoconfig.memoryusagescreen.option.enableInitLoadingScreen": "允許在初始載入畫面上顯示", | ||
"text.autoconfig.memoryusagescreen.option.enableWorldLoadingScreen": "允許在世界載入畫面上顯示", | ||
"text.autoconfig.memoryusagescreen.option.enableToggleMode": "允許切換顯示模式", | ||
"key.categories.memoryusagescreen": "記憶體使用畫面", | ||
"key.memoryusagescreen.show": "顯示記憶體使用" | ||
} |