<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php return [
    'Original value for Magento_Store module' => 'Translated value for Magento_Store module',
    'Magento_Store::Text with different translation on different modules' => 'Text translation by Magento_Store module',
    'Some non-translated value for Magento_Catalog' => 'Translation for some value for Magento_Catalog',
    'Another non-translated value for Magento_Catalog' => 'Translation for another value for Magento_Catalog',
    'Magento_Catalog::Text with different translation on different modules' =>
        'Text translation by Magento_Catalog module',
    'Design value to translate' => 'Design translated value',
];
