Commit Graph

714 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
c21508d223 fix: fixed memory leak in the Sensors module on Apple Silicon (#417) 2021-05-08 20:38:26 +02:00
Serhiy Mytrovtsiy
a5ac0d25dc feat: add information when last time charger was connected in the battery popup (#450) 2021-05-07 18:55:45 +02:00
Serhiy Mytrovtsiy
24d552f22d fix: adjust fans module width (#460) 2021-05-06 16:53:23 +02:00
Serhiy Mytrovtsiy
2e3e36aa89 v2.5.13 2021-05-05 21:47:36 +02:00
Serhiy Mytrovtsiy
7ce7e38d36 fix: fixed crashes on some macs (#453) 2021-05-05 21:40:50 +02:00
Serhiy Mytrovtsiy
835e5511c9 fix: crop sensors values to int (#452) 2021-05-03 19:16:16 +02:00
Serhiy Mytrovtsiy
8370a1e885 v2.5.12 2021-05-02 18:06:01 +02:00
jrthsr700tmax
63f957e18f feat: update Chinese Traditional translation (#438) 2021-05-02 18:01:02 +02:00
Serhiy Mytrovtsiy
e5832af9e8 fix: escape temperature read in CPU module for apple silicon (#445) 2021-04-30 17:29:00 +02:00
Serhiy Mytrovtsiy
bc6a9930db feat: moved Sensors widget to the core graphics. Width of widget will be fixed from now (#348). Also fixed different graphics glitches (#374) 2021-04-29 19:28:45 +02:00
Serhiy Mytrovtsiy
ac4d816ab3 fix: removed test sensor from the Apple Silicon sensors reader (#440) 2021-04-26 19:01:25 +02:00
Serhiy Mytrovtsiy
0147b2084a v2.5.11 2021-04-25 14:40:05 +02:00
Tai Zhou
38b9427353 feat: update Chinese Simplified translation (#437)
Translate colors in Chinese Simplified
2021-04-25 14:33:53 +02:00
Pablo Pizarro R
5e7b9f2f17 feat: update Spanish translation (#429) 2021-04-25 14:33:30 +02:00
Pablo Pizarro R
57356910a5 feat: add refresh icon to the network (#422)
* Added refresh icon to network popup

* Move refresh icon to ModuleKit
2021-04-25 14:32:57 +02:00
Serhiy Mytrovtsiy
fff259eb15 Delete build.yaml 2021-04-24 14:57:00 +02:00
Serhiy Mytrovtsiy
c156f6dda1 fix: fixed yellow, orange, purple and brown colors 2021-04-23 21:14:20 +02:00
Serhiy Mytrovtsiy
0e5c747389 fix: fixed widget settings reset after restart in GPU module (#432) 2021-04-22 21:32:27 +02:00
Serhiy Mytrovtsiy
d8077097bb feat: add i18n check as gh action 2021-04-20 22:41:28 +02:00
Serhiy Mytrovtsiy
327c543198 v2.5.10 2021-04-18 13:47:19 +02:00
Petr Rajtslegr
21a5cb7d38 feat: updated Czech translation (#428) 2021-04-18 13:04:04 +02:00
Petr Rajtslegr
7c5144c2d0 feat: updated Czech translation (#425)
* Updated CS Localization

* added missing double quotes
2021-04-18 13:03:53 +02:00
Pablo Pizarro R
b3907c483f feat: update Spanish translation (#427) 2021-04-18 13:03:11 +02:00
jrthsr700tmax
36e69afe55 feat: update Traditional Chinese translation (#424)
Fix "Show icon in dock" Traditional Chinese (Taiwan) Translation.
修正「Show icon in dock」的正體中文(臺灣)翻譯。

———————————————————————

**You can view, comment on, or merge this pull request online at:
您可以在以下連結檢視、留言或線上合併此更新請求:**

> https://github.com/exelban/stats/pull/ˇˇˇ

**Commit Summary
更新大綱**

- Fix "Show icon in dock" Traditional Chinese (Taiwan) Translation.
修正「Show icon in dock」的正體中文(臺灣)翻譯。

**File Changes
檔案變更**

- **M** [Stats/Supporting Files/zh-Hant.lproj/Localizable.strings](https://github.com/exelban/stats/pull/ˇˇˇ/files) (1)

**Patch Links:
補丁連結:**

https://github.com/exelban/stats/pull/ˇˇˇ.patch
https://github.com/exelban/stats/pull/ˇˇˇ.diff
2021-04-18 13:02:39 +02:00
wfrank21
d3d030de49 feat: update German translation (#419)
Translated the new options
2021-04-18 13:02:11 +02:00
Serhiy Mytrovtsiy
cdc5fc6136 feat: add colors to the internationalization files 2021-04-17 20:02:02 +02:00
Serhiy Mytrovtsiy
05091a9b12 feat: add colors translation 2021-04-16 11:11:47 +02:00
Serhiy Mytrovtsiy
f4289c16e7 fix: another try to fix memory leak in the Apple Silicon Sensors reader (#417) 2021-04-15 21:12:33 +02:00
Serhiy Mytrovtsiy
f9c64ad488 feat: return label options for bar and pie charts. Revert changes of 3ac95f9. (#416) 2021-04-13 21:52:49 +02:00
Serhiy Mytrovtsiy
ebfbfeb09b feat: fix memory leak in the apple silicon sensors reader (#417) 2021-04-12 21:05:30 +02:00
Maxim Kuleshov
4a12e9ef3e feat: update "Start at login" for Russian locale (#418)
It was spelled in Ukrainian by mistake
2021-04-12 12:44:20 +02:00
Pablo Pizarro R
2528830a14 feat: fixed Spanish lang, network refresh button width fix (#393)
* Fixed spanish lang

* Compute refresh button width dynamically

* Added refresh button langs entries

* Fixed english lang update

* Fix update message vertical centering

* Format variable refresh name

Co-authored-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
2021-04-11 16:49:30 +02:00
Serhiy Mytrovtsiy
9fe517be0e v2.5.9 2021-04-11 16:15:50 +02:00
Tai Zhou
142fb101b4 feat: add missing translations (#411)
* Add missing localization

* Update Chinese Simplified translation

* Adjust Sequence of Strings

Adjust sequence of strings in Japanese localization to make it easier sync translations.

Co-authored-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
2021-04-11 16:06:02 +02:00
Serhiy Mytrovtsiy
9dca58404b feat: update Traditional Chinese translation (#412)
Update Traditional Chinese (Taiwan) File
2021-04-11 16:03:58 +02:00
Rostislav
3009b4a5f7 feat: update Bulgarian translation (#410) 2021-04-11 16:02:58 +02:00
Joerg M
8752c3312c feat: update German translation (#406) 2021-04-11 16:02:33 +02:00
Serhiy Mytrovtsiy
e2de518b75 feat: init apple silicon sensors (#210) 2021-04-10 15:50:02 +02:00
Serhiy Mytrovtsiy
3ac95f9952 fix: removed label from bar and pie charts 2021-04-09 19:11:16 +02:00
jrthsr700tmax
3cd6b13a6a Update Traditional Chinese (Taiwan) File
Chinese Traditional (Taiwan) translation is updated.

You can view, comment on, or merge this pull request online at:

  https://github.com/exelban/stats/pull/

Commit Summary

Update Chinese Traditional (Taiwan) translation File Changes

M Stats/Supporting Files/zh-Hant.lproj/Localizable.strings (7)

Patch Links:

https://github.com/exelban/stats/pull/.patch
https://github.com/exelban/stats/pull/.diff
2021-04-09 16:43:44 +08:00
Serhiy Mytrovtsiy
a18b187609 feat: add missing translations
fix: correct Dutch translation
2021-04-08 17:27:25 +02:00
Serhiy Mytrovtsiy
f7ec867cd3 fix: update battery high level notification message 2021-04-06 20:24:33 +02:00
Serhiy Mytrovtsiy
681ebeef23 fix: fixed memory leak in the Battery reader 2021-04-06 18:49:35 +02:00
Serhiy Mytrovtsiy
ad7c908890 Merge pull request #404 from ngohungphuc/master
Update transaltion contributor
2021-04-05 09:11:20 +02:00
ngohungphuc
2f17baffb5 Update transaltion contributor 2021-04-05 07:32:21 +07:00
Serhiy Mytrovtsiy
87a4d189a5 Update README.md 2021-04-04 18:48:50 +02:00
Serhiy Mytrovtsiy
83259b9c2a v2.5.8 2021-04-04 18:42:27 +02:00
Tony Hudson
a561309663 Add dutch translation (#398)
* add Dutch translation

* Update copy right

* Update date
2021-04-04 18:34:40 +02:00
Yusuf Özgül
e975ad0f69 Update Turkish localization (#403) 2021-04-04 18:31:17 +02:00
Joerg M
291894def5 Update german translation (#392)
Some german improvements
2021-04-04 18:31:11 +02:00