Skip to content

Commit dcc1837

Browse files
committed
support i18n for plugin.json
1 parent 444f180 commit dcc1837

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

plugin.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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",
@@ -19,6 +19,8 @@
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",
@@ -30,6 +32,8 @@
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",

0 commit comments

Comments
 (0)