File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 33 "TriggerKeywords" : [
44 " kill"
55 ],
6- "Name" : " Kill Process " ,
7- "Description" : " Terminate a running process by its name or ID " ,
6+ "Name" : " i18n:plugin_name " ,
7+ "Description" : " i18n:plugin_description " ,
88 "Author" : " " ,
99 "Version" : " 0.0.1" ,
1010 "MinWoxVersion" : " 2.0.0" ,
1919 ],
2020 "I18n" : {
2121 "en_US" : {
22+ "plugin_name" : " Kill Process" ,
23+ "plugin_description" : " Terminate a running process by its name or ID" ,
2224 "process_title" : " {friendly_name}" ,
2325 "tail_pid" : " PID: {pid}" ,
2426 "tail_memory" : " {memory_mb} MB" ,
3032 "notify_invalid_pid" : " Invalid process ID"
3133 },
3234 "zh_CN" : {
35+ "plugin_name" : " 进程杀手" ,
36+ "plugin_description" : " 通过进程名称或 ID 终止正在运行的进程" ,
3337 "process_title" : " {friendly_name}" ,
3438 "tail_pid" : " PID: {pid}" ,
3539 "tail_memory" : " {memory_mb} MB" ,
You can’t perform that action at this time.
0 commit comments