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

# AttributeValueBulkTranslate Object

Creates/updates translations for attribute values.

Requires the MANAGE\_TRANSLATIONS permission.

```graphql
type AttributeValueBulkTranslate {
  count: Int!
  results: [AttributeValueBulkTranslateResult!]!
  errors: [AttributeValueBulkTranslateError!]!
}
```

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

### Fields

<a id="count"></a>

#### [`count`](#count) ● [`Int!`](/api-reference/miscellaneous/scalars/int.md)

Returns how many translations were created/updated.

<a id="results"></a>

#### [`results`](#results) ● [`[AttributeValueBulkTranslateResult!]!`](/api-reference/attributes/objects/attribute-value-bulk-translate-result.md)

List of the translations.

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

#### [`errors`](#errors) ● [`[AttributeValueBulkTranslateError!]!`](/api-reference/miscellaneous/objects/attribute-value-bulk-translate-error.md)

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

### Returned By

[`attributeValueBulkTranslate`](/api-reference/attributes/mutations/attribute-value-bulk-translate.md) mutation
