Files
community-plugins/procmon/translations/en.json
T
2026-08-09 13:55:51 -04:00

61 lines
1.6 KiB
JSON

{
"panel": {
"col": {
"cmd": "COMMAND",
"cpu": "CPU%",
"cpu_raw": "CPU",
"mem": "MEM%",
"mem_raw": "MEM",
"pid": "PID",
"rss": "RSS",
"stat": "S"
},
"count": "{n} processes",
"keys_hint": "Ctrl+F filter · Ctrl+D kill selected · arrows move",
"kill_tip": "Kill {pid}",
"load": "Load",
"no_processes": "No matching processes",
"refresh": "Refresh",
"refreshed_at": "Updated {time}",
"search_placeholder": "Filter by name, user or PID",
"sort_asc": "asc",
"sort_desc": "desc",
"title": "Processes"
},
"settings": {
"glyph": {
"description": "Glyph shown in the bar widget.",
"label": "Widget icon"
},
"icon_only": {
"description": "Show only a CPU icon in the bar widget; details move to the tooltip.",
"label": "Icon only"
},
"kill_command": {
"description": "Command run against a selected PID (the PID is appended). Empty uses kill -TERM.",
"label": "Kill command"
},
"refresh_interval": {
"description": "How often the process list is resampled.",
"label": "Refresh interval (ms)"
},
"show_count": {
"description": "Append the number of processes to the bar widget text.",
"label": "Show process count"
},
"sort_by": {
"description": "Column the process table is sorted by when the panel opens.",
"label": "Default sort column",
"options": {
"cmd": "Command",
"cpu": "CPU",
"mem": "Memory",
"pid": "PID"
}
}
},
"widget": {
"tooltip": "CPU {cpu}% RAM {ram}% · {n} processes"
}
}