Commit Graph

35 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
cdc5fc6136 feat: add colors to the internationalization files 2021-04-17 20:02:02 +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
a18b187609 feat: add missing translations
fix: correct Dutch translation
2021-04-08 17:27:25 +02:00
Serhiy Mytrovtsiy
577b465d98 feat: add missing translations 2021-04-03 20:28:03 +02:00
Yoko
ed64a3bad7 Update Polish translation file (#382)
* Update Polish translation file

Hi, small fixes in Polish translation file

* Update Localizable.strings
2021-03-21 19:00:17 +01:00
Serhiy Mytrovtsiy
6440fc064f fix: add missing translations (battery high level notification) 2021-03-13 19:40:59 +01:00
Yoko
41ad2846a2 Update Polish translation file
Hello. I changed a few lines to proper polish translation. Not sure about GPU "Utilization", because i have MBPr 13' with Iris and GPU widget is not showing this translation, but i think it should be good.
2021-02-11 22:46:51 +01:00
Tai Zhou
ecc7b8a932 Add Localization to the Power Source
Add two terms to all the languages and add localizations of widgets to Bulgarian and Romanian.
2021-02-08 18:14:34 +08:00
Serhiy Mytrovtsiy
405ae52cae feat: translated widgets name 2021-02-06 18:25:52 +01:00
Tai Zhou
1d3856b3a7 Add Missing Translations for zh-Hans (#298)
* Add Missing Translations

Update zh-Hans translation.

* Update Localizable.strings

Add translation for "Check for updates"

* Update Localizable.strings

Add some missing terms.

* Update Localizable.strings

* Add missing terms and update zh-Hans
2021-01-24 12:04:05 +01:00
Serhiy Mytrovtsiy
91776d3575 feat: add missing phrase to the localization file 2021-01-23 16:54:37 +01:00
Serhiy Mytrovtsiy
5c2301d79f feat: add translation for "Check for update" setting (#294) 2021-01-19 20:47:36 +01:00
Serhiy Mytrovtsiy
c0888b9f90 fix: add missing translations 2021-01-16 18:32:43 +01:00
Serhiy Mytrovtsiy
ec4fc1e2ec feat: separate dashboard and Stats settings 2020-12-26 13:02:32 +01:00
Serhiy Mytrovtsiy
38b2b33d47 fix: interface and process based translation (#237) 2020-12-22 22:50:39 +01:00
Serhiy Mytrovtsiy
a93994f0f2 feat: added the option to show a GPU type when Mini widget selected (#111, #232);
fix: duplicating GPU the toggle the module
2020-12-19 19:38:39 +01:00
Serhiy Mytrovtsiy
d82480a49d feat: swap memory in the popup view (#227) 2020-12-18 16:25:43 +01:00
Serhiy Mytrovtsiy
3e4b37c5a0 - update translations 2020-12-08 17:12:11 +01:00
Novang
041d5b910f Localization: localize row title (fans) 2020-12-01 22:03:35 +09:00
Serhiy Mytrovtsiy
19e20ea063 - add option to select the network reader (interface based or process based)
- small refactoring in Network reader
2020-11-27 18:11:14 +01:00
Serhiy Mytrovtsiy
6069ea23e8 - add an option to hide additional information when the battery is full (#138) 2020-11-14 16:21:46 +01:00
Serhiy Mytrovtsiy
b843ff4cbf - add total upload/download stats to the Network widget (#153) 2020-11-13 13:57:33 +01:00
Serhiy Mytrovtsiy
85742785e7 - fix app crash when start (#136) (font bug) 2020-11-03 22:10:52 +01:00
Serhiy Mytrovtsiy
c39b91c0b8 - fix Battery module settings visibility
- add option to select the battery time: short (01:25) and long (1h 25min) (#129)
- add missing translations
2020-10-31 21:13:31 +01:00
Serhiy Mytrovtsiy
e5808b8556 - rewrite Popup view
- improve popup view updates and resizes
- add scrollView to popup view (need to display a lot of sensors)
2020-10-31 19:34:28 +01:00
Serhiy Mytrovtsiy
9d2010ad6b - add some missing sensors (#128)
- add missing sensors group translation
2020-10-31 16:38:23 +01:00
Serhiy Mytrovtsiy
8ac2d90e1e - add missing translation to the Pictogram setting in the Network module
- reset Network module settings!
2020-10-31 16:03:07 +01:00
Serhiy Mytrovtsiy
ca98ce4ebb - add an option to select the sensors widget layout (automatic/one row/two rows)
- improved translations
2020-10-31 00:04:01 +01:00
Serhiy Mytrovtsiy
13cbe1fdef - add Number of top processes to the translations 2020-10-27 20:16:36 +01:00
Serhiy Mytrovtsiy
51077508b2 - fix misspelling in the "Check for update" button 2020-10-25 21:51:42 +01:00
Serhiy Mytrovtsiy
192209e47e - fix frameworks linking (reduce the app size)
- migrate from Carthage to Swift Package Manager
- adjust CPU frequency position
- add CPU frequency to translations
2020-10-15 19:00:27 +02:00
Serhiy Mytrovtsiy
ac0c292f02 - add an option to select a base (byte or bit) for speed (87) 2020-09-29 18:55:52 +02:00
Serhiy Mytrovtsiy
bbca0f6fa3 - add an option to select the unit for temperature sensor (#73) 2020-09-24 19:39:38 +02:00
Serhiy Mytrovtsiy
fbf2e56cab - update image in README (#39)
- fix a translation in Disk
- fix misspelling in Battery popup
2020-08-30 22:12:38 +02:00
Serhiy Mytrovtsiy
a424dc871e i18n (#77)
* - initialize localization with English
- add i18n to app settings

* - add translation to widget settings

* - add translation to CPU

* - add translation to GPU

* - add translation to Memory

* - add translation to Disk

* - add translation to Sensors
- add translation to Network

* - add translation to Battery

* - add Polish language
- small fixes in translation

* - add Ukrainian language
2020-08-30 13:23:40 +02:00