> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/category-translate

# CategoryTranslate Object

Creates/updates translations for a category.

Requires the MANAGE\_TRANSLATIONS permission.

```graphql
type CategoryTranslate {
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
  category: Category
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[TranslationError!]!`](/api-reference/miscellaneous/objects/translation-error.md)

<a id="category"></a>

#### [`category`](#category) ● [`Category`](/api-reference/products/objects/category.md)

Show deprecatedHide deprecated

<a id="translation-errors"></a>

#### [`translationErrors`](#translation-errors) ● [`[TranslationError!]!`](/api-reference/miscellaneous/objects/translation-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`categoryTranslate`](/api-reference/products/mutations/category-translate.md) mutation
