PowerShell module for Crowdin API is compatible with Windows PowerShell v4+ and PowerShell Core.
Azure CI (Windows) | Azure CI (Linux) | Azure CI (MacOS) |
---|---|---|
List of available cmdlets and corresponding Crowdin API endpoints:
Cmdlet | API |
---|---|
Get-SupportedLanguage |
Supported Languages |
Get-AccountProject |
Account Projects |
New-Project |
Create Project |
Get-Project |
Project Details |
Edit-Project |
Edit Project |
Remove-Project |
Delete Project |
Measure-Project |
Translation Status |
Measure-Language |
Language Status |
Add-File |
Add File |
Update-File |
Update File |
Remove-File |
Delete File |
Save-File |
Export File |
New-Folder |
Add Directory |
Edit-Folder |
Change Directory |
Remove-Folder |
Delete Directory |
Add-Glossary |
Upload Glossary |
Save-Glossary |
Download Glossary |
Add-TranslationMemory |
Upload TM |
Save-TranslationMemory |
Download TM |
Invoke-Pretranslation |
Pre-Translate |
Add-Translation |
Upload Translation |
Export-Translation |
Export Translations |
Measure-TranslationExport |
Translation Export Status |
Save-Translation |
Download Translations |
Export-Pseudotranslation |
Pseudo Export |
Save-Pseudotranslation |
Pseudo Download |
Get-Issue |
Reported Issues |
Export-CostsEstimationReport |
Export Costs Estimation Report |
Save-CostsEstimationReport |
Download Costs Estimation Report |
Export-TranslationCostsReport |
Export Translation Costs Report |
Save-TranslationCostsReport |
Download Translation Costs Report |
Export-TopMembersReport |
Export Top Members Report |
Save-TopMembersReport |
Download Top Members Report |
Default command prefix is Crowdin
, so add it before cmdlets noun or specify your own prefix when importing the module.