Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyanhp/pstranslate
PowerShell translation module leveraging cloud services
https://github.com/nyanhp/pstranslate
Last synced: 16 days ago
JSON representation
PowerShell translation module leveraging cloud services
- Host: GitHub
- URL: https://github.com/nyanhp/pstranslate
- Owner: nyanhp
- License: mit
- Created: 2018-09-24T18:16:51.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2023-10-25T16:37:32.000Z (over 1 year ago)
- Last Synced: 2024-11-19T12:52:39.469Z (2 months ago)
- Language: PowerShell
- Size: 103 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PSTranslate
A little module to get translations from cloud service like the Azure Cognitive Services.
*Note: You will need to register for your own API keys.*
While limits are configurable, PSTranslate does not keep track of what you do
across sessions. The limits are enforced per call only. That means:If you pipe 1.000 strings with 5 characters each to Get-Translation, and the
hourly limit is 2.000.000 characters/hour (Azure Free Tier), it translates
to 550 characters/second. Your cmdlet will run approximately 10 seconds so
as not to run into limits. Certain APIs, like Azure for example, enforce
the hourly limit on a much shorter sliding window (per minute).## Currently implemented providers
- Azure Cognitive Services