mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 20:34:51 +01:00
Allow commands to target offline players (#1022)
* Add targetRequirement annotation for Command * Added MTL lines for other langs * Fix TargetRequirement enum scoping * Adjust commands to targetRequirement system * Add translation message sugar to prevent future messages from being translated for wrong player * Temporarily disable offline targeting on /permission and /clear * Preliminary README cleanup * Readme commands cleanup * Clean up command table in README, including column shuffle Co-authored-by: AnimeGitB <AnimeGitB@bigblueball.in>
This commit is contained in:
@@ -83,7 +83,11 @@
|
||||
"argument_error": "Błędne argumenty.",
|
||||
"clear_target": "Cel wyczyszczony.",
|
||||
"set_target": "Następne komendy będą celować w @%s.",
|
||||
"need_target": "Ta komenda wymaga docelowego UID. Dodaj argument <@UID> lub ustaw stały cel poleceniem /target @UID."
|
||||
"set_target_online": "@%s jest online. Niektóre polecenia mogą wymagać celu offline.",
|
||||
"set_target_offline": "@%s jest offline. Niektóre polecenia mogą wymagać celu online.",
|
||||
"need_target": "Ta komenda wymaga docelowego UID. Dodaj argument <@UID> lub ustaw stały cel poleceniem /target @UID.",
|
||||
"need_target_online": "To polecenie wymaga identyfikatora UID celu w trybie online, ale bieżący cel jest w trybie offline. Dodaj inny argument <@UID> lub ustaw trwały cel za pomocą /target @UID.",
|
||||
"need_target_offline": "To polecenie wymaga identyfikatora UID celu offline, ale bieżący cel jest online. Dodaj inny argument <@UID> lub ustaw trwały cel za pomocą /target @UID."
|
||||
},
|
||||
"status": {
|
||||
"enabled": "Włączone",
|
||||
|
||||
Reference in New Issue
Block a user