-
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
24 additions
and
11 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,8 +1,9 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "Player in another sub-server", | ||
"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_entity.goto": "To got to their server, use '/go %s' To hide it, use '/pme'", | ||
"project_me.projection.disabled": "Player Projection has been disabled. Execute '/pme' to enable this feature.", | ||
"project_me.projection.enabled": "Player Projection has been enabled." | ||
"project_me.projection.enabled": "Player Projection has been enabled.", | ||
|
||
"config.jade.plugin_project_me.projection_entity_tooltip": "Player Projection", | ||
"project_me.projection_entity.tooltip": "Player in another sub-server", | ||
"project_me.projection_entity.tooltip_hint_1": "Hide: '/pme'" | ||
} |
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,8 +1,9 @@ | ||
{ | ||
"project_me.projection_entity.goto": "要隐藏它请用指令: /pme 要一起玩集体项目: /go %s", | ||
"project_me.projection.disabled": "已不再显示其他分服务器的玩家;运行 /pme 来重新启用,以便让参观体验显得热闹一点!", | ||
"project_me.projection.enabled": "已启用显示其他分服务器的玩家", | ||
|
||
"config.jade.plugin_project_me.projection_entity_tooltip": "玩家投影", | ||
"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": "已启用显示其他分服务器的玩家" | ||
"project_me.projection_entity.tooltip_hint_1": "隐藏它: /pme" | ||
} |