Russian перевод

ПроектКонтекстСтатусОтправил(а)СодержитЛимит
Исходный текстПереводы
CSS class name of slides' wrapper
Must begin with .swiper-button-next , if you have more than one swiper view on same page put for example ".swiper-button-next.swiper-two" for the second view and so on and so forth. it is a selector or HTML element of the element that will work like "next" button after click on it
Must begin with .swiper-button-prev , if you have more than one swiper view on same page put for example ".swiper-button-prev.swiper-two" for the second view and so on and so forth. it is a selector or HTML element of the element that will work like "prev" button after click on it
Toggle navigation buttons visibility after click on Slider's container
CSS class name added to navigation button when it becomes disabled
CSS class name added to navigation button when it becomes hidden
String with CSS selector or HTML element of the container with pagination ex) ".swiper-pagination" OR ".swiper-pagination.swiper-two"
String with type of pagination. Can be "bullets", "fraction", "progressbar" or "custom"
Defines which HTML tag will be use to represent single pagination bullet. Only for <strong>bullets</strong> pagination type.
Good to enable if you use bullets pagination with a lot of slides. So it will keep only few bullets visible at the same time.