Add translate-files.ps1

This commit is contained in:
Markus Fleschutz
2021-04-09 12:53:22 +02:00
parent e0204a009b
commit b351e570d9
4 changed files with 57 additions and 8 deletions

View File

@ -144,6 +144,7 @@ switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots
translate-file.ps1, translates the given text file into another language
translate-files.ps1, translates the given text files into any supported language
translate-text.ps1, translates the given text into other languages
turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)

1 Script Description
144 take-screenshot.ps1 takes a single screenshot
145 take-screenshots.ps1 takes multiple screenshots
146 translate-file.ps1 translates the given text file into another language
147 translate-files.ps1 translates the given text files into any supported language
148 translate-text.ps1 translates the given text into other languages
149 turn-volume-up.ps1 turns the audio volume up (+10% by default)
150 turn-volume-down.ps1 turns the audio volume down (-10% by default)