From f16a6248cb6c041f00bc181b86974f8b9039ee48 Mon Sep 17 00:00:00 2001 From: seerge Date: Wed, 20 Sep 2023 00:15:51 +0200 Subject: [PATCH 1/6] Added Z13 to GPU fix list --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index bbb1687a..1edb3520 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -373,7 +373,7 @@ public static class AppConfig public static bool IsGPUFixNeeded() { - return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("FX506") || ContainsModel("GU603V"); + return ContainsModel("GA402X") || ContainsModel("GV302") || ContainsModel("GZ301") || ContainsModel("FX506") || ContainsModel("GU603V"); } public static bool IsGPUFix() From e3335ef80315fb951f1ed8b6a71bf8030afa48e8 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:33:47 +0200 Subject: [PATCH 2/6] New translations strings.resx (Spanish) --- app/Properties/Strings.es.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Properties/Strings.es.resx b/app/Properties/Strings.es.resx index d15be42b..b56451a1 100644 --- a/app/Properties/Strings.es.resx +++ b/app/Properties/Strings.es.resx @@ -259,7 +259,7 @@ Al arrancar - Boot Sound + Sonido al arranque Brillo @@ -271,7 +271,7 @@ Subir brillo - Calibrate + Calibrar Cargando From 701b3a126e8bbaf603c4a70b3eced3af2a3424c1 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:33:54 +0200 Subject: [PATCH 3/6] New translations strings.resx (Chinese Traditional) --- app/Properties/Strings.zh-TW.resx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Properties/Strings.zh-TW.resx b/app/Properties/Strings.zh-TW.resx index 51536fe3..d74d37e7 100644 --- a/app/Properties/Strings.zh-TW.resx +++ b/app/Properties/Strings.zh-TW.resx @@ -270,6 +270,9 @@ 螢幕亮度提高 + + 校準 + 充電中 From 9488a12dc250bf9e7f873592ebcaa6ed4f6e26ee Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:58:56 +0200 Subject: [PATCH 4/6] New translations strings.resx (German) --- app/Properties/Strings.de.resx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Properties/Strings.de.resx b/app/Properties/Strings.de.resx index 834671e1..9d8ee535 100644 --- a/app/Properties/Strings.de.resx +++ b/app/Properties/Strings.de.resx @@ -130,10 +130,10 @@ Eco Modus - Wechseln in den Ultimate Modus benötigt einen Neustart. Jetzt neustarten? + Deaktivieren des Ultimate Modus benötigt einen Neustart. - Ultimate Modus benötigt einen Neustart + Aktivieren des Ultimate Modus benötigt einen Neustart. Jetzt neu starten? @@ -271,7 +271,7 @@ Helligkeit erhöhen - Calibrate + Kalibrieren Lädt @@ -292,7 +292,7 @@ Standard - Overdrive abschalten + Bildschirm: Overdrive abschalten Entlädt @@ -310,7 +310,7 @@ Eco - Wenn Sie die dGPU deaktivieren, indem Sie in den Eco-Modus wechseln, kann zu Problemen mit der Helligkeitseinstellung führen, wenn der Anzeigemodus nicht auf Optimus eingestellt ist. + Die dGPU zu deaktivieren, indem Sie in den Eco-Modus wechseln während der Anzeigemodus nicht auf Optimus eingestellt ist, kann zu Problemen mit der Helligkeitseinstellung führen. Trotzdem fortfahren? @@ -402,7 +402,7 @@ Trotzdem fortfahren? Alle Anwendungen auf der dGPU beim Wechsel in den Eco Modus beenden. - Laptopbelechtung + Laptopbeleuchtung Laptoptastatur @@ -498,7 +498,7 @@ Trotzdem fortfahren? Neue Updates: - Keine Updates verfügbar + Keine Updates Nicht verbunden From 63ba5dc9e87c2c8a10cc2139abc0bf87760c27fb Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:03:08 +0200 Subject: [PATCH 5/6] New translations strings.resx (German) --- app/Properties/Strings.de.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Properties/Strings.de.resx b/app/Properties/Strings.de.resx index 9d8ee535..3f33e00a 100644 --- a/app/Properties/Strings.de.resx +++ b/app/Properties/Strings.de.resx @@ -630,7 +630,7 @@ Trotzdem fortfahren? Ultimativ - Die Spannungsabsenkung (Undervolting) ist experimentell und birgt u.U. ein Risik. Wenn die Spannung zu weit abgesenkt wird, wird der Computer instabil und kann abstürzen, was zu Datenverlust führen kann. Es empfiehlt sich mit kleinen Werten anzufangen und es ausgiebig zu testen, um den idealen Wert zu finden. + Die Spannungsabsenkung (Undervolting) ist experimentell und birgt Risiken. Wenn die Spannung zu weit abgesenkt wird, wird der Computer instabil und kann abstürzen, was zu Datenverlust führen kann. Es empfiehlt sich mit kleinen Werten anzufangen und ausgiebig zu testen, um den idealen Wert zu finden. Aktualisierungen From 8c12a230a82306f40d21e3abd5819f804c90eacb Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:17:07 +0200 Subject: [PATCH 6/6] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 206776aa..b16bb7d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost - Don't forget to [**Check Requirements**](#requirements-mandatory) and [**Read FAQ**](#question-faq) - If you like this app, please give it a star :star: and spread the word about it! -#### Support project in [:euro: EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | [:credit_card: Stripe](https://buy.stripe.com/00gaFJ9Lf79v7WobII) +#### Support project in [:euro: EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) ![Gihhub](https://github.com/seerge/g-helper/assets/5920850/4d98465a-63a5-4498-ae14-afb3e67e7e82)