According to the types.xsd the type array is not allowed to have the attribute translate.
file etc/adminhtml/di.xml
<virtualType name="AppearanceSourceFaqItem" type="Magento\PageBuilder\Model\Source\VisualSelect">
<arguments>
<argument name="optionsSize" xsi:type="string">large</argument>
<argument name="optionsData" xsi:type="array">
<item name="0" xsi:type="array">
<item name="value" xsi:type="string">default</item>
<item name="title" xsi:type="string" translate="true">Default</item>
</item>
</argument>
</arguments>
</virtualType>
According to the
types.xsdthe type array is not allowed to have the attribute translate.file etc/adminhtml/di.xml