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

# ShopSettingsTranslate Object

Creates/updates translations for shop settings.

Requires the MANAGE\_TRANSLATIONS permission.

```graphql
type ShopSettingsTranslate {
  shop: Shop
  translationErrors: [TranslationError!]! @deprecated
  errors: [TranslationError!]!
}
```

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

### Fields

<a id="shop"></a>

#### [`shop`](#shop) ● [`Shop`](/api-reference/miscellaneous/objects/shop.md)

Updated shop settings.

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

#### [`errors`](#errors) ● [`[TranslationError!]!`](/api-reference/miscellaneous/objects/translation-error.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

[`shopSettingsTranslate`](/api-reference/shop/mutations/shop-settings-translate.md) mutation
