From d110af1c60dcd9a3ad6b6df58776ef43c097ea2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:19:30 +0000 Subject: [PATCH 1/3] Bump tj-actions/changed-files from 40.2.0 to 40.2.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.2.0 to 40.2.1. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v40.2.0...v40.2.1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/MakeLocalizationChangelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MakeLocalizationChangelog.yaml b/.github/workflows/MakeLocalizationChangelog.yaml index b09ce2c6..0b2592a5 100644 --- a/.github/workflows/MakeLocalizationChangelog.yaml +++ b/.github/workflows/MakeLocalizationChangelog.yaml @@ -19,7 +19,7 @@ jobs: persist-credentials: true # Get changed files - - uses: tj-actions/changed-files@v40.2.0 + - uses: tj-actions/changed-files@v40.2.1 id: changes with: include_all_old_new_renamed_files: true From 720aeef98306adf2a16dfcc529b7e7682884a95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:19:34 +0000 Subject: [PATCH 2/3] Bump actions/setup-dotnet from 3.2.0 to 4.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GenerateRelease-csharp.yml | 4 ++-- .github/workflows/UploadSDKToNuGet.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GenerateRelease-csharp.yml b/.github/workflows/GenerateRelease-csharp.yml index 9c3aacb2..7a454b32 100644 --- a/.github/workflows/GenerateRelease-csharp.yml +++ b/.github/workflows/GenerateRelease-csharp.yml @@ -25,7 +25,7 @@ jobs: with: ref: '${{ github.ref }}' - - uses: actions/setup-dotnet@v3.2.0 + - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 6.0.x @@ -74,7 +74,7 @@ jobs: with: ref: '${{ github.ref }}' - - uses: actions/setup-dotnet@v3.2.0 + - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 6.0.x diff --git a/.github/workflows/UploadSDKToNuGet.yaml b/.github/workflows/UploadSDKToNuGet.yaml index 9d9b227c..d70e9841 100644 --- a/.github/workflows/UploadSDKToNuGet.yaml +++ b/.github/workflows/UploadSDKToNuGet.yaml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - - uses: actions/setup-dotnet@v3.2.0 + - uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: 6.0.x From a7fc5b7097b9b6719f21ab76e5316807a78ee56d Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:20:42 +0100 Subject: [PATCH 3/3] Update Italian language --- VolumeControl/Localization/it.loc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/VolumeControl/Localization/it.loc.json b/VolumeControl/Localization/it.loc.json index 363d9e47..4ce32232 100644 --- a/VolumeControl/Localization/it.loc.json +++ b/VolumeControl/Localization/it.loc.json @@ -374,6 +374,10 @@ "Message": "Il programma di installazione è stato scaricato correttamnte ma è impossibile avviare il programma di installazione.\nLe autorizzazioni di sistema potrebbero non consentire l'esecuzione di applicazioni dalla cartella dei download.\n\nDovrai avviare il programma di installazione manualmente." } }, + "ResetHotkeys": { + "Message": "Sei sicuro di voler ripristinare tutti i tasti di scelta rapida ai valori predefiniti?\n\nL'operazione non può essere annullata!", + "Caption": "Ripristino tasti rapidi" + }, "RemoveHotkey": { "Message": "Sei sicuro di voler eliminare il tasto scelta rapida ${ID}?\n\n- 'Sì' elimina il tasto scelta rapida.\n- 'No' non elimina il tasto scelta rapida.\n- 'Annulla' disabilita queste richieste di conferma in futuro (non elimina il tasto di scelta rapida).\n", "Caption": "Conferma rimozione" @@ -569,4 +573,4 @@ }, "Toggle Selected": "Selezionati ON/OFF" } -} +} \ No newline at end of file