diff --git a/package.json b/package.json index ba98708..8bb2707 100644 --- a/package.json +++ b/package.json @@ -452,22 +452,22 @@ }, { "command": "mysql.redis.connection.terminal", - "title": "Open Terminal", + "title": "%command.redis.connection.terminal%", "category": "Redis", "icon": "resources/image/terminal.svg" }, { "command": "mysql.redis.connection.status", - "title": "Server status" + "title": "%command.redis.connection.status%" }, { "command": "mysql.redis.key.del", - "title": "Delete Key", + "title": "%command.redis.key.del%", "icon": "resources/image/delete.png" }, { "command": "mysql.redis.key.detail", - "title": "View Key Detail" + "title": "%command.redis.key.detail%" } ], "keybindings": [ diff --git a/package.nls.json b/package.nls.json index 44ae647..2c2b3ca 100644 --- a/package.nls.json +++ b/package.nls.json @@ -55,5 +55,9 @@ "command.delete.view": "Drop View", "command.delete.procedure": "Drop Procedure", "command.delete.function": "Drop Function", - "command.delete.trigger": "Drop Trigger" + "command.delete.trigger": "Drop Trigger", + "command.redis.connection.terminal": "Open Terminal", + "command.redis.connection.status": "Server status", + "command.redis.key.del": "Delete Key", + "command.redis.key.detail": "View Key Detail" } \ No newline at end of file diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index 1014e1b..8601761 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -55,5 +55,9 @@ "command.delete.view": "删除视图", "command.delete.procedure": "删除存储过程", "command.delete.function": "删除函数", - "command.delete.trigger": "删除触发器" + "command.delete.trigger": "删除触发器", + "command.redis.connection.terminal": "打卡命令行模拟器", + "command.redis.connection.status": "服务状态", + "command.redis.key.del": "删除键", + "command.redis.key.detail": "查看键详情" } \ No newline at end of file