Add translation
crowdin_add_translationAdds a translation for a source string in a target language (additive). Crowdin API: POST /projects/{projectId}/translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The translation text. | |
| stringId | Yes | Id of the source string to translate. | |
| projectId | Yes | Numeric project id (path). | |
| languageId | Yes | Target language id, e.g. "fr", "de", "uk". | |
| pluralCategoryName | No | Plural form, e.g. "one", "few", "many", "other". |