File "i18n.ts"
Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/constants/i18n.ts
File
size: 495 B (495 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
/**
* The collection of i18n strings.
*
* @since 3.0.0
*/
export const I18N = {
prev : 'Previous slide',
next : 'Next slide',
first : 'Go to first slide',
last : 'Go to last slide',
slideX : 'Go to slide %s',
pageX : 'Go to page %s',
play : 'Start autoplay',
pause : 'Pause autoplay',
carousel : 'carousel',
slide : 'slide',
select : 'Select a slide to show',
slideLabel: '%s of %s', // [ slide number ] / [ slide size ]
};