On this pageProductTranslationtype ProductTranslation { description: String locale: String! name: String}CopyFieldsdescriptionStringIt is the description information of the translation.localeString!requiredIt is the name information of the translation.nameStringIt is the information in which language the translation is saved.