Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Update: Add changes from Python package branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Jul 28, 2022
1 parent e5d40d4 commit 56a7d9b
Show file tree
Hide file tree
Showing 33 changed files with 1,910 additions and 731 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# System Monitoring Center

### v1.26.0
* New: Support for multiple process details windows
* New: Persian translations
* Fix: GPU usage for AMD GPUs
* Minor improvements (GUI, translations, etc.)

### v1.25.0
* New: CPU, RAM, Disk graphs on process details window
* Fix: Repeating functions multiple times (User,Service details)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include database/*
include src/*.py
include src/__version__
include locale/cs/LC_MESSAGES/*
include locale/fa/LC_MESSAGES/*
include locale/hu/LC_MESSAGES/*
include locale/pl/LC_MESSAGES/*
include locale/pt_BR/LC_MESSAGES/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Multi-featured system monitor.
- Interactive charts for querying performance data on any point
- Option for showing processes as tree or list
- Language support:
- Brazilian Portuguese, Czech, English, European Portuguese, Hungarian, Polish, Russian, Turkish
- Brazilian Portuguese, Czech, English, European Portuguese, Hungarian, Persian, Polish, Russian, Turkish
- Optimized for low CPU usage and fast start
- Shows notification if update is available on PyPI (disabled by default)
- Supports ARM architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@ Name[pt_BR]=Central de Monitoramento do Sistema
Name[pt_PT]=Centro de Monitorização do Sistema
Name[tr]=Sistem Gözlem Merkezi
Name[ru_RU]=Центр мониторинга системы
Name[fa]=مرکز دیده بانی رایانه
GenericName=System Monitor
GenericName[hu]=Rendszerfigyelő
GenericName[pt_BR]=Monitor do Sistema
GenericName[pt_PT]=Monitor de Sistema
GenericName[tr]=Sistem Gözlemcisi
GenericName[ru_RU]=Системный монитор
GenericName[fa]=دیده بانی رایانه
Comment=Multi-featured system monitor.
Comment[hu]=Többcélú rendszerfigyelő.
Comment[pt_BR]=Obtenha informações sobre o desempenho e utilização do sistema.
Comment[pt_PT]=Monitor de Sistema multi-recursos.
Comment[tr]=Çok özellikli sistem gözlemcisi.
Comment[ru_RU]=Многофункциональный системный мониторю
Comment[fa]=اطلاعاتی درباره کارکرد و مصرف رایانه را نمایش میدهد.
Exec=system-monitoring-center
Icon=system-monitoring-center
Terminal=false
Expand All @@ -29,4 +32,4 @@ Keywords[pt_BR]=monitor do sistema;gerenciador de tarefas;desempenho;uso de CPU;
Keywords[pt_PT]=monitor de sistema;gerenciador de tarefas;desempenho;cpu;ram;memória;disco;processos;utilizadores;serviços;
Keywords[tr]=sistem gözlemcisi;görev yöneticisi;performans;cpu;mib;ram;takas;bellek;disk;işlemler;kullanıcılar;servisler;
Keywords[ru_RU]=системный монитор;менеджер задач;производительность;cpu;ram;подкачка;память;диск;сеть;процессы;пользователи;сервисы;

Keywords[fa]=دیده بانی رایانه;تسک منیجر;مرکز;کارکرد;سرعت;فرکانس;مصرف پردازنده;مصرف رم;حافظه سواپ;مصرف حافظه;حافظه;مصرف اینترنت;سرعت دانلود;fps;نسبت تصویر;فرآیند ها;کاربران;برنامه های استارت آپ;سرویس ها;سیستم عامل;
Binary file modified locale/cs/LC_MESSAGES/system-monitoring-center.mo
Binary file not shown.
Loading

0 comments on commit 56a7d9b

Please sign in to comment.