mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 15:34:40 +01:00
Command: Add permissionTargeted or targetRequirement
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"general_error": "[Dispatch] 加载 keystore 文件时发生错误!",
|
||||
"password_error": "[Dispatch] 加载 keystore 失败。正在尝试使用 keystore 默认密码...",
|
||||
"no_keystore_error": "[Dispatch] 未找到 SSL 证书!已降级到 HTTP 模式",
|
||||
"default_password": "[Dispatch] 成功加载 keystore 默认密码。请考虑将 config.json 中的默认密码设置为 123456"
|
||||
"default_password": "[Dispatch] 成功加载 keystore 默认密码。请考虑将 config.json 中默认密码设置为 123456"
|
||||
},
|
||||
"authentication": {
|
||||
"default_unable_to_verify": "[Authentication] 称为 verifyUser 的方法在默认验证程序中不可用"
|
||||
@@ -64,7 +64,8 @@
|
||||
"console_execute_error": "此命令只能在控制台执行。",
|
||||
"player_execute_error": "此命令只能在游戏内执行。",
|
||||
"command_exist_error": "未找到命令。",
|
||||
"no_description_specified": "未指定说明。",
|
||||
"no_usage_specified": "未指定用法",
|
||||
"no_description_specified": "未指定说明",
|
||||
"invalid": {
|
||||
"amount": "无效的数量。",
|
||||
"artifactId": "无效的圣遗物ID。",
|
||||
@@ -137,7 +138,7 @@
|
||||
"coop": {
|
||||
"usage": "用法:coop [指定玩家UID]",
|
||||
"success": "已强制传送 %s 到 %s 的世界。",
|
||||
"description": "强制传送指定玩家到他人的世界。如果没有指定玩家,则会使你进入多人游戏模式"
|
||||
"description": "强制传送指定玩家到他人的世界。如果没有指定玩家,则会使你进入多人游戏状态"
|
||||
},
|
||||
"enter_dungeon": {
|
||||
"usage": "用法:enterdungeon <秘境ID>",
|
||||
@@ -186,7 +187,7 @@
|
||||
},
|
||||
"unlimitenergy": {
|
||||
"success": "UnlimitEnergy 已设为 %s。[用户:%s]",
|
||||
"config_error": "命令不可用。因为 config.json 中 energyUsage 为 false",
|
||||
"config_error": "命令不可用。因为 config.json 中 energyUsage 为 false。",
|
||||
"description": "使用元素爆发而不消耗能量"
|
||||
},
|
||||
"heal": {
|
||||
@@ -389,7 +390,7 @@
|
||||
},
|
||||
"unlocktower": {
|
||||
"success": "解锁完成。",
|
||||
"description": "解锁全部深境螺旋"
|
||||
"description": "解锁深境回廊(1-8层)"
|
||||
}
|
||||
},
|
||||
"gacha": {
|
||||
|
||||
Reference in New Issue
Block a user