Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Dec 13, 2023
2 parents 1e1bf1b + fc15733 commit 68a23f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateRelease-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MakeLocalizationChangelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: true

# Get changed files
- uses: tj-actions/[email protected].0
- uses: tj-actions/[email protected].1
id: changes
with:
include_all_old_new_renamed_files: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UploadSDKToNuGet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion VolumeControl/Localization/it.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -569,4 +573,4 @@
},
"Toggle Selected": "Selezionati ON/OFF"
}
}
}

0 comments on commit 68a23f2

Please sign in to comment.