-
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
Showing
4 changed files
with
21 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "Player in another sub-server", | ||
"project_me.projection_entity.goto": "Double right-click to go to their sub-server, and you can interact with them.", | ||
"project_me.projection_entity.tooltip_hint_1": "To interact with it, use '/go %s'", | ||
"project_me.projection_entity.tooltip_hint_2": "To hide it, use '/pme'", | ||
"project_me.projection_entity.goto": "To interact with it, go to their server - use '/go %s'", | ||
"project_me.projection.disabled": "Player Projection has been disabled. Execute '/pme' to enable this feature.", | ||
"project_me.projection.enabled": "Player Projection 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,6 +1,8 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "其他分服务器的玩家", | ||
"project_me.projection_entity.goto": "双击右键前往对方所在的分服务器,以便与其交互", | ||
"project_me.projection_entity.tooltip": "位于其他分服务器的玩家", | ||
"project_me.projection_entity.tooltip_hint_1": "要与它交互,请使用指令: /go %s", | ||
"project_me.projection_entity.tooltip_hint_2": "要不显示它,请使用指令: /pme", | ||
"project_me.projection_entity.goto": "前往对方所在的分服务器才可与其交互——请使用指令: /go %s", | ||
"project_me.projection.disabled": "已不再显示其他分服务器的玩家,运行 /pme 来重新启用", | ||
"project_me.projection.enabled": "已启用显示其他分服务器的玩家" | ||
} |