mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 20:34:51 +01:00
fixed
This commit is contained in:
@@ -181,10 +181,6 @@
|
||||
"success": "All characters have been healed.",
|
||||
"description": "Heal all characters in your current team."
|
||||
},
|
||||
"join": {
|
||||
"usage": "Usage: join [AvatarIDs] such as\"join 10000038 10000039\"",
|
||||
"description": "force join avatar into your team"
|
||||
},
|
||||
"kick": {
|
||||
"player_kick_player": "Player [%s:%s] has kicked player [%s:%s]",
|
||||
"server_kick_player": "Kicking player [%s:%s]",
|
||||
@@ -237,11 +233,6 @@
|
||||
"reload_done": "Reload complete.",
|
||||
"description": "Reload server config"
|
||||
},
|
||||
"remove": {
|
||||
"usage": "Usage: remove [indexOfYourTeam] index start from 1",
|
||||
"invalid_index": "The index number is illegal. It starts from 1 and the maximum value is the number of roles in the team",
|
||||
"description": "force remove avatar into your team. Such as `remove 1 2`."
|
||||
},
|
||||
"resetConst": {
|
||||
"reset_all": "Reset all avatars' constellations.",
|
||||
"success": "Constellations for %s have been reset. Please relog to see changes.",
|
||||
@@ -336,11 +327,11 @@
|
||||
"invalid_usage": "invalid usage",
|
||||
"add_usage": "usage(add): team add <avatarId,...> [index]",
|
||||
"invalid_index": "index is invalid",
|
||||
"add_too_much": "server is only allow you to add %d avatar(s)",
|
||||
"add_too_much": "server is only allow you to have at most %d avatar(s) in your team",
|
||||
"failed_to_add_avatar": "failed to add avatar by id: %s",
|
||||
"remove_usage": "usage(remove): team remove <index|first|last|index-index,...>",
|
||||
"failed_parse_index": "failed to parse index: %s",
|
||||
"remove_too_much": "you can't remove so much avatars",
|
||||
"remove_too_much": "you can't remove so many avatars, your team list will be empty for this",
|
||||
"ignore_index": "ignored index(es): %s",
|
||||
"set_usage": "usage(set): team set <index> <avatarId>",
|
||||
"index_out_of_range": "index your specified is out of range",
|
||||
|
||||
Reference in New Issue
Block a user