diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1acfae9e..3565ce40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,18 +22,9 @@ jobs: - name: Publish run: | dotnet publish app/GHelper.sln --configuration Release --runtime win-x64 -p:PublishSingleFile=true --no-self-contained - powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper-${{ github.sha }}.zip - + powershell Compress-Archive app/bin/x64/Release/net7.0-windows/win-x64/publish/* GHelper.zip - name: Upload - if: github.event_name != 'workflow_dispatch' env: GH_TOKEN: ${{ github.token }} run: | gh release upload ${{ github.ref_name }} GHelper.zip - - - name: Artifact - if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v3 - with: - name: GHelper-release-${{ github.sha }} - path: GHelper-*.zip diff --git a/app/Properties/Strings.fr.resx b/app/Properties/Strings.fr.resx index 7d706c1b..df6cacf4 100644 --- a/app/Properties/Strings.fr.resx +++ b/app/Properties/Strings.fr.resx @@ -244,7 +244,7 @@ Équilibré - Charge + Charge de la batterie Limite de charge @@ -253,7 +253,7 @@ Santé de la batterie - One time charge to 100% + Charge unique à 100% Mise à jour BIOS et pilotes @@ -262,7 +262,7 @@ Au démarrage - Boot Sound + Son au démarrage Luminosité @@ -274,7 +274,7 @@ Augmenter la luminosité - Calibrate + Calibrer Chargement en cours diff --git a/app/Properties/Strings.pt-BR.resx b/app/Properties/Strings.pt-BR.resx index 50ec6224..3d8bff18 100644 --- a/app/Properties/Strings.pt-BR.resx +++ b/app/Properties/Strings.pt-BR.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Acceleration + Aceleração Não foi possível conectar ao ASUS ACPI. O aplicativo não pode funcionar sem isso. Tente instalar Asus System Controle Interface @@ -151,7 +151,7 @@ G-Helper já está em execução. Verifique a barra de sistema - Apply + Aplicar Aplicar a curva personalizada @@ -172,7 +172,7 @@ Repiração - Clockwise + Sentido horário Ciclo de cores @@ -181,7 +181,7 @@ Comet - Counterclockwise + Sentido anti-horário Rápido @@ -196,7 +196,7 @@ Arco-íris - Random + Aleatório React @@ -211,7 +211,7 @@ Estroboscópio - All + Tudo Dock @@ -226,7 +226,7 @@ Underglow - Auto Apply + Aplicar automaticamente Automático @@ -250,7 +250,7 @@ Limite de carga - Battery Health + Saúde da bateria One time charge to 100% @@ -262,7 +262,7 @@ Ao ligar - Boot Sound + Som de inicialização Nível do brilho @@ -289,7 +289,7 @@ Personalizado - Deceleration + Desaceleração Padrão @@ -301,7 +301,7 @@ Descarregando - Download + Baixar Drivers and Software diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx index 45a21faa..30512424 100644 --- a/app/Properties/Strings.uk.resx +++ b/app/Properties/Strings.uk.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Acceleration + Прискорення Не вдається під'єднатися до ASUS ACPI. Програма не може працювати без нього. Спробуйте встановити Asus System Control Interface @@ -253,7 +253,7 @@ Стан батареї - One time charge to 100% + Одноразовий заряд до 100% Оновлення BIOS та драйверів @@ -262,7 +262,7 @@ Старт - Boot Sound + Звук завантаження Яскравість @@ -274,7 +274,7 @@ Підвищити яскравість - Calibrate + Калібрування Зарядка @@ -289,7 +289,7 @@ Своє - Deceleration + Уповільнення За замовчуванням diff --git a/docs/README.md b/docs/README.md index a908bd5f..84154cdb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -298,7 +298,7 @@ If you don't want this bindings to work you can add ### Toggle Performance Mode or Toggle App Window key binding -To change binding for Toggle Performance Modes to ``Ctrl + Shift + KEY`` +To change binding for Toggle Performance Modes forward / backward to ``Ctrl + Shift + KEY`` / ``Ctrl + Shift + Alt + KEY`` ``` "keybind_profile": 116, ```