-
Notifications
You must be signed in to change notification settings - Fork 0
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
5494b39
commit c95c92b
Showing
5 changed files
with
62 additions
and
12 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
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
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
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,4 +1,7 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "Player in another sub-server", | ||
"project_me.projection_entity.goto": "Double right-click to go to their server, so that you can interact with him" | ||
"project_me.projection_entity.goto": "Double right-click to go to their sub-server, and you can interact with them.", | ||
"project_me.renderer.switch": "Projection Renderer has been disabled. Execute this command again to re-enable this feature.", | ||
"project_me.renderer.disabled": "Projection Renderer has been disabled. Execute '/projectme renderer enable' to enable this feature.", | ||
"project_me.renderer.enabled": "Projection Renderer has been enabled." | ||
} |
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,4 +1,7 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "位于另一个分服务器的玩家", | ||
"project_me.projection_entity.goto": "双击右键前往他所在的服务器,以便与他交互" | ||
"project_me.projection_entity.tooltip": "其他分服务器的玩家", | ||
"project_me.projection_entity.goto": "双击右键前往对方所在的分服务器,以便与其交互", | ||
"project_me.renderer.switch": "已不再渲染其他分服务器的玩家,再运行一次本命令以启用。", | ||
"project_me.renderer.disabled": "已不再渲染其他分服务器的玩家,运行 /projectme renderer enable 来重新启用", | ||
"project_me.renderer.enabled": "已启用渲染其他分服务器的玩家" | ||
} |