UNPKG

@postnord/web-components

Version:

PostNord Web Components

22 lines (21 loc) 479 B
/*! * Built with Stencil * By PostNord. */ export default { LEFT: { sv: 'Bläddra åt vänster', en: 'Scroll to the left', da: 'Rul til venstre', fi: 'Vieritä vasemmalle', no: 'Rull til venstre', }, RIGHT: { sv: 'Bläddra åt höger', en: 'Scroll to the right', da: 'Rul til højre', fi: 'Vieritä oikealle', no: 'Rull til høyre', }, }; //# sourceMappingURL=translations.js.map